/* ----------------- REDEFINES THE TAG SELECTORS ----------------- */
body {
	background: #343333 url(images/bg-site.gif) repeat-x;
	margin: 0px;
	padding: 0px;
	text-align: center;
}

p, h1, a, ul, li, address {
	color: #333333;
	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;
	line-height: 1.3;
	color: #ffffff;
	text-align: center;
}

	address a { 
		color: #ffffff; 
		}
		
	address a:hover { 
		color: #cccccc; 
		}

h1 { 
	font-size: 18px;
	font-weight: bold;
	text-align: left;
	margin: 0 0 30px 0;
}

hr {
	border: none;
	border-top: 1px dotted #c5c3c3;
	height: 1px;
	clear: both;
}

/* ----------------- LIST ITEMS ----------------- */
ul {
	margin: 0px;
	padding: 0px 0px 15px 25px;
	list-style-type: square;
}

ul.left {
	float: left;
	padding: 0px 30px 15px 25px;
}

li {
	font-size: 12px;
	line-height: 1.5;
}


/* ----------------- GENERAL LINKS ----------------- */
a { 
	color: #A46B08; 
	text-decoration: underline; 
	font-weight: normal; 
	}
	
a:hover { 
	color: #2D02CE; 
	}
	
/* ------------------------- MAIN NAVIGATION ----------------------------- */
ul#mainnav {
	width: 970px;
	margin: 0px;
	padding: 0px;
	position: absolute;
	top: 228px;
	left: 12px;
}

ul#mainnav li {
	float: left;
	list-style: none;
	text-align: center;
	border-right: 1px solid #666666;
}

ul#mainnav li#last {
	border-right: none;
}

ul#mainnav li a{
	color: #ffffff;
	text-decoration: none;
	display: block;
	margin: 0px;
	padding: 15px 30px 15px 30px;
	font-size: 12px;
	font-weight: bold;
}

ul#mainnav li a:hover, ul#mainnav li a#current:link, ul#mainnav li a#current:visited  {
	background-color: #000000;
}

/* ------------------------- UTILITY NAVIGATION ----------------------------- */
ul#utilitynav {
	padding: 15px 10px 0px 20px;
	margin: 0;
	width: 960px;
	height: 43px;
	text-align: left;
	background-image: url(images/bg-footer.gif);
	background-repeat: no-repeat;
	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: 0 auto;
	padding: 0;
	background-image: url(images/bg-content.gif);
}

div#header {
	width: 990px;
	height: 278px;
	text-align: left;
	background: url(images/bg-header.jpg) no-repeat;
	position: relative;
}

div#content {
	width: 660px;
	margin-left: 10px;
	padding: 20px;
	text-align: left;
	position: relative;
	float: left;
}

div#rightside {
	width: 268px;
	margin-right: 12px;
	padding: 10px 0;
	text-align: left;
	float: right;
}

div#content img, div#rightside img {
	border: 1px solid #333333;
	margin-bottom: 5px;
}

div#audio {
	position: absolute;
	top: 10px;
	right: 10px;
	width: 118px;
	height: 15px;
	background-image: url(images/bg-audio.gif);
	background-repeat: no-repeat;
	padding-top: 18px;
	padding-left: 25px;
}

div#mapviewer {
	margin: 0px auto 30px auto;
	border: 1px solid #c5c3c3;
	width: 650px;
}

/* ----------------- COPYRIGHT ----------------- */
div#foot {
	width: 970px;
	padding: 5px 10px 20px 10px;
	clear: both;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-align: left;
	background: #343333;
	color: #ffffff;
}

	div#foot p {
		font-size: 9px;
		color: #eae9e9;
	}
	
	div#foot a {
		text-decoration: none;
		font-weight: bold;
		color: #ffffff;
	}
	
	div#foot a:hover {
		text-decoration: underline;
	}
	
div#copyright img {
	border: none;
	margin-top: 10px;
}

div#login {
	float: right;
}

/* ----------------- IMAGE ELEMENTS ----------------- */
img.left {
	margin: 0px 15px 10px 0px;
	float: left;
}

img.right {
	margin: 0px 0px 10px 15px;
	float: right;
}

/* ----------------- CUSTOM CLASSES ----------------- */
.clear {
	clear: both;
}

.center {
	text-align: center;
}

p.location {
	float: left;
	width: 220px;
}.textcenter {
	text-align: center;
	margin-bottom: 20px;
}
