﻿#dolphincontainer{
	position: relative;
	border-bottom: 2px solid navy;
	color: #E0E0E0;
	background: #800000;
	width: 100%;
	font-family: Helvetica,Arial,Verdana,sans-serif;
	border-bottom-color: #FECCC3;
}
#dolphinnav{
	position: relative;
	height: 42px;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: bold;
	background: #fff url("../images/redslate_background.gif") repeat-x left bottom;
	padding: 0 0 0 20px;
}
#dolphinnav ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
	width: 850px;
	float: left;
}
#dolphinnav ul li{display:block;float:left;margin:0 1px 0 0;}
#dolphinnav ul li a{display:block;float:left;color:#EAF3F8;text-decoration:none;padding:0 0 0 20px;height:42px;}
#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/redslate_backgroundOVER.gif") no-repeat top center;}
#dolphinnav ul li a:hover span{color:#fff;background:transparent url("../images/redslate_backgroundOVER.gif") no-repeat top center;}
#dolphinnav ul li a.current:hover{color:#fff;background:transparent url("../images/redslate_backgroundOVER.gif") no-repeat top center;}
#dolphinnav ul li a.current{color:#fff;background:transparent url("../images/redslate_backgroundOVER.gif") no-repeat top center;margin:-10}
#dolphinnav ul li a.current span{color:#fff;background:transparent url("../images/redslate_backgroundOVER.gif") no-repeat top center;padding:-4;}

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

#dolphin_inner a:active{color: white}

#dolphin_inner a:visited{color: white}

#dolphin_inner a:link{color: white}
#dolphin_inner a:hover{color: yellow}

.innercontent{display: none;}
.banner {
	width: 100%;
	height: auto;
}

