
/* element styles */

html {
	overflow: scroll;
}

body{
	margin: 0px;
	padding: 20px 0 20px 0; 
	background: url("../images/site/bg.jpg") no-repeat top center #3D69B0;
	font-size: 70% !important;
}	 

div {
	font-family: arial, verdana, sans-serif;
	font-size: 100%;
	color: #333;
}

p {
	font-family: arial, verdana, sans-serif;
	font-size: 100%;
	color: #333;
	margin: 0px 0px 10px 0px;
}

li {
	font-size: 100%;
	color: #333;
}

td {
	font-size: 100%;
	color: #333;
	vertical-align: top;
}

img {
	border: 0px;
}

a {
	font-size: 100%;
	color: #000066;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

h1 {
	font-family: arial, verdana, sans-serif;
	font-size: 140%;	
	color: #000066;
	margin: 0px 0px 10px 0px;
}

h2 {
	font-family: arial, verdana, sans-serif;
	font-size: 120%;	
	color: #000066;
	margin: 0px 0px 10px 0px;
}

form {
	margin: 0px;
}

textarea {
	font-family: arial, verdana, sans-serif;
	font-size: 100%;
}

/* page element styles */ 
 
#top_bar {
	height: 140px;
	padding: 0;
}

#main {
	position:relative;
	margin:0;
	margin-left:auto;
	margin-right:auto;
	width: 780px;
	background-color: #fff;
	padding: 10px;
	/*border: 1px #3D69B0 solid;*/
	border-top: 0px;
}

#content_page {

}

#left_col {
	float: left;
	width: 191px;
}

#breadcrumb {
	background: #e5f4fd;
	padding: 5px;
	margin: 0 0 10px 0;
	color: #006;
}

#footer {
	margin: 10px 0 0 0;
	border: 0;
	background: url(../images/site/footer_bg.jpg) no-repeat; 
	color: #003;
}

#footer div, #footer a {
	color: #003;
}

#footer_links {
	text-align: center;
	padding: 22px 0 0 0;
	height: 25px;
	color: #fff;
}

#footer_links a {
	color: #fff;
}

/* login form */

#client_login {
	width: 191px;
	height: 120px;
	background: #000 url(../images/site/login_bg.jpg) no-repeat;
	margin: 1px 0 10px 0;
}

#usr {
	margin: 15px 0 0 15px;
	width: 155px;
	height: 12px;
	font-size: 100%;
	border: 0;
}

#pwd0, #pwd1 {
	margin: 24px 0 0 15px;
	width: 155px;
	height: 12px;
	font-size: 100%;
	border: 0;
}

#login_btn {
	margin: 23px 0 0 120px;
}

/* content page */

#content_left {
	float: left;
	width: 413px;
	margin: 0 0 0 10px;
}

#content_left #main_col {
	clear: both;
	width: 413px;
	padding: 5px 0 5px 0;
	margin: 0;
	border-top: 1px solid #7f99cc;
}

#content_left #col1, #content_left #col2 {
	float: left;
	width: 201px;
	padding: 0;
}

#content_left #col1 p, #content_left #col2 p {
	color: #006;
}

#content_left #col2 {
	margin: 0 0 0 10px;
}

#content_main {
}

#content_right {
	float: left;
	width: 156px;
	margin: 0 0 0 10px;
}

/* home page */

#home_cell1 #main_col {
	clear: both;
	width: 413px;
	padding: 5px 0 5px 0;
	margin: 0 0 10px 0;
	border-top: 1px solid #7f99cc;
	border-bottom: 1px solid #7f99cc;
}

#home_main #col1, #home_main #col2 {
	width: 181px;
	border-top: 4px solid #006;
	border-bottom: 4px solid #727ab1;
	background: #e5f4fd;
	padding: 10px;
}

#home_main #col1 p, #home_main #col2 p {
	color: #006;
}

#home_main #col2 {
	margin: 0 0 0 10px;
}

#home_cell_2 {
	width: 156px;
	margin: 0 0 0 10px;
}

#home_bottom, #content_bottom {
	float: right;
	width: 579px;
	margin: 10px 0 0 10px;
	border-top: 1px #829bcd solid;
}

#home_bottom_left {
	float: left;
	width: 325px;	
	padding: 10px 0 0 0;
}

#content_bottom_left {
	width: 413px;	
	padding: 0px;
	background: #e5f4fd;
	margin-top: 10px;
}

#home_bottom_right {
	float: left;
	width: 243px;
	margin: 0 0 0 10px;
}

#content_bottom_right {
	width: 156px;
	margin: 0 0 0 10px;
}

#rvlinks {
	background: #e5f4fd;
	padding: 10px;
	border-bottom: 4px solid #006;
}

#ytlinks {
	background: #e5f4fd;
	padding: 10px;
	height: 216px;
	border-bottom: 4px solid #006;
}

#dllinks {
	width: 156px;
	background: #e5f4fd;
	padding: 10px;
	border-bottom: 4px solid #006;
}

.dl_td {
	padding-top: 3px;
	width: 50%;
	border-bottom: 1px solid #7293cb;
	margin-bottom: 5px;
}

.dl_td_btm {
	padding-top: 3px;
	width: 50%;
	margin-bottom: 5px;
}

#date {
	text-align: right;
	background: #006;
	font-weight: bold;
	padding: 5px;
	color: #fff;
}

#phone {
	font-size: 150%;
	font-weight: bold;
	color: #006;
	text-align: center;
	padding: 5px 0 0 0;
}

#email {
	font-size: 110%;
	font-weight: bold;
	color: #006;
	text-align: center;
}

#news_items {
	padding: 5px;
	background: #e5f4fd;
	color: #006;
	border-bottom: 4px solid #7f7fb2;
}

#news_items p, #news_items a {
	color: #006;
}

/* nav */

#navigation {
	margin: 0 0 10px 0;
}

#navigation div, #menu, #nav_end {
	display: block;
	background: #000066 no-repeat;
	margin: 1px 0 0 0;
	width: 191px;
	height: 30px;
	color: #fff;
	font-weight: bold;
}

#menu {
	display: block;
	width: 181px !important;
	height: 20px !important;
	padding: 8px 0 0 10px;
}

#navigation div a {
	display: block;
	padding: 8px 0 0 10px;
	width: 181px;
	height: 20px;
	color: #fff;
	font-weight: bold;
}

.nav_item_2, .nav_item_2_active {
	margin-left: 10px !important;
	width: 181px !important;
}

.nav_item_2 a, .nav_item_2_active a {
	padding-left: 10px !important;
	width: 171px !important;
}

#nav_end {
	height: 5px !important;
}

#navigation a:hover {
	background-image: url(../images/nav/nav-on.png) no-repeat top right !important;
}

#nav1 {
	background-image: url(../images/nav/news.png) !important;
}

#nav2 {
	background-image: url(../images/nav/about-us.png) !important;
}

#nav3 {
	background-image: url(../images/nav/equipment.png) !important;
}

#nav4 {
	background-image: url(../images/nav/hydrography-services.png) !important;
}

#nav5 {
	background-image: url(../images/nav/subsea-inspection.png) !important;
}

#nav6 {
	background-image: url(../images/nav/oceanographic-services.png) !important;
}

#nav7 {
	background-image: url(../images/nav/environmental-services.png) !important;
}

#nav8 {
	background-image: url(../images/nav/clients.png) !important;
}

#nav9, #nav10, #nav11, #nav12, #nav13, #nav14, #nav15, #nav16, #nav17, #nav18, #nav19, #nav20 {
	background-image: url(../images/nav/general.png) !important;
}

/* general styles */

.margin10top {
	margin-top: 10px !important;
}

.box_title {
	margin: 5px 0 0 0;
	padding: 7px;
	color: #fff;
	font-weight: bold;
	background: #006 url(../images/site/box_title_bg.jpg) top right no-repeat;
}

.nomargin {
	margin: 0px;
}

.margin10left {
	margin-left: 10px;
	border: 1px red solid;
}

.height10 {
	line-height: 10px;
	height: 10px;
}

.width10 {
	width: 10px;
}

.yt_divider, .rv_divider {
	height: 1px;
	background-color: #7293cb;
	margin-bottom: 5px;
	line-height: 1px;
}

.news_divider {
	height: 1px;
	background-color: #7293cb;
	margin-bottom: 10px;
	line-height: 1px;
}

.case_study {
	background: #e5f4fd;
	padding: 10px;
}

.padded_img img {
	padding: 0px 10px 10px 10px;
}

.smallText {
	font-size: 80%;
}

.smallText a {
	font-size: 100%;
}

.error {
	color: #c00;
	font-weight: bold;
}

.pad30lr {
	padding: 0px 30px 0px 30px;
}

.clear {
	clear: both;
}

.float_left {
	float: left;
}

.float_right {
	float: right;
}

.text_right {
	text-align: right;
}

.hide {
	display: none;
}

