﻿@charset "utf-8";
/* CSS Document */

body, html {margin: 0; padding: 0;}

body {
	background: #f3f3f3 url(images/body_bg.gif) top repeat-x;
	font-family: arial, verdana,  sans-serif;
	font-size: 12px;
	line-height: 1.5;
	color: #747070;
	height:100%;
	}

p {}
a {color: #7f9bba; text-decoration: none;}
a:hover {color: #747070;text-decoration: underline;}

h1, h2, h3, h4 {
	font-weight: normal;
	color: #003e7e;
	font-style: italic;
	}

h1 {
	margin: 0px 0px 0px 0px;
	font-size: 2.4em;
	padding-bottom: 0px;
	color: #003e7e;
	font-size: 27px;

	}
h2 {
	font-size: 1.7em;
	margin-bottom: 2px;
	margin-top: 15px;

	}
h3 {
	font-size: 1.2em;
	margin-bottom: 0px;
	margin-top: 18px;
	background: #eaeaea;
	padding: 2px 8px;

	}
h4 {
	color: #fcb713;
	font-size: 1.2em;
	margin-bottom: 0px;
	}
h5 {}

hr {
	border: 0;
	border-bottom: 1px dotted #bacce1;
	background: transparent;
	height: 1px;
	}


/* -----------------
CLASSES
--------------------*/

.clear {clear: both;}
.center {text-align: center; margin: 15px;}
.red {color: #ca1a0f;}
.right {float: right;}
.left {float: left;}
.sleft{float:left;display:inline;margin-right:10px;}
ul.alternating-list {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	}

ul.alternating-list li { padding: 5px 16px; }

/* grey background */
.grey-bg { background: #f3f3f3; }
div.grey-bg { padding: 10px 20px; }
div.grey-bg h2 {margin-top: 0px;}

/* grey round cornered box */
.greybox {
	background: url(images/greybox.gif);
	padding: 5px 15px;
	}
	
.halfcol {
	width: 425px;
	float: left;
	padding: 10px;
	}	
	
.btnright {
	float:right;
}

/* --------------------------------
-----------------------------------
SECTIONS
-----------------------------------
-----------------------------------*/

#container{ 
	width: 880px;
	margin: 0px auto;
	}
	


/* -----------------
HEADER
--------------------*/
#header{
	padding-top: 2px;
	height: 68px;
	}

#callnow { margin-top: 1px; }

#header #header-right {
	float: right;
	width: 220px;
	text-align: right;
	margin-top: 5px;
	margin-right: 2px;
	margin-bottom:5px;
	height:42px;
	}
#header #header-right-home {
	float: right;
	width: 220px;
	text-align: right;
	margin-top: 5px;
	margin-right: 2px;
	margin-bottom:2px;
	height:42px;
	}
#header #abn-right{
	display:none;
	float: right;
	width:220px;
}
#logo {border: 0px; padding-top: 5px;}

/* middle area */
#middle {
	height: 48px;
	padding-top: 20px;
	}
#homepage #middle {height: 305px; padding: 2px 0px 0px 0px;}

/* -----------------
LOGIN DROPDOWN
--------------------*/
#login {
	position: absolute;
	top: 2px;
	left: 50%;
	margin-left: -242px;
	/*width: 898px;*/
	width:484px;
	height:23px;
	background-image: url(images/member_login_but.gif);
	}

#login #CollapsiblePanel2.CollapsiblePanelOpen {
	background: url(images/login_down.jpg) bottom center no-repeat;
	height: 52px;
	}

#login #CollapsiblePanel2.CollapsiblePanelClosed {
	background-image: url(images/member_login_but.gif);
	background-position: 211px 0px;
	background-repeat: no-repeat;
	height: 19px;
	}
#login #NonCollapsiblePanel2.CollapsiblePanelClosed {
	background-image: url(images/member_login_but.gif);
	background-position: 211px 0px;
	background-repeat: no-repeat;
	height: 19px;
	}
/* -----------------
MENU
--------------------*/	

#menu {
	float: right;
	color: #114b87;
	
	margin-top: -7px;
	margin-right:4px;
	width: 690px;

	}

#menu ul {
	list-style-type: none; 
	margin: 0px;
	padding: 0px;
	float: right;
	}

#menu li {
	display: block;
	font-size: 13px;
	font-style:italic;
	color:#fdb813;
	position: relative;
	margin: 0px;
	float: left;
	}

#menu li a {
	color: #003e7e;
	text-decoration: none;
	}

#menu li img {border: 0px;}

#menu li a:hover, #menu li a.active  { 
	color:#fdb813;
}
#menu li:hover {}
.CurrentPage{
	font-weight:bold;
}

/* -----------------
CONTENT AREA
--------------------*/
#content-container {
	background: #fff url(images/border.gif) top repeat-x;
	min-height: 100px;
	}

#content-area {
	width: 890px;
	margin: 0px auto;
	padding: 10px;
	}


/* -----------------
FRONT PAGE DROPDOWN
--------------------*/
#dropdown-container { background: #fff; }

#CollapsiblePanel1{
	width: 530px;
	margin: 0px auto;
	}

#CollapsiblePanel1.CollapsiblePanelClosed { min-height: 40px; }
#CollapsiblePanel1.CollapsiblePanelOpen { padding-bottom: 20px !important; background: #fff;}
#CollapsiblePanel1.CollapsiblePanelOpen .CollapsiblePanelTab { background: #fff url(images/closebutton.gif) 503px 13px  no-repeat; }

#welcomeimg { float: left;}
#welcometext {float: left; margin-top: 12px;}

#CollapsiblePanel1.CollapsiblePanelOpen #welcometext,
#CollapsiblePanel1.CollapsiblePanelOpen #clickhereimg {
display: none;
}

#clickhereimg {margin-left: 5px; margin-top: 7px;}


/* -----------------
BOTTOM NAVIGATION
--------------------*/
#bottom-container {
	clear: both;
	background: #f3f3f3 url(images/bottom_bg.gif) top repeat-x;
	min-height: 160px;
	}

#bottom {
	clear: both;
	padding-bottom: 50px;
	width: 880px;
	margin: 0px auto;
	padding-top: 2px;
	}

.col {
	width: 108px;
	float: left;
	padding-top: 3px;
	padding-left:5px;
	/*border-left:1px solid #d1e1f2;
	height:180px;*/
	background:url(images/footer_vr.gif) no-repeat left 25px;
	height:215px;
}

.col ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
	margin-top: 14px;
	
}

.col.homecol { width: 26px; background-image:none; }
.col.members {
	float:right; 
	color:#f9b513;
	width:160px; 
	background: #eaeaea url(images/bottom_bg_b.gif) 0px -2px repeat-x; 
	border-left: 1px solid #c7c7c7; 
	
}
.col.members .headerAlt a {
	color:#f9b513;
}
.col.wider {width: 140px;}

.col .header {
	font-size:12px;
	font-weight:bold;
	font-style:italic;
	color:#94aac5;
	
}

#bottom .headerAlt {
	font-size:12px;
	font-weight:bold;
	font-style:italic;
	color:#f9b513;
	background-color:#003e7e;
}

.col.grey {
	width: 230px;
	border-left: 1px solid #c7c7c7;
	padding-left: 10px;

	background: #eaeaea url(images/bottom_bg_b.gif) 0px -2px repeat-x;
	padding-bottom: 10px;
	}

/* -----------------
FOOTER
--------------------*/
#footer {
	margin-top: 20px;
	margin-left: 5px;
	float: left;
	width: 880px;
	text-align: left;
	font-family: verdana, arial, sans-serif;
	font-size: 10px;
}

#footer a {color: #747070;}
#footer a:hover {color: #7f9bba;}


/* -----------------
FORMS
--------------------*/	

form {}

input {	border: 0px; background-color: #fff;}

input.button {}

select {
	width: 210px;
	border: 1px solid #c9d5e3;
	height: 20px;
	font-size:12px;
	}
.tempheader {
	position:absolute;
	top:-200px;
	left:-400px;
	color:#FFFFFF;
}

/*removed by Galen Parker because it was miffing up RadioButton labels*/
DEPRECATEDlabel {
	font-size: 12px;
	width: 140px;
	display: block;
	text-align: right;
	padding-right: 5px;
	}

.totals label {width: auto; 
	font-weight: bold;
	float: right;
	margin-top: 7px;
	padding-right: 10px;
	}

.totals input {
	float: right;
	height: 20px;
	width: 85px;
	font-size: 18px;
	color: #003e7e;
	padding: 5px;
	}

/* login form */
#login div.fakeForm {
	width: 285px;
	margin: 0px auto;
	padding:0px;
}
#login div.topLogout {
	width: 285px;
	margin: 0px auto;
	padding:0px;
}


#login input {
	background: #ffffff;
	border: 1px solid #d8a52a;
	color: #747070;
	font-size: 10px;
	padding: 0px 3px;
	width: 116px;
	height: 16px;
	float:left;
	margin-left: 3px;
	margin-top: 0px;
	}

#login input.button {
	width: auto;
	background: url(images/login_button.gif) bottom no-repeat;
	height: 28px;
	width: 30px;
	border: 0px;
	cursor: pointer;
	margin-left: 0px;
	margin-top: -8px;
	}
	
#membersform {
	line-height:20px;
}
#membersform input {
	border: 1px solid #d8a52a;
	color: #747070;
	font-size: 10px;
	padding: 0px 3px;
	width: 116px;
	height: 16px;
	float:left;
	margin-left: 3px;
	margin-top: 0px;
}
#membersform input.button {
	width: auto;
	background: url(images/members_login_button.gif) bottom no-repeat;
	height: 28px;
	width: 30px;
	border: 0px;
	cursor: pointer;
	margin-left: 0px;
	margin-top: -10px;
	}
	
	.ptptop{
	background-image:url(images/ptptop.gif); width: 282px; height:30px; line-height:30px; color:#fdbd23; font-size: 22px; font-style:italic; padding-left: 10px;
	}
	
	.ptpfirst{
	border-left: 1px solid #c7c7c7; border-right: 1px solid #c7c7c7; background-color: white; padding-left: 10px; padding-right: 10px; padding-top: 4px; padding-bottom: 4px; width:270px;
	}
	
	.ptpdot{
	border-bottom: 1px dotted #c7c7c7; padding-top: 0px; padding-bottom: 4px; margin-bottom:3px;
	}
	
	.ptpopt{
	width:270px; height:21px; margin-bottom: 4px;
	}
	
	.ptpline{
	float: right; height:21px;
	}
	
	.ptpselect{
	height:21px; width: 150px; font-size:12px;
	}
	
	.ptphelp{
	margin-top:2px; border:0px;
	}
	
	.ptpcost{
	width:270px; height:52px; margin-top: 10px;
	}
	
	.ptpcosttext{
	float: right; height:32px; font-weight:bold; font-size: 15px
	}
	
	.ptpcostprice{
	height: 29px; border: 1px solid #c7c7c7; background-color:#f7f7f7; color:#003e7e; font-weight:bold; font-size: 18px; padding-left: 4px; padding-right:4px; padding-top: 2px; padding-bottom:2px;
	}
	
	.ptppurchase{
	background-image:url(images/ptpbot.gif); width: 287px; height:30px; color:#fdbd23; font-size: 22px; font-style:italic; padding-right: 5px;
	}
	
	.ptppurchaseb{
	float:right; margin-top: 3px; border:0px;
	}
	
	.preftop{
	background-image:url(images/btop.gif); width: 292px; height:6px; margin:0px; padding:0px; line-height:6px; 
	}
	.prefmid{
	background-color:#d1e1f2; width: 272px; padding-left:10px; padding-right:10px; padding-bottom: 5px;
	}
	.prefheading{
	font-size: 20px; font-style: italic; color:#003e7e; line-height: 24px;
	}
	
	.prefread{
	background-color:#f3f3f3; width: 290px; padding-top:3px; padding-right: 2px;
	}
	.prefbot{
	background-image:url(images/gbot.gif); width: 292px; height:6px; margin:0px; padding:0px; line-height:6px;
	}
	.prefdesign{
	width: 282px; float:right; margin-top: 15px; color:#003e7e; font-style: italic; font-size: 13px; font-weight:bold;
	}
	
	.blulink{
	color:#003e7e; text-decoration:underline;
	}
	
	.ptpadjust{
	font-size:14px; font-style:italic; color:#003e7e; font-weight:bold;
	}
	
	.costpw{
	font-size: 18px;
	font-style: italic;
	color:#003e7e;
	}
	
	.inscont{
	width: 609px;
	border:0px;
	margin:0px;
	padding:0px;
	margin-top:8px;
	}
	.tabcont{
	width: 609px;
	border:0px;
	margin:0px;
	padding:0px;
	padding-bottom:8px;
	margin-top:8px;
	background-image:url(images/tablebottom.gif);
	background-position:0px bottom;
	background-repeat:no-repeat;
	}
	
	.zero{
		height:0px;
		line-height:0px;
	}
	.inth2{
	margin:0; padding-left: 10px;
	}
	
	.intblutop{
	width: 345px; 
	background-image: url(images/intblutop.gif);
	height: 27px;
	line-height: 26px;
	}
	.intblutopb{
	width: 205px; height: 27px; line-height: 26px; background-image: url(images/intblutopB.gif);
	}
	
	.intwb{
	width: 345px; height: 8px; line-height: 8px; margin:0px; padding:0px; background-image: url(images/intwb.gif);
	}
	
	.intwbb{
	width: 205px; height: 8px; line-height: 8px; margin:0px; padding:0px; background-image: url(images/intwbb.gif);
	}
	
	.intline{
	width: 323px; border-left: 1px solid #c7c7c7; border-right: 1px solid #c7c7c7; background:none; background-color: white; padding-left: 10px; padding-right: 10px; padding-top: 4px; padding-bottom: 4px;
	}
	
	.intbline{
	width: 183px; border-left: 1px solid #c7c7c7; border-right: 1px solid #c7c7c7; background:none; background-color: white; padding-left: 10px; padding-right: 10px; padding-top: 4px; padding-bottom: 4px;
	}
	
	.grey{
	background-color:#f3f3f3; 
	}
	
	.insleft{
	width: 273px; border-left: 1px solid #c7c7c7; border-right: 1px solid #c7c7c7; float: left; padding: 15px;
	}
	
	.insright{
	width: 273px; border-right: 1px solid #c7c7c7; float: right; padding: 15px;
	}
	
	.insbleft{
	width: 305px; background-image:url(images/purchl.gif); float: left; height: 36px;
	}
	
	.insbright{
	width: 304px; background-image:url(images/purchr.gif); float: right; height: 36px;
	}
	.inswhite {
		width:597px; background-color:#FFFFFF; padding:5px;
		border-left: 1px solid #c7c7c7;
		border-right: 1px solid #c7c7c7;
	}
	.insgrey {
		width:597px; background-color:#f3f3f3; padding:5px;
		border-left: 1px solid #c7c7c7;
		border-right: 1px solid #c7c7c7;
	}
	.insblue {
		width:597px; background-color:#d1e1f2; padding:5px;
		border-left: 1px solid #c7c7c7;
		border-right: 1px solid #c7c7c7;
		border-top: 1px solid #c7c7c7;
	}
	.insBottom{
		border-left: 1px solid #c7c7c7;
		border-right: 1px solid #c7c7c7;
		border-bottom: 1px solid #c7c7c7;
		width:597px; background-color:#ffffff; padding:5px;
		height:10px;
	}
	.insh3{
	background-color: white; font-size:14px; text-decoration: underline; padding:0; margin:0; 
	}
	.conth3{
		font-weight: normal;
		font-size:14px;
		color: #003e7e;
		font-style: italic;
	}
	.tableGrey{
		background-color:#f3f3f3;
		padding:5px;
	}
	.tablewhite{
		background-color:#FFFFFF;
		padding:5px;
	}
	.tableBlue {
		background-color:#d1e1f2;
	}
	.inspurch{
	margin-top:4px; margin-left: 170px; border:0px;
	}
	
	.insexp{
	margin-top:0px; margin-right: 5px; border:0px;
	}
	
	.inswb{
	width: 609px;
	height: 8px;
	line-height: 8px;
	background-image:url(images/inswb.gif);
	padding:0px;
	margin:0px;
	}
	
	.insinner{
	margin: 0px;
	border: 0px;
	padding: 0px;
	width:609px;
	float: left;
	}
	
	.insinner p{
	margin-top: 4px;
	margin-bottom: 4px;
	padding: 0px;
	}
	
.sgrey{
background-color:#f3f3f3;
width: 300px;
padding-left: 20px;
}
.swhite{
background-color:white;
width: 300px;
padding-left: 20px;
}
.lgrey{
background-color:#f3f3f3;
}


.blutop{
	background-image:url(images/blutop.gif);
	width: 594px;
	height: 27px;
	padding-left: 15px;
	line-height: 25px;
	background-repeat:no-repeat;
}
.blutop2{
	background-image:url(images/blutop2.gif);
	width: 591px;
	height: 50px;
	padding-left: 15px;
	line-height: 25px;
	background-repeat:no-repeat;
}
.baseDiv{
	background-image:url(images/baseTableWhite.gif);
	width: 591px;
	height: 13px;
}
.baseDiv2{
	background-image:url(images/baseTableWhite2.gif);
	width: 609px;
	height: 13px;
}
.outertable{
	width: 592px;
	padding-left: 15px;
	line-height: 25px;
	border-left: 1px solid #c7c7c7;
	border-right: 1px solid #c7c7c7;
}

/*--------------------Join Now Styles ---------*/
#join-nav {
	font-family: verdana, arial, sans-serif;
	font-size: 10px;
	color: #7f9bba;
}

#join-nav b {
font-weight: bold;
}

#join-nav a{
text-decoration: underline;
color: #003e7e;
}
#join-nav a:hover{

}
.yellow{
color: #fdb813;
}

#membershiptypecontainer{
float: left;
width: 586px;
padding:0px;
margin:0px;
margin-left: 30px;
}

.membershiptypebase{
float: left;
width: 299px;
height: 10px;
background: white url(images/bg_mbrtypbase.gif) no-repeat bottom;
position:relative;
bottom:0px;
}

#membershiptypecontainer h3{
background: none;
margin-top: 0px;
}

#membershiptypecontainer input{
background: none;
vertical-align:bottom;
}

#membershiptype{
padding: 0px;
position:relative;
top:0px;
float: left;
width:299px;
background: #d1e1f2 url(images/bg_mbrtyp.gif) no-repeat top left;
}

.mt{
float:left;
width:287px;
height: 24px;
padding: 0px;
margin: 0px;
background: none;
padding-left: 10px;
line-height: 24px;
border-left: 1px solid #c7c7c7;
border-right: 1px solid #c7c7c7;
}

#covertypecontainer{
width: 586px;
padding:0px;
margin:0px;
background: url(images/bg_cvrtyp.gif) repeat;
margin-left: 30px;
}

#covertypecontainer img{
margin-top: 4px;
margin-right: 10px;
}

.covertypebase{
float: left;
width: 586px;
height: 10px;
background: white url(images/bg_cvrtypbase.gif) no-repeat bottom;
position:relative;
bottom:0px;
}

#covertypecontainer h3{
background: none;
margin-top: 0px;
}

#covertypecontainer input{
background: none;
vertical-align: bottom;
}

#covertypehospital{
position:relative;
top:0px;
float: left;
width:293px;
background: #d1e1f2 url(images/cnr_tl_blue.gif) no-repeat top left;
}

.cth{
float:left;
width:281px;
padding: 0;
padding-left: 10px;
height: 24px;
line-height: 24px;

margin: 0;
background: none;
border-left: 1px solid #c7c7c7;
border-right: 1px solid #c7c7c7;
}

.headingr{
margin-top:1px;
width:281px;
padding-left: 10px;
height: 26px;
border-left: 1px solid white;
}

.heading{
margin-top:1px;
width:281px;
padding-left: 10px;
height: 26px;
border-left: none;
border-right: none;
}

.headingl{
margin-top:1px;
width:282px;
padding-left: 10px;
height: 26px;
border-right: 1px solid #c7c7c7;
}

.cta{
float:left;
width:281px;
height: 24px;
padding: 0;
margin: 0;
background: none;
padding-left: 10px;
line-height: 24px;
border-left: 1px solid white;
border-right: 1px solid #c7c7c7;
}


.white{
background-color: white;
}
.grey {
background-color: #f3f3f3;
}

#covertypeancillary{
position:relative;
right:0px;
top:0px;
width:293px;
float: right;
background: #d1e1f2 url(images/cnr_tr_blue.gif) no-repeat top right;
}

#covercommencement {
margin-left: 30px;
line-height: 20px;
width: auto;
}

#covercommencement select, #primarymember select, .additionalmember select {
width: auto;
}

#join-left{
float: left;
width: 645px;
background: url(images/bg_joinleft.gif) repeat-y top right;
background-color:White;
}

#join-left select{
width: auto;
}

#join-left h3{
background: none;
margin-top: 0px;
}
.breaker{
display:none;
}

.finput{
border: 1px solid #d1e1f2;
background-color: white;
}

#join-left input.select{
border: 1px solid #d1e1f2;
background-color: white;
}

#join-left image {border:0px;}

#join-right{
float: right;
position: relative;
right: 0px;
top:0px;
width: 225px;
}

#primarymembercontainer{
width: 586px;
padding:0px;
margin:0px;
margin-left: 30px;

}

#exfundcontainer{
width: 586px;
padding:0px;
margin:0px;
margin-left: 30px;
margin-top: 10px;

}

#primarymembercontainer h3{
background: none;
margin-top: 0px;
}

.primarymemberbase{
float: left;
width: 586px;
height: 29px;
line-height: 29px;
background: white url(images/bg_greybase.gif) no-repeat bottom;
position:relative;
bottom:0px;
}

.whitebase{
float: left;
width: 586px;
height: 10px;
line-height: 29px;
background: transparent url(images/bgwhitebase.gif) no-repeat bottom;
position:relative;
bottom:0px;
}

.primarymemberbase img{
margin-left: 5px; margin-right: 5px; margin-top: 8px; border: 0; position: absolute; right: 0px; top: 0px;
}
.primarymemberbase a{
text-decoration: underline;
color: #003e7e;
}



.primarymemberheading{
float:left;
width: 571px;
height: 26px;
line-height: 26px;
padding-right: 15px;
background: transparent url(images/bg_bluetop.gif) no-repeat top;
}

.primarymemberheading a{
color:#003e7e;
text-decoration: underline;
}

.spacer{
float:left;
width: 584px;
height: 4px;
line-height: 4px;
border-left: 1px solid #c7c7c7;
border-right: 1px solid #c7c7c7;
}

.pxspacer{
float:left;
width: 584px;
height: 1px;
line-height: 1px;
border-left: 1px solid #c7c7c7;
border-right: 1px solid #c7c7c7;
}

.additionalmemberheading{
float:left;
width: 569px;
height: 26px;
padding-right: 15px;
line-height: 26px;
background-color: #d1e1f2;
border-left: 1px solid #c7c7c7;
border-right: 1px solid #c7c7c7;
}

.additionalmemberheading a{
color:#003e7e;
text-decoration: underline;
}

.expbutton {
margin-top: 5px;
margin-right: 0px;
cursor: pointer;

}
#primarymember{
width:586px;
}

#exfund{
width:586px;
}
#ExOpts{
	width:586px;
	margin-left: 30px;
	margin-top: 10px;
}
#frequency{
width:586px;
}

.additionalmember{
width:586px;
}

.pmline{
float:left;
width:574px;
height: 24px;
padding-left: 10px;
line-height: 24px;
border-left: 1px solid #c7c7c7;
border-right: 1px solid #c7c7c7;
}
.decline{
display:none;
/*float:left;
width:574px;
padding-left: 10px;
line-height:24px;
border-left: 1px solid #c7c7c7;
border-right: 1px solid #c7c7c7;*/
}
.sigline{
float:left;
width:574px;
height: 58px;
padding-left: 10px;
border-left: 1px solid #c7c7c7;
border-right: 1px solid #c7c7c7;
}
.SubDec{
float:left;
width:574px;
height: 24px;
padding-left: 10px;
line-height: 24px;
border-left: 1px solid #c7c7c7;
border-right: 1px solid #c7c7c7;
}
.ErrorLabel{
color:#FF0000;
}

.fright{
width: 300px;
text-align: left;	
float: right;
margin-right: 100px;
}
.sright{
text-align: left;	
display:inline;
}
.nright{
width: 300px;
text-align: left;	
float: right;
margin-right: 40px;
}
.exright{
width: 370px;
text-align: left;	
float: right;
margin-right: 30px;
}

#studentdetailscontainter{
width: 386px;
padding:0px;
margin:0px;
margin-left: 30px;

}

.studentdetailsline{
width: 386px;
height: 24px;
line-height:24px;
}


#yourplancontainer{
width:230px;
margin-left: 0px;
padding: 0px;
}

#yourplancontainer h3{
background: none;
line-height: 27px;
margin: 0px;
padding: 0px;
display: inline;
}

#yourplantop{
width:220px;
height:30px;
line-height: 30px;
color: #fcb713;
font-size: 16pt;
font-style:italic;
padding-left: 10px;
background: url(images/bg_yourplantop.gif)
}
#yourplantop a{
color: #fcb713;
font-size: 16pt;
font-style:italic;
}

.yourplaninner{
width:190px;
height:27px;
line-height: 27px;
padding-left: 10px;
padding-right: 30px;
background: url(images/bg_yourplan_arrowdown.gif)
}

.yourplaninnerexpanded{
width:218px;
padding-left: 10px;
border-left: 1px solid #cacaca;
border-right: 1px solid #cacaca;
}

.healthinner{
width:188px;
height:27px;
line-height: 27px;
padding-left: 10px;
padding-right: 30px;
background-color: #f3f3f3;
border-left: 1px solid #cacaca;
border-right: 1px solid #cacaca;
}


.healthinner h3{
font-style: normal;
color: #6d6b6c;
}
.healthinner img{
border: 0px; 
margin-top: 7px;
}

#healthbase{
width:230px;
height:13px;
line-height: 13px;
background: url(images/healthbottom.gif)
}

#rightside{
border-left: 1px dotted #c6c6c6;
padding-left: 15px;
}

#rightsideb{
padding-left: 5px;
}

#rightside h2{
margin-top: 0;
}

.blueheading{
width: 609px;
height: 35px;
background-image: url(images/headingbg.gif);
margin-bottom: 15px;
margin-top: 15px;
}

.blueheading h2{
padding-top: 3px;
margin-left: 15px;

font-weight: bold;
font-size:20px
}

.questiontitle{
width: 609px;
border-bottom: 1px dotted #cacaca;
padding-bottom: 5px;
margin-bottom: 5px;
}
.questiontitle img{
margin-top:3px;
}

.questiontitle h2{
font-size:16px;
}

.questionexpander{
display: none;
}

.editright{
float: right;
position: absolute;
right:25px;
height: 27px;
line-height: 27px;
display: inline;
}

#yourplanbase{
width:220px;
height:31px;
line-height: 31px;
color: #8b8b8b;
font-size: 14pt;
font-style:italic;
padding-right: 10px;
text-align: right;
background: url(images/bg_yourplanbase.gif)
}

.yourplanbase{
width:220px;
height:31px;
line-height: 31px;
color: #8b8b8b;
font-size: 14pt;
font-style:italic;
padding-right: 10px;
text-align: right;
background: url(images/bg_yourplanbase.gif)
}

.standardcontainer{
width: 586px;
padding:0px;
margin:0px;
margin-left: 30px;
margin-top: 10px;
}

#frequencycontainer{
width: 586px;
padding:0px;
margin:0px;
margin-left: 30px;
margin-top: 10px;
}


#exfund{
width: 586px;
}
