/* BASE ELEMENTS */
html { 
	height: 100%; 
	}
body {
	margin: 0px;
	height: 100%;
	padding: 0px;
	font-family: arial, helvetica, serif;
	background-color: #E9EAE4;	
	}

a:link, a:visited {
	font-size: 12px;
	text-decoration: underline;
	color: #005c96;
	}
a:hover, a:active {
	font-size: 12px;
	text-decoration: underline;
	color: #478FB4;
	}
	
a.small:link, a.small:visited {
	font-size: 10px;
	text-decoration: underline;
	color: #005c96;
	}
a.small:hover, a.small:active {
	font-size: 10px;
	text-decoration: underline;
	color: #478FB4;
	}

img { border:0px;}


#pageWrapper {
	width: 760px;	
	padding: 0px;
	margin: 0 auto;
	background-color: #ffffff;
	border: solid 1px #B4B4B4;
	}


/* TOP HEADER ELEMENTS */
#headerRow {
	position: relative;	
	width: 760px;	
	height:90px;
}	

#siteLogo {
	position: absolute;
	left: 18px;
	top: 15px;
	width: 174px;
}	

#topLinks {
	position: absolute;
	left: 451px;
	top: 75px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;	
}	

#topLinks a:link, #topLinks a:visited {
	font-size: 11px;
	text-decoration: none;
	color: #666666;
	}
#topLinks a:hover, #topLinks a:active {
	font-size: 11px;
	text-decoration: underline;
	color: #666666;
	}

#taglineRow {
	position: relative;
	background-color:#000000;
	text-align:right;	
	width:760px;
}	


/* CONTENT ROW */

#contentRow {
	position: relative;
	width: 760px;
	padding-top:4px;
	padding-bottom:0px;
	background-color:#ffffff;
}	

/* NAVIGATION ELEMENTS */	
#navWrapper { 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	/*position: relative;
	left: 0px;
	top: 4px;*/
	width: 176px;
	height:100%;
	/*background: url(_graphics/nav/bgNav.jpg) top left repeat-y;*/
	margin-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	padding-top: 0px;	
	padding-right:4px;
	/*float:left;
	border-bottom: solid 1px #B4B4B4;*/
	}

.navBackground {background: url(_graphics/nav/bgNav.jpg) top left repeat-y;}

#navWrapper p {
	padding-left: 35px;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 2px;
	margin-top: 0;
	margin-bottom: 0; 
	line-height: 12px;
	font-size: 12px;
	}
#navWrapper img {
	vertical-align: bottom;
	}

#navWrapper a:link, #navWrapper a:visited {
	color: #303030;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 11px;
	text-decoration: none;
	}
#navWrapper a:hover, #navWrapper a:active {
	color: #303030;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 11px;
	text-decoration: underline;
	}
#navWrapper a.here {
	color: #303030;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 11px;
	text-decoration: underline;
	}
	

/* PAGE CONTENT ELEMENTS */
#contentWrapper {
    position: relative;
	top: 0px;
	left: 180px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #303030;   	
	width:560px;
	float:right;
}

h1
{   
    font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
    color: #EB4024;
    font-weight: bold;
	margin:0px;
	padding-bottom:12px;
	padding-top:12px;
	padding-left:20px;
}

#copy
{   
	background-color:#ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #303030;	
	padding-bottom:30px;
	padding-left:20px;	
	padding-right:20px;
	min-height:150px;
}

.benefits_header
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #303030;
    font-weight: bold;
	padding-top:20px;
}

.sub_text
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #303030;
	padding-top:20px;
	font-style:italic;
}

/* FOOTER ELEMENTS */

#footerWrapper { 
	position:relative;
	padding-left: 10px;
	padding-top: 15px;	
	background-color:#ffffff;	
	padding-bottom: 15px;
	vertical-align:bottom;	
	}
#footer1
{
	position:relative;
	float:left;
	font-size: 11px;
	color: #666666;
	line-height: 14px;
	vertical-align: bottom;
	background-color:#ffffff;
}
#footer1 a:link, #footer1 a:visited {
	font-size: 11px;
	text-decoration: none;
	color: #666666;
	
	}
#footer1 a:hover, #footer1 a:active {
	font-size: 11px;
	text-decoration: underline;
	color: #666666;
	}

#footer2
{
	position:relative;
	float:right;
	
	font-size: 10px;
	color: #666666;
	line-height: 14px;
	vertical-align: bottom;
	padding-right:10px;
	background-color:#ffffff;
}

#footer2 a:link, #footer2 a:visited {
	font-size: 10px;
	text-decoration: none;
	color: #303030;
	}
#footer2 a:hover, #footer2 a:active {
	font-size: 10px;
	text-decoration: underline;
	color: #303030;
	}