html *{ margin: 0; padding: 0; }
body{ 
	background: #e1ebf4 url(../../images/sub/background.jpg) repeat-x top center; 
	font-size: 13px; color: #484848; 
	font-family:  Arial, Helvetica, sans-serif}
a{ color: #347aba; }
a:hover{ color: #f4922b; }
a img{ border: 0px; }
h1{
	font-size: 29px;
	color: #005fa3;
	padding-bottom: 22px;
	font-weight: normal;
	z-index: 0;
}

h2{
	font-size: 24px;
	font-weight: normal;
	color: #f4922b;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	padding-bottom: 22px;
}
h3{
	font-size: 20px;
	font-weight: normal;
	color: #f4922b;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	padding: 16px 0px 0px 0px;
}
h4{
	font-size: 15px;
	color: #666;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	padding: 16px 0px 0px 0px;
}

h4.orange{
	color: #f4922b;
}

a img{
	border: 0;
}

#container{
	position: relative;
	width: 947px;
	margin: 0px auto;
}
#header{
	height: 164px;

}

#logo{
	padding-top: 14px;
	padding-bottom: 20px;
	padding-left: 33px;
	float: left;
	
}
#search{
	float: right;
	margin-top: 62px;
	margin-right: 10px;
	position: relative;
}
#menu{
	clear: both;
	width: 941px;
	height: 61px;
	position: relative;
	margin: 0px auto;
	list-style: none;
	font-size: 14px;
	color: #FFF;
	z-index: 99;
}

#menu li{
	float: left;
	position: relative;
}

* html menu li{
	height: 61px;
}

#menu li a.mainmenu{
	color: #FFF;
	display: block;
	position: relative;
	text-decoration: none;
	height: 36px;
	padding-top: 25px;
	font-weight: bold;
	text-align: center;
	z-index: 99;
	border-right: 1px solid white;
	
}

#menu li a.twolines{
	padding-top: 18px;
	height: 43px;
}

* html #menu #finance, #menu #finance a.mainmenu{ width: 152px; background: url(../../images/menu/menu_01.gif) no-repeat top left;}

* html #menu #insurance, #menu #insurance a.mainmenu{ width: 155px; background: url(../../images/menu/menu_02.gif) no-repeat top left;}
* html #menu #life, #menu #life a.mainmenu{ width: 156px; background: url(../../images/menu/menu_03.gif) no-repeat top left;}

* html #menu #worth, #menu #worth a.mainmenu{ width: 155px; background: url(../../images/menu/menu_04.gif) no-repeat top left;}

* html #menu #tools, #menu #tools a.mainmenu{ width: 156px; background: url(../../images/menu/menu_05.gif) no-repeat top left;}
* html #menu #contact, #menu #contact a.mainmenu{ width: 162px; background: url(../../images/menu/menu_06.gif) no-repeat top left; border-right: 0px;}



#menu #finance.on a.mainmenu{background-position: bottom left; color: #817571;}
#menu #finance a.mainmenu:hover, #menu #finance.over a.mainmenu, #menu #finance:hover a.mainmenu{background-position: center left; color: #817571;}

#menu #insurance.on a.mainmenu{ background-position: bottom left; color: #817571;}
#menu #insurance a.mainmenu:hover, #menu #insurance.over a.mainmenu, #menu #insurance:hover a.mainmenu{ background-position: center left; color: #817571;}

#menu #life.on a.mainmenu{ background-position: bottom left; color: #817571;}
#menu #life a.mainmenu:hover, #menu #life.over a.mainmenu, #menu #life:hover a.mainmenu{ background-position: center left; color: #817571;}

#menu #worth.on a.mainmenu{ background-position: bottom left; color: #817571;}
#menu #worth a.mainmenu:hover{ background-position: center left; color: #817571;}

#menu #tools.on a.mainmenu{ background-position: bottom left; color: #817571;}
#menu #tools a.mainmenu:hover, #menu #tools.over a.mainmenu, #menu #tools:hover a.mainmenu{ background-position: center left; color: #817571;}

#menu #contact.on a.mainmenu{ background-position: bottom left; color: #817571;}
#menu #contact a.mainmenu:hover{ background-position: center left; color: #817571;}

#menu .submenu{
	position: absolute;
	background: #f6f5f5;
	display: none;
	list-style-type: none;
	top: 61px;
	left: 0;
	z-index: 99;
}

#menu .submenu li{
	float: none;
	margin-bottom: 2px;
}

#menu .submenu li.last{
	margin-bottom: 0px;
}

#menu .submenu a{
	border-bottom: 1px solid #abc8e3;
	color: #347aba;
	padding: 5px 10px 3px 10px;
	font-size: 13px;
	display: block;
	text-decoration: none;
}

* html #menu .submenu a{
	height: 1%;
}

#menu .submenu a:hover{
	color: #f4922b;
}

#finance .submenu{ width: 205px; }
#finance .submenu a{ width: 185px; }

#insurance .submenu {width: 191px;}
#insurence .submenu a{ width: 171px; }

#tools .submenu{ width: 171px; }
#tools .sbmenu a{ width: 151px; }

#life .submenu{ width: 177px; }
#life .submenu a{ width: 157px; }

#menu li:hover .submenu, #menu li.over .submenu{
	display: block;
	z-index: 99;
}

#contentHolder{
	background: #FFF;
	padding-top: 10px;
	padding-bottom: 35px;
	min-height: 1%;
	position: relative;
}

#breadcrumbs{
	padding-bottom: 10px;
	font-size: 11px;
	text-align: right;
	padding-right: 12px;
}

#breadcrumbs a{
	text-decoration: none;
}

.home{
	padding-top: 3px!important;
}
* html #contentHolder{
	height: 1%;
}

#content{
	margin-left: 32px;
	float: left;
	width: 876px;
	position: relative;
}

.home #content{
	margin-left: 3px;
	width: 940px;
	float: none;
}

.calloutPage #content, #contentWrapper{
	width: 615px;
}

#contentWrapper{
	float: left;
	position: relative;
}

* html #content{
	margin-left: 16px;
	height: 1%;
}

* html .home #content{
	margin-left: 3px;
}

#content p{
	line-height: 18px;
	padding: 8px 0px;
}



#content ul, #content ol{
	padding: 8px 45px;
	line-height: 18px;
}

#content blockquote{
	padding: 0px 45px;
}

#content ol li, #content ul li{
	padding: 3px 0px;
}

#content ol.lowercase{
	list-style-type:lower-alpha;
}

#content ul.noListStyle{
	list-style-type:none;
}

#content ul.noListStyle li{
	padding: 5px 0px;
}

#content p.small, #content ol.small, #content ul.small, #content span.small, p.small{
	font-size: 11px;
	line-height: 16px;
}


#content #sitemap li a, #content #sitemap span{
	line-height: 25px;
	font-size: 16px;
	color: #f4922b;
}

#content #sitemap ul li a{
	line-height: 18px;
	font-size: 13px;
	color: #347aba;
}


#footerHolder{
	height: 139px;
	background: #FFF;
}

#footer{
	height: 139px;
	width: 941px;
	margin: 0px auto;
	background: url(../../images/sub/footer_bg.gif) repeat-x top left;	
}

#footerCopy{
	float: left;
	padding-top: 50px;
	padding-left: 35px;
	color: #FFF;
}
#footerCopy p{
	padding-bottom:  20px;
}

#footerCopy a{
	color: #FFF;
}

#footerLogo{
	padding-right: 35px;
	padding-top: 28px;
	float: right;
}

.clear{
	clear: both;
}

#callouts{
	width: 230px;
	float: right;
	margin-right: 30px;
	margin-top: 30px;
	position: relative;
	padding-top: 220px;
	min-height: 330px;
}

#callouts.alt{
	margin-right: 0px;
	margin-top: 15px;
}

* html #callouts{
	margin-right: 15px;
	height: 330px;
}

.callout{
	float: right;
	clear: right;
	margin-bottom: 12px;
	position: relative;
	z-index: 10;
	
}

#callouts #guide{
	height: 210px;
	z-index: 1;
	position: absolute;
	left: 0px;
	top: 0px;
	overflow: hidden;
	width: 230px;
	zoom: 1;
}

.callout .middle{
	padding: 5px 20px 10px 30px;
	background-repeat: repeat-y;
	background-position: top left;
	width: 180px;
	color: #313131;
}

.callout a, .callout a:hover{
	color: #313131;
	
}


.callout .bottom{
	height: 11px;
	width: 230px;
	background-position: top left;
	background-repeat: no-repeat;
}

.orange .middle{
	background-image: url(../../images/sub/callouts/orange_bg.gif);
}

.green .middle{
	background-image: url(../../images/sub/callouts/green_bg.gif);
}

.blue .middle{
	background-image: url(../../images/sub/callouts/blue_bg.gif);
}


.orange .bottom{
	background-image: url(../../images/sub/callouts/orange_bottom.gif);
}

.green .bottom{
	background-image: url(../../images/sub/callouts/green_bottom.gif);
}

.blue .bottom{
	background-image: url(../../images/sub/callouts/blue_bottom.gif);
}

table{
	border: 0;
	border-collapse:collapse;
	margin: 15px 0px;
}

th{
	border-top: 1px solid #879b54;
	border-bottom: 1px solid #879b54;
	text-align: left;
	color: #879b54;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-weight: normal;
}

th.alt{
	color: #f4922b;
}

td, th{
	padding: 10px 20px;
	vertical-align: top;
}

tr.alt td{
	background-color: #e7ebdd;
}

#accContainer{
	margin: 15px 0px;
	border: 1px solid #879b54;
}

.accTitle{
	color: #879b54;
	background-color: #e7ebdd;
	background-image: url(../../images/sub/worth_smallplus.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding: 4px 4px 4px 25px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	border-top: 1px solid #c0cba4;
	border-bottom: 1px solid #c0cba4;
	font-weight: bold;
	cursor: pointer;
	zoom: 1;
	position: relative;
}

* html .accTitle{
	height: 14px;
}

#accContainer div.open{
	background-color: #e7ebdd;
	background-image: url(../../images/sub/worth_smallminus.gif);
}

.accContent{
	padding: 10px 45px;
}

.invisible{
	display: none;
}

.lifehead{
	margin-bottom: 10px;
}

iframe{
	border: 0px;
	height: 800px;
	width: 100%;
}

#formDiv{
	margin: 20px 0px 20px 20px;
	position: relative;
}

fieldset{
	border: 0;
}

form{
	position: relative;
}

form div{
	clear: both;
	padding: 4px;
	position: relative;
}

label{
	color: #879b54;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 17px;
	float: left;
	display: block;
	width: 175px;
}

label.chklabel{
	float: none;
	display: inline;
	font-size: 13px;
	width: auto;
	color: #484848;
}

label.error{
	color: #EA5200;
	display: inline;
	width: auto;
	font-sizse: 13px;
	float: none;
	padding-left: 5px;
}

input.txt, input.searchtxt{
	font-size: 17px;
	border: 1px inset #879b54;
	width: 250px;
	color: #484848;
	padding: 1px 2px;
	vertical-align:middle;
	
}

input.chk{
	border: 1px inset #879b54;
}

input.searchtxt{
	
	width: 150px;
	font-size: 12px;
	height: 16px;
	line-height: 16px;
	margin-right: 3px;
}

input.tiny{
	width: 100px;
}

input.error{
	border: 2px solid #EA5200;
}


input.btn, button{
	background-color: #FFF;
	background-position: top left;
	background-repeat: no-repeat;
	color: #484848;
	border: 0px;
	font-size: 13px;
	text-align: center;
	cursor: pointer;
	display: inline-block;

	vertical-align:middle;
	text-align: center;
	background-image: url(../../images/buttons/ww_button_generic.gif);
	height: 27px;
	width: 82px;
	line-height: 27px;
	padding-left: 30px;

}

input.btn:hover, button:hover, input.on, button.on{
	color: #5ba1c5;
}

button span{
	height: 20px;
	 position:relative; 
	  display:block; 
	  white-space:nowrap; 
	  
}

input.searchbtn, button.searchbtn{
	background-image: url(../../images/buttons/ww_button_search.jpg);
	width: 83px;
	
	height: 20px;
	padding: 0px 0px 0px 28px;
	font-size: 13px;
	text-align: left;
	line-height: 20px;
}

button.rep{
	background-image: url(../../images/buttons/ww_button_locate.jpg);
	width: 161px;
	height: 22px;
	line-height: 22px;
	padding-left: 38px;
	font-size: 13px;
	text-align: left;
}

button.rep span{
	height: 22px;
	line-height: 22px;
}

button.btnsubmit{
background-image: url(../../images/buttons/ww_button_submit.jpg);
	height: 27px;
	width: 82px;
	line-height: 27px;
	padding-left: 30px;
}

button.btnreset{
	background-image: url(../../images/buttons/ww_button_reset.jpg);
	height: 27px;
	width: 82px;
	line-height: 27px;
	padding-left: 30px;

	font-size: 13px;
	text-align: left;
}

button.btnsubmit span, button.btnreset span{
	height: 27px;
	line-height: 27px;
}

* html button.btnsubmit, * html button.btnreset{
	height: 29px;
}



select{
	color: #484848;
	border: 1px inset #879b54;
	padding: 1px 2px;
	font-size: 13px;
	vertical-align: middle;
}

.btnDiv{
	padding: 10px 0px 0px 180px;
	position:relative; 
}

.chkDiv{
	padding: 10px 0px 10px 180px;
}

.btnDiv input.btn, .btnDiv button{
	margin-right: 10px;
}


.lifeDiv{
	padding: 15px 0px 10px;
	clear: both;
}

.lifeDiv img{
	margin-right: 20px;
	float: left;
}

#storyFlash{
	padding: 15px 0px;
}

.pdficon{
	vertical-align: middle;
}
