/* main tags */

body {
	font-family: Verdana, Arial, sans-serif; 
	margin: 0;
	padding: 0;
}

img {
	border: none;
}

/* CLASSES */

.blue_input {
	background-color: #91AED0;
	color: white;
}

.spacer {
	width: 40px;
}

.drop_down {
	width: 120px;
}

.form_button {
	padding-top: 20px;
}

.middle {
	padding-left: 6px;
	text-align: center;
}

.left {
	text-align: left;
}

.right {
	text-align: right;
}

/* IDs */

#googleads {
	float: right;
	margin: -62px auto;
	width: 475px;
	height: 60px;
}

#container {
	width: 1000px;
	margin: auto;
	padding: 0;
}

#intro {
	margin: 0;
	padding: 0;
	height: 170px;
}

#pageHeader h1 {
	margin: 0;
	padding: 0;
	background: url(../images/logo.gif) no-repeat;
	height: 74px;
	max-width: 300px;
}

#pageHeader h2 {
	margin: 0;
	padding: 0;
	background: url(../images/top.gif) no-repeat;
	height: 66px;
}

#pageHeader h2 span {
	display: none;
}

#pageHeader h1 span {
	display: none;
	max-width: 300px;
}

#banner {
	margin-top: 5px;
	background: url(../images/searchbg.gif) no-repeat right;
	width: 1000px;
	height: 278px;
}

#rotatingFlash {
   float: left;
   margin: 0;
   padding: 0;
	width: 531px;
	height: 278px;
	background: url(../images/boatssplash.gif) no-repeat;
}

#searchbar {
	float: right;
	margin-top: 90px;
	width: 400px;
}

table.contentpaneopen {
	margin-top: 10px;
	margin-left: 10px;
	margin-right: 10px;
	text-align: justify;
}

td.contentheading {
	font-weight: bold;
}

table.contentpane {
	margin-left: 15px;
}

table.contentpane td {
	padding-top: 8px;
	padding-bottom: 8px;
}

div.componentheading {
	font-weight: bold;
	margin-bottom: 10px;
}

div.componentheading {
	font-weight: bold;
	margin-bottom: 10px;
}

div#registration {
	margin-left: 10px;
}

div.adsmanager_pathway {

}

div.adsmanager_footer {
	display: none;
}

input.register_button {
	margin-left: 700px;
	margin-top: 8px;
	margin-bottom: 8px;
}

div.back_button a {
	text-decoration: none;
	color: #0C2039;
}

#news {
	margin-top: 9px;
	width: 1000px;
}

table#news {
	width: 1000px;
}

div#buttons {
	background-color: white;
}

table#buttons {
	margin-top: 8px;
	width: 1000px;
}

table#buttons td {
	padding-left: 30px;
	padding-right: 30px;
}

input#search {
	padding: 0;
	margin: 0;
	width: 112px;
	height: 28px;
	background: #FFF url(../images/button.jpg) no-repeat;
	outline: none;
	border: none;
}

input#search:hover {
	background: #FFF url(../images/button_hover.jpg) no-repeat;
}

#footer {
	padding-top: 7px;
	padding-bottom: 7px;
	margin-top: 12px;
	width: 1000px;
	color: white;
	background-color: #0C2039;
	text-align: center;
}

#footer p {
	margin: 0;
	padding: 0;
}

#footer a {
	margin-right: 20px;
	margin-left: 20px;
	color: white;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

div#copyright {
	text-align: center;
	margin-top: 5px;
}

