@charset "utf-8";
body {
	font-family:Arial, Helvetica, sans-serif;
	background: #ffffff;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-image:url(images/home-background.jpg);
	background-repeat:repeat-x;
}
.oneColFixCtrHdr #container {
	width: 967px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	
	text-align: left; /* this overrides the text-align: center on the body element. */

}
.oneColFixCtrHdr #header {
	background: #ffffff; 
	padding: 0 0 0 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	margin: 0 0 0 0;
	height:111px;
}

.oneColFixCtrHdr #main-menu {
	background: #ffffff; 
	padding: 0 0 0 247px;  
	margin: 0 0 0 0;
	background-image:url(images/menu-bar-background.jpg);
	background-repeat:repeat-x;
	height:39px;
}

.oneColFixCtrHdr #white-space{
	background: #ffffff; 
	padding: 0 0 0 0;  
	margin: 0 0 0 0;
	height:73px;
}

.logo{
	padding: 12px 0 0 0;  
	margin: 0 0 0 0;
}

.main-banner{
	padding: 25px 0 0 0;  
	margin: 0 0 0 0;

}

.see-results-banner{
	padding: 0 0 0 10px;  
	margin: 0 0 0 0;

}

.centerboxes{
	padding: 0 50px 0 30px;  
	margin: 0 0 0 0;
	width:245px;
	display:inline-table;

}
.centerdivs{
	padding: 10px 0 10px 0;  
	margin: 0 0 0 0;

}


.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding:0 0 0 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #mainContent {
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	margin:0;
	background: #FFFFFF;
	height: 316px;
	background-image:url(images/container-background.jpg);
	background-repeat:repeat-x;
}

.oneColFixCtrHdr #mainContent2 {
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	margin:0;
	background: #FFFFFF;
	height: 316px;
	background-image:url(images/sub-menu-background.jpg);
	background-repeat:repeat-x;
}

.oneColFixCtrHdr #mainCenter {
	padding: 50px 0 0 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	margin:0;
	background: #FFFFFF;
 	display:inline-table;
}

.oneColFixCtrHdr #mainRight {
	padding: 0 0 0 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	margin:50px 0 0 0;
	background: #FFFFFF;
	background-image:url(images/grey-vertical.gif); 
	background-repeat:repeat-y;
	display:inline-table;

	width:240px;

}

.mainRightTop {
	padding:0 0 0 20px;
	margin:0 0 0 0;
	background-image:url(images/grey-vertical-top.gif.png);
	background-repeat:no-repeat;
	height: 75px;
	width:240px;

}

.mainRightMiddle {
	padding:0 0 0 20px;
	margin:0 0 0 0;
	
}

.mainRightBot {
	padding:0 0 0 20px;
	margin:0 0 0 0;
	background-image:url(images/grey-vertical-bot.gif.png);
	background-repeat:no-repeat;
	height: 75px;
    width:240px;

}

.oneColFixCtrHdr #center-divide {
	padding: 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#ffffff;
}
.oneColFixCtrHdr #footer {
	width:100%;
	height:598px;
	background:#ffffff;
	background-image:url(images/footer-background.jpg);
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding:0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}




img {
	border: none;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}

a{
	border: none;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}


a:link, a:visited{
	text-decoration: none;
	/*color: #0e75c4; */
}

a:hover{
	text-decoration: none;
	/*color: #014d8f;*//*#03bb03;*/ 
}




.text-grey-14 {
	margin:0 0 0 0;
	padding:0 0 0 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	/*line-height: 18px; */
	color:#363232;
}

.text-grey-14-quote {
	margin:0 0 0 0;
	padding:0 0 0 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 20px; 
	color:#363232;
	font-style:italic;
}


.text-black-12 {
	margin:4px 0 0 0;
	padding:0 0 0 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	/*line-height: 18px; */
	color:#000000;
}


.text-black-14 {
	margin:10px 0 0 0;
	padding:0 0 0 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	/*line-height: 18px; */
	color:#000000;
}

.text-black-bold-14 {
	margin:10px 0 0 0;
	padding:0 0 0 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight:bold;
	/*line-height: 18px; */
	color:#000000;
}

.text-white-20 {
	margin:0 0 0 0;
	padding:0 0 0 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	/*line-height: 18px; */
	color:#ffffff;
}

.text-white-26 {
	margin:0 0 0 0;
	padding:0 0 0 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 26px;
	font-weight:500;
	/*line-height: 18px; */
	color:#ffffff;
}

.text-white-20-header {
	margin:0 0 0 0;
	padding:0 0 0 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight:700;
	/*line-height: 18px; */
	color:#ffffff;
}

.text-white-10 {
	margin:0 0 0 0;
	padding:0 0 0 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:#ffffff;
}

.link-white-12 {
	margin:0 0 0 0;
	padding:0 0 0 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	/*line-height: 18px; */
	color:#ffffff; /*065ea9 085293 */
	line-height:20px;

}

.link-white-12 a:link, .link-white-12 a:visited{
	
	text-decoration:underline;
	color: #ffffff;

}

.link-white-12 a:hover{
	
	text-decoration:underline; 
	color: #ffffff;

}

.header-blue-14 {
	margin:0 0 0 0;
	padding:0 0 0 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	/*line-height: 18px; */
	color:#085293;  /*065ea9 085293 */
	font-weight:700;
}

.header-blue-14 a:link, .header-blue-14 a:visited{
	
	text-decoration: none;
	color: #085293;
	font-weight:700;
}

.header-blue-14 a:hover{
	
	text-decoration: none; 
	color: #085293;
	font-weight:700;
}



.footer-links {
	margin:0 0 0 0;
	padding:0 0 0 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight:bold;
	color:#ffffff;

}

.footer-links a:link, .footer-links a:visited{	
	margin:0 0 0 0;
	padding:0 0 0 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight:bold;
	color:#ffffff;
	text-decoration:underline;
}

.footer-links a:hover{
	margin:0 0 0 0;
	padding:0 0 0 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight:bold;
	color:#ffffff;
	text-decoration:none;
}