@charset "UTF-8";
/* CSS Document */

html, body, div, p, h1, h2, h3, h4, h5, h6, a, table, tr, td, th, ul, ol, li, img{
	margin: 0;
	padding: 0;
}

body {
	background-image:url('images/bgGradient.jpg');
	background-position: top left;
	background-repeat: repeat-x;
	background-color: #d6f3f7;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11pt;
}

/* firefox scrollbar 'hack' */
#scrollHack {
	position:absolute;
	top:0;
	bottom:-0.1px;
	width:1em;
	z-index:-1;
}

#container {
	margin: 0 auto;
	width:904px;
	background-image:url('images/containerBg.gif');
	background-position: top left;
	background-repeat: no-repeat;
	position: relative;
}

#header {
	margin-top: 29px;
	margin-bottom: 44px;
	height: 67px;
	background-image:url('images/seaprobeLogo.gif');
	background-position: bottom left;
	background-repeat: no-repeat;
	
	width: 904px;
}

#wrapper {
	width: 100%;
	padding: 0 11px;
	

}

#content {
background-image:url('images/containerBgSides.gif');
	background-position: top left;
	background-repeat: repeat-y;
	padding-left: 17px;
	padding-right: 23px;
	padding-top: 20px;
}

#topnav {
	display: inline;
	width: 611px;
	height: 49px;
	float: right;
	margin-top: 19px;
	background-image:url('images/containerBgRight.gif');
	background-position: top right;
	background-repeat: no-repeat;
	
}

#topnav li {
	list-style-type: none;
	display:inline;
}



#footer {
	background-image:url('images/footerBg.gif');
	background-position: bottom center;
	background-repeat: no-repeat;
	margin-bottom: 15px;
	width: 904px;
	height: 15px;
}

#cotd {
	background-image: url('images/catchOfTheDayBorder.jpg');
	background-position: top left;
	background-repeat: no-repeat;
	font-weight: bold;
	width: 250px;
	height: 210px;
	float: right;
	margin-left: 5px;
	text-align: center;
	position: relative;
}

#cotd img {
	position: absolute;
	top: 5px;
	left: 5px;
	z-index: 2;
}


.contentTableTop {
	width:885px;
	height: 264px;
	margin-left: 11px;
}

.galleryTable {
	border: 1px #999999 solid;
	border-bottom: none;
}

.galleryTable tr {
	
}

.galleryTable td {
	padding: 15px;
	border-right: 1px #999999 solid;
	border-bottom: 1px #999999 solid;
}

.galleryTable td.lastCell {
	border-right: none;
}

.image-right {
	float: right;
	margin-left: 7px;
}

.image-left {
	float: left;
	margin-right: 7px;
}

.clearMe {
	clear: both;
}

.caption {
	/*background-color: #CC9999;*/
	position: absolute;
	bottom: 0px;
	left: 59px;
}
.img_border {
	border: 1px solid #0199B1;
}

.blue_link {
	color: #007596;
	font-weight: normal;
	text-decoration:underline
}
a:hover.blue_link {
	color: #007596;
	font-weight: normal;
	text-decoration:none
}
.heading_black {
	color: #032650;
	font-size: 14pt;
	font-family: Tahoma;
}
.heading_blue {
	color: #007596;
	font-size: 12pt;
	font-family: Tahoma;
	font-weight: bold;
}
