@charset "utf-8";

img, div { behavior: url(iepngfix.htc) }

html, body {
	margin: 0;
	padding: 0;
	background-color:#000;
	background-image:url(images/bg.jpg);
	background-repeat:repeat-x;
}

/******************************************* COLORS USED *******************************************/
/*
	BLUE: 			#0B4272
	LIGHT BLUE:		#BED3EC
	YELLOW:			#F3BA20
	GRAY: 			#CFCFCF
	BLACK: 			#000000
	WHITE: 			#FFFFFF
*/
/******************************************* CELL STYLES *******************************************/
#mainShell{
	width:100%;
}
#headerShell{
	width:810px;
	height:112px;
	margin:0 auto 0 auto;
}
#headerLogo{
	width:305px;
	height:112px;
	margin:0;
	position:absolute;
}
#headerMisc{
	width:505px;
	height:112px;
	margin:0 0 0 305px;
	position:absolute;
	text-align:right;
	background:url(images/header-slogan.jpg) right no-repeat;
}
#miniNav{
	width:auto;
	float: right;
	margin:5px 10px 0 0;
}
#menuShell{
	width:810px;
	height:38px;
	margin:0 auto 0 auto;
	text-align:center;
}
#bodyShell{
	width:100%;
}
#rotater{
	width:810px;
	height:185px;
	margin:0 auto 0 auto;
}
#bodyTop{
	width:810px;
	margin:0 auto 0 auto;
}
#bodyMid{
	width:810px;
	margin:0 auto 0 auto;
	background-image:url(images/body-middle.jpg);
}
#bodyEnd{
	width:810px;
	margin:0 auto 0 auto;
}
#homeBodyContent{
	width:760px;
	margin:0 auto 0 auto;
	padding:0;
	overflow:auto;
	overflow-x:hidden;
}
#bodyContent{
	width:760px;
	margin:0 auto 0 auto;
	padding:0 0 35px 0;
	overflow:auto;
	overflow-x:hidden;
}
#primaryBody{
	width:495px;
	float:left;
	padding:0 5px 0 0;
}
#secondaryBody{
	width:250px;
	background-color:#CFCFCF;
	background-image:url(images/subbody-bg.gif);
	background-repeat:no-repeat;
	background-position:top;
	float:right;
}
#affiliatesImages{
	vertical-align:middle;
	text-align:center;
}
#footerShell{
	width:810px;
	margin:0 auto 0 auto;
	padding:20px 0 20px 0;
	text-align:center;
}
#emailNewsletter{
	width:810px;
	margin:0 auto 0 auto;
	padding:5px 0 25px 0;
	text-align:center;
}
#menuMain{
	margin:6px 0 0 0;
	padding:0;
}
#menuMain li{
	display: inline;
	list-style-type: none;
	padding:0 10px 0 10px;
}
#menuFooter{
	margin:0;
	padding:0;
}
#menuFooter li{
	display: inline;
	list-style-type: none;
	border-right:solid #CCC 1px;
	padding:0 5px 0 5px;
}

#hr{margin:10px 0 20px 0;}

#pageTop{text-align:center; margin:20px 0 60px 0;}

#faq1{margin:0; padding:10px;}

#taglineSpacing {
	width:450px;
	height:36px;
	float:right;
	padding:0;
	margin:30px 0 0 0;
}

/******************************************* FONT STYLES *******************************************/

.body {
	font-size: 12px;
	font-family:"Trebuchet MS", Trebuchet, Arial, Tahoma, Helvetica, Lucida, sans-serif;
	line-height:20px;
	color: #000000;
}
.bodyBolded {
	font-size: 12px;
	font-family:"Trebuchet MS", Trebuchet, Arial, Tahoma, Helvetica, Lucida, sans-serif;
	font-weight:bold;
	color: #000000;
}
.body2 {
	font-size: 12px;
	font-family:"Trebuchet MS", Trebuchet, Arial, Tahoma, Helvetica, Lucida, sans-serif;
	color: #F37820;
}
.body3 {
	font-size: 10px;
	font-family:"Trebuchet MS", Trebuchet, Arial, Tahoma, Helvetica, Lucida, sans-serif;
	color: #999;
}
.bodyHeader {
	font-size: 14px;
	font-family:"Trebuchet MS", Trebuchet, Arial, Tahoma, Helvetica, Lucida, sans-serif;
	font-weight:bold;
	color: #0B4272;
}
.mainBodyHeader {
	font-size: 18px;
	font-family:"Trebuchet MS", Trebuchet, Arial, Tahoma, Helvetica, Lucida, sans-serif;
	font-weight:bold;
	color: #000000;
	text-align: left;
}
.footer {
	font-size: 12px;
	font-family:"Trebuchet MS", Trebuchet, Arial, Tahoma, Helvetica, Lucida, sans-serif;
	color: #FFFFFF;
}
.menuMain {
	font-size: 14px;
	font-family:"Trebuchet MS", Trebuchet, Arial, Tahoma, Helvetica, Lucida, sans-serif;
	font-weight:bold;
	color: #FFFFFF;
}
.miniNav {
	font-size:10px;
	font-family:Arial, "Trebuchet MS", Trebuchet, Tahoma, Helvetica, Lucida, sans-serif;
	color: #000000;
	background-color:#FFFFFF;
	border:solid #F37820 1px;
}
.miniNavButton {
	font-size:10px;
	font-family:Arial, "Trebuchet MS", Trebuchet, Tahoma, Helvetica, Lucida, sans-serif;
}
.indent {
	margin-left:30px;
}
/******************************************* BOXES and BGs *******************************************/

.hidden { display: none; }
.unhidden { display: block; }
	
/******************************************* LINK STYLES *******************************************/

a:link {
	color:#000000;
	font-weight:normal;
	text-decoration:underline;
}
a:visited {
	color:#000000;
	font-weight:normal;
	text-decoration:underline;
}
a:hover {
	color:#666;
	font-weight:normal;
	text-decoration:underline;
}
a:active {
	color:#000000;
}
a.menuMainLink:link {
	color:#FFFFFF;
	font-weight:bold;
	text-decoration:none;
}
a.menuMainLink:visited {
	color:#FFFFFF;
	font-weight:bold;
	text-decoration:none;
}
a.menuMainLink:hover {
	color:#FFFFFF;
	font-weight:bold;
	text-decoration:underline;
}
a.menuMainLink:active {
	color:#FFFFFF;
	font-weight:bold;
}
a.faqs:link {
	color:#000000;
	font-weight:bold;
	text-decoration:none;
}
a.faqs:visited {
	color:#000000;
	font-weight:bold;
	text-decoration:none;
}
a.faqs:hover {
	color:#000000;
	font-weight:bold;
	text-decoration:none;
}
a.faqs:active {
	color:#000000;
	font-weight:bold;
	text-decoration:none;
}
a.footerLink:link {
	color:#FFFFFF;
	font-weight:normal;
	text-decoration:none;
}
a.footerLink:visited {
	color:#FFFFFF;
	font-weight:normal;
	text-decoration:none;
}
a.footerLink:hover {
	color:#FFFFFF;
	font-weight:normal;
	text-decoration:underline;
}
a.footerLink:active {
	color:#FFFFFF;
	font-weight:normal;
}
a img {
	border:none;
}

/******************************************* IMAGE STYLES *******************************************/
.imgBorder {
	float:right;
	border:#666 solid 1px;
	padding:3px;
	margin:5px;
}
.imgSpacing {
	margin: 10px;
}
.imgSpacingServices {
	margin: 1px;
}
.imgAffiliates{
	margin:5px 15px 20px 15px;
	vertical-align:middle;
}

/******************************************* BUTTON STYLES *******************************************/

#btnCenter {width:200px; margin:0 auto 0 auto;}

#btnGetStarted {display: block; width: 482px; height: 32px; margin:0 auto 0 auto; background-image:url(images/btn-get-started.jpg); background-position:0 0; background-repeat:no-repeat;}
#btnGetStarted:hover {background-position: 0 -32px;}
#btnGetStarted span {display: none;}

#btnCourseListing {display: block; width: 200px; height: 50px; margin:10px auto 10px auto; background-image:url(images/btn-courselisting.jpg); background-position:0 0; background-repeat:no-repeat;}
#btnCourseListing:hover {background-position: 0 -50px;}
#btnCourseListing span {display: none;}

#btnClickHere {display: block; width: 200px; height: 50px; margin:20px auto 20px auto; background-image:url(images/btn-clickhere.jpg); background-position:0 0; background-repeat:no-repeat;}
#btnClickHere:hover {background-position: 0 -50px;}
#btnClickHere span {display: none;}

#btnLearnMore {display: block; width: 200px; height: 50px; margin:10px auto 10px auto; background-image:url(images/btn-learnmore.jpg); background-position:0 0; background-repeat:no-repeat;}
#btnLearnMore:hover {background-position: 0 -50px;}
#btnLearnMore span {display: none;}

#btnRegisterOnline {display: block; width: 200px; height: 50px; margin:10px; background-image:url(images/btn-registration-online.jpg); background-position:0 0; background-repeat:no-repeat;}
#btnRegisterOnline:hover {background-position: 0 -50px;}
#btnRegisterOnline span {display: none;}

#btnRegisterFax {display: block; width: 200px; height: 50px; margin:10px; background-image:url(images/btn-registration-fax.jpg); background-position:0 0; background-repeat:no-repeat;}
#btnRegisterFax:hover {background-position: 0 -50px;}
#btnRegisterFax span {display: none;}

/**************************************** SEARCH PAGE STYLES *****************************************/

