

body {
	background: #456d7e;
	padding: 0px;
	margin: 0px;

	color: #214d60;
	font: 11px/18px arial, verdana, helvetica, sans-serif;
}

#bg {
	background: url('../images/bg.jpg') center top no-repeat;
}

#bg2 {
	background: #456d7e url('../images/bg_tile.jpg') center top repeat-y;
}

h1 {
	color: #49839c;
	font: bolder 18px/24px arial, verdana, helvetica, sans-serif;
	padding: 0px 0px 6px 0px;
	margin: 0px;
}

h2 {
	color: #49839c;
	font: bolder 14px/20px arial, verdana, helvetica, sans-serif;
	padding: 4px 0px 6px 0px;
	margin: 0px;
}

a {
	color: #456d7e;
}

a:hover {
	color: #002f44;
}

.content {
	color: #214d60;
	font: 11px/18px arial, verdana, helvetica, sans-serif;
}

.tan {
	color: #e6ddc2;
}

.brown {
	color: #b2a372;
}

.light {
	color: #a0b4bb;
}

.selected {
	background: #49839c;
	color: white;
}

.row_alternate {
	background: #f3f7f8;
}

/* Homepage Layout */

#homepage_left_column {
	width: 295px;
	float: left;
	margin: 0px 4px 0px 5px;
}

	#homepage_left_column_inner {
		background: url('../images/bg_homepage_left.jpg') no-repeat;
		margin: 0px 0px 0px 20px;
		padding: 10px;
		width: 249px;
		min-height: 400px;
	}

#homepage_middle_column {
	width: 436px;
	float: left;
	background: url('../images/bg_homepage_middle_tile.jpg') center repeat-y;
}

	#homepage_middle_column_inner {
		margin: 0px;
		padding: 0px;
		background: url('../images/bg_homepage_middle.jpg') top center no-repeat;
	}
	
		#homepage_middle_column_inner_inner {
			margin: 0px;
			padding: 0px;
			background: url('../images/bg_homepage_middle_bottom.jpg') center bottom no-repeat;
			min-height: 400px;
		}

		#homepage_middle_column_inner_inner_padding {
			padding: 10px 30px 30px 30px;
		}

#homepage_right_column {
	width: 235px;
	float: right;
	margin: 0px 0px 0px 0px;
}

	#homepage_right_column_inner {
		width: 230px;
		margin: 0px 0px 0px 0px;
	}

/* Layout */

#left_column {
	width: 220px;
	float: left;
	margin: 0px 4px 0px 0px;
}

	#left_column_inner {
		background: url('../images/bg_left.jpg') no-repeat;
		margin: 0px 0px 0px 20px;
		padding: 10px;
		width: 200px;
	}

#middle_column {
	width: 546px;
	float: left;
	background: url('../images/bg_middle_tile.jpg') repeat-y;
}

	#middle_column_inner {
		margin: 0px;
		padding: 0px;
		background: url('../images/bg_middle.jpg') no-repeat;
	}
	
		#middle_column_inner_inner {
			margin: 0px;
			padding: 0px;
			background: url('../images/bg_middle_bottom.jpg') bottom no-repeat;
			min-height: 400px;
		}

			#weather_middle_column_inner_inner {
				margin: 0px;
				padding: 0px;
				background: url('../images/bg_middle_bottom.jpg') bottom no-repeat;
				min-height: 370px;
			}

		#middle_column_inner_inner_padding {
			padding: 10px 20px 30px 20px;
		}

		#middle_ads {
			background: #fbfbf8;
		}

#right_column {
	width: 190px;
	float: right;
	margin: 0px 0px 0px 0px;
}

	#right_column_inner {
		width: 185px;
		margin: 0px 0px 0px 0px;
	}

/* Structure */

#header {
	width: 990px;
}

#container {
	width: 990px;
	background: url('../images/bg_content_tile.jpg') top repeat-y;
}

	#content {
		padding: 25px 0px 0px 0px;
		width: 990px;
		background: url('../images/bg_content.jpg') top no-repeat;
	}
	
	#content p {
		padding: 0px 0px 0px 0px;
		margin: 0px 0px 6px 0px;
	}

	#content a {
		text-decoration: none;
		border-bottom: 1px dotted;
	}
	
	#content a:hover {
		text-decoration: none;
	}

#divider {
	width: 990px;
	height: 20px;
	background: url('../images/bg_content_tile.jpg') top repeat-y;
}

#banners {
	width: 990px;
	background: url('../images/bg_content_tile.jpg') top repeat-y;
}

#footer_forecast_links {
	width: 990px;
	background: url('../images/bg_content_tile.jpg') top repeat-y;
}

#footer {
	width: 990px;
}

#copyright {
	width: 990px;
	color: #7ca6b8;
	font: 11px/14px arial, verdana, helvetica, sans-serif;
	clear: both;
}

	#copyright a {
		color: #a6d3e6;
		font: 11px/16px arial, verdana, helvetica, sans-serif;
		text-decoration: none;
	}
	
	#copyright a:hover {
		color: #a6d3e6;
		font: 11px/16px arial, verdana, helvetica, sans-serif;
		text-decoration: underline;
	}

/* Buttons */

input {
	color: #214d60;
	font: 11px/18px arial, verdana, helvetica, sans-serif;
	padding: 2px 2px 0px 2px;
}

.button {
	background: #f8fbfd url('../images/bg_button.jpg') center repeat-x;
	color: #738fad;
	font: bold 10px arial, verdana, helvetica, sans-serif;
	text-decoration: none;
	padding: 0px 4px 0px 4px;
	border: solid 1px #dee5e3;
	}

.button:hover {
	background: #ccdde4 url('../images/bg_button_over.jpg') center repeat-x;
	color: #738fad;
	font: bold 10px arial, verdana, helvetica, sans-serif;
	text-decoration: none;
	padding: 0px 4px 0px 4px;
	border: 1px solid #dee5e3;
	cursor: pointer;
	}
	
/* Navigation */

#header #navigation {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
	height: 83px;
}

	#header #navigation li {
		float: left;
		display: block;
	}
	
	#header #navigation li a {
		display: block;
	}
	
		#header #navigation #m_left {
			background: url("../images/m_left.jpg");
			width: 55px;
		}

		#header #navigation #wblivesurf {
			background: url("../images/wblivesurf.jpg");
			width: 460px;
		}
		
		#header #navigation #m_surfreports {
			background: url("../images/m_surfreports.jpg");
			width: 115px;
		}
		
		#header #navigation #m_livecams {
			background: url("../images/m_livecams.jpg");
			width: 89px;
		}
		
		#header #navigation #m_dailyphotos {
			background: url("../images/m_dailyphotos.jpg");
			width: 115px;
		}
		
		#header #navigation #m_weather {
			background: url("../images/m_weather.jpg");
			width: 84px;
		}
		
		#header #navigation #m_news {
			background: url("../images/m_news.jpg");
			width: 58px;
		}
		
		#header #navigation #m_shop {
			background: url("../images/m_shop.jpg");
			width: 68px;
		}
		
		#header #navigation #m_right {
			background: url("../images/m_right.jpg");
			width: 55px;
		}
		
#footer #navigation {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
	height: 68px;
}

	#footer #navigation li {
		float: left;
		display: block;
	}
	
	#footer #navigation li a {
		display: block;
	}
	
		#footer #navigation #m_left {
			width: 84px;
		}

		#footer #navigation #m_right {
			width: 55px;
		}
		
/* Links Page */

#links_navigation {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}

	#links_navigation li {
		padding: 2px 2px 2px 6px;
	}

	#links_navigation li a {
		border: 0px;
	}

#links {
	list-style-type: none;
	padding: 0px 0px 12px 4px;
	margin: 0px;
}

/* News Page */

#news_navigation {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}

	#news_navigation li {
		padding: 2px 2px 2px 6px;
	}

	#news_navigation li.header {
		padding: 2px 2px 2px 4px;
		background: #c6bf91;
		color: white;
	}

	#news_navigation li a {
		border: 0px;
	}

#news {
	list-style-type: none;
	padding: 0px 0px 12px 4px;
	margin: 0px;
}

/* Members */

#members_navigation {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}

	#members_navigation li {
		padding: 2px 2px 2px 6px;
	}

	#members_navigation li a {
		border: 0px;
	}
	
/* Live Cams */

#livecams_navigation {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}

	#livecams_navigation li {
		padding: 2px 6px 2px 6px;
		display: inline;
	}

	#livecams_navigation li a {
		border: 0px;
	}	
	
/* Surf Reports */

#reports_navigation {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}

	#reports_navigation li {
		padding: 2px 2px 2px 6px;
	}

	#reports_navigation li a {
		border: 0px;
	}	

	#reports_navigation li.header {
		padding: 2px 2px 2px 4px;
		background: #c6bf91;
		color: white;
	}

/* Daily Photos */

#dailyphoto_navigation {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}

	#dailyphoto_navigation li {
		padding: 2px 2px 2px 6px;
	}
	
	#dailyphoto_navigation li a {
		border: 0px;
	}	

/* Border Exceptions */

#homepage_middle a, #ad a, #middle_ads a {
	border: 0px solid;
} 

/* Thumbnail Mouseovers */

.thumbnail {
	padding: 0px;
	margin: 6px;
	background: #456d7e;
}

.thumbnail_selected {
	padding: 4px;
	margin: 2px;
	cursor: pointer;

	background: #456d7e;
}

.thumbnail_over {
	padding: 4px;
	margin: 0px;
	cursor: pointer;

	border: #456d7e 2px solid;
}

#page_navigation {

}

	#page_navigation a {
		border: 0px;
		padding: 2px;
	}
	
	#page_navigation a:hover {
		border: 0px;
	}
	
	#page_navigation .selected {
		background: #456d7e;
		color: white;
		padding: 2px;
	}
	
.search_header {
	margin: 0px;
	padding: 0px;
	color: white;
	background: #456d7e;
	border: #456d7e 1px solid;
	font-size: 10px;
	height: 16px;
	cursor: pointer;
}

	.search_header_over {
		margin: 0px;
		padding: 0px;
		color: white;
		background: #78a2b3;
		border: #456d7e 1px solid;
		font-size: 10px;
		height: 16px;
		cursor: pointer;
	}
	
.search_box {
	border-left: #456d7e 1px solid;
	border-bottom: #456d7e 1px solid;
	border-right: #456d7e 1px solid;
	padding: 4px 14px 4px 14px;
	display: none;
}
	
	.search_box_over {
		border-left: #456d7e 1px solid;
		border-bottom: #456d7e 1px solid;
		border-right: #456d7e 1px solid;
		padding: 4px 14px 4px 14px;
		display: block;
	}