/* ----------------- REDEFINES THE TAG SELECTORS ----------------- */
body {
	margin: 0px;
	padding: 0px;
	background: #D7D3B8 url(images/bg.jpg) repeat-x scroll;
}

p, h1, h2, h3, h4, h5, a, ul, li, ol, td {
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
}
/* Redefines the p tag */
p {
	color: #000033;
	margin-right: 25px;
	margin-left: 10px;
	font: 12px/20px Arial, Helvetica, sans-serif;
}


h1 {
	color: #000000;
	font: bold 18px Arial, Helvetica, sans-serif;
	border-bottom: 1px dotted #000000;
	margin-top: 15px;
	text-transform: uppercase;
	width: 590px;
	margin-left: 9px;
}


h2 {
	color: #000000;
	font: normal 12px/19px Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	text-transform: uppercase;
}

h3 {
	color: #FFFFFF;
	font: normal 12px/19px Arial, Helvetica, sans-serif;
	text-align: center;
	text-transform: uppercase;
	background: #666666;
	margin: 1px;
}
h4 {


	color: #000000;
	margin: 10px 8px 0px 0px;
	font: bold normal 14px/21px Arial, Helvetica, sans-serif;
	text-align: center;
}
ul {
	color: #000033;
	font: normal 12px/21px Arial, Helvetica, sans-serif;
	list-style: url(images/bullet.gif) outside;
	margin-right: 80px;
}
ol {
	color: #000000;
	font: bold 12px Arial, Helvetica, sans-serif;
}


/* ----------------- CONTENT LINKS ----------------- */

a:link {
	color: #242329;
	text-decoration: underline;
	text-align: center;
	margin: 0px;
	padding: 0px;
}

a:visited {
	color: #000000;
}
a:hover {
	color: #9D241A;
	text-decoration: underline;
}
a:active {
	color: #666666;
	text-decoration: underline;
}


/* ----------------- PAGE LAYOUT ELEMENTS ----------------- */


/* Creates DIV container for header. */
div#header {
	margin: 0px auto;
	padding: 0px;
	height: 80px;
	width: 850px;
	background: url(images/header.jpg);
}
/* -----------------styles for address box ----------------- */
address {
	color: #333333;
	width: 198px;
	text-align: right;
	position: absolute;
	left: 621px;
	top: 4px;
	z-index: 3;
	font: normal 11px/normal Arial, Helvetica, sans-serif;
}


address a {
	color: #800300;
	text-decoration: underline;
	text-align: right;
}

/* -----------------styles for mid-nav box ----------------- */

#mid-nav {
	background-image: url(images/mid-nav.jpg);
	height: 216px;
	width: 850px;
	position: relative;
}
#flash {
	height: 219px;
	width: 633px;
	position: absolute;
	z-index: 1;
	left: 218px;
	top: -4px;
}




/* Creates the div container for the site. */
div#container {
	padding: 0px;
	width: 849px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background: url(images/content_bg.gif) repeat;
	float: none;
	position: relative;
}

div#content {
	width: 600px;
	float: right;
	clear: both;
	position: relative;
	padding-right: 34px;
}

#applet {
	float: right;
	margin-right: 5px;
	padding-top: 3px;
}

/* Creates the div container for the footer. */
div#footer {
	text-align: center;
	width: 850px;
	clear: both;
	background-image: url(images/footer.gif);
	background-repeat: no-repeat;
	height: 24px;
	margin: 0px;
	font: 12px Arial, Helvetica, sans-serif;
	color: #666666;
	padding-top: 8px;
	padding-bottom: 0px;
	float: none;
	padding-right: 0px;
	position: relative;
}


div#footer a {
	color: #80061D;
	text-decoration: underline;
}

div#footer a:hover {
	color: #000000;
	text-decoration: underline;
}


/* Creates the div container for the copyright. */
div#copyright {
	width: 801px;
	color: #333333;
	text-align: center;
	clear: both;
	float: none;
	font: 10px Arial, Helvetica, sans-serif;
	margin: 0px auto;
}
div#copyright a {
	color: #80061E;
	text-decoration: underline;
}



/* -----------------NAVIGATION STYLE ----------------- */
/* Create the div horznav for the navigation bar */
div#mainnav {
	margin:0px;
	width:186px;
	text-align: center;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	position: absolute;
	left: 32px;
	top: -3px;
	z-index: 2;
}

ul#nav {
	padding:0;
	list-style-type:none;
	text-align: center;
	width: 186px;
	margin: 0px auto 0px 0px;
}

ul#nav li {
	display:block;
	width: 186px;
	padding: 0;
	list-style: url(none);
	margin: 0 auto;
}

ul#nav li a:link, ul#nav li a:visited, ul#nav li a:active {
	display:block;
	text-decoration:none;
	color:#FFFFFF;
	text-align: right;
	font: bold normal 11px/18px Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	background: url(images/off.gif);
	margin: 0 auto;
	width: 181px;
	height: 22px;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 0px;
}

ul#nav li a:hover, ul#nav li a#current:link, ul#nav li a#current:visited {
	margin: 0px auto;
	text-align: right;
	font-weight: bold;
	text-transform: uppercase;
	color: #CCCCCC;
	background: url(images/on.gif);
}

/* -----------------IMAGE AND FLOAT ELEMENTS ----------------- */
.floatleft {
	float: left;
	clear: none;
	border: 1px solid #CCCCCC;
	margin-left: 3px;
	margin-bottom: 15px;
	margin-right: 30px;
}

.floatright {
	float: right;
	clear: none;
	border: 1px solid #999999;
	margin-top: 3px;
	margin-bottom: 5px;
	margin-left: 20px;
}

div#map {
	float: left;
	border: 1px solid #000000;
	height: 400px;
	width: 560px;
	margin: 10px 0px 20px 20px;
}

.audioright {
	position: absolute;
	left: 704px;
	top: 314px;
	z-index: 1;
}

#listfloatleft {
	float: left;
	padding: 0 0 0 70px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
}
.cta {
	height: 222px;
	width: 170px;
	position: absolute;
	left: -177px;
	top: 11px;
}

.clear {
	clear: both;
}



/* Create the div for owner log-in */

#owner {
	color: #666666;
	width: 801px;
	clear: both;
	float: none;
	text-align: center;
	font: 12px Arial, Helvetica, sans-serif;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
}
#owner a {
	color: #80061E;
	text-decoration: underline;
}
