@charset "utf-8";
/* CSS Document */


/**********************************************************************   Header   **********************************************************************/
div#header {
	width: 1000px;
	padding-top: 15px;
}

	#header p {
		font: italic bold 10px Verdana, Geneva, sans-serif;
		color: #333;
		text-align: center;
		margin: 5px 0;
		padding: 0;
	}
	
	.highlight {
		color: #FF0606!important;
	}
	
	.large {
		font-size: 14px!important;
		text-transform: uppercase!important;
	}
	
	p.larger {
		font-size: 16px!important;
	}

	#header img#logo, #header img#testing_box {
		border: none;
		float: left;
		margin-left: 10px;
		margin-right: 10px;
	} 
	
	div#confidential_box {
		background: url(../../../../images/custom/confidential_box.png) no-repeat;
		width: 207px;
		height: 80px;
		float: left;
		padding-top: 6px;
	}
	
	div#phone_box {
		background: url(../../../../images/custom/phone_box.jpg) no-repeat;
		float: left;
		width: 180px;
		height: 86px;
		padding: 0 59px 0 0;
		margin-left: 10px;
	}
	
	ul#navBar, ul#navBar li {
		padding: 0;
		margin: 0;
		list-style: none;
	}
	
	#navBar {
		background: url(../../../../images/custom/nav_bg.gif) repeat-x;
		height: 65px;
		width: 1000px;
		clear: both;
	}
	
		#navBar li {
			float: left;
		}
		
			#navBar li a {
				display: block;
				height: 47px;
				padding-left: 36px;
				padding-right: 39px;
				font: bold 12px/47px Verdana, Geneva, sans-serif;
				text-transform: uppercase;
				color: #FFF;
				background: url(../../../../images/custom/menuItem_sep.jpg) no-repeat right;
			}
		



/*******************************************************************   Main Content   *******************************************************************/

div#home_left {
	float: left;
	width: 385px;
	margin-left: 15px;
}

	#home_left #home_steps_top {
		background: url(../../../../images/custom/steps_top.png) no-repeat;
		width: 384px;
		height: 8px;
	}

	#home_left #home_steps_border {
		border-left: 1px solid #C0C0C0;
		border-right: 1px solid #C0C0C0;
	}

		#home_left #home_steps {
			background: url(../../../../images/custom/steps_bg.png) repeat-x;
			min-height: 318px;
			width: 376px;
			margin: 0 2px 0 3px;
		}
		
			h5.step_header {
				font: italic bold 11px Verdana, Geneva, sans-serif;
				color: #333;
				margin: 5px 20px;
			}
			
			#home_steps p {
				font: 10px / 15px Verdana, Geneva, sans-serif;
				color: #333;
				margin: 0;
				padding: 5px 20px;
			}
	
	#home_left #home_steps_bottom {
		background: url(../../../../images/custom/steps_bottom.png) no-repeat;
		width: 384px;
		height: 8px;
	}
		
		
	
	#featured_test {
		background: url(../../../../images/custom/featured_test_bg.png) no-repeat;
		margin: 15px 0;
		width: 318px;
		height: 83px;
		padding: 10px;
	}
	
		#featured_test h3 {
			font: bold 15px Verdana, Geneva, sans-serif;
			color: #005984;
			width: 60%;
			border-bottom: 2px solid #2788b6;
			padding: 0 0 5px 0;
			margin: 0 0 5px 5px;
		}
		
		td.feature_text {
			font: 10px Verdana, Geneva, sans-serif;
			color: #FFF;
		}
	
	#most_popular {
		background: url(../../../../images/custom/most_popular_tests.jpg) no-repeat;
		width: 369px;
		height: 157px;
		margin: 15px 0 0;
		padding: 45px 0 0 15px;
	}
	
		#most_popular a {
			background: url(../../../../images/custom/link_arrow.gif) no-repeat left center;
			display: block;
			text-decoration: underline;
			padding-left: 10px;
			margin-bottom: 3px;
		}
	

div#home_right {
	float: right;
	width: 340px;
}

	
	#home_right #right_benefits_top {
		width: 338px;
		height: 11px;
		background: url(../../../../images/custom/right_benefits_box_top.png) no-repeat;
	}
	
	#home_right #right_benefits_mid {
		background: url(../../../../images/custom/right_benefits_box_mid.png) repeat-y;
		width: 338px;
	}
		
		#home_right #right_benefits_mid ul {
			margin: 5px 0 0 5px;
			padding: 0 5px 0 35px;
		}

			#home_right #right_benefits_mid ul li{
				font: 10px/25px Verdana, Geneva, sans-serif;
				padding: 0px 0 0px 5px;
				height: 30px;
				margin: 0;
				color: #0a59a6;
				list-style-image: url(../../../../images/custom/check.gif);
			}

		
	#home_right #right_benefits_bottom {
		width: 338px;
		height: 10px;
		background: url(../../../../images/custom/right_benefits_box_bottom.png) no-repeat;
	}
	
	

div#left_col_top {
	background: url(../../../../images/custom/left_col_top.png) no-repeat;
	height: 10px;
	width: 205px;
}

div#left_col {
	border-left: 1px solid #e5e5e5;
	border-right: 1px solid #e5e5e5;
	width: 199px;
	padding: 0 2px;
}

	div#left_col_inner {
		background: url(../../../../images/custom/left_col_inside.jpg) repeat-x;
		min-height: 491px;
		width: 197px;
		padding: 0 1px;
	}
	
div#left_col_bottom {
	clear: both;
	background: url(../../../../images/custom/left_col_bottom.gif) no-repeat;
	height: 8px;
	width: 205px;
}

.BoxHeader {
	padding-right: 10px!important;
	height: 33px;
	vertical-align: middle;
}

/**********************************************************************   Footer   **********************************************************************/

.TopBottomBarLink {
	font-weight: bold;
}

