@charset "utf-8";
/* CSS Document */

/*table#bottomNavWrapper{
	width:880px;
	margin-left:16px;
	margin-right:16px;
	float:left;
	height:auto;
}*/

#bottomNavWrapper {
	margin:0 15px;
}
	
#bottomNav {
	overflow:hidden;
}

#bottomNav ul {
	margin:0;
	padding:0;
	list-style:none;
	clear:both;
}

#bottomNav li {
	margin:0;
	padding:0;
	list-style:none;
	float:left;
}
	
#bottomNav ul li ul 
{
	display:block;
	position:relative;
	height:auto;
	float:left;
}	

#bottomNav ul li 
{
	display:block;
	position:relative;
	text-align:left;
	width:143px;/*-- LI need to have fixed width set for I.E.6 --*/
}	
/*-- adjust column distribution by targeting the specific header: */
#bottomNav ul li#BusinessInsurance {width:150px;}
#bottomNav ul li#PersonalInsurance {width:145px;}
#bottomNav ul li#MarineInsurance {width:130px;}
#bottomNav ul li#EmployeeBenefits {width:143px;}
#bottomNav ul li#USSAILINGPrograms {width:158px;}
#bottomNav ul li#AboutUs {width:143px;}

#bottomNav a.isBottomNavHeader 
{
	display:inline;
	font-family: 'Trebuchet MS',Helvetica,sans-serif;
	color:#72747a;
	font-weight:bold;
	font-size:11px;
	line-height:15px;
	vertical-align:text-top;
	font-weight:bolder;
}
	
#bottomNav a 
{
	font-family: 'Trebuchet MS',Helvetica,sans-serif;
	font-size: 10px;
	color:#72747a;
	text-decoration:none;
	line-height:13px;
}

#bottomNav ul li ul li 
{
	line-height:14px;
	/*vertical-align:text-top;*/
}

#bottomNav a:link {text-decoration:none;}
#bottomNav a.selected {text-decoration:none;}
#bottomNav a:hover {text-decoration:underline;}
#bottomNav a:active {text-decoration:none;}

a.isBottomNavNoShow{display:none;}

.bottomLink a 
{
	font-family: 'Trebuchet MS',Helvetica,sans-serif;
	font-size: 10px;
	color:#72747a;
	font-weight:bold;
	line-height:13px;
	text-decoration:none;
}
	
.bottomLink	{
	font-size: 11px;
	color:#72747a;
	margin-bottom:8px;
}

.bottomLink a:link {text-decoration:none;}
.bottomLink a.selected {text-decoration:none;}
.bottomLink a:hover {text-decoration:underline;}
.bottomLink a:active {text-decoration:none;}

#dotLineTop
{
	width:880px;
	height:13px;
	line-height:13px;
	background:url(../images/dotLineDot.gif) repeat-x;
}

#dotLineBottom
{
	width:450px;
	height:13px;
	line-height:13px;
	margin:15px 0px 0px;
	background:url(../images/dotLineDot.gif) repeat-x;
	float:left;
}

.leftBottomLink {
	float:left;
	margin:12px 0px 0px;
	text-align:right;
}