/* ----------------- REDEFINES THE TAG SELECTORS ----------------- */
body {
	background: #cccc99 url(images/bg-site.gif) repeat-x;
	margin: 0px;
	padding: 0px;
	text-align: center;
}

p, h1, h2, a, ul, li, address {
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

p {
	margin: 5px 0px 15px 0px;
	font-size: 11px;
	line-height: 1.5;
}

address {
	font-size: 10px;
	font-style: normal;
	line-height: 1.3;
	text-align: left;
	margin: 5px;
}

h1 { 
	font-size: 16px;
	font-weight: bold;
	color: #ffffff;
	text-align: left;
	margin: 0px;
	position: absolute;
	top: 234px;
	left: 15px;
}

h2 {
	font-size: 11px;
	font-weight: bold;
	color: #2f67b2;
	text-align: left;
	margin: 0 0 3px 0;
	padding: 0 0 1px 0;
	text-transform: uppercase;
}

hr {
	border: none;
	border-top: 1px dotted #c5c3c3;
	height: 1px;

}

/* ----------------- 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: 11px;
	line-height: 1.5;
}


/* ----------------- GENERAL LINKS ----------------- */
a { 
	color: #A46B08; 
	text-decoration: underline; 
	font-weight: normal; 
	}
	
a:hover { 
	color: #2D02CE; 
	}
	
/* ------------------------- MAIN NAVIGATION ----------------------------- */
ul#mainnav {
	width: 989px;
	margin: 0px;
	padding: 2px 1px 0px 1px;
	position: absolute;
	top: 183px;
	left: 0px;
}

ul#mainnav li {
	float: left;
	list-style: none;
	text-align: center;
	border-right: 1px solid #cccccc;
}

ul#mainnav li a{
	color: #ffffff;
	text-decoration: none;
	display: block;
	margin: 0px;
	padding: 6px 25px 5px 25px;
	font-size: 11px;
	font-weight: bold;
}

ul#mainnav li a:hover, ul#mainnav li a#current:link, ul#mainnav li a#current:visited  {
	background-color: #113677;
}

/* ------------------------- UTILITY NAVIGATION ----------------------------- */
ul#utilitynav {
	padding: 13px 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: normal;
	border-right: 1px solid #ffffff;
	}

ul#utilitynav li a:hover {
	color: #cccccc;
}

ul#utilitynav li a#last {
	border-right: none;
}

/* ----------------- LAYOUT ELEMENTS ----------------- */
div#header {
	width: 990px;
	height: 259px;
	text-align: left;
	background-image: url(images/bg-header.jpg);
	background-repeat: no-repeat;
	position: relative;
	margin: 0 auto;
}

div#container {
	width: 990px;
	margin: 0 auto;
	padding: 0;
	background: url(images/bg-content.gif);
	position: relative;
}

div#content {
	width: 722px;
	padding: 25px;
	text-align: left;
	position: relative;
	float: left;
}

	div#content img {
		padding: 4px;
		border: 1px solid #c5c3c3;
	}

div#rightside {
	padding-left: 2px;
	float: left;
	width: 200px;
	text-align: left;
}
	
	div#rightside h2 {
		font-size: 9px;
		font-weight: bold;
		color: #000000;
		text-align: left;
		margin: 15px 3px 3px 3px;
		padding: 1px;
		border-bottom: 1px dotted #e6c6bb;
		text-transform: uppercase;
	}
	
	div#rightside p {
		margin: 5px;
		font-size: 10px;
		line-height: 1.3;
	}
	
	div#rightside img {
		border: none;
	}

/* ----------------- COPYRIGHT ----------------- */
div#foot {
	width: 965px;
	margin-right: 15px;
	padding: 5px;
	clear: both;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-align: left;
	background: #113677;
	color: #eae9e9;
}

	div#foot p {
		font-size: 9px;
		color: #eae9e9;
	}
	
	div#foot a {
		text-decoration: none;
		font-weight: bold;
		color: #eae9e9;
	}
	
	div#foot a:hover {
		color: #ffffff;
	}
	
div#copyright img {
	border: none;
	margin-top: 10px;
}

/* ----------------- IMAGE ELEMENTS ----------------- */
img.left {
	margin: 0px 25px 10px 0px;
	float: left;
}

img.right {
	margin: 0px 0px 10px 15px;
	float: right;
}

/* ----------------- CUSTOM CLASSES ----------------- */
.clear {
	clear: both;
}

.center {
	text-align: center;
}

strong#name {
	font-size: 14px;
	color: #b4675f;
	text-transform: uppercase;
}

div#audio {
	position: absolute;
	top: 242px;
	right: 55px;
}

div#login {
	float: right;
}

div#map {
	margin: 50px auto;
	padding: 4px;
	border: 1px solid #c5c3c3;
	width: 700px;
}

div#flash {
	width: 990px;
	height: 449px;
	background-image: url(images/bg-intro.jpg);
}

div#intro {
	width: 990px;
	margin: 0 auto;
}

div#skipintro {
	float: right;
	font-size: 12px;
}