html,body,div,p,form,ul,ol,li,dl,dt,dd,table,tr,th,td,h1,h2,h3,h4,h5,h6  {
	margin: 0;
	padding: 0;
	}
img {
	border: 0;
}
body {
	background-color: #fff;
	font-size: 62.5%;
	font-family: verdana, arial, sans-serif;
	text-align: center;
	}

/* containers */
#container, #top, #nav, #main{
	width: 737px;
	}
#container { 
	border: 1px solid #CCC; 
	margin: 20px auto; 
	padding: 10px; 
	text-align: left;
	}	
#top { 
	margin: 0; 
	}
#topTitle { 
	float: left;
	margin-top: 10px;
	margin-left: 10px;
	font-size: 2.6em;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #003D78; 
	padding-bottom: 10px;
 	}
#subTitle { 
	float: left;
	font-size: .5em;
	color: #999; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
 	}
#topLogo { 
	float: right; 
	padding-bottom: 10px;
	}
#nav { 
	padding: 0; 
	line-height: normal; 
	background-color: #003D78;
	height: 35px;
	font-size: 1.2em;
	}
#main {
	padding: 3px 0 2px;
	font-size: 1.1em;
		}
#rightHome{
	float: right;
	padding-right:10px;
	width:480px;
	}
#leftHome img{
	padding-top: 10px;
}
#leftHome {
	margin-bottom: 10px;
}
#fullHome {
	margin: 0 0 5px;
	padding: 10px 30px 5px 10px;
	border-top: 1px solid #CCC;
	}

#pic { 
	margin: 0; 
	padding: 0; 
	clear: both; 
	}
	
#copy { 
	padding: 3px 0 0; 
}

#copy p{
	padding-right: 20px;
}

.item{
	margin: 5px 0 20px 0;
}
#footer { 
	padding: 10px; 
	color: #fff; 
	text-align: left;
	background-color: #003D78;
	}
#leftCol {
	width: 440px;
	float: left;
	padding-left: 20px;
	margin-top: 10px;
}	
#rightCol {
	width: 275px;
	float: right;
	background-color: #eef4fa;
	font-size: .9em;
	padding-bottom: 20px;
	margin-top: 10px;
	margin-bottom: 5px;
}
/* text elements */
a { 
	color: #003D78; 
	}
a:hover { 
	color: #83C2E1; 
	text-decoration: none; 
	}
h1 { 
	font-family: Baskerville, Georgia, "Times New Roman", serif; 
	color: #fff; 
	font-size: 1.4em; 
	margin: 0 0 10px 0;
	background-color: #32a52c;
	padding: 5px 0 5px 10px;
	}
#rightHome h1{
	margin: 15px 0 5px 10px;
	border-bottom: none;
	background-color: #fff;
	color: #003D78;
	padding: 0;
	}
h2 { 
	font-size: 1.2em;
	margin: 10px;
	color: #10468c;
	border-bottom: 1px solid #eee;
	}
h2 a {
	text-decoration:none;
	}
h2 a:hover{
	color: #003D78;
	}
h3 { 
	font-size: 1.1em; 
	}
#fullHome h3{
	margin: 0 0 15px 10px;
}
h4 {
	font-size: 1.2em;
	color:#003D78;
	padding: 15px 0 5px 10px;
}
p { 
	font-size: 1.1em;
	line-height: 1.4em; 
	margin: 3px 10px 8px 10px; 
	}
p.small{
	font-size: .9em;
}
#footer p {
	margin: 0;
	}
#privacy {
float:left;
}
#copyright {
float:right;
}
#nav ul { 
	list-style-type: none; 
	display:inline; 
	}
#nav ul.small{
	font-size: .9em;
}
#nav li { 
	margin: 0; 
	padding: 0; 
	display:inline; 
	list-style: none; 
	text-align: center; 
	}
#nav li a {
	color: #fff;
	text-decoration: none; 
	display: block;
	float: left;
	margin: 10px 0;
	padding: 0 10px;
	border-right: 1px solid #fff;
	}
#nav ul.small li a{
	padding: 0 15px;
}
#nav li a.last {
	border: none;
	padding-right: none;
	}
#nav li a.first {
	padding-left: none;
	}
#nav a:hover { 
	color: #fff; 
	text-decoration: underline; 
	}
#main ul,#main ol { 
	margin: 5px 0 25px 35px; 
	padding-left: 2em; 
	font-size: 1.1em;
	}
#main li{
	margin: 0 30px 10px 0;
}
#main ul li { 
	list-style: square url(/healthplans/images/bullet.gif);
	}
#main ul li ul { 
	font-size: 1em;
	}
#banner {
	border:2px solid #32A52C;
	font-size:1.1em;
	margin-top:10px;
	padding:15px 20px;
	margin-bottom: 10px;
}	
#banner p{
	padding-bottom: 0;
	margin-bottom: 0;
}
a.arrow{
	background:url(/healthplans/images/arrow.gif) no-repeat right;
	padding-right:15px;
	color: #eb9806;
	text-decoration: none;
	font-weight: bold;
}
a.arrow:hover {
	color:#999999;
}
#footer a { 
	color: #fff; 
	}
#footer a:hover { 
	color: #fff;
	}
.last {
	border: none;
	}
.right{
	text-align: right;
}	
form {
	margin: 5px 10px 20px;
	width: 250px;
}
#copy form p{
	margin: 0 0 10px 0;
	padding: 0;
}
label {
	display: block;
	margin: 0 0 3px;
}
label.inline{
	display: inline;
}
input { width: 250px; }
input.short{ width: 20px; }
textarea {
	height: 100px;
	width: 250px;
}
form .asterisk { color: #f00; }
form fieldset { margin: 0; border: none; padding: 0;}
legend { 
	font-weight: bold; 
	padding: 0; 
	margin: 0 -7px; /* win ie 5+ */
}
form fieldset label { font-weight: normal;}
form fieldset legend span { display: block; width: 250px;}

.btn {
	background-image:url(/healthplans/images/button-left-slide.gif);
	background-position: left;
	background-repeat: no-repeat;
	cursor: pointer;
	float: left;
	margin:0 5px 0 0;
	padding-left: 5px;
	}
.btn span {
	background-image:url(/healthplans/images/button-right-slide.gif);
	background-position: right;
	background-repeat: no-repeat;
	float: left;
	margin:0;
	padding: 0 5px 0 0;
	}
.btn2 {
	background: none;
	border: 0;
	color:#038;
	cursor: pointer;
	font-size: 1.1em;
	font-weight: bold;
	height: 20px;
	line-height:18px;
	padding: 0 0 2px;
	}
	
#main ol.styled{
	color: #e1962f;
	font-size: 1.2em;
	font-weight: bold;
}
#main ol.styled span{
	color: #666666;
	font-size: .9em;
	font-weight: normal;
}

.submit{
	margin-top: 20px;
}
.center{
	text-align: center;
}
/* CLEAR FIX rules */ 
/* for modern browsers */ 
.promoBox:after, .clearfix:after{
	content: ".";
	clear: both;
	display: block; 
	height: 0;
	visibility: hidden;
	}
/* for IE7 */ .clearfix, .promoBox { min-width: 0; }
/* For Win IE less than 7 \*/ * html .clearfix, * html .promoBox { height: 1%; } /**/
/* For IE-mac \*//*/ .clearfix { display: inline-block; } /* End IE-mac */

.ctaButton, .ctaButton2 {
	background: transparent url(/healthplans/images/button-left-slide-green.gif) left center no-repeat;
	color: #038;
	display:inline;
	float: left;
	font-size: 1em;
	font-weight: bold;
	height: 20px;
	line-height: 18px;
	margin:0 5px 0 0;
	padding-left: 3px;
	}	
.ctaButton2	{
	background: url(/healthplans/images/button-right-slide-green.gif) right;
	margin: 0;
	padding: 0 20px 0 5px;
	}	
.ctaButton2 a { 
	text-decoration:none; 
	color: #fff;
	}
.ctaButton2 a:hover { 
	text-decoration:none; 
	}

table{
	text-align: center;
	margin: 0;
	padding: 0;
	border-collapse:collapse;
	border-spacing:0;
}
td, th {
	border: 1px solid #999999;
	border-collapse:collapse;
	padding: 5px;
	margin: 0;
}
table .first{
	text-align: left;
}


tr.trHeader th{
	background-color: #B5DCF9;
}

table tr th.alt{
	background-color: #FFCC99;
}

table tr th.thHeader{
	background-color: #003399;
	color: #fff;
}

th .caption {
	font-weight: normal;
	font-size: .9em;
}

/*expanding div styles */
.save { 
	behavior:url(#default#savehistory); 
	padding-bottom:4px;
}

.dspcont { display:none; }
a.dsphead:hover, a.dsphead { 
	text-decoration:none; 
	color:#EE8000;
	font-weight: bold;
}
a.dsphead img { 
	float: none;
	padding: 0;
	margin: -2px 0;
}
#main ul.nobullet, #main ul.nobullet li {
	list-style: none;
	list-style-image: none;
	padding-left: 0;
	margin-left: 5px;
	}	
