/* CSS Document */
/* basic styles */
body {
	background-attachment: fixed;
	background-image: url(../images/waterBg.jpg);
	background-repeat: no-repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
img {
		border:0;
		}
ul {
	font-size: 12px;
	list-style-type: square;
}
li {
	padding-bottom: 3px;
}
td {
	font-size: 11px;
	border: 1px solid #CCCCCC;
}
img.left {
		float:left;
		margin:3px 10px 10px 0;
		}
img.right {
		float:right;
		margin:3px 0 10px 7px;
		}

h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	color: #333333;
	letter-spacing: 0.1em;
	margin: 0px;
	padding: 10px;
	background-color: #E0E0E0;
	text-transform: uppercase;
	font-weight: bold;
}
a {
	color: #CC3399;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CC3399;
}
a:hover {
	text-decoration: none;
	border-bottom-style: solid;

}
form {
	font-size: 11px;	
}
fieldset {
	padding: 20px;
}
legend {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #FFFFFF;
	padding: 10px 20px;
	background-color: #333333;
}

blockquote {
	font-size: 13px;
	font-weight: bold;
	color: #000000;
	text-align: center;
	padding: 5px;
}


/* Layout for site */
#container {
	background-color: #FFFFFF;
	margin-right: auto;
	margin-left: auto;
	width: 730px;
	padding: 20px;
	position: relative;
}

/* Header Styles */
#header {
	background-color: #fff;
	height: 150px;
	position: relative;
	background-image: url(../images/headerBG.jpg);
	background-repeat: repeat-x;
		
}
#header h1 {
	font-size:20px;
	display: inline;
	position: relative;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #488D41;
	/*line-height: 250px;*/
}
#subheader {
	background-color: #009933;
	height: 35px;
	margin-top: 1px;
	position: relative;
}
#subheader p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: italic;
	color: #FFFFFF;
	letter-spacing: 0.03em;
	text-align: right;
	padding-right: 20px;
	padding-top: 8px;
	margin: 0px;
}


/* Navigation Styles */
#navigation {
	background-color: #009933;
	margin-top: 1px;
	padding: 0px;
	float: left;
	position: absolute;
	width: 200px;
	/*margin-left: -244px;*/
	margin-left:-200px;
}
html>/**/body #navigation {
    margin-left: 0;
 }
#navigation a {
	display: block;
	margin: 0px;
	padding: 5px 20px;
	position: relative;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}

#navigation a:hover{
	background-color: #006633;
	text-decoration: none;
	font-weight: bold;
}
#navigation .uberlink{
	background-color: #006633;
	text-decoration: none;
	font-weight: bold;
}

/* Main content styles */
#maincontent, #maincontent450, #maincontent280, #maincontent850 {
	margin-top: 1px;
	margin-left: 200px;
	padding-left: 20px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	position: relative;
}
#maincontent850 {
	padding-bottom: 850px;
}

#maincontent450 {
	padding-bottom: 450px;
}
#maincontent280 {
	padding-bottom: 280px;
}
#maincontent .tableheaders {
	font-weight: bold;
	color: #FFFFFF;
	background-color: #333333;
}


/* Sponsors styles */
#sponsors {
	margin-top:310px;
	margin-left:-200px;
	position: absolute;
}


html>/**/body #sponsors {
    margin-left: 0;
 }

*/#sponsors h4 {
	margin: 0px;
	padding: 5px 0px 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	text-transform: uppercase;
	color: #009933;
}


/* styles for articles */
.article {
	padding: 0px 0px 5px 10px;
	margin: 0px;
}
.article p {
	font-size: 12px;
	line-height: 1.6em;
	letter-spacing: 0.05em;
	color: #333333;
	text-align: justify;
	padding-left: 10px;
	margin-left: 10px;
}
.article .summary {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #D6D6D6;
	color: #666666;
}
.article .storylink {
	font-size:11px;
}

.article h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #488D41;
	font-size: 14px;
	letter-spacing: 0.05em;
}

/* Footer styles */
#footer {
	margin: 0px auto;
	padding: 0px;
	width: 750px;
}
#footer p {
	margin: 0px;
	padding: 0px;
	text-align: right;
	color: #FFFFFF;
	font-size: 80%;
	letter-spacing: 0.04em;
}
#footer a {
	color: #66FF66;
	text-decoration: none;
}
#footer a:hover {
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FF00FF;
}

/* Special classes */
.weathersearch {
	margin: 0px 0px 3px 5px;
	padding: 0px 0px 3px 5px;
	float: right;
}
.thumbnails {
	padding: 10px;
	border: 1px solid #CCCCCC;
}
.onlinestore {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 10px;
}
.onlinestore td {
	border: none;	
}
.onlinestore p {
	font-size:11px;
}
.onlinestore h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #333333;
	font-size: 14px;
	text-align: center;
}
.onlinestore .price {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #CC3399;
	text-align: center;	
}
.feedbackform, .crewregisterform {
	width:100%;
	padding:10px;
}
.centred {
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	display: block;
}
.emailcontent {
	background-color: #EFEFEF;
	margin: 0px;
	padding: 25px;
}
.smalltext {
	font-size: 9px;
	text-align: left;
}
