/* CSS Document */

body {
	margin: 0;
	padding: 0;
	background: #ccc url(../images/bg-body-kelp-diver.jpg) no-repeat -200px top;
	color: #333;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif
}

#wrapper {
    text-align: left;
	position: relative;
	width: 960px;
	margin: 0px auto 20px auto;
}
#col1-wrapper {
	position: absolute;
	left: 0px;
	top:0px;
	width: 130px;
	margin: 0 10px 0 10px;
}
	#contact-info, #random-dive-tips {
		border-top: 1px dotted #666;
		border-bottom: 1px dotted #666;
		margin-left: 2px;
		margin-top: 260px;
		font-size: 80%;
		width: 130px;
		overflow: hidden;
		color: #333;
	}
	#random-dive-tips { margin-top: 30px; }
		#contact-info p, #random-dive-tips p { padding: 4px; margin-bottom: 0; }
		#contact-info a:link, #footer a:visited {color:#666;}
		#contact-info a:hover, #footer a:active {color:#03C;}
		
#col2-wrapper {
	width: 800px;
	padding: 0;
	margin: 0; margin-left:150px;

}
	#col2-wrapper #header img#logo {
		position:absolute;
		left: 20px;
		top: 55px;
	}
h1, h2 {
    margin: 0 0 10px 0;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 140%;
    color: #036;
}
h2 { font-size: 100%; }

#header {
	height: 190px;
}

#footer {
	position: absolute;
	bottom: -130px;
    font-size: 85%;
}
	#footer .box {
		padding: 10px;
		border-left: 1px dotted #666;
		float: left;
		height: 100px;
	}
	#footer a:link, #footer a:visited {color:#666;}
	#footer a:hover, #footer a:active {color:#03C;}
	#footer a img {border:none; margin: 0 10px;}

#side-column {
	float: left;
	width: 178px;
	height: 100%;
}

#maincontent {
	background: #ebebeb;
	padding: 15px 20px 20px 25px;
	border: black solid 2px;
}
	#maincontent a {
		font-weight: bold;
		text-decoration: none;
		padding: 2px 4px;
	}
	#maincontent a:link, #maincontent a:visited {
		color: #00425E;
		border-bottom: #00425E dashed 1px;
	}
	#maincontent a:hover, #maincontent a:active {
		color: #fff;
		background-color: #00425E;
		border-bottom: none;
	}
		#HOME #maincontent {
			padding: 0px;
			margin: 0px;
			width: 796px;
			height: 480px;
			overflow: hidden;
		}
		#CONTACT #maincontent {
			background: #ebebeb url(../images/mail-stamp-bg.jpg) 575px 20px no-repeat;
		}
p {
    margin: 0 auto 1em 0;
    padding: 0 20px;
    font-size: 85%;
    line-height: 1.4;
}

ul {
    margin: 10px auto 1em 0;
    padding: 0 30px;
    font-size: 80%;
    line-height: 1.2;
}

ul#nav {
	font-size:100%;
	list-style: none;
	height: 190px;
	overflow: hidden;
	bottom: 5px;
	position: relative;
}
  #nav li {
	float: left;
	text-align: center;
	padding: 165px 4px 4px 4px;
	margin: 3px;
	text-decoration: none;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-variant: small-caps;
	font-weight: bold;
	display: inline-block;
  }
  #nav a:link, #nav a:visited {
	color: #00425E;
	text-decoration: none;
	padding: 180px 6px 10px 6px;
  }
  #nav a:hover, #nav a:active {
	background: url(../images/bg-nav-highlight.png) left bottom repeat-x;
	color: white;
	padding: 180px 6px 10px 6px;
  }
  a#here {
	height: 180px;
	background-color: transparent !important;
	background: url(../images/bg-nav-highlight.png) left bottom repeat-x !important;
  }

#pictureWrapper {
    float: right;
    margin: 0 10px 0 15px;
}

.picBorder {
    background-color: #fff;
    padding: 10px;
    border: #00425E solid 2px;
}

p#caption {
    margin: 0;
    padding: 3px 10px;
    font-weight: bold;
    text-align: center;
}

.warning {
    font-weight: bold;
    color: #f00;
}

form {
    margin: 0 0 0 20px;
}

form h2 {
    color: #036;
    font-size: 80%;
    font-weight: bold;
    margin: 0 0 5px 10px;
}

form p {
    margin: 0 0 5px 0;
}

.formbox {
    width: 250px;
}

fieldset {
    border: none;
}

label {
    font-weight: bold;
    color: #036;
    display: block;
}

#subscribe label, #interests label {
    display: inline;
    padding: 0 20px 0 3px;
}

#interests div {
    float: left;
}

#gallery {width: 525px;}

#picCount {
  color:#00425E;
  font-weight:bold;
  }

#thumbs {
    float: left;
    margin-top: 10px;
}

#thumbs td {
    text-align: center;
}

#thumbs img {
    border: none;
}

#thumbs a:link, #thumbs a:visited, #thumbs a:hover, #thumbs a:active {
    border: none;
    padding: 0;
}

#main_image {
    float: right;
    text-align: center;
    width: 350px;
}

#main_image p {
   color:#00425E;
    font-weight: bold;
    margin: 0;
    padding: 0;
}

