/* CSS Document */

body {
	margin: 0px;
	background-color: #022561;
	background-repeat: repeat-x;
	background-position: left top;
	background-image: url(../images/background1.jpg);
}

td {
	color: #333333;
	font-family: "Trebuchet MS";
	font-size: 12px;
	line-height: 18px;
}


h1 {
	font-family: "Trebuchet MS";
	font-size: 20px;
	color: #00abdd;
	font-weight: normal;
	line-height: 24px;
}

h2 {font-family: "Trebuchet MS"; 
font-size: 12px; 
font-weight: bold;}

h3 {color: #003366;
}

li {list-style-image:  url(../images/generic/bullet.gif);}

a, a:visited {
	color: #333333;	
}

a:hover, a:visited:hover {
	color: #b4d338;
	text-decoration: underline; 
	
}

hr {border: none 0;
border-top: 1px dotted #000000;/*the border*/
width: 100%;
height: 1px;/*whatever the total width of the border-top and border-bottom equal*/
}

.mainTable {
	border-right-width: 25px;
	border-left-width: 25px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
	background-color: #FFFFFF;
}
.copyright {
	font-family: "Trebuchet MS";
	font-size: 10px;
	text-align: left;
	vertical-align: middle;
	padding-bottom: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #666666;
	line-height: 12px;
	color: #666666;
	padding-top: 10px;
}
.newsletter {
	font-family: "Trebuchet MS";
	font-size: 11px;
	line-height: 14px;
	color: #666666;
}
.texttable {
	text-align: left;
	vertical-align: top;
	padding-left: 25px;
	width: 625px;
}




.bottomParagraph {
	font-size: 14px;
	color: #666666;
	background-color: #99CCCC;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.subhead {
	font-size: 13px;
	font-weight: bold;
	color: #00abdd;
}
.subheadUnderline {
	font-size: 15px;
	font-weight: bold;
	color: #00abdd;
	text-decoration: underline;
}

.subheadgreen {
	font-size: 14px;
	font-weight: normal;
	color: #69c9cd;
}
.downloads {
}

.downloads img{
	float: left;
	padding-right: 10px;
	clear: both;
}



.whoweare {
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #666666;
	font-size: 14px;
	color: #000066;
}
.whoweare  img {
	float:left;
	border:none;
	width: 50px;
	height: 50px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 0px;
}
.productLink {
	font-size: 12px;
	color: #000066;
	text-decoration: none;
	
}

.productLink img {
	float:left;
	border:none;
	margin:4px 5px 0px 0px;
	width: 10px;
	height: 10px;
	vertical-align:bottom;
	
}
.twitter {
	font-size: 11px;
	line-height: 14px;
	margin-top: 10px;
}

.twitter img{
	float:left;
	border:none;
	width: 25px;
	height: 25px;
	vertical-align:top;
	
	margin-right: 5px;
	
	}
	
	.youtube {
	font-size: 12px;
	line-height: 14px;
	margin-top: 10px;
	font-weight: bold;
}

.youtube img{
	float:left;
	border:none;
	width: 75px;
	height: 40px;
	vertical-align:top;
	margin-right: 5px;
	margin-top: 0px;
	}


/* ---------------------- Dolphin nav ---------------------- */
#dolphincontainer{
	position:relative;
	height:40px;
	color:#E0E0E0;
	background:#87c9d9;
	width:950px;
	font-family:Helvetica,Arial,Verdana,sans-serif;
}


#dolphinnav{position:relative;height:33px;font-size:12px;text-transform:uppercase;font-weight:bold;background:#fff url(../images/dolphin_bg.gif) repeat-x bottom left;padding:0 0 0 15px;}
#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 15px;
	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;
}
/* ---------------------- END Dolphin nav ---------------------- */

