/* HTML Base */
html, body
{
	height:100%;
}
html
{
	background: #e5e5e5 url(../images/follow-bg.jpg) repeat-x top;
}
body
{
	margin:0;
	padding:0;
	color:#333;
	min-height:100%;
	height:auto !important;
	height: 100%;
	font: normal normal 12px/1.5 Arial, Helvetica, Verdana, Geneva, sans-serif;
	background: transparent url(../images/container-bg-alt.jpg) repeat-y center;
}
a:link
{
	color:#02048A;
	text-decoration: underline;
}
a:visited
{
	color:#0071BC;
}
a:hover
{
	color:#999;
	text-decoration:none;
}
a:active
{
	color:#B70000;
}
/* Main Layout */
#container
{
	width: 740px;
	margin:0 auto;
	background: transparent url(../images/follow-bg-alt.jpg) repeat-x top;
}
#content
{
	width: 722px;
	margin:0 auto;
	overflow: hidden;
}
#header
{
	width:722px;
	height:120px;
	overflow: hidden;
	margin:0;
	padding:0;
	background: transparent url(../images/header-logo-alt.jpg) no-repeat -1px 0;
	_background-position: 0 0;
}
#header h1
{
	width: 300px;
	margin:48px 0 0 405px;
	padding:0;
	text-transform: uppercase;
	color:#02048A;
	font-size: 150%;
	font-weight: bolder;
	line-height: 110%;
	text-align:right;
}
#main-image
{
	margin:-4px 0 10px 0;
	padding:0;
	width:543px;
	_width:544px;
	height:241px;
	float:right;
	overflow: hidden;
}
/* Begin Logo Bar Graphics */
#logo-bar
{
	float:left;
	width:722px;
	height:108px;
	margin:25px 0 0 0;
	padding:0 0 0 189px;
	overflow: hidden;
	clear:both;
	background: transparent url(../images/logo-bar.jpg) no-repeat 0 0;
}
#logo-bar span
{
	display:none;
}
/* Begin Custom Logos */
#insurance-bar
{
	margin:0;
	padding:0;
	text-align: center;
	width:179px;
	height: 99px;
	background: #fff url(../images/insurance.jpg) no-repeat 0 0;
	border-bottom: 5px solid #D2D2D2;
}
#insurance-bar h3
{
	display:none;
}
#insurance-bar select
{
	margin:48px 0 0 0;
	padding:0;
	width: 140px;
	font: 90%/16px Arial, Helvetica, Verdana, Geneva, sans-serif;
}
#navcontainer p
{
	margin:10px 0;
	padding: 0 10px;
	font-size:.8em;
	line-height:11px;
	text-align: left;
}
#robex
{
	display:block;
	float:left;
	width:72px;
 	height: 108px;
	background: transparent url(../images/robex.jpg) no-repeat 0 8px;
}
a#robex:hover
{
	background-image:url(../images/robex-over.jpg);
}
#bei
{
	display:block;
	float:left;
	width:88px;
 	height: 108px;
	background: transparent url(../images/bei.jpg) no-repeat 0 8px;
}
a#bei:hover
{
	background-image:url(../images/bei-over.jpg);
}
#mvbex
{
	display:block;
	float:left;
	width:162px;
 	height: 108px;
	margin-left:18px;
	background: transparent url(../images/mvbex.jpg) no-repeat 0 8px;
}
a#mvbex:hover
{
	background-image:url(../images/mvbex-over.jpg);
}
#syrabex
{
	display:block;
	float:left;
	width:86px;
	height: 108px;
	margin-left:20px;
	background: transparent url(../images/syrabex.jpg) no-repeat 0 8px;
}
a#syrabex:hover
{
	background-image:url(../images/syrabex-over.jpg);
}
#nnybex
{
	display:block;
	float:left;
	width:79px;
 	height: 108px;
	background: transparent url(../images/nnybex.jpg) no-repeat 0 8px;
}
a#nnybex:hover
{
	background-image:url(../images/nnybex-over.jpg);
}
/* End Logo Bar Graphics */
#main-text
{
	float:left;
	margin:0;
	padding:0;
	width:542px;
	height:auto;
}
#main-text p
{
	margin:0 0 10px 0;
	padding:0 30px;
	font: 95%/18px Arial, Helvetica, Verdana, Geneva, sans-serif;
	text-align: justify;
	text-indent: 18px;
}
#main-text p+p
{
	padding-top:0;
	padding-bottom:0;
}
#main-text p a, #main-text p a:link
{
	text-decoration: underline;
}
#main-text p a:hover
{
	text-decoration: none;
}
#main-text h1
{
	margin:0 0 10px 0;
	padding:0 30px 0 25px;
	color:#333;
	font-size: 150%;
}
#main-text h2
{
	margin:0 0 10px 0;
	padding:0 30px 0 25px;
	color:#02048A;
	font-size: 125%;

}
#main-text h3
{
	margin:0 20px;
	padding:5px;
	color:#fff;
	font-size: 110%;
	xbackground-color: #0071BC;
	background-color: #02048A;
}
#main-text h4
{
	margin:0 20px 10px 20px;
	padding:5px;
	color:#666;
	font-size: 100%;
	text-decoration: underline;
	background-color: transparent;
}
#main-text ul
{
	width:400px;
	font-size: 95%;
	list-style-type: square;
	padding: 15px;
	margin:2px auto;
	
}
#main-text li
{
	margin:0;
	list-style-position: outside;
}
#main-text img
{
	border:1px solid #d2d2d2;
}
/* Begin Table CSS */
#main-text table
{
	width:85%;
	margin:10px auto;
	padding:2px 5px;
	border:1px solid #999;
	border-collapse: collapse;
}
th, td
{
	padding:5px;
	margin: 0 5px;
	vertical-align: top;
}
td
{
	border-bottom:1px solid #d2d2d2;
	border-right:1px solid #d2d2d2;
}
#main-text table th
{
	color:#fff;
	border-collapse: collapse;
	background-color: #02048A;
	text-align: left;
	font-weight: bold;
	font-size: 120%;
}
/* End Table CSS */
#main-text p a, #main-text p a:link
{
	text-decoration: underline;
}
#main-text p a:hover
{
	text-decoration: none;
}
#healthPlans
{
	width:350px;
	margin:0 auto;
	list-style-type: square;
	list-style-position: outside;
	padding: 15px;
}
#healthPlans li
{
	font-size: 110%;
}
#pdf
{
	margin:0 0 10px 30px;
	padding: 0;
}
#pdf li
{
	background: transparent url(../images/pdf-icon.jpg) no-repeat;
	margin:4px 0;
	list-style-type: none;
	font-size:1em;
}
#pdf li a, #pdf li a:link, #pdf li a:visited, #pdf li a:active
{
	font: bold 1em/30px Arial, Helvetica, Verdana, Geneva, sans-serif;
	height:60px;
	margin:0;
	padding:10px 0 10px 38px;
	color:#333;
	text-decoration: underline;
	
}
#pdf li a:hover
{
	color:#0071bc;
	text-decoration: none;
}
#footer
{
	position: relative;  /* Needed for Safari */
	width: 100%;
	margin-top:-14px;
	background: #666 url(../images/footer-container-bg.jpg) repeat-x top;
}
#footer-container
{
	margin:0 auto;
	padding:0;
	width:720px;
	height: 60px;
	font: bold .9em/11px Arial, Helvetica, Verdana, Geneva, sans-serif;
}
#footer h2
{
	color:#fff;
	margin-top:26px;
	padding:0;
	font-weight:bold;
	font-size:1em;
	line-height:1em;
	text-transform:uppercase;
}
#footer-left
{
	float:left;
	position:relative;
	margin-left:5px;
	text-align: left;
}
#footer-left a, #footer-left a:link
{
	color: #fff;
	text-decoration: underline;
}
#footer-left a:hover
{
	color:#999;
	text-decoration: none;
}
#footer-right
{
	float:right;
	position:relative;
	margin-right:5px;
	text-align: right;
}
/* Main Menu */
#navcontainer
{
	width:179px;
	height:auto;
	margin:-4px 0 0 0;
	padding:0;
	_padding:0 0 0 1px;
	overflow: hidden;
	float:left;
	clear:left;
}
#navlist
{
	margin:-1px 0 0 0;
	padding: 0;
	list-style: none;
	text-transform: uppercase;
}
#navlist li
{
	height:30px;
	line-height:30px;	
	border-bottom: 1px solid #c0c0c0;
}
#navlist li a, #navlist li a:link, #navlist li a:visited, #navlist li a:active
{
	font: bold 1em/30px Arial, Helvetica, Verdana, Geneva, sans-serif;
	width:100%;
	display:block;
	margin:0;
	padding:0 0 0 26px;
	color:#000;
	text-decoration: none;
	background: #F4F2F5 url(../images/arrow.gif) no-repeat .9em 1em;
}
#navlist li a:hover
{
	color:#02048A;
	background-color: #FFF;
	background-image: url(../images/arrow-over.gif);
}
/* Form Styles */
#form1
{
	width:486px;
	margin:0 auto;
	padding-left:30px;
}
#form1 fieldset
{
	width:90%;
}
#form1 legend
{
	color:#5089CE;
	font-weight:bold;
}
#form1 dl
{
	background-color:#eee;
	width:400px;
	margin:15px auto;
	padding:5px;
}
#form1 dd, #form1 dt
{
	margin:0;
	padding:6px;
}
#form1 dt
{
	float:left;
	padding-left:10px;
	width:100px;
	text-align:right;
	font-weight:bold;
	font-size:94%;
}