/* Stylesheet for... Shark Diving.us */

html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset, a, div, img {
    margin: 0px;
    padding: 0px;
    border: 0px;
}

/*
Layout ------------------------------------------------------ */

body {
	text-align: center;
	background-image: url(/images/bg.gif);
	color: #fff;
	font-size: 12px;
	font-family: arial;
}

#wrapper {
	width: 760px;
	margin: 0px auto;
	background-color: #0255bf;
	border: 0px solid #868685;
}

#header {
	width: 760px;
	height: 140px;
	background-color: #1860bd;
	background-image: url(/images/header.jpg);
}

#menu {
	width: 760px;
	height: 0px;
	background-color: #f2e000;
}

#content {
	width: 750px;
	padding: 10px 5px;
	text-align: left;
}

#footer {
	width: 760px;
	height: 40px;
	padding-top: 10px;
	background-color: #1860bd;
	border-top: 2px solid #f2e000;
	font-size: 11px;
}

/* 468x60 banner ad div with rounded corder border */
.bannerad {
	height: 68px;
	width: 470px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 2px;
	background-image: url(/images/adsensebg.jpg);
}

#cagehead {
	width: 456px;
	padding: 2px;
	border: 1px solid #2784fc;
	margin: 0px auto;
}
	

/*
Text ------------------------------------------------------ */

h1 {
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
}

h2 {
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-align: center;
}

h1.main_heading {
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-align: center;
}

h2.main_heading {
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
}

h3 { /* h1 clone */
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
}

p.link_unit {
	width: 130px;
	padding: 3px 0px;
	border: 1px solid #2784fc;
}

p.main_menu {
	width: 120px;
	padding: 5px;
	border: 1px solid #2784fc;
	line-height: 18px;
	margin: 0;
}

div.search {
	width: 120px;
	padding: 5px;
	border: 1px solid #2784fc;
	margin: 0;
	text-align: center;
}

.center {
	text-align: center;
}

span.sml {
	font-size: 11px;
	font-family: verdana, arial, helvetica, sans-serif;
}

/*
Images ------------------------------------------------------ */

img.bordered {
	border: 1px solid #2784fc;
	padding: 2px;
}


/*
Forms ------------------------------------------------------- */

input.std {
	width: 160px;
	border: 1px inset #f2e000;
}

textarea.std {
	width: 250px;
	height: 110px;
	border: 1px inset #f2e000;
}

input.button {
	background-color: #2784fc;
	color: #fff;
	border: 1px outset #f2e000;
}

/*
Tables ------------------------------------------------------ */

#dest {
	width: 460px;
	margin-bottom: 10px;
}

#dest td {
	padding: 0px;
	text-align: left;
	width: 50%;
}

.specieshead {
	border: 1px solid #2784fc;
}

.specieshead td {
	padding: 3px;
	vertical-align: middle;
}

#contactform {
	width: 400px;
}

#contactform td {
	padding: 5px;
}

#locations {
	width: 460px; 
}

#locations td {
	text-align: left;
	padding: 5px;
	font-family: verdana. arial, helvetica, sans-serif;
}

#content_table {
	width: 750px;
}

#content_table td {
	vertical-align: top;
}

.content_left {
	width: 130px;
	padding: 0px;
}

.content_middle {
	width: 480px;
	padding-left: 10px;
	padding-right: 10px;
}

.content_right {
	padding: 0px;
	width: 120px;
}

/*
Links -------------------------------------------------------- */

a {
	color: #f2e000;
	text-decoration: underline;
}
	
a:link, a:visited {
	color: #f2e000;
	text-decoration: underline;
}

a:hover, a:active {
	color: #f2e000;
	text-decoration: underline;
}

/*
phpLD -------------------------------------------------------- */

h2.dircats {
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	text-align: left;
}