/* ---------------------- main nav ---------------------- */
#dolphincontainer{
	position:relative;
	height:33px;
	color:#E0E0E0;
	width:100%;
	font-family:Helvetica,Arial,Verdana,sans-serif;
}
#dolphinnav{
	position:relative;
	height:33px;
	font-size:12px;
	text-transform:uppercase;
	font-weight:bold;
	background-image: url(images/dolphin_bg.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 20px;
}
#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/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;
	line-height:275%;
	background-image: url(images/dolphin_left-ON.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#dolphinnav ul li a.current span{
	display:block;
	width:auto;
	height:33px;
	padding-top: 0;
	padding-right: 22px;
	padding-bottom: 0;
	padding-left: 0;
	background-image: url(images/dolphin_right-ON.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
/* ---------------------- END main nav ---------------------- */

/* ---------------------- Sub nav ---------------------- */
#menu
{
	margin: 0; /* reset the margins */
	padding: 0; /* reset the padding */
	width: auto; /* line things up */
	font-size: 12px; /* increase the font size a bit */
	background: #656565; /* any background color you want */
	list-style: none; /* no bullets on our list items */
}

#menu li
{
	display: inline; /* make it horizontal */
}
/* style our links */
#menu li a:link, #menu li a:visited
{
	float: left; /* line things up */
	color: #fff; /* the color of our linked items */
	padding: 4px 10px; /* spread it out */
	text-decoration: none; /* no underline */
}

/* .active_link class - optional - styles the current pages link */
#menu li a:hover, #menu li a:active, #menu .active_link
{
	text-decoration: none; /* no underline */
	color: #FFFFFF;  /*color to change to when we hover over link */
	background-color: #2B5B7F;
}
.clearLeft
{
	clear: left;
}
/* ---------------------- END Sub nav ---------------------- */

.subNav {
	color:#CCCCCC;
	font-size:12px;
	font-weight: bold;
}
.subNav a:link {
	text-decoration: none;
	color:#CCCCCC;
}
.subNav a:visited {
	text-decoration: none;
	color:#CCCCCC;
}
.subNav a:hover {
	text-decoration: none;
	color:#AB0020;
}

.footer {
	font-size: 11px;

}
.footer a:link {
	text-decoration: none;
	font-weight: bold;
	color:#333333;
}
.footer a:visited {
	text-decoration: none;
	font-weight: bold;
	color:#333333;
}
.footer a:hover {
	text-decoration: none;
	font-weight: bold;
	color:#003399;
}
a:link {
	font-weight: bold;
	color: #0086C4;
	text-decoration: none;
}
a:visited {
	font-weight: bold;
	color: #0086C4;
	text-decoration: none;
}
a:hover {
	font-weight: bold;
	color: #00CCFF;
	text-decoration: none;
}
.btnBlue {
	text-decoration: none;
	font-weight: bold;
	color:#FFFFFF;
	line-height: 1em;
}
.btnBlue a:link {
	text-decoration: none;
	font-weight: bold;
	color:#FFFFFF;
	line-height: 1em;
}
.btnBlue a:hover {
	text-decoration: none;
	font-weight: bold;
	color:#a0b842;
	line-height: 1em;
}
.btnBlue a:visited {
	text-decoration: none;
	font-weight: bold;
	color:#FFFFFF;
	line-height: 1em;
}
body {
	background-image: url(images/bg-gradient.gif);
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	background-repeat: repeat-x;
}

.title1 {
	font-size: 18px;
	font-weight: bold;
}
.title2 {
	font-size: 14px;
	font-weight: bold;
}
table {
	font-size: 12px;
	line-height: 1.5em;
}
.logo {
	padding-top: 10px;
	padding-bottom: 10px;
}
.vStroke {
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #CCCCCC;
}
.input {
	padding: 2px;
	border: 1px solid #999;
}
