/* ----------------- REDEFINES THE TAG SELECTORS ----------------- */
* {
	margin:0px;
	padding:0px;
}
body {
	background: url(images/bg-body.jpg) top left repeat-x #fff;
	margin: 0px; /* Always set margins to 0. Some browsers automatically apply them. */
	padding: 0px; /* Always apply padding if you apply margins */
	text-align: center; /* Equivalent to <center> tag for older IE browsers. Remove if you do not want to center page. */
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
/* 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: Verdana, 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 {
	font-size: 12px;
	padding-bottom:15px;
	line-height:1.85em;
	color:#333;
}
h1 {
	font-size:24px;
	padding-bottom:10px;
	font-weight:bold;
	color:#33acc1;
	font-family:Georgia, "Times New Roman", Times, serif;
	border-bottom:1px solid #4bcde3;
	padding-bottom:2px;
	margin-bottom:10px;
	margin-right:10px;
}
h2 {
	font-size:14px;
	padding-bottom:5px;
	padding-top:0px;
	color:#333333;
	text-transform:uppercase;
	font-family:Georgia, "Times New Roman", Times, serif;
}
h2.lowercase {
	text-transform:capitalize;
}
address {
	text-align:left;
	font-style:normal;
	color:#666;
	font-size:12px;
}
address a {
	font-size:12px;
}
a {
	color:#399bac;
}
a:hover {
	color:#666666;
}
.center {
	text-align:center;
}
.alignright {
	text-align:right;
}
.alignleft {
	text-align:left;
}
/* ----------------- PAGE LAYOUT ELEMENTS ----------------- */

div#wrapper {
	width:876px;
	margin:0 auto;
}
div#topnav {
	width:876px;
	height:39px;
	clear:both;
	background:url(images/bg-nav.jpg) top left no-repeat;
	overflow:hidden;
}
div#topnav ul {
	margin-left:20px;
}
div#topnav ul li {
	display:inline;
	list-style:none;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:normal;
}
div#topnav ul li a {
	text-decoration:none;
	color:#267003;
	padding:11px 27px 8px 27px;
	height:20px;
	display:block;
	float:left;
	font-weight:bold;
	background:url(images/bg-nav-off.jpg) top right no-repeat;
	text-transform:uppercase;
}
div#topnav ul li a:hover {
	color:#FFFFFF;
	background:url(images/bg-nav-hover.jpg) top right no-repeat;
}
div#topnav ul li a.current {
	color:#fff;
	background:url(images/bg-nav-on.jpg) top right no-repeat;
	border-bottom:1px solid #454545;
}
div#logo {
	width:876px;
	height:107px;
	background:url(images/logo.jpg) top left no-repeat;
}
div#flash {
	background:url(images/bg-flash.jpg) top left no-repeat;
	width:876px;
	height:236px;
}
div#container {
	width:876px;
	clear:both;
	float:left;
}
div#content {
	background:url(images/bg-content.gif) top left no-repeat;
	padding-bottom:30px;
	float:left;
	width:876px;
}
div#leftcol {
	float:left;
	width:235px;
	padding:40px 0px 0px 0px;
}
div#leftcol address {
	padding:0px 10px 15px 30px;
	border-right:1px solid #f4f4f4;
}
div#rightcol ul {
	padding:0px 0px 10px 25px;
	font-size:13px;
}
div#rightcol ul li {
	padding:5px 0px 5px 0px;
	margin:0px;
}
div#rightcol {
	float:right;
	width:590px;
	padding:20px 30px 0px 5px;
}
div#footer {
	width:800px;
	height:70px;
	background:url(images/bg-footer.gif) top left no-repeat;
	clear:both;
	padding-top:25px;
	border-top:1px solid #a1dfea;
	margin:0 auto;
}
div#footer a {
	font-size:10px;
	color:#438a96;
	text-decoration:none;
	padding:0px 20px;
}
div#footer a:hover {
	color:#333;
}
div#bottomnav a:hover {
}
div#ownerlink {
	margin-top:20px;
	clear:both;
}
div#ownerlink a {
	color:#438a96;
	text-transform:uppercase;
	padding:0px 15px 0px 15px;
}
div#ownerlink a:hover {
	color:#666;
}
div#copyright {
	color:#666666;
	font-size:10px;
}
div#copyright a {
	color:#999;
	padding:0px;
	font-size:10px;
}
div#copyright a:hover {
	color:#4a9eac;
}
div#intro {
	width:876px;
	height:392px;
	background:url(images/intro-flash.jpg) top left no-repeat;
	position:relative;
	margin:0 auto;
}
div#introcontainer {
	width:876px;
	height:392px;
	clear:both;
}
div#entersitebtn {
	position:absolute;
	top:346px;
	left:338px;
}
div#map {
	margin-top:15px;
}
div#map iframe {
	border:1px solid #333333;
	margin:10px 0px;
}
div#netopia {
	text-align:left;
	margin:0px 0px;
}
.clear {
	clear:both;
}
img.right {
	float:right;
}
img.left {
	float:left;
}
img.border {
	padding: 0px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 15px;
}
