/* ----------------- REDEFINES THE TAG SELECTORS ----------------- */

body {
	margin: 0px auto;
	padding: 0px;
	font: 12px Arial, Helvetica, sans-serif;
	text-align: center;
	color: #000000;
	background: #FCFAE8 url(images/bg.jpg) repeat-x scroll;
}

/* This sets a default font for all of our tag selectors. We set the text align back to left so it won't center (based on the body tag to compensate for IE.) */

p, h1, h2, h3, h4, h5, a, ul, li, lo, td {
	font-family: Arial, Helvetica, sans-serif;
	text-align: left; /* Not necessary if not using text-align center in body tag for older IE browsers. */
}
/* Redefines the p tag */
p {
	padding-right: 20px;
	padding-left: 10px;
	font: 12px/18px Arial, Helvetica, sans-serif;
}
h1 {
	color: #000000;
	text-transform: none;
	padding-top: 1px;
	border-bottom: 1px ridge #000000;
	font: bold 18px Arial, Helvetica, sans-serif;
	margin-right: 30px;
	margin-left: 10px;
	text-align: left;
}

/* ----------------- LINK STYLE ----------------- */

a:link {
color:#000000;
text-decoration:underline;
}

a:hover, a:active {
color:#40627C;
text-decoration:none;
}

 a:visited {
color:#000000;
text-decoration:underline;
}

/* ----------------- PAGE LAYOUT ELEMENTS ----------------- */
/* Creates DIV container for header. Setting the left and right margins to auto will center DIV. */
div#header {
	width: 770px;
	margin: 0px auto;
	height: 189px;
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	}

/* Styles the div that serves as the container for the content and sidebar navigation.*/
div#container {
	width: 770px;
	margin: 0px auto;
	background: url(images/content_bg.gif) repeat-y;
	float: none;
}
/* Creates DIV container for sidebar navigation */ 
div#sidebar {
	width: 120px;
	float: left;
	font: normal 11px Arial, Helvetica, sans-serif;
	padding-top: 15px;
	padding-left: 16px;
	color: #000000;


}
div#cta {
	width: 194px;
	float: right;
}

  
  .no-space {
    margin: 0px;
    padding: 0px;
  }

div#copyright {
	width: 770px;
	text-align: center;
	clear: both;
	margin: auto;
	padding-top: 10px;
	font: 9px Arial, Helvetica, sans-serif;
	color: #000000;
	background-color: #FCFAE8;
	float: none;
}
div#copyright a {
	color: #046381;
	text-decoration: underline;
	background-color: #FCFAE8;
}

div#footer {
	clear: both;
	height: 30px;
	width: 740px;
	margin: 0px auto;
	background: url(images/footer.gif) no-repeat left top;
	font: 11px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	float: none;
	padding-top: 9px;
	padding-left: 30px;

}

div#footer a {
	color: #FFFFFF;
	text-decoration: none;
}



.floatright {
	float: right;
	clear: right;
	border: 1px solid #A7A37E;
	margin: 3px 5px 10px 30px;
}
/* ----------------- MAIN NAVIGATION ----------------- */
/* Navigation styling starts here */
div#mainnav {
	margin:0px;
	width:770px;
	background: url(images/navbar.jpg) no-repeat;
	height: 32px;
	padding: 3px 0px 0px;
	clear: both;
	float: none;
}
address {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	width: 500px;
	margin-top: 15px;
	margin-bottom: 15px;
	text-align: center;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: double;
	border-top-color: #002F2F;
	border-bottom-color: #002F2F;
	font-style: normal;
	padding-top: 4px;
	padding-bottom: 4px;
	clear: both;
	float: right;
	margin-right: 50px;
}


address a {
	color: #365E3B;
	text-decoration: underline;
}
.rightaudio {

	float: right;
	padding-left: 20px;
}


ul#nav {
	list-style-type:none;
	margin: 0px auto;
	text-align: center;
	padding: 2px 0px 8px;
	float: none;
}

ul#nav li {
	margin:0;
	padding:0;
	display:inline;
}

ul#nav li a:link, ul#nav li a:visited, ul#nav li a:active {
	margin:0 auto;
	padding:5px 20px 6px;
	display:run-in;
	text-decoration:none;
	font: bold 12px/18px Arial, Helvetica, sans-serif;
	border-right: 1px inset #FDFAE9;
	color: #002F2F;
}

ul#nav li a:hover, ul#nav li a#current:link, ul#nav li a#current:visited {
	color:#FFFFFF;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #046381;
}

ul#nav li a:hover {
	background-color: #FDFAE9;
	color: #000000;
}


.clear {
	clear: both;
}
li {
	font: 12px/18px Arial, Helvetica, sans-serif;
	list-style-image: url(images/bullet.gif);

}

div#content {
	float: right;
	width: 590px;
	margin: 0px;
	padding: 0px 20px 0px 0px;
}

applet {
	float: none;
	padding-bottom: 5px;
}
div#map {
	height: 300px;
	width: 500px;
	border: 1px solid #000000;
	clear: both;
	float: right;
	margin-right: 50px;
}

#listfloatleft { float: left; padding: 0 0 0 45px; margin-right: auto; margin-left: auto; 
}

.clear {
	clear: both;
}

.login {
	float: left;
	padding-right: 40px;
	padding-left: 0px;
	padding-top: 3px;
}
h2 {
	color: #000000;
	text-transform: none;
	border-bottom: 1px ridge #018B9A;
	font: bold 20px "Times New Roman", Times, serif;
	width: 280px;
	float: left;
	margin-left: 10px;
}
.floatleft {

	float: left;
	clear: left;
	border: 1px solid #A7A37E;
	margin: 3px 5px 10px 30px;
}
