/* ----------------- REDEFINES THE TAG SELECTORS ----------------- */
body {
	background: #525a3f;
	margin: 0px;
	padding: 0px;
	text-align: center;
}

p, a, ul, li, address {
	color: #1e1e1e;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

p {
	margin: 5px 0px 20px 0px;
	font-size: 12px;
	line-height: 1.7;
}

address {
	font-size: 11px;
	font-style: normal;
	color: #ffffff;
	line-height: 1.5;
	text-align: left;
	padding: 15px;
	border-top: 1px solid #f8f3e8;
	border-bottom: 1px solid #f8f3e8;
	background: #b79c46;
}

h1 { 
	font-size: 24px;
	font-weight: normal;
	color: #361d0a;
	text-align: left;
	margin: 0px 0px 20px 0px;
}

hr {
	border: none;
	border-top: 1px dotted #361d0a;
	height: 1px;
	margin-bottom: 15px;
	clear: both;
}

/* ----------------- GENERAL LINKS ----------------- */
a { 
	color: #b1540e; 
	text-decoration: underline; 
	font-weight: normal; 
}
	
a:hover { 
	color: #666666; 
}
	
/* ------------------------- LIST ITEMS ----------------------------- */
ul {
	margin: 0px;
	padding: 0px 0px 20px 20px;
	list-style-type: square;
}

ul.left {
	float: left;
	padding: 0px 30px 0px 20px;
}

li {
	font-size: 12px;
	line-height: 1.5;
}

/* ------------------------- MAIN NAVIGATION HORIZONTAL ----------------------------- */
ul#mainnav {
	width: 990px;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 148px;
	left: 7px;
}

ul#mainnav li {
	float: left;
	list-style: none;
	text-align: center;
}

ul#mainnav li#last {
	border-left: none;
}

ul#mainnav li a{
	color: #ffffff;
	text-decoration: none;
	text-transform: uppercase;
	display: block;
	margin: 0px 1px;
	padding: 3px 31px 2px 31px;
	font-size: 11px;
	font-weight: bold;
	border: 1px solid #f8f3e8;
	background: #4c4d31;
}

ul#mainnav li a:hover, ul#mainnav li a#current  {
	background: #812805;
}

/* ------------------------- UTILITY NAVIGATION ----------------------------- */
ul#utilitynav {
	padding: 5px;
	margin: 0px;
	width: 960px;
	height: 30px;
	text-align: left;
	clear: both;
}

ul#utilitynav li {
	margin: 0px;
	float: left;
	list-style: none;
}

ul#utilitynav li a {
	color: #ffffff;
	text-decoration: none;
	display: block;
	padding: 0px 5px;
	font-size: 10px;
	font-weight: bold;
	border-right: 1px solid #ffffff;
	}

ul#utilitynav li a:hover {
	text-decoration: underline;
}

ul#utilitynav li a#last {
	border-right: none;
}

/* ----------------- LAYOUT ELEMENTS ----------------- */
div#container {
	width: 990px;
	margin: 10px auto;
	background: #e7d6b6 url(images/bg-content.gif);
	border: 1px solid #f8f3e8;
}

div#header {
	width: 990px;
	height: 378px;
	text-align: left;
	background-image: url(images/bg-header.jpg);
	background-repeat: no-repeat;
	border-bottom: 1px solid #f8f3e8;
	position: relative;
}

div#sidebar {
	width: 230px;
	text-align: left;
	background: #d9c38a;
	float: left;
	position: relative;
}

div#content {
	width: 689px;
	padding: 35px;
	text-align: left;
	float: right;
	border-left: 1px solid #f8f3e8;
	position: relative;
	min-height: 500px;
	_height: 500px;
}

	div#content img {
		border: 1px solid #c5c3c3;
	}

/* ----------------- COPYRIGHT ----------------- */
div#foot {
	padding-top: 10px;
	width: 990px;
	height: 110px;
	clear: both;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-align: left;
	background: #4c4d31;
	border-top: 1px solid #f8f3e8;
	color: #ffffff;
}

	div#foot p {
		font-size: 9px;
		color: #ffffff;
	}
	
	div#foot a {
		text-decoration: none;
		font-weight: bold;
		color: #ffffff;
	}
	
	div#foot a:hover {
		text-decoration: underline;
	}
	
div#copyright {
	padding-left: 10px;
}

	div#copyright img {
		border: none;
		margin-top: 10px;
	}

/* ----------------- IMAGE ELEMENTS ----------------- */
img.right {
	margin: 0px 0px 10px 20px;
	float: right;
}

img#logo {
	position: absolute;
	top: 0;
	left: 0;
	border: none;
}

/* ----------------- CUSTOM CLASSES ----------------- */
.center {
	text-align: center;
}

.clear {
	clear: both;
}

div#login {
	float: right;
	padding-right: 20px;
}

div#audio {
	position: absolute;
	top: 10px;
	right: 10px;
	background: url(images/bg-audio.gif) no-repeat;
	width: 133px;
	height: 15px;
	padding: 15px 0 0 38px;
}

div#flash {
	position: absolute;
	top: 178px;
	left: 0px;
	border: none;
}

div#map {
	margin: 0px 0px 10px 20px;
	float: right;
	border: 1px solid #c5c3c3;
	width: 450px;
}
