/* ----------------- REDEFINES THE TAG SELECTORS ----------------- */

body {
	background: #231f20;
	margin: 0px;
	padding: 0px;
	text-align: center;
}

p, h1, h2, a, ul, li, address {
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

p {
	margin: 5px 0px 15px 0px;
	line-height: 1.7;
}

address {
	font-size: 10px;
	font-style: normal;
	line-height: 1.3;
	text-align: left;
	margin: 10px 0px;
	padding: 10px 5px;
}

h1 { 
	font-size: 20px;
	font-weight: normal;
	color: #ffffff;
	text-align: left;
	margin: 0px;
	position: absolute;
	top: 170px;
	right: 10px;
}

h2 { 
	font-weight: bold;
	margin: 5px 0;
	color: #610371;
	font-size: 12px;
}

	h2 span { 
		font-weight: normal;
		font-style: italic;
		margin: 0;
		color: #610371;
		font-size: 11px;
	}

/* ----------------- GENERAL LINKS ----------------- */

a:link, a:visited, a:active { 
	color: #2D02CE; 
	text-decoration: underline; 
	font-weight: normal; 
	}
	
a:hover { 
	color: #A46B08; 
	}
	
/* ------------------------- MAIN NAVIGATION ----------------------------- */

ul#mainnav {
	padding: 0px;
	margin: 3px 0px 0px 3px;
	width: 199px;
	background: #fbf66b;
}

ul#mainnav li {
	display: inline; /* Redefined here only to remove stray padding. */
	list-style: none;
	line-height: 1.5;
}

ul#mainnav li a {
	font-size: 10px;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
	display: block;
	border-bottom: 1px solid #d1d2d4;
	padding: 3px 0px 3px 5px;
	width: 194px;
}

ul#mainnav li a:hover {
	background: #ffffff;
}

ul#mainnav li a.current:link, ul#mainnav a.current:visited {
	background: #ffffff;
	color: #610371;
}


/* ------------------------- UTILITY NAVIGATION ----------------------------- */
ul#utilitynav {
	margin: 0px;
	padding: 15px 0px 0px 0px;
	width: 990px;
	height: 17px;
	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: 9px;
	font-weight: bold;
	border-right: 1px solid #ffffff;
	}

ul#utilitynav li a.last {
	border-right: none;
}

/* ----------------- LAYOUT ELEMENTS ----------------- */
div#container {
	width: 990px;
	margin: 5px auto;
	background: url(images/bg-content.gif);
	position: relative;
	border: 5px solid #ffffff;
}

div#header {
	width: 990px;
	height: 200px;
	text-align: left;
	background-image: url(images/bg-header.jpg);
	background-repeat: no-repeat;
	position: relative;
}

	div#header img {
		border: none;
	}

div#content {
	width: 735px;
	padding: 25px 20px 15px 30px;
	text-align: left;
	float: left;
}

div#leftside {
	padding: 0px;
	float: left;
	width: 200px;
	text-align: left;
}

/* ----------------- COPYRIGHT ----------------- */

div#foot {
	width: 980px;
	padding: 15px 5px 5px 5px;
	clear: both;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-align: left;
	background: #610371;
	color: #eae9e9;
}

	div#foot p {
		font-size: 9px;
		color: #eae9e9;
	}
	
	div#foot a:link, div#foot a:visited, div#foot a:active {
		text-decoration: none;
		font-weight: bold;
		color: #eae9e9;
		font-size: 9px;
	}
	
	div#foot a:hover {
		color: #ffffff;
	}

/* ----------------- IMAGE ELEMENTS ----------------- */
img.left {
	margin: 0px 15px 10px 0px;
	border: 1px solid #e0e3e4;
	padding: 3px;
	float: left;
}

img.right {
	margin: 0px 0px 10px 15px;
	border: 1px solid #e0e3e4;
	padding: 3px;
	float: right;
}

img.rightnobrd {
	float: right;
	margin: 0px 0px 10px 15px;
}

img.border {
	margin: 0px 2px 5px 2px;
	border: 1px solid #e0e3e4;
	padding: 3px;
}

hr {
	border: none;
	border-top: 1px dotted #e0e3e4;
	height: 1px;
	margin-bottom: 15px;
	clear: both;
}

/* ----------------- CUSTOM CLASSES ----------------- */
.center {
	text-align: center;
}

.clear {
	clear: both;
}

div#copyright img {
	border: none;
	margin-top: 10px;
}

div#login {
	float: right;
}

div#flash {
	position: absolute;
	top: 0;
	left: 340px;
}

div#map {
	width: 650px;
	margin: 20px auto;
	padding: 3px;
	border: 1px solid #e0e3e4;
}

/* ----------------- WEB AUDIO ----------------- */
div#audio {
	position: absolute;
	top: 180px;
	left: 36px;
}