/* ----------------- REDEFINES THE TAG SELECTORS ----------------- */
html {
	padding:0px;
	margin:0px;
}
body {
	background-color: #797979;
	font-size: 12px;
	font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
	color:#564b47;
	padding:0px;
	margin:0px;
	background-image:url(images/bodybg.jpg);
	background-repeat:repeat-x;
}
h2 {
	font-size:13px;
	padding-top:10px;
	text-transform:uppercase;
	color: #564b47;
	background-color: transparent;
}
h3 {
	font-size: 11px;
	text-align: center;
	color: #fff;
	padding:5px 15px;
	margin:0px;
	width:740px;
	background-image:url(images/footer.gif);
	height: 90px;
	background-repeat:no-repeat;
	background-color: #797979;
}
h1 {
	font-size: 11px;
	text-transform:uppercase;
	text-align: right;
	color: #fff;
	background-color: #566367;
	padding:5px 15px;
	margin:0px;
	width:740px;
}
/* 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, h2, pre {
	margin: 0px;
	padding: 5px 20px 5px 20px;
	line-height:18px;
}
iframe { width: 95%; }
address { padding-bottom: 30px; }
/* Creates the general link style for the site. This is not the main navigation.  */
a:link, a:visited, a:active {
	color: #260D8F;
	text-decoration: underline;
}
/* ----------------- PAGE LAYOUT ELEMENTS ----------------- */

/* Styles the div that serves as the container for the content and navigation.*/
div#container {
	position:relative;
	width: 770px;
	margin: 0px;
	background-image:url(images/bg.gif);
	background-repeat:repeat-y;
}
#content {
	margin: 0px 0px 0px 240px;
	padding: 0px;
	width: 510px;
}
#contentnetopia {
	margin: 0px 0px 0px 190px;
	padding: 0px;
	background:#fff;
}
#navpos {
	position:absolute;
	right: 0px;
	top:0px;
	width:147px;
	height:197px;
	z-index:1;
}
/* Creates DIV container for header. Setting the left and right margins to auto will center DIV. */
div#header {
	position: relative;
	width: 770px;
	height: 187px;
	margin-left: 0px;
	vertical-align:top;
}
#rightcol {
	position: absolute;
	right: 0px;
	width: 240px;
	color: #000;
	margin: 0px;
	padding: 0px;
	left: 0px;
	top: 406px;
	font-size: 9px;
	line-height:15px;
}
div#newheader {
	position: absolute;
	right: 0px;
	width: 115px;
	color: #000;
	margin: 0px;
	padding: 0px;
	left: 282px;
	top: 133px;
	font-size: 12px;
	font-weight:bold;
	line-height:27px;
	background-color:#FFFFFF;
	height: 45px;
	background-image:url(images/headername.gif);
}
#rightcol2 {
	position: absolute;
	right: 0px;
	width: 190px;
	color: #564b47;
	margin: 0px;
	padding: 0px;
	left: -1px;
	top: 383px;
	font-size: 9px;
	line-height:15px;
}
#leftcol {
	position: absolute;
	left: 0px;
	width: 241px;
	color: #564b47;
	margin: 0px;
	padding: 0px;
	background-image:url(images/navbg.gif);
	height: 309px;
	top: 187px;
}
#audiopop {
	position: absolute;
	top: 95px;
	right: 0px;
	left: 575px;
}
#audio, #audio p {
	background: #fff;
	text-align: center;
	padding: 5px;
	width: 240px;
	margin-left: auto;
	margin-right: auto;
	font-size: small;
	color: #036;
}
#audio a {
	font: 12px Arial, Helvetica, sans-serif;
	color: #036;
}
/* Creates DIV container for address/info. */
div#address {
	padding: 5px 10px;
	background: #000;
	border-top: 1px dashed #fff;
	clear: both;
}
div#address p { color: #fff; }
/* Creates DIV container for body. Setting the left and right margins to auto will center DIV. */
div#body {
	margin: 0px 0px 0px 160px;
	padding: 0px;
	border-left: 1px solid #000;
	border-bottom: 1px solid #000;
	background: #fff;
}
table#areas td {
	font: 12px Arial, Helvetica, sans-serif;
	vertical-align: top;
}
/* ---------------------------- MAIN NAVIGATION ----------------------------  */

div#footercontainer {
	font-size: 11px;
	text-align: center;
	color: #fff;
	padding:5px 15px;
	margin:0px;
	width:740px;
	background-image:url(images/footer.gif);
	height: 90px;
	background-repeat:no-repeat;
	background-color: #797979;
}
/* Creates the container for the navbar and centers it.*/ 
div#navcontainer {
	float: left;
	width: 100%;
	margin: 0;
	padding: 0px;
}
/* Removes any default margins or padding applied to lists. Floats the list to the left, which incorporates the child elements (i.e. the links) and provides a full-length background color that extends past the links.*/

ul#mainnav {
	float: left;
	width: 100%;
	margin: 0px;
	margin-top: 16px;
	padding: 0px;
	list-style-type: none;
}
ul#mainnav li {
	display: block;
	/* float: left; */
	margin: 0px;
	padding: 0px;
}
/* Although we have redefined the li style as an inline element, we need to make the actual links block level elements so we can give them widths and have them display properly as "buttons." */
ul#mainnav li a {
	font-size: 11px;
	text-decoration: none;
	text-align: left;
	display: block;
	width: 100%;
	height: 20px;
	text-indent: 20px;
	padding-top: 4px;
	margin: 0px;
	color: #1e2a3f;
}
ul#mainnav li a:hover, ul#mainnav li a.active {
	color:#1e2a3f;
	font-weight:bold;
}
.sidebar {
	background-color: #5B8293;
	border:1px solid #000;
	margin-left:10px;
}
/* ----------------- IMAGE ELEMENTS ----------------- */

img.left {
	float: left;
	margin: 0px 10px 5px 0px;
	border: 1px solid #000;
}
img.right {
	float: right;
	margin: 0px 0px 5px 10px;
	border: 1px solid #000;
}
img.normal {
	margin: 3px;
	border: 1px solid #000;
}
object.left {
	float: left;
	margin: 0px 10px 5px 0px;
	border: 1px solid #000;
}
.clear { clear: both; }
.border { border:1px solid #000; }
/* ---------------------------- FOOTER ----------------------------  */

/* Creates the div container for the footer. */
div#footer {
	font-size: 9px;
	text-align: center;
	color: #003366;
	padding:2px 15px 0px 125px;
	margin:0px;
	width:740px;
	background-image:url(images/footer.gif);
	height: 93px;
	background-repeat:no-repeat;
	background-color: #797979;
}
div#footerright {
	width: 760px;
	margin: 0 auto 0 auto;
	padding: 0 0 15px 0;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 8px;
	color: #000;
	text-align: right;
}
div#footer p {
	color: #036;
	font: 9px Verdana, Arial, Helvetica, sans-serif;
	text-align:center;
}
div#footer a:link, a:visited, a:hover, a:active { color: #036; }
div#copyright {
	font-size: 9px;
	margin-top: 3px;
}
/* ----------------- CUSTOM CLASSES ----------------- */

#privacy p {
	font: 9px Verdana, Arial, sans-serif;
	line-height: 1.5em;
}
.center {
	display: block;
	text-align: center;
	margin: 0px auto;
}
#center p { text-align: center; }
.smalltext { font-size: 10px; }
#sidebar {
	position:absolute;
	left:9px;
	top:213px;
	width:142px;
	height:121px;
	z-index:1
}
div#map {
	width: 470px;
	height: 450px;
	margin-bottom: 15px;
	border: 1px solid #000;
	overflow: hidden;
	position: relative;
	margin-left: 20px;
	margin-top: 15px;
}
div#canvas .hidden { display: none }
