/* ----------------- 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: #000000;
	margin-right: 15px;
	margin-left: 5px;
	font: 12px/20px Arial, Helvetica, sans-serif;
}
#button {
	height: 40px;
	width: 770px;
}

h1 {
	color: #293336;
	margin: 10px 12px 0px 0px;
	font: bold 18px Arial, Helvetica, sans-serif;
	border-bottom: 1px dotted #3D5BBD;
	text-align: right;
}

ul {
	color: #000000;
	font: normal 12px/18px Arial, Helvetica, sans-serif;
	list-style: url(images/bullet.gif) outside;
}
ol {
	color: #000000;
	font: bold 12px Arial, Helvetica, sans-serif;
}


/* ----------------- CONTENT LINKS ----------------- */

a:link {
	color: #000000;
	text-decoration: underline;
	text-align: center;
	margin: 0px;
	padding: 0px;
}

a:visited {
	color: #000000;
}
a:hover {
	color: #000000;
	text-decoration: underline;
}
a:active {
	color: #666666;
	text-decoration: underline;
}


/* ----------------- PAGE LAYOUT ELEMENTS ----------------- */


/* Creates DIV container for header. */
div#header {
	height: 214px;
	width: 770px;
	background: url(images/header.jpg);
}
#applet {
	float: right;
	margin-right: 5px;
	padding-top: 3px;
}
#admin {
	font: bold normal 12px Arial, Helvetica, sans-serif;
	color: #A5B718;
}


/* Creates the div container for the site. */
div#container {
	padding: 0px;
	width: 770px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background: url(images/content_bg.gif) repeat;
	float: none;
}
/* Create the div horznav for the navigation bar */
div#mainnav {
	margin:0px;
	width:125px;
	float: right;
	text-align: center;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 0px;
}
/* Creates the div container for the footer. */
div#footer {
	text-align: center;
	width: 770px;
	clear: both;
	background-image: url(images/footer.gif);
	background-repeat: no-repeat;
	height: 22px;
	margin: 0px;
	font: 12px Arial, Helvetica, sans-serif;
	color: #891000;
	padding-top: 19px;
	padding-bottom: 0px;
	padding-left: 0px;
}

div#footer a {
	color: #000000;
	text-decoration: underline;
}


/* Creates the div container for the copyright. */
div#copyright {
	padding: 0px;
	width: 770px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #3D5BBD;
	text-align: center;
	clear: both;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	float: none;
}
/* Create the div content for the content area. */
div#content {
	margin: 0px;
	width: 580px;
	float: left;
	padding-bottom: 10px;
	padding-left: 30px;
}

/* -----------------NAVIGATION STYLE ----------------- */
ul#nav {
	padding:0;
	list-style-type:none;
	text-align: center;
	width: 125px;
	margin: 0px auto 0px 0px;
}

ul#nav li {
	display:block;
	width: 126px;
	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: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding: 0px 3px 0px 8px;
	border-bottom: 1px solid #CCCCCC;
	font: normal 11px/18px Arial, Helvetica, sans-serif;
}

ul#nav li a:hover, ul#nav li a#current:link, ul#nav li a#current:visited {
	margin: 0px auto;
	padding: 0px 3px 0px 0px;
	text-align: right;
	font-weight: bold;
	color: #CCCCCC;
	text-transform: uppercase;
}

ul#nav li a:hover {
	background-color: #891000;
	color: #FFFFFF;
}

/* -----------------IMAGE AND FLOAT ELEMENTS ----------------- */
.floatleft {

	float: left;
	clear: left;
	padding-left: 100px;
	padding-top: 3px;
}
.picleft {
	float: left;
	clear: left;
	margin-top: 10px;
	margin-bottom: 5px;
	margin-left: 30px;
	border: 1px solid #C75A39;
}
.login {
	float: left;
	padding-left: 39px;
	padding-top: 3px;
}

.floatright {
	float: right;
	clear: right;
	margin: 3px 5px 5px 30px;
	border: 1px solid #999999;
}



div#map {
	float: left;
	margin-right: 0px;
	border: 1px solid #000000;
	margin-top: 10px;
	margin-left: 30px;
	margin-bottom: 20px;
	height: 300px;
	width: 500px;
}

#listfloatleft { float: left; padding: 0 0 0 40px; margin-right: auto; margin-left: auto; 
}

.clear {
	clear: both;
}

h2 {
	color: #000000;
	margin: 10px 8px 0px 0px;
	font: bold normal 12px Arial, Helvetica, sans-serif;
	text-align: center;
}h3 {
	font: bolder normal 14px/normal Arial, Helvetica, sans-serif;
	color: #990000;
	text-align: left;
	margin-right: 15px;
	margin-left: 5px;
	text-transform: none;
}
address {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	width: 500px;
	margin-top: 15px;
	margin-bottom: 5px;
	text-align: center;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #3D5BBD;
	margin-left: 30px;
	font-style: normal;
	padding-top: 4px;
	padding-bottom: 4px;
	float: left;
}


address a {
	color: #000000;
	text-decoration: underline;
}

.audioright {
	float: left;
	clear: left;
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 15px;
}
