
/* ----------------- REDEFINES THE TAG SELECTORS ----------------- */
body {
	margin: 0px;
	padding: 0px;
	text-align: center;
	background: #798450 url(images/body.jpg) top left 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; }

p,
h1 { margin: 20px 0 15px 0; }

h1 { font-size: 18px; }

h2 {
	font-size: 14px;
	color:#42482c;
	font-weight:bold;
}

h3 {
	font-size: 14px;
	font-weight:bold;
}

address {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	padding-top:20px;
	padding-left:10px;
	color:#fff;
}

table {
	float:left;
	margin-bottom:10px;
}

table p {
	padding:8px 5px;
	margin:0px;
}

/* ----------------- IMAGE/ALIGNMENT ELEMENTS ----------------- */
.left {
	float: left;
	margin-right: 15px;
}

.right {
	float: right;
	margin-left: 15px;
}

.leftborder {
	padding: 1px;
	border: 1px solid #000;
	float: left;
	margin-right: 15px;
	margin-top:5px;
}

.rightborder {
	padding: 1px;
	border: 1px solid #000;
	float: right;
	margin-left: 15px;
	margin-top:5px;
}

.border {
	padding: 1px;
	border: 1px solid #000;
}

.clear { clear: both; }

.center { text-align: center; }

/* ----------------- NAV ELEMENTS ----------------- */
a,
a:link,
a:active,
a:visited { color: #000; }

a:hover { text-decoration: none }

/* ----------------- Vertical --------------------- */

div#nav { }

ul#mainnav {
	margin: 0px;
	padding: 0px;
}

ul#mainnav li {
	display: inline;
	list-style: none;
}

ul#mainnav li a:link,
ul#mainnav li a:visited,
ul#mainnav li a:active {
	color: #000;
	text-decoration: none;
	display: block;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 5px 10px;
	white-space: nowrap;
	color:#ffe6b2;
	border-bottom:1px solid #687145;
	border-top:1px solid #464b2e;
	width:145px;
}

ul#mainnav li a:hover { background:#b38b56; }

ul#mainnav li a.current:link,
ul#mainnav li a.current:visited {
	background:#ffe6b2;
	color:#000;
	font-weight:bold;
}

* 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: 900px;
	margin: auto;
	position: relative;
	background: url(images/container.jpg) top left repeat-y;
}

div#header {
	width: 900px;
	height: 240px;
	background-image: url(images/bgd.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

div#content {
	width: 650px;
	padding: 1px 40px 1px 210px;
	background: url(images/content.jpg) top left no-repeat;
	min-height:450px;
	_height:450px;
}

div#sidebar {
	position:absolute;
	width:164px;
	left:21px;
	top:241px;
}

div#footer {
	width: 650px;
	padding: 20px 40px 1px 210px;
	height: 25px;
	font-size: 10px;
	text-align: left;
	background: url(images/footer.jpg) top left no-repeat;
	color:#fff;
}

div#footer a:link,
div#footer a:visited { color:#fff; }

div#footer a:hover { color:#000; }

div#copyright {
	font-size: 9px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#000;
}

div#copyright a:link,
div#copyright a:visited { color:#000; }

div#copyright img { margin-top:10px; }

div#address {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	position: absolute;
}

div#audio {
	position: absolute;
	height: 13px;
	width: 111px;
	right:60px;
	top:258px;
}

div#speciallinks {
	position: absolute;
	font-size: 10px;
	top: 280px;
	right: 40px;
}

div#map { border:1px solid #000; }

div#top {
	float:right;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	padding-left:20px;
}

/* ----------------- CUSTOM CLASSES ----------------- */

.emphasize {
	color: #ffe6b2;
	text-align: center;
	font-size: 14px;
}