/*--- Basic HTML tag definitions ---*/
body,td,th {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
}
body {
	margin-left: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	background: #445588;}
	
a:link {  color: #1111AA;}
a:visited {  color: #445588;}
a:hover {  color: #942C21; }
a:active {  color: #1111AA;}

h1 {
	color: #000000;
	padding-bottom: 6px;
	font: bold 18px Verdana, Arial, Helvetica, sans-serif;
	border-bottom: 1px solid #ABD;}

h2 {
	color: #1111AA;
	padding: 0px;
	margin: 0px 0px 2px;
	font: bold 16px Arial, Helvetica, sans-serif;}

h3 {
	color: #000000;
	font: bold 16px Arial, Helvetica, sans-serif;
	margin: 12px 0px 10px;
	padding: 0px;}

h4 {font: bold 14px Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0 0 0px 0;
	color: #000066;
	letter-spacing: 1px;}

h5 {
	color: #31559C;
	margin: 0px;
	padding: 0px 0px 6px;
	font: bold 12px Verdana, Arial, Helvetica, sans-serif;}

hr {color: #CCCCCC;}
li { padding-bottom: 3px;}
sup {	font-size: 95%;}


/*--- Navigation Styles ---*/

.NavMain {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #3a3a7e;
	background: #FFFFFF;
	border-top: 1px solid #333333;
	border-right: 1px solid #333333;
	border-bottom: 0px solid #333333;
	border-left: 1px solid #333333;}

.NavMain td {
	color: #3a3a7e;
	text-decoration: none;}

.NavMain a:link {
	color:  #3a3a7e;
	text-decoration: none;
	font-weight:bold}

.NavMain a:visited {
	color: #3a3a7e;
	text-decoration: none;
	font-weight:bold}

.NavMain a:hover, .NavMain a:active {
	color: #942C21; 
	text-decoration: none;
	font-weight:bold}
.NavCurrent {
	color: #75759E;
	font-weight:bold}
.NavCurrent a:link, .NavCurrent a:visited, {
	color: #75759E;
	font-weight:normal}
.NavCurrent a:hover, .NavCurrent a:active, {
	color: #942C21;
	font-weight:normal}
.FootNav td {
	color: #99FF00;
	font: 16px Verdana, Arial, Helvetica, sans-serif;}
.FootNav a:link, .FootNav a:visited, {
	color: #AACCEE;}
.FootNav a:hover, .FootNav a:active, {
	color: #EAF1FA;}
.FootNav ul{margin:0px}
.FootNav li
{	display: inline;
	list-style-type: none;
	padding-right: 20px;
	color: #AACCEE;
}
/*--- Sub Navigation Styles ---*/
#NavList {
	width: 100%;
	color: #08286B;
	background: #FFFFFF;
	font: bold 12px  Arial, Helvetica, sans-serif;
	padding: 0;
	margin-right: 1px;
	}
	
	#NavList ul {
	list-style: none;
	margin: 0;
	padding: 4 0 0;
	font-family: Arial, Helvetica, sans-serif;
		}
		
	#NavList ul li {
	border-bottom: 1px solid #42558C;
	margin: 0;
	padding: 0px;
		}
	
	#NavList ul li a {
	display: block;
	color: #08286B;
	text-decoration: none;
	width: 100%;
	background: #FFFFFF;
	padding: 4px;
	margin-right: 0px;
		}

	html>body #NavList ul li a {
		width: auto;
		}

	#NavList ul li a:hover {
	color: #11A;
	background: #CFDDEF;
	text-decoration: none; 
	padding: 3px 4px;
	border-top: 1px solid #666666;
	border-bottom: 1px solid #666666;
		}
//-----------------
	#NavList ul {
	list-style: none;
	margin: 0;
	padding: 0;
		}

	#NavList ul ul li {
	font: normal 11px Arial, Helvetica, sans-serif;
	color: #08286B;
	background: #FFFFFF;
	border: none;
		}
/*-- color: #08286B; --*/
	#NavList ul ul li a {
	display: block;
	color: #08286B;
	text-decoration: none;
	width: 100%;
	background: #FFFFFF;
	padding: 1px 2px 3px 7px;
		}

	html>body #NavList ul ul li a {
		width: auto;
		}

	#NavList ul ul li a:hover {
	color: #11A;
	background: #CFDDEF;
	text-decoration: none; 
	padding: 0px 2px 2px 7px;
	border-top: 1px solid #737952; 
	border-bottom: 1px solid #737952;
		}		

.NavTitle {
	font-family: Arial, Helvetica, sans-serif;
	color: #445588;
	background-color: #FFFFFF;
	font-size: 15px;
	font-weight: bold;
	padding: 18px 3px 3px;
	margin: 0px;
	background-image: url(../images/bg_navttl.gif);
	width: 150px;
	border-right: 1px solid #CFD6E7;
	border-bottom: 1px solid #42558C;
}
.NavTitle a {
	color: #445588;
	text-decoration: none;
}

.NavFoot {
	background: url(images/subnav_fade_rev.gif);
	width: 150px;
	border-bottom: 1px solid #CED7E7;
	border-right: 1px solid #CED7E7;
	display: block;
	margin: 0px;
	padding: 0px;
}


/*--- Content Areas and Groups ---*/

.Header {
	border-top: 1px solid #000000;
	border-right: 1px solid #000000;
	border-left: 1px solid #000000;}
	
.Footer td {
	color: #FFFFFF;
	font-size: 11px;}
	
.Footer a {
	color: #FFFFFF;
	font-size: 11px;}
	
#HomeText {
	padding: 4px 20px 0px;
	margin: 0px;}

.ContentArea {
	background: #EAF1FA;
	border: 1px solid #000000;
	color: #000000;}

.HighlightBox {
	background: #FBFAEE;
	border: 1px solid #942C21;}

#ClientConcerns {
	padding-right: 20px;
	padding-left: 20px;}

.HighlightBox {
	border: 1px solid #6B8EB5;}

.FadeTitle { color: #942C21;
	background-color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	font-size: 14px;
	font-weight: bold;
	padding: 3px;
	margin: 0px;
	background-image: url(images/bg_navttl.gif);}

/*--- For boxes with rounded corners and gradient background ---*/
.GradBox2 {
	padding: 0px;
	margin-bottom: 14px;
	background: #EAF1FA url(../images/titles/grad_box_bg.jpg) repeat-y;
	color: #FFFFFF;}

.GradBox2Content {
padding:4px 8px 0px 2px;}
.GradBox2 h5 {
	color: #000000;
	margin: 0px;
	padding: 0px 0px 6px;
	font: bold 13px Verdana, Arial, Helvetica, sans-serif;}

.GradBox2 ul {
	padding: 0px;
	color: #000000;
	margin: 0px;}

.GradBox2 li {
	padding-bottom: 10px;
	margin-left: 16px;
	padding-left: 0px;}

/*-- End Grad Box --*/
/*-- Plan Box - probably not going to be used. 
---- Look on /services/benefits3.html          --*/
.PlanBox {
	padding: 4px;
	margin-bottom: 14px;
	background: #EAF1FA url(images/bg_planbox_grad1.jpg) repeat-y;
	color: #FFFFFF;
	border-top: 1px solid #335599;
	border-right: 2px solid #335599;
	border-bottom: 3px solid #335599;
	border-left: 1px solid #335599;}

.PlanBox ul {
	padding: 0px;
	margin-top: 0px;
	color: #000000;
	margin-bottom: 0px;}

.PlanBox h4 {
	font: bold 18px "Times New Roman", Times, serif;
	color: #000000;
	background: #D0DBED;
	padding: 4px;
	text-align: center;
	border-top: 2px solid #445588;
	border-right: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	border-left: 2px solid #445588;
	letter-spacing: normal;
	width: 140px;}

.PlanBox h5 {
	color: #000000;
	margin: 0px;
	padding: 0px 0px 6px;
	font: bold 13px Verdana, Arial, Helvetica, sans-serif;}

.PlanBox li {
	padding-bottom: 10px;
}
/*-- End Plan Box --*/


/* Customized bullet on the list */
.LgBullet li {
	font-weight: bold;
	padding-top: 2px;
	padding-right: 1px;
	padding-bottom: 10px;
	padding-left: 1px;
	list-style-position: outside;
	list-style-image: url(../images/bdi_bullet.jpg);
}

.LgBullet li ul li {
	font-weight: normal;
	padding-top: 2px;
	padding-right: 1px;
	padding-bottom: 2px;
	padding-left: 0px;
	list-style-position: outside;
	list-style-type: disc;
	list-style-image: none;
}
/*--- Special Text Styles ---*/
.BigBold1 {
	font-size: 15px;
	font-weight: bold;
	color: #3A3A76;
}
.BigBold2 {
	color: #942C21;
	font-weight: bold;
	font-size: 14px;
}
.BigFont {font-size: 14px}

.SubHead1 {
	color: #335599;
	border-top: 2px solid #335599;
	border-bottom: 1px solid #AABBDD;
	padding-bottom: 6px;
	margin: 0px;
	padding-top: 6px;
	font: bold 18px Arial, Helvetica, sans-serif;}

.SubHead2 {
	font: bold 18px "Times New Roman", Times, serif;
	color: #000000;
	background: #D0DBED;
	padding: 4px;
	text-align: center;
	border-top: 2px solid #445588;
	border-right: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	border-left: 2px solid #445588;}

.ListSpacing li {
	padding-top: 0px;
	padding-bottom: 10px;}

.BigCap {
	font: bold 32px "Times New Roman", Times, serif;
	color: #1111AA;
	float: left;
	display: block;
	margin: 0px;
	position: relative;
	top: -4px;
	padding: 0 10px 0 0;
	left: 6px;}

/* text under Subnav */
#callOut {clear:both;
	background: #fff;
	width: 125px;
	padding: 5px;
	margin: 10px 4px 6px 4px;
	border: 1px solid #090;
	text-align:center; }
	
#callOut h2 { font: bold 0.90em 'Lucida Grande', Verdana, Geneva, Lucida, Arial, Helvetica, sans-serif;
	color: #090;
	background-color: #FFF; }	

#callOut a { color: #090;
	text-decoration: none; }
#callOut a:active{ color: #090;
	text-decoration: none; }
#callOut a:visit{ color: #063;
	text-decoration: none; }
#callOut a:hover{ color: #090;
	text-decoration:underline; }
	
h5 {
	color: #31559C;
	margin: 0px;
	padding: 0px 0px 6px;
	font: bold 12px Verdana, Arial, Helvetica, sans-serif;
}
.PlanBox {
	padding: 4px;
	margin-bottom: 10px;
	background-color: #FFF;
}
hr {
	color: #CCCCCC;
}
.PlanBox ul {
	padding: 0px;
	margin-top: 0px;
}

.style4 {
	color: #005511;
	font-size: 14px;
	font-style: normal;
}
.style5 {
	color: #335599;
	border-top: 2px solid #6B8FB4;
	border-bottom: 1px solid #CED7E7;
	padding-bottom: 6px;
	margin: 0px;
	padding-top: 6px;
	font: bold 16px Arial, Helvetica, sans-serif;
}

.HighlightBox {
	border: 1px solid #6B8EB5;
}

.ShadeBox {
	background: #C9D6E9;
}	
