* {
margin:0;
padding:0;
}
html {
	/*prevents jumping in Firefox and Opera*/
min-height: 101%;
}
body {
	font-family: Trebuchet MS, Arial, Sans-Serif;
	font-size: 90%;
	color: #464646;
	background: #DFE3BA url(/images/bg_b.gif) repeat-x;
}
/*------------------------------------------------------------------------ */
/* Layout Divs                                                             */
/*------------------------------------------------------------------------ */
#wrapper {
	width: 960px;
	margin: 0px auto;
}
#header {
	background: url(images/header3.jpg);
	height: 174px;
}
#container {
	height: 500px;
}
#navbar, #content, #sidebar {
	float: left;
	text-align: left;
}
#navbar {
	width: 240px;
	background: #C5D19B;
	height: 100%;
}
#content {
	width: 480px;
	background: #A5B77A;
	height: 100%;
	padding-top: 10px;
	overflow: scroll;
}
#content p {
	padding-right: 10px;
	padding-left: 10px;
}

#sidebar {
	width: 240px;
	height: 100%;
	background: #C5D19B;
}
#footer {
	background: url(/images/header2.jpg);
	background: #C5D19B;
	font-size: 90%;
	border: thin dotted #A5B77A;
	padding: 5px;
	text-align: center;
}
/*------------------------------------------------------------------------ */
/* Navigation Classes                                                         */
/*------------------------------------------------------------------------ */
#navbar {
	font-family: "Gill Sans MT", "Trebuchet MS", Arial, Sans-Serif;
	height: 100%;
	padding-top: 10px;
}
#navbar ul {
	padding-left: 10px;
}
#navbar ul li {
	font-size: 140%;
	list-style: none;
	margin-bottom: 15px;
	margin-top: 10px;
	color: #336600;
}
#navbar ul li a {
	text-decoration: none;
	color: #336600;
}
#navbar ul li ul {
	font-size: 10px;
	margin-top: 1px;
}
#navbar ul li ul li {
	display: inline;
}
#navbar ul li ul li a{
	padding-right: 5px;
	padding-left: 5px;
	color: #009966;
}
#navbar a:hover {
	color: #336600;
	background: #A5B77A;
}
.rborder {
	border-right: 1px solid #337957;
}
/*------------------------------------------------------------------------ */
/* Headers and fonts                                                                  */
/*------------------------------------------------------------------------ */
h1 {
	font-size: 120%;
}
h2 {
}
h3 {
}
/*------------------------------------------------------------------------ */
/* Utilities                                                                   */
/*------------------------------------------------------------------------ */
.clear {
	clear: both;
}
/*------------------------------------------------------------------------ */
/* Listing Classes                                                         */
/*------------------------------------------------------------------------ */
.listing {
	border: 1px dotted #A5B77A;
	padding-bottom: 10px;
}
.listing:hover {
	background: #C5D19B;

}
.ListingsHeader {
	font: normal 22px Verdana, Arial, Helvetica, sans-serif;
	color: #336600;
	padding: 10px;
}
#weather {
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
}
#tides {
	padding: 10px;
}

.listingTitle {
	font: italic 14px Verdana, Arial, Helvetica, sans-serif;
	color: #336633;
	padding-top: 10px;
	padding-bottom: 5px;
}
.listingDetail {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	color: #336699;
	clear: both;
	padding-bottom: 10px;
}
.webLink {
	font-size: 12px;
	background: right;
	float: right;
}

/* Testing Classes      */
.even {
	background: #A6B87C;
}
.odd {
	background: #AEBE89;
}
.rowHover {
	cursor: pointer;
	background: #C5D19B;
}

/*
.rowSelected { color: #fc0; }
.ListBoxItem {
	border-bottom: solid 1px #202020;
	cursor: pointer;
	clear: both;
	background-color: #000;
	white-space: nowrap;
	overflow: hidden;
	-moz-user-select: none;
	-khtml-user-select: none;
}*/
/*
.EvenRow { background-color: #151515; }
.ListBoxItemHover {	background-color: #777; color: #000; }
.SelectedListBoxItem { color: #fc0; }*/
#home {
	height: 540px;
}
#sidebar a {
	font-size: 95%;
	padding-left: 20px;
	display: block;
	padding-bottom: 5px;
	text-decoration: none;
	color: #336600;
}
#sidebar a:hover {
	color: #336600;
	background: #A5B77A;
}
.sidebarheader {
	color: #336600;
	text-align: center;
	font: 120% Verdana, Arial, Helvetica, sans-serif;
	padding-top: 5px;
	padding-bottom: 5px;
}
