/* reset margins and paddings to 0 to avoid cross-browser bugs. */
* {
	margin: 0;
	padding: 0;
}

body {
	margin: 0;
	background: #bc9e6e;
}

a {
	color: #ffffff;
}

a:hover {
	color: #9b763d;
}

p {
	margin-bottom: 10px;
}

img {
	border: 0;
}

ul, ol {
	margin-left: 30px;
	margin-bottom: 10px;
}

hr {
	height: 1px;
	margin: 25px 0;
	color: #6a4206;
	background: #6a4206;
	border: none;
}

.imgright {
	float: right;
	margin: 0 0 10px 10px;
}

.imgleft {
	float: left;
	margin: 0 10px 10px 0;
}

.hdrs {
	font: bold 18px Arial, Helvetica, sans-serif;
}

input, textarea {
	background: #ffffff;
	border: 1px solid #ccaf7f;
	padding: 3px;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color: #0a1539;
	margin: 1px;
}

#header {
	background: url(images/headerbg.jpg) no-repeat top center;
	height: 36px;
}

#headerarea {
	background: url(images/headerareabg.jpg) no-repeat top left;
	height: 126px;
}

#searcharea {
	font: bold 12px Verdana, Arial, Helvetica, sans-serif;
	color: #4e542a;
	margin-left: auto;
	margin-right: auto;
}

table.searchfont {
	font: bold 12px Verdana, Arial, Helvetica, sans-serif;
	color: #4e542a;
}

#searcharea a {
	color: #4e542a;
	text-decoration: none;
}

#searcharea a:hover {
	color: #9b763d;
	text-decoration: none;
}

#left {
	background: url(images/leftbg.jpg) repeat-y top right;
}

#right {
	background: url(images/rightbg.jpg) repeat-y top left;
}

#content {
	border: 7px solid #6a4206;
}

#contentinner {
	border: 1px solid #452a03;
	background: #0a1539;
	width:924px;
}

#contentinnerinner {
	border-left: 8px solid #0a1539;
	border-right: 8px solid #0a1539;
	border-bottom: 8px solid #0a1539;
}

#copyarea {
	border-top: 20px solid #0a1539;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	color: #e9d6b6;
	height: 300px;
	line-height: normal;
}

#footerhold {
	background: url(images/footerbg.jpg) no-repeat top center;
	height: 36px;
	margin-left: auto;
	margin-right: auto;
}

#footer{
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	color: #0a1539;
	margin-left: auto;
	margin-right: auto;
}

#footer a {
	color: #8e6e3e;
	text-decoration: none;
}

#footer a:hover {
	color: #0a1539;
	text-decoration: none;
}

#weather {
	background: #363d58;
	border: 1px solid #555555;
}

#weatherin {
	margin: 10px;
}
td.weathertext {
    font: bold 12px Verdana, Arial, Helvetica, sans-serif;
	color: white;
}
td.joinus{
    background: #363d58;
    padding:5px 5px 5px 5px;
}
    

#subnav a {
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	color: #83591e;
	text-decoration: none;
}

#subnav a:hover {
	color: #000;
	text-decoration: none;
}

.headertitle {
	border-bottom: 1px solid #555555;
}

.title {
	background: #825a1e url(images/headers/headertitlebg.jpg) no-repeat top left;
	margin-bottom: 10px;
}



table.datatable {
border-top: 1px solid #9e7e4d;
border-left: 1px solid #9e7e4d;
border-right: 1px solid #9e7e4d;
}

td.data_td_dark {
font: 11px Arial, Helvetica, sans-serif;
color: #000;
background: #c2a579;
padding: 4px;
border-bottom: 1px solid #9e7e4d;
}

td.data_td_med {
font: 11px Arial, Helvetica, sans-serif;
color: #000;
background: #d4bf9e;
padding: 4px;
border-bottom: 1px solid #9e7e4d;
}

td.data_td_light {
font: 11px Arial, Helvetica, sans-serif;
color: #000;
background: #e3d8c7;
padding: 4px;
border-bottom: 1px solid #9e7e4d;
}
td.data_td_light a {
color: #000;
}









/* dropdown */

.dropdown {
	float: left;
}
.dropdown dt {
	width:108px;
	height: 43px;
	padding:0;
	margin: 0;
	cursor:pointer;
	overflow: hidden;
}
.dropdown dt:hover {
}
.dropdown dd {
	position:absolute;
	overflow:hidden;
	width:140px;
	display:none;
	background:#af9574;
	z-index:200;
	opacity:0;
	margin: 0;
}
.dropdown ul {
	width:138px;
	list-style:none;
	margin: 0;
}
.dropdown li {
	display:inline;
	margin: 0;
}
.dropdown a, .dropdown a:active, .dropdown a:visited {
	display:block;
	padding:5px;
	color:#fbf1e4;
	text-decoration:none;
	background:#5b6432;
	width:138px;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
}
.dropdown dt a, .dropdown dt a:active, .dropdown dt a:visited {
	display:block;
	padding:0;
	color:#fbf1e4;
	text-decoration:none;
	background:#5b6432;
	width:138px;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
}
.dropdown a:hover {
	background:#4b2b0b;
	color:#ffffff;
}


#tdweathertext {
	font: normal 18px Georgia, "Times New Roman", Times, serif;
	color: #e9d6b6;
}

#weatherforecast {
	font: normal 12px Georgia, "Times New Roman", Times, serif;
}

#weatherforecast a {
	color: #ede2ce;
	text-decoration: none;
}

#weatherforecast a:hover {
	color: #ffffff;
	text-decoration: none;
}

