/******************************************************
* // BEGIN CSS RESET
******************************************************/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}
/******************************************************
* // END CSS RESET
******************************************************/


/******************************************************
* // BEGIN LAYOUT
******************************************************/
body
{
	text-align:center;	
	font: normal 11px arial,sans-serif;
}

a {
 color:#1C6DAE;
 text-decoration:none;
}


div.wrapper
{
	width:953px;
	height:auto;
	margin:0 auto;
	text-align:left;
	position:relative;
}
.h-links,
.h-links li
{
	display:inline;
}
#header
{
	width:100%;
	height:auto;
	position:relative;	
}
#logo
{
	position:absolute;
	margin-left:45px;
}
#header .h-links
{
	margin-top:25px;
	float:right;
	margin-right:15px;
	font-weight:bold;
	clear:both;
}
	#header .h-links a
	{
		color:#414141;
	}

#page
{
	margin:15px auto;
}
#main
{
	background: url(../images/hero.jpg) no-repeat 0 100%;
	height:375px;
	position:relative;
}
#benefits
{
	background: url(../images/score_graph_bg.jpg) no-repeat;
	height:221px;
}
#regFields
{
	margin-left: 465px;
	margin-top: 115px;
	color:#FFF;
}
#regFields td
{
	vertical-align:top;
	padding:5px 10px;
}
	#regFields td label
	{
		display:block;
		font-weight:bold;
		font-size:12px;
	}
	#regFields td .txtbox
	{
		border:1px solid #CCC;
		padding:5px;
		width:170px;
	}
	#regFields td button
	{
		background:none;
		border:none;		
	}	

h3.insurance
{
	color:#FFF;
	margin-left:425px;	
	padding-left:35px;
	background: url(../images/whitecheck.png) no-repeat;
	position:absolute;
	bottom:15px;
	font-weight:bold;	
	font-size:15px;
	line-height:32px;
	height:32px;
}
	/* I heart IE6! */
	* html h3.insurance
	{
		background: url(../images/whitecheck.gif) no-repeat;
	}

#benefits
{
	padding-left:425px;
	padding-right:20px;
	padding-top:10px;
	color:#414141;
}

#benefits ul
{
	width:215px;	
	float:left;
}

#benefits li
{
	background: url(../images/checkmark.jpg) no-repeat;
	padding-left:35px;
	padding-bottom:5px;
	font-size:10px;
}
	#benefits li h3
	{
		margin-top:5px;
		font-weight:bold;
		font-size:14px;
	}
#benefits .notepad
{
	float:right;
}

button
{
	margin:0;
	padding:0;
	overflow:visible;
}
.tabText
{	
	font: bold 16px Arial;
	color:#414141;
	position:absolute;
	top:95px;
	left:225px;	
	width:160px;
	text-align:center;
}
#features
{
	margin:20px 0;
	padding-left:3.3%;
	color:#373737;
}
#features h2
{
	font:normal 18px Arial, sans-serif;
	margin-bottom:15px;
	color:#555;
}
.feature 
{
	width:30%;
	padding-right:3.3%;
	float:left;
}
.feature h3
{
	font-size:12px;
	font-weight:bold;
	color:#347ab3;
}
.feature ul
{
	list-style:disc;
	padding-left:15px;
	font-size:13px;
}

#footer
{
	background:#DEDEDE;
	padding:15px 25px;
	color:#000;
}
	#footer	a,
	#helpTab a
	{
		color:#000;
	}	
#helpTab
{
	background: url(../images/livehelp.png) no-repeat;
	height:46px;
	width:147px;
	color:#000;
	float:right;	
	overflow:hidden;
	padding-left:10px;
	font:normal 9px arial;
	margin-top:-30px;
}
	#helpTab h3
	{
		padding-left:27px;	
		padding-top:14px;
		font-size:17px;
		font-weight:bold;
	}
.importantInfo h3
{
	font-size:12px;
	font-weight:bold;
	margin-bottom:10px;
}
.importantInfo p
{
	font-size:11px;
	margin-bottom:10px;
	font-family:arial,sans-serif;
}
strong
{
	font-weight:bold;
}
.footlinks
{
	padding:10px 0;
}
#copyright
{
	float:left;
}
.footlinks ul
{
	font-size:10px;	
	font-family:verdana,sans-serif;
	text-align:right;	
}
.footlinks ul li
{
	display:inline;
	border-left:1px solid #777;
	padding:0 3px 0 4px;
}
	.footlinks ul li.first
	{
		border-left:none;
	}

#poweredby
{
	background: url(../images/logos.jpg) no-repeat 440px 45px;
	text-align:right;
	height:85px;	
}
#partnerNotice
{
	background: url(../images/arrow_right.jpg) no-repeat 0 0;
	padding:5px 5px 5px 35px;
	font-size:11px;
	font-style:italic;
	width:725px;
	font-family:verdana, sans-serif;		
}
/******************************************************
* // END LAYOUT
******************************************************/