@charset "iso-8859-1";
body {
	font-family: Tahoma, Helvetica, Arial, sans-serif;
	margin: 0;
	padding: 0;
	background-color: #000000; /*black*/;
	color: #FFFFFF;
	background-repeat: repeat;
}
/*=============== 
indicates no border around any image 
============*/
body img {
	border: 0px;
	text-decoration: none;
}
/* ============ 
margins auto center the container on the page
========================*/
#container {
	margin: 10px auto 10px auto;
	padding: 20px;
	background-color: #000000;
	width: 95%;
}
/*=================== 
styles for top banner 
========================*/
#banner {
	background-position: left top;
	padding: 10px;
	background-color: #000000;
	background-image: url('images/dunhamhouse3.jpg');
	height: 200px;
	background-repeat: no-repeat;
	color: #000000;
	position: relative;
}
#banner .title {
        float: right;
	background-color: transparent;
	color: #FFFFFF;
	margin-top: 20px;
        margin-right: 10px;
	font-size: 1.8em;
	font-weight: bolder;
}
#banner .tagline {
	font-size: small;
	font-style: italic;
	background-color: transparent;
	color: #FFFFFF;
}

#banner .tagline2 {
	font-size: large;
	font-style: italic;
	background-color: transparent;
	color: #FFFFFF;
}
/*=================== styles for top menu ======================*/
#topmenu {
	background-color: #000000;
	text-align: center;
	font-size: .90em;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-right: 10px;
	color: inherit;
	border-top: 2px solid #474646;
	border-bottom: 2px solid #474646;
}
#topmenu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#topmenu li {
	display: inline;
	list-style-type: none;
	padding: 0px;
	padding-right: 1em;
}
/*==============
all site links
==============*/
a:link {
	font-weight: bold;
	color: #FFFFFF;
	background: transparent;
	text-decoration: underline;
}
a:visited {
	font-weight: bold;
	color: #616060;
	background: transparent;
	padding: 0px;
	text-decoration: underline;
}
a:hover {
	font-weight: bold;
	text-decoration : none;
	background: #FFFFFF;
	color: #000000;
}
a:active {
	font-weight: bold;
	text-decoration : underline;
	background: #904B12;
	color: #FFFFFF;
}
/*====================== 
styles for main content area 
=========================*/
#content {
	/*margin-right: 200px;*/
	margin-left: 180px;
	padding: 5px;
	text-align: left;
	vertical-align: top;
}
/* *****************************************************
Navigation Bar - Left hand side 
**************************************************** */
#vertmenu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	width: 160px;
	padding: 0px;
	margin: 5px 0px 0px 0px;
	float: left;
}
#vertmenu .heading {
	display: block;
	background-color: #474646;
	color: #FFFFFF;
	font-size: 90%;
	padding: 3px 0 5px 3px;
	border: 1px solid #969595;
	margin: 0px;
	width: 159px;
	font-weight: bold;
}
#vertmenu ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	border: none;
}
#vertmenu ul li {
	margin: 0px;
	padding: 0px;
}
#vertmenu ul li a {
	font-size: 80%;
	display: block;
	border-bottom: 1px dashed #969595;
	padding: 5px 0px 2px 4px;
	text-decoration: none;
	color: #666666;
	width: 160px;
}
#vertmenu ul li a:hover, #vertmenu ul li a:focus {
	color: #000000;
	background-color: #FFFFFF;
}
/*============== 
Styles for footer 
===================*/
#footer {
	border-top: 2px solid #474646;
	clear: both;
	padding: 5px;
	background-color: inherit;
	text-align: center;
}
#footer p {
	margin-top: 0px;
	margin-bottom: 0px;
}
/*================== 
general styles 
=================*/
hr {
	width: 50%;
	text-align: center;
	background-color: #004145;
	height: 5px;
}
/* =================
Styles for heading tags 
=============== */
h1, h2, h3, h4 {
	color: #FFFFFF; /*dk green*/;
	background-color: inherit;
}
h1 {
	font-size: 1.5em;
}
h2 {
	font-size: 1em;
}
h3 {
	font-size: .9em;
}
h4 {
	font-size: .9em;
}
/*================
used to center anything
==============*/
.center {
	text-align: center;
}
/* ============
floats images to right or left 
============*/
.imgrgt {
	float: right;
	padding: 7px;
}
.imglft {
	float: left;
	padding: 7px;
}

