/* ---------------------- */
/* RED PRIMARY STYLESHEET */
/*                        */
/* CREATED 2/17/2009      */
/* ---------------------- */

/* GLOBAL STYLES          */
/* ---------------------- */
html,body,p,ul,h1,h2,h3,h4,h5
{
	margin:0;
	padding:0;
}
html
{
	background-color:#e5e5e5;
}
body
{
	background:url(../images/topgrad.png) top center repeat-x white;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
}
#wrapper
{
	background:url(../images/botgrad.png) bottom center repeat-x;
}
#page
{
	width:938px;
	margin:0 auto;
}
h2,h3,h4,h5
{
	color:#5b5b5b;
}
.red
{
	color:#C11717;
}
span.black
{
	color:black;
}
.clearfix
{
	clear:both;
}
a:link, a:visited
{
	color:#C11717;
	text-decoration:none;
}
a:hover, a:active
{
	text-decoration:underline;
}

/* HEADER STYLES          */
/* ---------------------- */
#header
{
	height:97px;
	width:938px;
	background:url(../images/header.png) center top no-repeat;
	position:relative;
}
#header h1
{
	display:block;
	width:108px;
	height:46px;
	position:absolute;
	left:58px;
	top:30px;
}
#header h1 a:link, #header h1 a:visited
{
	display:block;
	width:100%;
	height:100%;
	color:white;
	font-size:1px;
	background:url(../images/logo.gif) center center no-repeat;
}
#header h1 a:hover, #header h1 a:active
{
	background:url(../images/logohi.gif) center center no-repeat;
}
#header #menu
{
	position:absolute;
	display:block;
	right:45px;
	top:49px;
	font-size:12px;
}
#header #menu li
{
	list-style:none;
	display:block;
	float:left;
	margin-right:25px;
}
#header #menu li.last
{
	margin-right:0px;
}
#header #menu li.chosen a
{
	display:block;
	font-weight:bold;
	border-bottom:2px solid #C11717;
}
#header #menu li a:link,#header #menu li a:visited
{
	display:block;
	color:black;
	text-decoration:none;
}
#header #menu li a:hover,#header #menu li a:active
{
	display:block;
	color:black;
	text-decoration:none;
	border-bottom:2px solid #C11717;
}

/* BANNER STYLES          */
/* ---------------------- */
#banner 
{
	height:124px;
	width:913px;
	background:url(../images/banner.png) top center no-repeat;
	padding-left:13px;
	padding-right:12px;
	position:relative;
}
#home #banner
{
	height:313px;
}
#banner #breadcrumbs
{
	list-style:none;
	display:block;
	background-color:black;
	color:#666;
	width:905px;
	height:20px;
	overflow:hidden;
	position:absolute;
	bottom:0px;
	left:13px;
	padding-top:4px;
	padding-left:8px;
}
#banner #breadcrumbs li
{
	float:left;
	margin-left:5px;
}
#banner #breadcrumbs li.chosen
{
	text-transform:uppercase;
	color:white;
	font-weight:bold;
}
#banner #breadcrumbs li a:link, #banner #breadcrumbs li a:visited
{
	color:#666;
	font-weight:bold;
	text-decoration:none;
}
#banner #breadcrumbs li a:hover, #banner #breadcrumbs li a:active
{
	color:white;
	text-decoration:none;
}

/* CONTENT STYLES         */
/* ---------------------- */
#content 
{
	width:913px;
	background:url(../images/content.png) center center repeat-y;
	padding-left:13px;
	padding-right:12px;
	position:relative;
}
#content .primary
{
	text-align:justify;
	padding:48px 45px;
	background:url(../images/primary.png) center top no-repeat;
	border-bottom:2px solid #f4f4f4;
	width:823px;
	position:relative;
	padding-bottom:84px;
}
#company #content .primary
{
	padding-bottom:105px;
}
#programs #content .primary
{
	padding-bottom:45px;
}
#programs #content .secondary .column h4
{
	color:gray;
}
#content .primary p{
	width:605px;
	font-size: 14px;
	line-height: 16pt;
}
#content .primary h2
{
	margin-bottom:38px;
	font-size:30px;
}
#content .primary ul
{
	margin:34px 0 34px 56px;
	list-style-position:outside;
	display:block;
	width:100%;
	list-style-image:url(../images/bullet.gif);
}
#content .primary ul li
{
	font-size:13px;
	font-weight:normal;
	color:#666;
	width:470px;
	margin-bottom:22px;
}
#content .side
{
	height:211px;
	position:absolute;
	/*margin-left:70px;*/
	right:30px;
	width:176px;
}
#content .side ul
{
	margin-top:22px;
	text-transform:uppercase;
	list-style:none;
	font-weight:bold;
	color:#5b5b5b;
	margin-left:0px;
	list-style:none;
	list-style-image:none;
}
#content .side ul.studies
{
	text-transform:none;
	margin-bottom:36px;
}
#programs #content .side ul.studies, #company #content .side ul.studies
{
	padding-bottom:20px;
	margin-bottom:20px;	
	border-bottom:1px solid #f4f4f4;
}
#content .side ul.studies li
{
	line-height:14px;
	margin-bottom:2px;
	font-weight:bold;
}
#content .side ul li{
	margin-bottom:2px;
	font-size:11px;
	width:168px;
	line-height:14px;
}
#content .secondary
{
	text-align:justify;
	padding:48px 45px;
	position:relative;
}
#content .secondary h3
{
	font-size:18px;
	margin-bottom:30px;
}
#company #content .secondary h3
{
	text-transform:uppercase;
}
#contact #content .primary h4
{
	font-size:15px;
	font-style:normal;
	font-weight:bold;
	margin-top:10px;
	margin-bottom:10px;
}
#contact #content .secondary h3
{
	font-size:15px;
	margin-bottom:20px;
	font-weight:bold;
}
#company #content .secondary p
{
	width:605px;
	margin-bottom:14px;
}
#company #content .secondary .additional p
{
	width:158px;
	margin-bottom:0px;
}
#company #content .secondary .additional .email
{
	/*margin-bottom:24px;*/
}
#content .secondary .column
{
	float:left;
	font-size:11px;
	line-height:16px;
	margin-right:38px;
	width:283px;
}
#contact #content .secondary #map{
	margin-bottom:24px;
}
#programs #content .secondary .service
{
	margin-bottom:84px;
}
#programs #content .secondary .column
{
	width:194px;
	text-align:left;
}
#programs #content .secondary h3
{
	color:#C11717;
	font-weight:bold;
	font-size:16px;
	text-transform:uppercase;
	margin-bottom:18px;
}
#programs #content .secondary ul
{
	list-style:none;
	text-transform:uppercase;
	font-size:11px;
}
#programs #content .secondary .service ul
{
	text-transform:none;
	/*list-style:inside;
	list-style-image:url(../images/bullet.gif);*/
	font-size:13px;
	width:392px;
	margin-left:236px;
	text-align:left;
	/*border-bottom:1px solid #ccc;
	padding-bottom:36px;*/
}
#programs #content .secondary .service .column ul
{
	font-size:12px;
	width:194px;
	margin-left:0px;
	border-bottom:none;
	padding-bottom:0px;
	list-style:none;
	list-style-image:none;
	list-style-position:outside;
}
#programs #content .secondary .service li
{
	margin-bottom:13px;
	text-indent:18px;
	background:url(..//images/bullet.gif) no-repeat 0 0.3em;

}
#programs #content .secondary .service .column ul li
{
	margin-top:12px;
	list-style:none;
	text-indent:0;
	background:none;
	margin-bottom:0px;
}
#contact small
{
	display:block;
	margin:6px 0 0 0;
	padding:0;
}
#contact #content .secondary ul
{
	list-style:none;
}
#contact #content .secondary ul li
{
	line-height:12px;
}
#contact #content .secondary ul ol
{
	margin:10px 0;
	padding:0 0 0 40px;
	position:relative;
}
#contact #content .secondary ul ol li
{
	line-height:22px;
}
#contact #content .secondary ul ol li span
{
	position:absolute;
	left:400px;
}

#content .additional
{
	top:48px;
	/*height:145px;*/
	position:absolute;
	line-height:18px;
	right:76px;
	width:130px;
	overflow:visible;
}
#content .additional p,#contact #content .side p
{
	font-size:11px;
}
#content .additional .careers
{
	border-bottom:1px solid #f4f4f4;
	padding-bottom:24px;
	margin-bottom:24px;
}
#contact #content .side .careers
{
	border-bottom:none;
	margin-bottom:424px;
}
#content h4
{
	font-size:11px;
}
#content h5
{
	font-size:11px;
}
#content .additional h5, #contact #content .side h5
{
	margin-bottom:12px;
}
#content .secondary .additional .careers p,#contact #content .primary .side .careers p
{
	line-height:14px;
	width:158px;
	margin-left:0px;
	text-align:left;
}
#content .additional .careers .email,#contact #content .side .careers .email
{
	margin:12px 0 0 0;
}
#content .additional h4
{
	font-family:Arial,Helvetica,sans-serif;
	font-size:14px;
	font-weight:bold;
	margin-bottom:20px;
	text-align:left;
	font-style:normal;
}
#content .bottomfixer1
{
	background:url(../images/bottomfixer1.png) center center no-repeat;
	width:15px;
	height:411px;
	position:absolute;
	bottom:-30px;
	left:0px;
}
#content .bottomfixer2
{
	background:url(../images/bottomfixer2.png) center center no-repeat;
	width:14px;
	height:411px;
	position:absolute;
	bottom:-30px;
	right:0px;
}

/* FOOTER STYLES          */
/* ---------------------- */
#footer
{
	height:139px;
	width:938px;
	background:url(../images/footer.png) center bottom no-repeat;
	position:relative;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:9px;
	color:#666;
}
#footer #copyright
{
	position:absolute;
	left:14px;
	top:20px;
}
#footer #sitemap
{
	list-style:none;
	top:20px;
	right:14px;
	position:absolute;
}
#footer #sitemap li
{
	display:block;
	float:left;
	margin-left:10px;
}
#footer #sitemap li a:link,#footer #sitemap li a:visited
{
	color:#666;
}
#footer #sitemap li a:hover,#footer #sitemap li a:active
{
	color:#C11717;
}
#content .primary p2 {
	width:605px;
}


/* OVERLAY STYLES         */
/* ---------------------- */
.overlay
{
	width:100%;
	background-color:black;
	position:absolute;
	z-index:1001;
	top:0%;
	left:0%;
}
.study
{
	width:862px;
	height:998px;
	background-color:white;
	position:absolute;
	top:55px;
	left:50%;
	margin-left:-431px;
	z-index:1002;
	background:url(../images/study.png) top center no-repeat;
}
.study .header
{
	background:none;
	width:862px;
	height:92px;
}
.study .header h1
{
	margin:0;
	padding:0;
	color:white;
	font-size:1px;
	top:0;
	left:0;
}
.study .header #close_btn{
	position:absolute;
	display:block;
	background:url(../images/closex.gif) right center no-repeat;
	right:10px;
	top:10px;
	font-weight:bold;
	font-size:12px;
	padding-right:12px;
}
.study .header #close_btn:link, .study .header #close_btn:visited
{
	color:black;
}
.study .header #close_btn:hover, .study .header #close_btn:active
{
	color:#C11717;
	background-image:url(../images/closexhi.gif);
	text-decoration:none;
}
.study .breadcrumbs
{
	list-style:none;
	display:block;
	background-color:black;
	color:#666;
	width:852px;
	height:22px;
	overflow:hidden;
	position:absolute;
	top:62px;
	left:0px;
	padding-top:6px;
	padding-left:10px;
}
.study .breadcrumbs li
{
	float:left;
	margin-left:5px;
}
.study .breadcrumbs li.chosen
{
	text-transform:capitalize;
	color:white;
	font-weight:bold;
}
.study .breadcrumbs li a:link, .study .breadcrumbs li a:visited
{
	color:#666;
	font-weight:bold;
	text-decoration:none;
}
.study .breadcrumbs li a:hover, .study .breadcrumbs li a:active
{
	color:white;
	text-decoration:none;
}
.study .banner
{
	background:none;
	height:117px;
	width:862px;
	padding:0;
	margin-left:-12px;
}
.study .content
{
	background:none;
	width:862px;
	padding:0;
}
.study .content .utility
{
	float:right;
	width:188px;
	position:relative;
	height:906px;
}
.study .content .utility .caseMenu
{
	padding:0;
	margin:20px 0 0 6px;
	list-style:none;
	font-size:14px;
	color:#9f9f9f;
	font-weight:bold;
}
.study .content .utility .caseMenu li
{
	list-style:none;
	padding-left:10px;
	margin-bottom:10px;
	line-height:14px;
	color:#bfbfbf;
}
.study .content .utility .caseMenu li.chosen
{
	color:#c11717;
	background:url(../images/chosencase.gif) left center no-repeat;
}
.study .content .utility .caseMenu li a:link, .study .content .utility .caseMenu li a:visited
{
	color:#c11717;
}
.study .content .utility .caseMenu li a:hover, .study .content .utility .caseMenu li a:active
{
	color:#c11717;
	text-decoration:none;
}
.study .content .utility .sideDivider
{
	width:188px;
	background:url(../images/sidedivider.png) center center no-repeat;
	height:2px;
	margin-top:20px;
}
.study .content .utility .moreinfo
{
	left:10px;
	position:absolute;
	top:740px;
	width:164px;
	font-size:11px;
}
.study .content .utility .moreinfo h3
{
	font-size:14px;
	font-weight:bold;
}
.study .content .utility .moreinfo p
{
	margin:16px 0;
}
.study .content .utility .moreinfo .red
{
	font-size:15px;
	font-weight:bold;
}
.study .content .utility .moreinfo .email
{
	font-size:13px;
	margin:0px;
}
.study .content .primary
{
	background:none;
	width:646px;
	padding:0 0 0 12px;
	border:none;
}
.study .content .primary .intro
{
	font-weight:bold;
	font-size:20px;
	margin:30px 0;
}
.study .content .primary h2
{
	font-size:14px;
	margin:20px 0;
}
.study .footer
{
	background:none;
	position:absolute;
	bottom:4px;
	left:12px;
	color:#666666;
	font-family:Tahoma,Geneva,sans-serif;
	font-size:9px;
}
.study .footer #close_window
{
	display:none;
	border:1px solid #7f7f7f;
	width:114px;
	height:30px;
	font-size:12px;
	font-weight:bold;
	color:black;
	position:absolute;
	bottom:8px;
	left:270px;
	text-align:center;
	line-height:30px;
}
.study .footer #close_window:link, .study .footer #close_window:visited
{
	color:black;
}
.study .footer #close_window:hover, .study .footer #close_window:active
{
	color:#c11717;
	text-decoration:none;
	border-color:#c11717;
}

#content .secondary #did-you-know
{
	position:relative; height:81px; width:324px; background:url(../images/did-you-know.gif) top left no-repeat;
	text-indent:-10000px; margin:29px 0; width:614px;
}

#content .secondary #get-it-now
{
	display:block; width:237px; height:51px; background:url(../images/get-it-now.gif) top left no-repeat;
	outline:none; position:absolute; right:0; top:0;
}