/* css template for oceanlab site homepage - slightly different */

/* date 12 March 2007*/



/*					common page elements */



body {

	background-color:#3377aa;

	margin:0px;

	padding:0px;

	text-align:center;

	font-size:80%;

	font-family:verdana, arial, sans-serif;

	color:#fff;

}



img {

	border:none;

}



h1 {

	font-size:180%;

	font-weight:normal;

	margin:0px;

	padding:0px;

}



h2 {

	font-size:160%;

	font-weight:normal;

}



h3 {

	font-size:140%;

	font-weight:normal;

}



h4 {

	font-size:120%;

	font-weight:normal;

}



h5 {

	font-size:110%;

	font-weight:bold;

}



a {

	color:#7ecce2;

	text-decoration:none;

}



a:link {

}



a:visited {

}



a:hover {

	text-decoration:underline;

	color:#ffed35;

}



a:active {
	color: #FC3;

}



/*					container blocks */



#contain {

	width:100%;

	text-align:center;

}



#header {

	margin:0 auto;

	width:740px;

	height:145px;

	margin-top:10px;

}



#content {

	width:700px;

	text-align:left;

	margin:0 auto;

}



/*							tab menu */



#menu {

	width:100%;

	text-align:center;

}



#tab_menu {

	height:30px;

	border-bottom:1px solid #235274;

	border-top:1px solid #5f9fcf;

	padding-top:5px;

	margin:0px auto;

	text-align:center;

}



#tab_menu ul {

	list-style:none;

	padding:0px;

	margin:0px;

}



#tab_menu ul li a {

	display:block;

	width:80px;

	text-align:center;

	text-decoration:none;

	padding:3px 6px 4px;

	color:#fff;

	background-image:url(images/menu_button_bg.jpg);

	background-repeat:repeat-x;

}



#tab_menu ul li a:hover {

	text-decoration:none;

	color:#ffed35;

	background-color:#052c53;

}



#tab_menu ul li {

	float:left;

	background-color:#3377aa;

	border:1px solid #235274;

	margin:0px 5px;

}



#tab_menu li ul {

	position: absolute;

	left: -999em;

	z-index:100;

	width:160px;

	margin-top:1px;

}



#tab_menu li ul li {

	background-color:#4d95ca;

	border-bottom:1px solid #235274;

	border-top:1px solid #92bdde;

	width:160px;

	margin:0px;

}



#tab_menu li:hover ul, #tab_menu li.sfhover ul {

	left: auto;

	margin-left:-1px;

}



#tab_menu li ul li a {

	display:block;

	width:140px;

	text-align:left;

	padding-left:10px;

	padding-right:10px;

	background-image:none;

}



#tab_menu li ul li a:hover {

	color:#16354c;

	background-color:#ffcc33;

}





#shift_content_right {

	padding-left:200px;

}



#footer {

	position:relative;

	width:740px;

	margin:30px auto;

	height:50px;

	text-align:center;

	font-size:80%;

	border-top:1px solid #5f9fcf;

}



#footer_info {

	position:absolute;

	top:0px;

	left:200px;

	width:540px;

	text-align:center;

	margin-top:20px;

}



#searchbox {

	position:absolute;

	top:0px;

	left:0px;

	width:200px;

	margin-top:20px;

}



/*					class styles */



.hide {

	display:none;

}



.small {

	font-size:60%;

	color:#bebebe;

}
#contain #content table tr td div p strong {
	color: #FFF;
}

