﻿/* ----------------- REDEFINES THE TAG SELECTORS ----------------- */
html { 
  padding:0px;
  margin:0px;
}

body {
	background-color: #FFFFFF;
	font-size: medium;
	font-family: Georgia;
	color:#000000;
	padding:0px;
	margin:0px;
	background-repeat:repeat;
	line-height: 18px;
	background-image: url(DSC00001b.jpg);
	text-align: center;
}


h1 {
	font-size: 17px;
	text-transform:uppercase;
	text-align: left;
	color: #000000;
	width: 94%;
	margin:85px 20px 18px 20px;
	font-family:Geneva, Arial, Helvetica, san-serif;
	border-bottom: 1px solid #cccccc;
}





h2 {
	font-size:12px;
	color: #000000;
	margin:0px 20px 4px 20px;
}

iframe {
text-align:center;}

/* This sets a default font for all of our  selectors. We set the text align back to left so it won't center (based on the body  to compensate for IE.) */






/* ----------------- PAGE LAYOUT ELEMENTS ----------------- */

/* Styles the div that serves as the container for the content and navigation.*/
div#container {
	position:relative;
	width: 770px;
	margin: 0px auto;
	background-color:#FFFFFF;

}

div#content {
  margin: 10px 0px 0px 0px;
  padding: 0px;
  width:770px;
  background-color:#FFFFFF;
  text-align: left;
} 

#contentnetopia {
  margin: 0px 0px 0px 190px;
  padding: 0px;
  background:#fff;
} 

	#contentnetopia p{
		margin: 0px; 
		padding: 5px 20px 5px 20px;
		line-height:18px;
		color:#000000;}


#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: 123px;
	margin: 0px;

}

#rightcol {
	position: absolute;
	right: 0px;
	width: 148px;
	color: #FF0000;
	margin: 0px;
	padding: 0px;
	top: 194px;
	font-size: 10px;
	line-height:15px;
	left: 582px;
}
	
	#rightcol p{
		font-size: 10px;
		line-height:15px;
		padding: 5px 20px 5px 20px;
}

#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: 770px;
	color: #000000;
	margin: 0px;
	padding: 0px;
	top: 123px;
	background-color: #000000;
	height: 41px;
}



/* Creates DIV container for address/info. */
address {
	padding: 5px 0px 5px 0px;
	background: #000000;
	clear: both;
	width: 100%;
	font-size: 10px;
	color:#FFFFFF;
	text-align:center;
	margin: 0 auto;
	font-style:normal;
}

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; 
}

/* -----------------------------------------------------*/
/* ----------------- CSS NAV VERTICAL ----------------- */
/* -----------------------------------------------------*/

/* NAVIGATION CONTAINER */
div#nav {
	width: 100%;}
	
div#nav dt a#current, div#nav dt a#current:hover{
	background: #c00 url(images/nav_current.gif) top left no-repeat;
	color: #fff;
	text-transform:uppercase;}

/* UL TAG */
div#nav dl {
	width: 100%;
	margin: 0;
	padding: 0;
	font-size: 85%;
	text-transform: uppercase;} 

div#nav dt {
	margin: 0;
	padding: 0;
	line-height: normal;
	text-indent: 0;
	text-align: left;}

div#nav dt a {
	display: block;
	padding: 5px 0;
	color: #000;
	text-decoration: none;
	background: #efefef url(images/nav_off.gif) top left no-repeat;
	width: 100%;
	text-indent: 15px;
	text-align: left;}

html>body #nav dt a {
	width: auto;}

div#nav dt a:hover {
	background: #999 url(images/nav_on.gif) top left no-repeat;
	color: #900;}



/* DIV UTILITY NAV */
	div#utilnav {
	/*margin-left: 150px;*/
		text-align: center;
	font-size: 18px;
	padding: 10px 0;
	color: #fff;
	width: 100%;
	background-color: #FF0000;
}
		#utilnav a {
	text-decoration: none;
	font-size: 10px;
	color: #fff;
}
		#utilnav a:hover {
			text-decoration: underline;
			color: #fff;}



/* ---------------------------- FOOTER ----------------------------  */
/* Creates the div container for the footer. */
div#footer {
	margin: 0px auto 0 auto;
	width: 770px;
	clear: both;
	color: #fff;
	background-color: #FF0000;
	padding-top: 10px;
}

div#footerright {
	width: 760px;
	margin: 0 auto 0 auto;
	padding: 0 0 15px 0;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 9px;
	color: #fff;
	text-align: right;
}

div#footer p{color: #fff; font: 9px Verdana, Arial, Helvetica, sans-serif;
text-align:center;}

div#footer a:link, a:visited, a:hover, a:active {color: #fff;}

div#copyright {font-size: 9px;}

/* ----------------- 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}



/* ----------------- NAVIGATION CONTAINER ----------------- */
div#horznav {
width:760px;
height:41px;
padding:0;

}

ul#nav {
margin:0;
padding:0;
list-style-type:none;
height: 41px;

}

ul#nav li {
float:left;
margin:0 auto;
padding:0;
display:inline;
line-height: 41px;
}

ul#nav li a:link, ul#nav li a:visited, ul#nav li a:active {
	display:block;
	padding: 0px 4px 0px 5px;
	color:#fff;
	text-decoration:none;
	font-size:9px;
	border-right: 1px solid #FF0000;
	border-left: 1px solid #FF0000;
	font-weight: normal;
}

ul#nav li a:hover, ul#nav li a#current:link, ul#nav li a#current:visited {
	color:#FFFFFF;
	text-decoration:underline;
	font-weight: normal;
	text-decoration:underline;
	background-image:url('bar.gif');
	background-position: 50% bottom;
	background-repeat:no-repeat;
	background-color: #FF0000;
	color:#FFFFFF;
}

.main {
	font-size: 17px;
	padding: 0px 60px 0px 0px;
	line-height: 24px;
	color:#000000;
}

/* ************************************ */

.sidebar {
margin-left: 15px;
margin-right: 25px;
}
.TitleText {
	font-family: Georgia;
	font-size: 24px;
	font-weight: normal;
}

.TitleTextsmall {
	font-family: Georgia;
	font-size: 18px;
	font-weight: normal;
}

.Contact {
	font-family: Georgia;
	font-size: 14px;
	font-weight: normal;
	text-align: center;
}