body {
	font-family: Georgia, "Times New Roman", Times, serif;
}

#pagewidth {
	width:760px;
	margin: auto;
}

#header {
	width: 100%;
	height: 180px;
}

#logo h2 {
	float: left;
	width: 88px;
	text-indent: -9999px;
	display:inline;
}

#logo h2 a {
	background-image: url(/images/logo.jpg);
	width:88px;
	height:116px;
	float:left;
	overflow: hidden;
	}

#availability p {
	float: right;
	width: 186px;
	text-indent: -9999px;
	display:inline;
}

#availability p a {
	background-image: url(/images/availability_button.png);
	width: 186px;
	height: 49px;
	float: right;
	overflow: hidden;
}


#dhbtext h1  {
	margin: 20px 0 0 0;
	float: right;
	width: 524px;
	text-indent: -9999px;
	display: inline;
	clear: right;
}

#dhbtext h1 a {
	background-image: url(/images/title.png);
	width: 524px;
	height: 65px;
	float: right;
	overflow: hidden;
}

#topnav {
	position: relative;
	height: 30px;
	top:10px;
	background-color: #666600;
	clear: both;
}

#topnav ul {
	text-align: center;
	padding: 6px 0px 0px 0px;
}

#topnav li {
	font-size: 19px;
	display: inline;
}

#topnav li a {
	color: #fff;
	text-decoration: none;
	padding: 6px 8px 5px 8px;
}

#topnav li a:hover {
	background-color: #fff;
	color: #000;
}

#topnav li a.active {
	background-color: #fff;
	color: #000;
}

#pagepic {
	margin: 10px 0 0 0;
	height: 240px;
	/*background-image: url(../images/header_index2.jpg);*/
}

#pagecontent {
	width: 600px;
	float: left;
	margin: 10px 0 0 10px;
}

#pagecontent h1 {
	font-weight: bold;
	font-size: 1.6em;
	color: #006504;
	padding-left: 25px;
	margin: 0 0 10px 0;
	background-image: url(/images/h1_attachement.png);
	background-position: left;
	background-repeat: no-repeat;
}

#pagecontent p {
	margin-bottom: 1.4em;
	line-height: 1.5em;
	font-size: 1.2em;
	}
	
#pagecontent p.intro {
	font-weight: bold;
	}

#sidenav {
	width:125px;
	height:310px;
	background-image: url(/images/sidebar_shadow.png);
	background-repeat: no-repeat;
	float: right;
	margin: 10px 0 0 0;
}

#sidenav li {
	border-bottom: 1px solid #EFEFEF;
}

#sidenav li.last {
	border: none;
}

#sidenav li a {
	text-decoration: none;
	color: #074826;
	font-size: 1.2em;
	font-style: italic;
	font-weight: bold;
	}
	
#sidenav li a:hover {
	color: #666600;
}

#sidenav ul {
	margin:0 0 0 20px;
	line-height: 37px;
}

#footer {
	clear: both;
	margin: 30px 0 0 0;
	background-repeat: repeat-x;
	height: 92px;
	background-image: url(/images/footer_bg.jpg);
	background-repeat: repeat-x;
	text-align: center;
}

#footer ul {
	padding-top: 12px;
	font-size: 1.4em;
}

#footer li {
	padding:0px 6px 0 6px;
	display:inline;
}

#footer a {
	color: #fff;
	text-decoration: none;
}

#footer a:hover {
	color: #ffcc00;
	text-decoration: underline;
}

#footer p {
	padding-top:20px;
	font-size: 1.8em;
	color: #fff;
}

.right {
	float:right;
	padding:5px;
	margin-left:5px;
	background-color: #EFEFEF;
	border: solid 1px #ccc;
}

.left {
	float:left;
	padding:5px;
	margin-right:5px;
	background-color: #EFEFEF;
	border: solid 1px #ccc;
}
