#dolphincontainer{
	position:relative;
	border-bottom: 2px solid #997354;
	color:#E0E0E0;
	background:#00215D;
	width:100%;
	font-family:Helvetica,Arial,Verdana,sans-serif;
	height: 55px;
}
#dolphinnav{position:relative;height:33px;font-size:12px;text-transform:uppercase;font-weight:bold;background:#fff url(images/istruc/bg.gif) repeat-x bottom left;padding:0 0 0 10px;}
#dolphinnav ul{margin:0;padding:0;list-style-type:none;width:auto;float:left;}
#dolphinnav ul li{display:block;float:left;margin:0 1px;}
#dolphinnav ul li a{display:block;float:left;color:#EAF3F8;text-decoration:none;padding:0 0 0 20px;height:33px;}
#dolphinnav ul li a span{padding:12px 20px 0 0;height:21px;float:left;}
#dolphinnav ul li a:hover{color:#fff;background:transparent url(images/istruc/bg_over.gif) repeat-x bottom left;}
#dolphinnav ul li a:hover span{display:block;width:auto;cursor:pointer;}
#dolphinnav ul li a.current,#dolphinnav ul li a.current:hover{
	color:#fff;
	background:#1D6893 url(images/istruc/left_on.gif) no-repeat top left;
	line-height:275%;
	text-decoration: none;
}
#dolphinnav ul li a.current span{display:block;padding:0 20px 0 0;width:auto;background:#1D6893 url(images/istruc/right_on.gif) no-repeat top right;height:33px;}

#dolphin_inner{
	color: white;
	padding: 5px 5px 5px;
	font-size: 80%;
	height: 1em;
}

#dolphin_inner a:link, #dolphin_inner a:visited, #dolphin_inner a:active{
color: white;
}
#dolphin_inner a:hover{color: #997354}

.innercontent{
	display: none;
	text-decoration: none;
}
.innercontent a{
	text-decoration: none;
}
.dash{
	color: #997354;
}

