/* ----------------- REDEFINES THE TAG SELECTORS ----------------- */
body {
	margin: 0px;
	padding: 0px;
	background: #FFFFFF 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: #666666;
	margin-right: 25px;
	margin-left: 10px;
	font: 13px/20px Arial, Helvetica, sans-serif;
}
strong {
	font-weight: bold;
	color: #000000;
}


h1 {
	color: #000000;
	font: bold 18px Arial, Helvetica, sans-serif;
	border-bottom: 1px dotted #CCCCCC;
	margin-top: 15px;
	margin-right: 10px;
	text-transform: uppercase;
	margin-left: 5px;
	width: 640px;
}


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: #666666;
	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: #00865E;
	text-decoration: underline;
	text-align: center;
	margin: 0px;
	padding: 0px;
}

a:visited {
	color: #000000;
}
a:hover {
	color: #666666;
	text-decoration: underline;
}
a:active {
	color: #666666;
	text-decoration: underline;
}


/* ----------------- PAGE LAYOUT ELEMENTS ----------------- */

/* 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;
}

/* Creates DIV container for header. */
div#header {
	margin: 0px auto;
	padding: 0px;
	height: 354px;
	width: 849px;
	background: url(images/header.jpg);
	position: relative;
}
#flash {
	height: 40px;
	width: 475px;
	position: absolute;
	z-index: 4;
	left: 363px;
	top: 331px;
}
#applet {
	float: right;
	margin-right: 5px;
	padding-top: 3px;
}


div#content {
	width: 650px;
	float: left;
	clear: both;
	position: relative;
	padding-left: 20px;
	padding-bottom: 20px;
}

/* -----------------NAVIGATION STYLE ----------------- */
/* Create the div horznav for the navigation bar */
div#mainnav {
	margin:0px;
	width:171px;
	text-align: center;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	position: absolute;
	left: 153px;
	top: 16px;
	z-index: 2;
}

ul#nav {
	list-style-type:none;
	text-align: center;
	width: 171px;
	margin: 0px auto 0px 0px;
	padding: 0;
}

ul#nav li {
	display:block;
	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:#333333;
	text-align: right;
	font: bold normal 11px/18px Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	background: url(images/off.gif);
	margin: 0 auto;
	width: 182px;
	height: 27px;
	padding-top: 4px;
	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: #030305;
	background: url(images/on.gif);
	font-variant: normal;
}

/* -----------------IMAGE AND FLOAT ELEMENTS ----------------- */
.floatleft {
	float: left;
	clear: none;
	border: 1px solid #CCCCCC;
	margin-left: 50px;
	margin-bottom: 15px;
	margin-right: 30px;
	padding: 3px;
}

.floatright {
	float: right;
	clear: none;
	border: 1px solid #CCCCCC;
	margin: 3px 10px 5px 20px;
	padding: 3px;
}

div#map {
	float: left;
	border: 1px solid #CCCCCC;
	height: 400px;
	width: 615px;
	margin: 10px 0px 20px 10px;
	padding: 4px;
}

.audioright {
	position: absolute;
	left: 43px;
	top: 341px;
	z-index: 1;
}

#listfloatleft {
	float: left;
	padding: 0 0 0 70px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
}

.clear {
	clear: both;
}

/* Creates the div container for the footer. */
div#footer {
	text-align: center;
	width: 849px;
	clear: both;
	background-image: url(images/footer.gif);
	background-repeat: no-repeat;
	height: 36px;
	margin: 0px;
	font: 12px Arial, Helvetica, sans-serif;
	color: #CCCCCC;
	padding-top: 15px;
	padding-bottom: 0px;
	float: none;
	padding-right: 0px;
	position: relative;
}


div#footer a {
	color: #FFFFFF;
	text-decoration: underline;
}

div#footer a:hover {
	color: #FFFFFF;
	text-decoration: none;
}





/* -----------------styles for address box ----------------- */
address {
	color: #333333;
	width: 146px;
	text-align: right;
	position: absolute;
	left: 683px;
	top: 392px;
	z-index: 3;
	font: normal 11px/19px Arial, Helvetica, sans-serif;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #CCCCCC;
}


address a {
	color: #800300;
	text-decoration: underline;
}

/* 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: #00865E;
	text-decoration: underline;
}

#owner a:hover {
	color: #666666;
	text-decoration: none;
}

/* 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: #00865E;
	text-decoration: underline;
}

div#copyright a:hover {
	color: #9D241A;
	text-decoration: none;
}
