/* ----------------- REDEFINES THE TAG SELECTORS ----------------- */
html { 
  padding:0px;
  margin:0px;
}

body {
	font-size: 12px;
	font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
	color:#564b47;
	padding:0px;
	margin:0px;
	background-image: url(images/tiler.jpg);
	background-repeat: repeat-x;
	background-color: #40427f;
}


h2 {
font-size:13px;
padding-top:10px;
text-transform:uppercase;
color: #564b47;
background-color: transparent;
}

h3 {
	font-size: 11px;
	text-align: center;
	color: #000000;
	padding:5px 15px;
	margin:0px;
	width:740px;
}



h1 {
	font-size: 15px;
	text-transform:uppercase;
	text-align: left;
	color: #000000;
	padding:5px 15px;
	margin:0px 0px 5px 10px;
	width:530px;
	border-bottom: 1px dashed #000;
}




/* 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: 0px 20px 15px 15px;
	line-height:16px;
}

li {
margin: 0px; 
padding: 0px 20px 0px 0px;
line-height:18px;
}




iframe {
	width: 550px;
}

address { }



/* 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 ----------------- */

div#maps {
	margin-left: 10px;
	padding:0px;
	text-align:left;
	z-index: -1;
	width: 450px;
			}



/* Styles the div that serves as the container for the content and navigation.*/
div#container {
	position:relative;
	width: 772px;
	margin: 0px auto;
	background-color:#fff;
	background-image: url(images/content.gif);
	background-repeat: repeat-y;
}

#content {
  margin: 0px 190px 0px 0px;
  padding: 0px;
} 

#contentnetopia {
	margin: 0px 200px 20px 0px;
	padding-top: -10px;
	border-right: 0px dotted #000;
} 

#contentnetopia2 {
  margin: 0px 0px 20px 0px;
  padding-top: -10px;
  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: 772px;
	height: 249px;
	margin-left: 0px;
	background-image: url(images/header.jpg);
	
}

#rightcol {
	position: absolute;
	right: 0px;
	width: 190px;
	color: #40427f;
	margin: 0px;
	padding: 0px;
	left: 581px;
	top: 255px;
	font-size: 10px;
	line-height:15px;
	height: 507px;
}

#rightcol2 {
	position: absolute;
	right: 0px;
	width: 190px;
	color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	left: -1px;
	top: 383px;
	font-size: 9px;
	line-height:15px;
}


#leftcol {
	position: absolute;
	left: 0px;
	width: 774px;
	margin: 0px;
	padding: 0px;
	top: 0px;
	height: 19px;
}


#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#navcontainer {
	width: 766px;
	position: absolute;
	top: 0;
	left: 3px;
}
ul#mainnav {
	margin: 0;
	padding: 0;
}
ul#mainnav li {
	float: left; 
	padding: 0;
	list-style: none;
	list-style-image: none;
	font-family: Arial, Helvetica, sans-serif;
}
ul#mainnav li a:link, ul#mainnav li a:visited, ul#mainnav li a:active {
	font-size: 12px;
	color: #000;
	text-decoration: none;
	display: block;
	text-align: left;
	padding: 2px 17px 2px 17px;
	white-space: nowrap;
	color: #2989C3;
	margin: 1px;
	background-color: #FFFFFF;
	border-bottom: 1px solid #D9EAF2;
}
ul#mainnav li a:hover, ul#mainnav li a.active:link, ul#mainnav a.active:visited {
	background-color: #40427f;
	color:#FFFFff;
}
* html #nav a {
	width: 1%;}
.sidebar{
	background-color: #5B8293;
	border:1px solid #000;
	margin-left:10px;
}

/* ----------------- IMAGE ELEMENTS ----------------- */

img.left {
	float: left;
	margin: 0px 10px 10px 0px;
	border: 1px solid #000;
}
img.right {
	float: right;
	margin: 0px 0px 10px 10px;
	border: 1px solid #000;
	clear:both;
}
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 {
	margin: 0px auto;
	width: 772px;
	clear: both;
	background: url(images/footer.jpg) no-repeat;
	height: 42px;
}

div#footerright {
	padding: 0 0 15px 0;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 9px;
	color: #fff;
	float: right;
}

div#footer p{
	color: #fff;
	font: 9px Verdana, Arial, Helvetica, sans-serif;
	text-align:center;
	float: left;
}

div#footer a:link, a:visited, a:hover, a:active {
	color: #000000;
}

div#copyright {
	font-size: 9px;
	color: #fff;
	width: 770px;
	text-align: center;
	margin: 0px auto;
	height: 50px;
}

div#copyright a:link {
	font-size: 9px;
	color: #fff;

}

div#copyright a:hover {
	font-size: 9px;
	color: #fff;

}

/* ----------------- 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}
#video {
	float: right;
	margin: -20px 0px 10px 10px;
}
