/* ----------------- REDEFINES THE TAG SELECTORS ----------------- */
body {
	margin: 0px;
	padding: 0px;
	text-align: center;
	background-color: #d1d1a1;
	background-image: url(images/bg_body.gif);
	background-repeat: repeat-x;
}
p, h1, h2, h3, h4, h5, a, ul, li, lo, td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
}
p, li {
	font-size: 12px;
	color: #343600;
}
p, h1 {
	margin: 15px;
	line-height: 1.6em;
}
h1 {
	font-size: 18px;
	color: #8B8E00;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #BCBC84;
}
h2 {
}
address {
	font-style:normal;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	padding-top: 15px;
}
/* ----------------- IMAGE/ALIGNMENT ELEMENTS ----------------- */
.left {
	float: left;
	margin: 5px 15px 10px;
	padding: 2px;
	border: 1px solid #000;
}
.right {
	float: right;
	margin: 5px 15px 10px;
	padding: 2px;
	border: 1px dotted #BCBC84;
}
.owner {
	float: right;
	margin-right: 5px;
}
.border {
	padding: 1px;
	border: 1px solid #000;
}
.clear {
	clear: both;
}
.center {
	text-align: center;
}
/* ----------------- NAV ELEMENTS ----------------- */
a:link, a:hover, a:active, a:visited {
	color: #8B8E00;
}
/* ----------------- Horizontal ------------------- */
div#nav {
	position:absolute;
	border-left: 1px dotted #494c00;
	width: 630px;
	height: 30px;
	left: 110px;
	top: 273px;
}

ul#mainnav {
	margin: 0px;
	padding: 0px;
}

ul#mainnav li {
	float: left; 
	padding: 0px;
	list-style: none;
	list-style-image: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}
ul#mainnav li a:link, ul#mainnav li a:visited, ul#mainnav li a:active {
	font-size: 12px;
	color: #fff;
	text-decoration: none;
	display: block;
	text-align: left;
	padding: 8px 75px 8px 75px;
	border-right: 1px dotted #494c00;
}

ul#mainnav li a:hover, ul#mainnav li a.current:link, ul#mainnav a.current:visited {
	background-image: url(images/bg_nav_on.gif);
	background-repeat: repeat-x;
}

ul#mainnav li a:hover{
	color: #D7E303;
}

* html #nav a {  /* mystery code to fix ie. you must use &nbsp for any spaces in nav text */
	width: 1%;}
/* ----------------- PAGE LAYOUT ELEMENTS ----------------- */
div#container {
	width: 870px;
	margin: auto;
	position: relative;
	background-image: url(images/bg_container.gif);
	background-repeat: repeat-y;
}

div#header {
	width: 870px;
	height: 303px;
	background-image: url(images/bg_header.jpg);
	background-repeat: no-repeat;
}

div#content {
	width: 661px;
	float: left;
	background-image: url(images/bg_content.gif);
	background-repeat: no-repeat;
	background-position: top;
}

div#content li {
	line-height: 1.6em;
}

div#sidebar {
	float: left;
	width: 209px;
	background-image: url(images/bg_sidebar.gif);
	background-repeat: no-repeat;
	background-position: top;
}

div#footer {
	clear:both;
	width: 633px;
	margin-right: 15px;
	height:25px;
	padding-top: 10px;
	font-size: 10px;
	text-align: center;
	margin-left: 222px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #BCBC84;
	color: #BCBC84;
}
div#footer a:link, div#footer a:visited {
	color: #787D00;
	padding-left: 30px;
	padding-right: 30px;
}
div#copyright {
	font-size: 9px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
}
div#copyright a:link, div#copyright a:visited {
	color: #434600;
}
div#copyright img {
	padding-top: 4px;
	padding-bottom: 5px;
}
div#map {
}

/* ----------------- CUSTOM CLASSES ----------------- */
.logo {
	float: right;
	margin-right: 100px;
}
