@charset "utf-8";

/* --------------------------------*/
/* -------->> RESET! <<<-----------*/
/* --------------------------------*/

html, body, h1, h2, h3, h4, h5, h6, ul, li, p, form, ol, dl {
	margin: 0px;
	padding: 0px;
}

/* --------------------------------*/
/* -------->> GLOBAL <<<-----------*/
/* --------------------------------*/

html {
	overflow-y: scroll;
	height: 100%;
	}

body {
	background: #FFF;
	color: #464646;
	font-family:Arial, Verdana, sans-serif;
	font-size: 12px;
	height: 100%;
	}
	
#container {
	width: 780px;
	margin: 0 auto;
	height: 100%;
	}
	
body > #container {
	height: auto; min-height: 100%;
	}

#content {
	/*padding-bottom: 30px;*/
	}

h1, h2, h3, h4, h5, h6 {
	color: #464646;
	margin: ;
	}
	
h1 {font-size:18px;}

h2 {font-size:16px;}

h3 {font-size:14px;}

h4 {font-size:12px;font-weight:600;}

h5 {font-size:12px;font-weight:600;}



p, #content form {
	margin: 10px 10px 0 10px;
	line-height: 24px;
	}
	
ul, ol {
	color: #039;
	font-weight: 600;
	line-height: 24px;
	margin: 10px 10px 0 40px;
	}
	
	ul li span, ol li span {
		color: #464646;
		}
	
a:link, a:visited {
	color: #4665b6;
	font-weight: 600;
	}
	
	div.ctaLinks {
		margin: 20px 0;
		text-align: center;
		}
		
		div.ctaLinks a {margin: 0px 5px;}
			
a:hover, a:active {
	color: #7996E2;
	}

/* --------------------------------*/
/* -------->> HEADER <<<-----------*/
/* --------------------------------*/

#header {
	background: url(images/headerbg2.gif) repeat-x;
	height: 85px;
	border: #9db8e3 1px solid;
	}

	#header #headerLeft {
		float: left;
		width: 500px;
		
		}
		
			#header img#logo {
				float:left;
				position:relative;
				top: -1px;
				}
				
			#header h1 {
				color: #039;
				font-size:18px;
				font-weight: 500;
				padding-top:22px;
				}
			
			#header h3 {
				color: #464646;
				font-size:11px;
				}
			
			#header h1, #header h3 {
				margin: 0;
				}
	
	#header form {
		width: 200px;
		float: right;
		padding: 22px 10px 0 0;
		}

/* ------------------------------------*/
/* -------->> NAVIGATION <<<-----------*/
/* ------------------------------------*/

ul#navigation {
	
	background: url(images/navbg2.gif) center repeat-x;
	border-right: #9db8e3 1px solid;
	border-left: #9db8e3 1px solid;
	height: 34px;
	list-style-type: none;
	margin: 0;
	}
	
	ul#navigation li {
		background: url(images/nav_sprite.gif) left bottom no-repeat;
		padding-left:15px;
		height: 34px;
		float: left;
		}
		
	ul#navigation li:hover {
		}
		
		ul#navigation a:link, #navigation a:visited {
			background: url(images/nav_sprite.gif) right -34px no-repeat;
			height: 30px;
			float: left;
			font-size: 14px;
			font-weight: bold;
			color: #4665b6;
			line-height: 23px;
			padding-right: 16px;
			display: block;
			
			}
			
			  /* Commented Backslash Hack
				 hides rule from IE5-Mac \*/
			  #header a {float:none;}
			  /* End IE hack */
			
		ul#navigation a:hover, ul#navigation a:active {
			color: #7996E2;
			}
			
		ul#navigation li#currentPage {
			background: url(images/nav_sprite.gif) left top no-repeat;
			}
			
			ul#navigation li#currentPage a {
				background: url(images/nav_sprite.gif) right top no-repeat;
				color: #FFF;
				}

	ul#navigation li#studentLogIn {
		float: right;
		border-left: #005826 2px solid;
		border-right: none;
		}
			
		ul#navigation li#studentLogIn a:link, ul#navigation li#studentLogIn a:visited {
			background: url(images/logBG.gif) repeat-x;
			}
		
		ul#navigation li#studentLogIn a:hover, ul#navigation li#studentLogIn a:active, ul#navigation li#studentLogIn a#currentPage {
			background: url(images/logBGHover.gif) repeat-x;
			color: #000;
			}

/* -----------------------------------*/
/* -------->> STRUCTURE <<<-----------*/
/* -----------------------------------*/

#content {width:100%;}

	.contentBox {border:#9db8e3 1px solid;clear:both;margin:10px 0 0 0;padding-bottom:10px;}
	
		.contentBox h3 {
			background: url(images/content_header_bg.gif) bottom center repeat-x;
			border-bottom: #9db8e3 1px solid;
			font-size: 12px;
			padding: 5px 10px;
			}
			
		.right {clear: none;float: right; margin-bottom:10px; width:430px; height:200px;}
			
ul.checks {list-style: url(images/greencheck.gif) outside;}
ul.checks_normal {list-style: url(images/greencheck.gif) outside; font-weight:normal}

div.noBox {text-align: center; margin-top: 20px;}

/* --------------------------------*/
/* --------->> FODDER <<<----------*/
/* --------------------------------*/


.fodderBox {
	background: url(images/arrow_blue.gif) left 2px no-repeat; 
	margin: 20px 0 0 0;
	padding-left:15px;
	}
	
	.fodderBox h3 {
		border-bottom: #9db8e3 1px solid;
		}
	
	.fodderBox p {margin-left:0;}
	
	
/* ---------------------------------------*/
/* ----------->> CROSS PROMO <<<----------*/
/* ---------------------------------------*/

table#crossPromo {border-spacing: 0;}

	table#crossPromo tr th {
		background: url(images/content_header_bg.gif) bottom center repeat-x; 
		border:#9db8e3 1px solid;
		text-align: left;
		vertical-align:top;
		width:188px;
		}
		
		table#crossPromo tr th h3 {padding: 5px 10px; font-size: 12px;vertical-align:top;}
		
	table#crossPromo td.spacer {width:10px;}
	
	table#crossPromo tr#crossPromoContent td {
		border-right: #9db8e3 1px solid;
		border-bottom: #9db8e3 1px solid;
		border-left: #9db8e3 1px solid;
		padding-bottom: 10px;
		vertical-align:top;
		}
		
		table#crossPromo tr#crossPromoContent td p {line-height:16px;}

/* --------------------------------*/
/* --------->> FOOTER <<<----------*/
/* --------------------------------*/

#footer {
	border-top: #9db8e3 1px solid;
	font-size: 11px;
	font-weight: 500;
	margin-top: 15px;
	text-align:center;
	}



/* -------------------------------*/
/* -------->> EXTRA <<<-----------*/
/* -------------------------------*/

#mainCall {
	background: url(images/cta_home_ny.jpg) left no-repeat;
	border-right: #9db8e3 1px solid;
	border-bottom: #9db8e3 1px solid;
	border-left: #9db8e3 1px solid;
	height: 300px;
	color: #FFF;
	}
	
	#mainCall span {
		display: none;
		}

	#mainCall #links {
		height: 145px;
		width: 280px;
		position: relative;
		top: 85px;
		left: 345px;
		}
	
		#mainCall a:link, #mainCall a:visited {
			display: block;
			float: left;
			height: 140px;
			width: 270px;
			margin: 0 7px 0 0;
			}
			
		#mainCall a:hover, #mainCall a:active {
			}
			
			#mainCall a span {
				display: none;
				}
				
#thingsCall {
	background: url(images/cta_things_ny.jpg) left top no-repeat;
	border-right: #9db8e3 1px solid;
	border-bottom: #9db8e3 1px solid;
	border-left: #9db8e3 1px solid;
	height: 180px;
	color: #FFF;
	}
	
	#thingsCall span {
		display: none;
		}

	#thingsCall #links {
		height: 135px;
		width: 280px;
		position: relative;
		top: 25px;
		left: 475px;
		}
	
		#thingsCall a:link, #thingsCall a:visited {
			display: block;
			float: left;
			height: 130px;
			width: 265px;
			margin: 0 30px 0 0;
			}
			
		#thingsCall a:hover, #thingsCall a:active {
			}
			
			#thingsCall a span {
				display: none;
				}

#aboutCall {
	background: url(images/cta_about.jpg) left top no-repeat;
	border-right: #9db8e3 1px solid;
	border-bottom: #9db8e3 1px solid;
	border-left: #9db8e3 1px solid;
	height: 300px;
	color: #FFF;
	}
	
	#aboutCall span {
		display: none;
		}
		
#contactCall {
	background: url(images/cta_contact.jpg) left top no-repeat;
	border-right: #9db8e3 1px solid;
	border-bottom: #9db8e3 1px solid;
	border-left: #9db8e3 1px solid;
	height: 300px;
	color: #FFF;
	}
	
	#contactCall span {
		display: none;
		}

.vertCTAs {float:left; width:310px;height:218px; margin:15px 0 0 15px;}

	.vertCTAsSingle {float:left; width:241px;height:100px; margin:50px 0 0 40px;}

.horzCTAs {margin: 20px 0; text-align: center; width:100%;height:105px;}

	.vertCTAs a img, .horzCTAs a img, .vertCTAsSingle a img {border:none;}
	

/* ==================================================== NEW CSS ========================================================================================= */

/* font css */
.text2 {font-size:12px; line-height:20px; font-weight:bold;} /*renders 12px */ 
.text4 {font-size:14px; font-weight:bold; color:#5F82B7;} /*renders 14px */
/* Span css starts here*/
div.span-1, div.baner_left, div.baner_right, div.body_order_now_left, div.body_ddc_right, div.think_ban_left, div.think_ban_right{float:left;}
/* Global css starts here*/
.clear{ clear:both;}
.container {width:780px; margin:auto;}
#livechat{ float:left; width:65px; margin:45px 0 0 0; font-size:11px;}
/* Header Css Starts Here */
.baner{ width:778px; border-bottom:1px solid #9db8e3; border-left:1px solid #9db8e3; border-right:1px solid #9db8e3; border-top:0px; background:url(images/baner_bg.gif) repeat-x; height:300px;}
.baner_curb{ background:url(images/baner_bg_curb.gif) no-repeat 20% 100%; height:300px;}
.baner_right_bg{background:url(images/baner_right_bg.gif) no-repeat 100% 0%; height:300px;}
.baner_left{ width:550px; background:url(images/baner_cert.gif) no-repeat 0% 100%; height:300px;}
.baner_head{ background:url(images/baner_head.gif) no-repeat; margin:25px 0 20px 40px; height:53px;}
.baner_list{ margin:0 0 0 215px;}
.baner_list UL{ margin:0; padding:0;}
.baner_list LI{ list-style:none; background:url(images/green_check_2.gif) no-repeat 5px 4px; padding:0 0 6px 30px; font-size:14px;  font-weight:normal; color:#3F4346;}
.baner_right{ width:228px;}
.driver_record{ margin:43px 0 8px 67px;}
.order_dr{ background:url(images/order_dr.gif) no-repeat; width:209px; height:56px; display:block; cursor:pointer; margin:0 0 8px 0;}
.order_dr span{ display:none;}
.order_dr1{ background:url(images/order_dr_think.gif) no-repeat; width:209px; height:56px; display:block; cursor:pointer; margin:27px 0 8px 0;}
.order_dr1 span{ display:none;}
.order_dr_ddc{ background:url(images/order_dr_ddc.gif) no-repeat; width:209px; height:56px; display:block; cursor:pointer; margin:0 0 8px 0;}
.order_dr_ddc span{ display:none;}
.order_dr_ddc1{ background:url(images/order_dr_ddc_body.gif) no-repeat; width:209px; height:56px; display:block; cursor:pointer; margin:0 0 8px 0;}
.order_dr_ddc1 span{ display:none;}
/* Body Css Starts Here */
.checks_1 ul { margin:0; padding:0;}
.checks_1 li{ list-style:none; background:url(images/greencheck.gif) no-repeat 5px 7px; padding:0 0 3px 25px; margin:0 0 0 0; font-size:12px; font-weight:normal;}
.body_top{ background:url(images/body_top_bg.gif) repeat-x; margin:10px 0 10px 0; border:1px solid #9db8e3;}
.body_top1{ background:url(images/body_top_bg.gif) repeat-x; margin:10px 0 10px 0; border:1px solid #9db8e3; background-position:left 360px;}
.body_content_top{ width:680px; margin:auto; font-size:13px; padding:30px 0 20px 0; line-height:18px;}
.body_list UL, .body_list1 UL{ margin:0; padding:0px;}
.body_list LI{ list-style:none; padding:5px 0 0 0; margin:0 0 0 0px; font-weight:normal; color:#3F4346}
.body_list1 LI{padding:5px 0 0 0; margin:0 0 0 0px; font-weight:normal; color:#3F4346}

.body_botton_down{ padding:20px 0 20px 0; width:590px; margin:auto;}
.body_order_now_left{ border-right:1px solid #E5E5E5; width:315px;}
.body_ddc_right{ margin:30px 0 0 60px;}
/* Inner Page Css Starts Here */
.baner_about_content{ background:url(images/about_baner.jpg) no-repeat 100% 0%; height:275px; padding:25px 0 0 20px; font-size:12px;}
.baner_contact_content{padding:25px 0 0 20px; font-size:13px;}
.baner_think{ background:url(images/baner_think.gif) no-repeat; height:180px; border-bottom:1px solid #9db8e3; border-left:1px solid #9db8e3; border-right:1px solid #9db8e3; border-top:0px;}
.think_ban_left{ width:325px; padding:20px 0 0 15px; margin:0 95px 0 0;}
.think_ban_right{ padding:20px 0 0 0;}
.baner_contact{ background:url(images/cta_contact.jpg) no-repeat; height:300px; border-bottom:1px solid #9db8e3; border-left:1px solid #9db8e3; border-right:1px solid #9db8e3; border-top:0px;}


