/* ----------------- 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: 20px;
	margin-left: 10px;
	font: 13px/22px Arial, Helvetica, sans-serif;
}
h1 {
	color: #1E98CB;
	font: bold 18px Verdana, Arial, Helvetica, sans-serif;
	margin-top: 5px;
	text-transform: uppercase;
	margin-left: 10px;
	width: 590px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #1E98CB;
	margin-right: 10px;
}


h2 {
	color: #666666;
	margin: 10px 8px 0px 0px;
	font: normal 12px/21px Arial, Helvetica, sans-serif;
	text-align: center;
}
ul {
	color: #FFFFFF;
	font: normal 13px/22px Verdana, Arial, Helvetica, sans-serif;
	list-style: url(images/bullet.gif) outside;
	margin-right: 45px;
	margin-left: 30px;
}
li {
	font: 12px/21px Arial, Helvetica, sans-serif;
}
ol {
	color: #000000;
	font: bold 12px Arial, Helvetica, sans-serif;
}
/* ----------------- CONTENT LINKS ----------------- */

a:link {
	color: #1E97CA;
	text-decoration: underline;
	text-align: center;
	margin: 0px;
	padding: 0px;
}
a:visited {
	color: #000000;
}
a:hover {
	text-decoration: none;
}
a:active {
	color: #666666;
	text-decoration: underline;
}
/* ----------------- PAGE LAYOUT ELEMENTS ----------------- */

/* Creates the div container for the site. */
div#container {
	padding: 0px;
	width: 900px;
	background: url(images/content_bg.gif) repeat;
	float: none;
	position: relative;
	margin: 0px auto;
}
/* Creates DIV container for header. */
div#header {
	margin: 0px auto;
	height: 319px;
	width: 900px;
	background: url(images/header.jpg);
	clear: both;
}

.link {
	display: block;
	position: absolute;
	height: 32px;
	width: 173px;
	left: 94px;
	top: 110px;
}
.link2 {
	display: block;
	position: absolute;
	height: 32px;
	width: 173px;
	left: 95px;
	top: 243px;
}


#applet {
	float: right;
	margin-right: 5px;
	padding-top: 3px;
}

#flash {
	height: 150px;
	width: 350px;
	position: absolute;
	left: 551px;
	top: 151px;
}
/* -----------------styles for address box ----------------- */
address {
	color: #FFFFFF;
	text-align: center;
	position: absolute;
	left: 51px;
	top: 132px;
	width: 188px;
	font: normal 13px/22px Arial, Helvetica, sans-serif;
}
address a {
	color: #FFFFFF;
	text-decoration: underline;
}
address a: hover {
	color: #FFFFFF;
	text-decoration: underline;
}

/* Creates the div container for the content. */

div#content {
	width: 615px;
	float: right;
	padding-bottom: 10px;
	clear: both;
	margin-top: 5px;
	margin-bottom: 5px;
}

#cta {
	height: 283px;
	width: 270px;
	position: absolute;
	left: 6px;
	top: 227px;
	background-image: url(images/ctas.jpg);
}
/* ----------------- Horizontal ------------------- */

div#nav {
	background: url(images/navbar.jpg) no-repeat;
	width: 655px;
	padding-left: 245px;
	height: 31px;
	float: right;
}
ul#mainnav {
	margin: 0;
	padding: 0;
}
ul#mainnav li {
	list-style: none;
	list-style-image: none;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	float: left;
	font-weight: bold;
}
ul#mainnav li a:link, ul#mainnav li a:visited, ul#mainnav li a:active {
	background: url(images/off.gif) no-repeat left top;
	font-size: 10.5px;
	color: #1E98CB;
	text-decoration: none;
	display: block;
	text-align: left;
	white-space: nowrap;
	padding-right: 5px;
	padding-left: 9px;
	font-weight: normal;
	padding-top: 10px;
}
ul#mainnav li a:hover, ul#mainnav li a#current:link, ul#mainnav a#current:visited {
	background: url(images/on.gif) no-repeat left top;
	color: #64CF35;
	font-weight: normal;
}
* html #nav a {
	width: 1%;
}

/* -----------------IMAGE AND FLOAT ELEMENTS ----------------- */
.floatleft {
	float: none;
	clear: both;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	text-align: center;
	margin-left: 100px;
	border: 1px solid #CCCCCC;
	padding: 3px;
}


.floatright {
	float: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	text-align: center;
	margin-left: 10px;
	margin-bottom: 10px;
	clear: right;
	margin-right: 5px;
	padding: 3px;
	border: 1px solid #CCCCCC;
}

div#map {
	float: left;
	border: 1px solid #A6353C;
	height: 400px;
	width: 450px;
	margin: 10px 0px 20px 10px;
	padding: 3px;
}
.audioright {
	position: absolute;
	left: 125px;
	top: 95px;
	z-index: 2;
}

#listfloatleft {
	float: left;
	padding: 0 0 0 40px;
	margin-right: auto;
	margin-left: auto;
}
.clear {
	clear: both;
}

/* Creates DIV container for footer. */

div#footer {
	text-align: center;
	width: 600px;
	clear: both;
	background-image: url(images/footer.gif);
	background-repeat: no-repeat;
	height: 24px;
	margin: 0px auto;
	font: 12px Arial, Helvetica, sans-serif;
	color: #1E97CA;
	float: none;
	position: relative;
	padding-left: 300px;
	padding-top: 10px;
}
div#footer a {
	color: #000000;
	text-decoration: underline;
}
div#footer a:hover {
	text-decoration: none;
}

/* Create the div for owner log-in */

#owner {
	color: #000000;
	width: 575px;
	clear: both;
	float: none;
	text-align: center;
	font: 12px Arial, Helvetica, sans-serif;
	margin: 10px auto;
	padding-left: 275px;
}
#owner a {
	color: #F2D426;
	text-decoration: underline;
}
#owner a:hover {
	color: #F2D426;
	text-decoration: none;
}

/* Creates the div container for the copyright. */
div#copyright {
	width: 575px;
	color: #666666;
	text-align: center;
	clear: both;
	float: none;
	font: 10px Arial, Helvetica, sans-serif;
	margin: 0px auto;
	padding-left: 275px;
}
div#copyright a {
	color: #1E97CA;
	text-decoration: underline;
}
div#copyright a:hover {
	color: #999999;
	text-decoration: underline;
}
