/* colors
aqua - 007D88
dk blue - 0050B3
lt blue - 53C3F7
yellow - ff9
mint - cff
*/

body {
	font-family: "Lucida Grande", verdana, arial, sans-serif;
	font-size: 13px;
	background: #fff url('images/bg.jpg') repeat-x top;
	margin: 0;
	padding: 0;
	color: #000;
	}

#wrap, #content, #foot {
	margin: 0px auto !important;
	}
	
#wrap {
	width: 970px !important;
	border: 1px solid #fff;
	border-width: 0 1px;
	background: #fff;
	}

#head {
	padding: 0;
	}
	
#bottommast {
	padding: 1px 0;
	border: 4px #0050B3 solid;
	border-width: 8px 0 4px 0;
	}

#topmast {
	padding-bottom: 1px;
	border-bottom: 8px #0050B3 solid;
	}

#logo {
	float: left;
	margin: 0 10px 0 6px;
	padding: 0 !important;
	border: none !important;
	}
	
#sublogo {
	float: right;
	margin: 0 6px 0 10px;
	padding: 0 !important;
	border: none !important;
	}
	
#content {
	background: #fff url('images/contentbg.jpg') repeat-x top;
	margin: 0;
	margin-top: 2px;
	padding: 6px 0;
	clear: both;
	}

#content img {
	padding: 1px;
	border: 1px #0050B3 solid;
	margin-bottom: 2px;
	}
	
#foot {
	font-size: 11px;
	padding: 0;
	padding-top: 20px;
	clear: both;
	}

h1, h2, h3, h4 {
	font-family: "Trebuchet MS", Trebuchet, "Lucida Grande", verdana, arial, sans-serif;
	margin-top: 0;
	margin-left: 6px;
	margin-right: 6px;
	}
	
h1 {
	color: #0050B3;
	}
	
h2, h3 {
	font-family: georgia, "times new roman", serif;
	font-style: italic;
	font-weight: normal;
	color: #007D88;
	}

.caps {
	text-transform: uppercase !important;
	}
	
#content p {
	margin: 20px;
	margin-top: 0;
	}

#foot p {
	margin: 5px 10px;
	}

#nav {
	margin: 0 auto !important;
	padding: 0;
	font-family: "Trebuchet MS", "Lucida Grande", verdana, arial, sans-serif;
	font-size: 15px;
	letter-spacing: .04em;
	text-transform: uppercase;
	}
	
#nav a {
	display: block;
	float: left;
	text-align: center;
	margin: 0;
	margin-right: 1px;
	width: 120px;
	height: 30px;
	background: url('images/navbg.jpg') no-repeat bottom;
	color: #fff;
	text-decoration: none;
	}

#nav a:hover, #nav a:active {
	color: #ff9;
	}

#nav h1 {
	text-align: right;
	padding-right: 18px;
	margin: 0;
	text-transform: uppercase;
	background: url('images/h1bg.jpg') no-repeat right;
	}
	
small {
	font-size: 11px;
	}

b {
	background: #ff9;
	}

h1 b, h2 b {
	background: none;
	font-style: none;
	}
	
i {
	font-family: georgia, "times new roman", times, serif;
	font-size: 110%;
	}
	
a {
	font-weight: bold;
	text-decoration: underline;
	}

a:link {
	color: #0050B3;
	}
	
a:visited {
	color: #53C3F7;
	}

a:hover, a:active {
	color: #0050B3;
	background: #cff;
	text-decoration: none !important;
	}
	
ul {
	margin-bottom: 16px;
	}
	
li {
	line-height: 140%;
	}
	
.left {
	margin: 0 10px 4px 20px;
	float: left;
	text-align: left;
	}
	
.right {
	margin: 0 20px 4px 10px;
	float: right;
	text-align: right;
	}
	
img.plain {
	border: none !important;
	padding: 0 !important;
	}

#content table, div.misc {
	margin-left: 10px;
	}
	
#content td {
	padding: 0 12px 18px 0;
	text-align: center;
	}

#forsale {
	/* width: 700px; */
	}
	
#forsale td, #forsale th {
	padding: 4px 48px 36px 0;
	text-align: left !important;
	border-top: 1px solid #ddd;
	}

#forsale th {
	border-top: none;
	padding-top: 0;
	padding-bottom: 12px;
	font-weight: bold;
	}
	
hr {
	border: none;
	padding: 0;
	margin: 0;
	clear: both;
	}