/* css template for oceanlab site */
/* date 12 March 2007*/

/*					common page elements */

body {
	background-color:#fff;
	margin:0px;
	padding:0px;
	text-align:center;
	font-size:80%;
	font-family:verdana, arial, sans-serif;
	color:#000;
}

img {
	border:none;
}

h1 {
	font-size:180%;
	font-weight:normal;
	margin:0px;
	padding:0px;
	color:#003366;
}

h2 {
	font-size:160%;
	font-weight:normal;
	width:100%;
	padding-bottom: 10px;
	border-bottom:3px double #3377aa;
}

h3 {
	font-size:140%;
	font-weight:normal;
}

h4 {
	font-size:120%;
	font-weight:normal;
}

h5 {
	font-size:110%;
	font-weight:bold;
}

a {
	color:#3377aa;
	text-decoration:none;
}

a:link {
}

a:visited {
}

a:hover {
	color:#003366;
	text-decoration:underline;
}

a:active {
}

hr {
	border:0;
	border-bottom:3px double #3377aa;
	height:1px;
	background-color:#3377aa;
}

/*					container blocks */

#contain {
	width:100%;
	margin:0px auto;
	text-align:center;
}

#header {
	height:145px;
	background-color:#3377aa;
}

#content {
	width:700px;
	text-align:left;
	margin:20px auto;
	padding-bottom:20px;
}

/*							tab menu */

td.menu {
	height:30px;
	border-bottom:1px solid #235274;
	border-top:1px solid #5f9fcf;
}

#tab_menu {
	padding:5px 0px;
	margin:0px auto;
}

#tab_menu ul {
	list-style:none;
	padding:0px;
	margin:0px;
}

#tab_menu ul li a {
	display:block;
	width:60px;
	text-align:center;
	text-decoration:none;
	padding:3px 6px 4px;
	color:#fff;
	background-image:url(images/menu_button_bg.jpg);
	background-repeat:repeat-x;
	border-bottom:none;
}

#tab_menu li#commercial_tab a {
	width:80px;
}

#tab_menu li#commercial_tab li a{
	width:140px;
}

#tab_menu ul li a:hover {
	text-decoration:none;
	color:#ffed35;
	background-color:#ffcc33;
	border-bottom:none;
}

#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;
}

#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;
}

table.styled_table {
	border-top:1px solid #3377aa;
	border-right:1px solid #3377aa;
}

table.styled_table th,
table.styled_table td {
	border-bottom:1px solid #3377aa;
	border-left:1px solid #3377aa;
}

table.styled_table th {
	background-color:#3377aa;
	color:#fff;
}
