html, body{
	text-align:center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-image: url(images/background.jpg);
	background-repeat: no-repeat;
	background-color: #2B94D5;
	margin: 0px;
	padding: 0px;
} 
#dolphincontainer{
	position:relative;
	height:56px;
	color:#CCCCCC;
	background:#143D55;
	width:100%;
}
#dolphinnav{
	position:relative;
	height:33px;
	font-size:11px;
	text-transform:uppercase;
	font-weight:bold;
	background:#fff url(images/dolphin_bg.gif) repeat-x bottom left;
	padding:0 0 0 20px;
}
#dolphinnav ul{
	margin:0;
	padding:0;
	list-style-type:none;
	width:auto;
	float:left;
}
#dolphinnav ul li{
	display:block;
	float:left;
	margin-top: 0;
	margin-right: 1px;
	margin-bottom: 0;
	margin-left: 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/dolphin_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/dolphin_left-ON.gif) no-repeat top left;
	line-height:275%;
}
#dolphinnav ul li a.current span{
	display:block;
	padding:0 20px 0 0;
	width:auto;
	background:#1D6893 url(images/dolphin_right-ON.gif) no-repeat top right;
	height:33px;
} 
#pagewidth{
	width:800px;
	text-align:left;
	margin-left:auto;
	margin-right:auto;
	margin-top: auto;
	margin-bottom: auto;
	list-style-position: outside;
	list-style-image: url(images/blue_bullet.png);
	list-style-type: square;
	height: auto;
}  
#maincol{
	display:inline;
	position: relative;
	width: 800px;
	padding-left: 1px;
} 
#footer{
	height:auto;
	clear:both;
}
/* Hides from IE-mac \*/
* html .clearfix{
	height: 1%;
} 
 /* *** Float containers *** */ 
.clearfix:after {
 content: "."; 
 display: block; 
 height: 0; 
 clear: both; 
 visibility: hidden;
}
.clearfix{
	display: inline-block;
}
.title_header {
	font-size: 15px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #549FC9;
	padding-bottom: 5px;
	text-transform: capitalize;
	font-weight: bold;
}
.clearfix{display: block;}
/* End hide from IE-mac */  
.content_right {
	font-size: 11px;
	line-height: normal;
}
.greenLink{
	font-weight: bold;
	color: #28AD7E;
}
.greenLink a:link{
	text-decoration: none;
}
.greenLink a:hover {
	color: #86E3C2;
}
.greenLink a:visited {
	color: #58A3CB;
}
.address {
	font-size: x-small;
	color: #FFFFFF;	
}
.address a:link{
	color: #FFFFFF;
}
.address a:visited{
	color: #FFFFFF;
}
