/* Interior Pages CSS */

#subhead {
	background-color:#89A6C5;
	padding:10px;
	margin:1px 0 2px 0;
}

/* heading text */
#subhead h3.aboutus {
	display:block;
	width:100%;
	height:21px;
	background:url(../images/h3_aboutus.gif) no-repeat;
}
#subhead h3.aboutus span { display:none;}

#subhead h3.news {
	display:block;
	width:100%;
	height:21px;
	background:url(../images/h3_news.gif) no-repeat;
}
#subhead h3.news span { display:none;}

#subhead h3.careers {
	display:block;
	width:100%;
	height:21px;
	background:url(../images/h3_careers.gif) no-repeat;
}
#subhead h3.careers span { display:none;}

#subhead h3.quote {
	display:block;
	width:100%;
	height:21px;
	background:url(../images/h3_get_quote.gif) no-repeat;
}
#subhead h3.quote span { display:none;}

#subhead h3.contact {
	display:block;
	width:100%;
	height:21px;
	background:url(../images/h3_contactus.gif) no-repeat;
}
#subhead h3.contact span { display:none;}

#subhead h3.help {
	display:block;
	width:100%;
	height:21px;
	background:url(../images/h3_help.gif) no-repeat;
}
#subhead h3.help span { display:none;}

#subhead h3.login {
	display:block;
	width:100%;
	height:21px;
	background:url(../images/h3_onlineaccess.gif) no-repeat;
}
#subhead h3.login span { display:none;}

#subhead h3.personal {
	display:block;
	width:100%;
	height:21px;
	background:url(../images/h3_personal_insurance.gif) no-repeat;
}
#subhead h3.personal span { display:none;}

#subhead h3.commercial {
	display:block;
	width:100%;
	height:21px;
	background:url(../images/h3_commercial_insurance.gif) no-repeat;
}
#subhead h3.commercial span { display:none;}

#subhead h3.group {
	display:block;
	width:100%;
	height:21px;
	background:url(../images/h3_group.gif) no-repeat;
}
#subhead h3.group span { display:none;}

#subhead h3.financial {
	display:block;
	width:100%;
	height:21px;
	background:url(../images/h3_financial.gif) no-repeat;
}
#subhead h3.financial span { display:none;}

#subhead h3.life {
	display:block;
	width:100%;
	height:21px;
	background:url(../images/h3_life.gif) no-repeat;
}
#subhead h3.life span { display:none;}

#subhead h3.health {
	display:block;
	width:100%;
	height:21px;
	background:url(../images/h3_health.gif) no-repeat;
}
#subhead h3.health span { display:none;}

#subhead h3.service {
	display:block;
	width:100%;
	height:21px;
	background:url(../images/h3_service.gif) no-repeat;
}
#subhead h3.service span { display:none;}


#subhead h3.claims {
	display:block;
	width:100%;
	height:21px;
	background:url(../images/h3_claims.gif) no-repeat;
}
#subhead h3.claims span { display:none;}

#quote_type {
	display:block;
	width:100%;
	height:45px;
	margin-top: 10px;
	background:url(../images/select_quote_type.gif) no-repeat;
}
#news_type {
	display:block;
	width:100%;
	height:45px;
	margin-top: 10px;
	background:url(../images/b_select_news.gif) no-repeat;
}

#quote_type span,
#news_type span { display: none; }

/* left side and content */
#intnav {
	width:208px;
}

#intnav, #intnav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	padding:0 4px;
}

#intnav li a {
	display: block;
	color: #1E68A9;
	text-decoration:none;
	padding:7px;
}

#intnav li a.on {
	display: block;
	color: #FB904C;
	text-decoration:none;
	padding:7px;
}

#intnav li a:hover {
	display: block;
	color: #FB904C;
	text-decoration:none;
	padding:7px 7px 7px 7px;
}


#intnav li { /* all list items */
	border-bottom:1px solid #CFCFCF;
}

#intnav li.last { /* all list items */
	border-bottom:none;
}

#intcopy {
	width:400px;
	padding:8px;
	font-size:11px;
}

#intright {
	padding:8px;
	font-size:11px;
	width:173px;
}


.copytable {
	 border-bottom:1px solid #CFCFCF;
}

.nocursor {
	cursor:default;
}

.standout {
	font-size: 13px;
	font-weight:bold;
	color:#FB904C;
}

.phonenumber {
	 position:absolute;
	 top:190px;
	 right:10px;
	 font-size:14px;
	 z-index:1;
}