/* ----------------- REDEFINES THE TAG SELECTORS ----------------- */
* {
	margin:0px;
	padding:0px;
}
body {
	background:url(images/bg-body.jpg) top left repeat-x #134a6d;
	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;
	position:relative;
}
/* 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.5em;
	color:#545454;
}
h1 {
	font-size:24px;
	font-weight:bold;
	color:#042c45;
	font-family:Tahoma, Geneva, sans-serif;
	font-style:normal;
	padding:7px 0px 1px 0px;
	margin:0px 0px 10px 0px;
	text-align:left;
	border-bottom:1px solid #9e8200;
}
h2 {
	font-size:16px;
	padding-bottom:5px;
	padding-top:0px;
	color:#1c72a9;
	font-family:Arial, Helvetica, sans-serif;
}
span.h2 {
	font-size:16px;
	margin-bottom:144px;
	font-weight:bold;
	padding-top:0px;
	color:#1c72a9;
	font-family:Arial, Helvetica, sans-serif;
}
address {
	text-align:left;
	font-style:normal;
	color:#FFF;
}
address a {
	font-size:12px;
}
blockquote {
	text-align:left;
	font-style:italic;
	color:#666666;
	padding:5px 0px 10px 0px;
	line-height:1.4em;
}
a {
	color:#2d4659;
}
a:hover {
	color:#999999;
}
.center {
	text-align:center;
}
.alignright {
	text-align:right;
}
.alignleft {
	text-align:left;
}
/* ----------------- PAGE LAYOUT ELEMENTS ----------------- */

div#wrapper {
	width:985px;
	margin:0 auto;
	z-index:500;
}
/* ----------------- TOP NAV STYLES ----------------- */

div#topnav {
	width:985px;
	height:42px;
	background:url(images/bg-nav.jpg) top left no-repeat;
	clear:both;
	overflow:hidden;
}
div#topnav ul {
	padding:0px;
	list-style-type:none;
	margin:0px 0px 0px 10px;
}
div#topnav ul li {
display:inline;
}
div#topnav ul li a {
	font-size: 12px;
	color:#333;
	text-decoration: none;
	text-align:left;
	font-weight:bold;
	float:left;
	padding: 13px 19px 8px 19px;
	height:21px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background:url(images/bg-nav-off.jpg) top right no-repeat;
}
div#topnav ul li a:hover {
	color:#fff;
	background:url(images/bg-nav-on.jpg) top right no-repeat;
}
div#topnav ul li a.current {
	color:#000;
	background:url(images/bg-nav-hover.jpg) top right no-repeat;
}
div#logo {
	width:985px;
	height:177px;
	background:url(images/bg-logo.jpg) top left no-repeat;
	position:relative;
}
div#header {
	width:985px;
	background:url(images/bg-header.jpg) top left no-repeat;
	position:relative;
}
div#flash {
	clear:both;
	width:985;
	height:158px;
	position:relative;
	text-align:left;
	margin-left:9px;
	margin-top:1px;
	background:url(images/bg-flash.jpg) top left no-repeat;
}
img#ctabtn {
	position:absolute;
	left: 4px;
	top: 125px;
	cursor:pointer;
	width: 950px;
	z-index:999;
}
div#container {
	width:985px;
	clear:both;
	background:url(images/bg-content-repeat.jpg) top left repeat-y;
	float:left;
}
div#content {
	background:url(images/bg-content.jpg) top left no-repeat;
	float:left;
	width:985px;
}
div#maincontent {
	float:right;
	width:635px;
	padding:5px 30px 20px 0px;
	display:inline;
}
div#maincontent ul {
	padding:0px 0px 10px 25px;
	font-size:13px;
}
div#maincontent ul li {
	padding:0px 0px 2px 0px;
	margin:0px;
	height:20px;
}
div#sidebar {
	float:left;
	width:250px;
	padding:0px 0px 0px 0px;
	margin-top:35px;
	margin-left:35px;
	display:inline;
	border:1px solid #bfbebd;
	background:#d8d5cf;
}
div#sidebar address {
	padding:20px 0px 15px 15px;
	color:#042c45;
	font-size:13px;
}
div#sidebar address a {
	color:#2d4659;
}
div#sidebar address a:hover {
	color:#666666;
}
div#footer {
	clear:both;
	color:#2d4659;
	width:985px;
	background:url(images/bg-footer.jpg) top left no-repeat;
	height:64px;
	margin:0 auto;
	position:relative;
}
div#footer a {
	font-size:10px;
	color:#2d4659;
	text-decoration:none;
	padding:0px 15px;
}
div#footer a:hover {
	color:#999999;
}
div#bottomnav {
	padding-top:18px;
	width:985px;
	height:58px;
}
div#footer a#owner {
	position:absolute;
	font-size:9px;
	left: 872px;
	top: 46px;
	color:#999;
	padding:0px;
}
div#footer a#owner:hover {
	color:#FFF;
}
div#copyright {
	color:#FFF;
	font-size:10px;
	text-align:left;
	width:965px;
	padding:0px 0px 0px 0px;
	position:relative;
	margin:0 auto;
}
div#copyright a {
	color:#CCC;
	padding:0px;
	font-size:10px;
}
div#copyright a:hover {
	color:#FFF;
}
div#copyright img {
	display:block;
	position:absolute;
	right:0px;
	top:0px;
}
.clear {
	clear:both;
}
.clearright {
	clear:right;
}
img.imgborder {
	border:1px solid #000;
}
img.right {
	float:right;
}
img.left {
	float:left;
}
img.border {
	border:1px solid #999999;
	margin:5px 10px 10px 10px;
}

img.border2 { margin:5px 10px 10px 0px;}
/* -- WEB AUDIO APPLET -- */
div#audiobtn {
	cursor:pointer;
	border-bottom:1px solid #bfbebd;
	background:#FFF;
}
div#applet {
	position:relative;
	width: 180px;
	height: 100px;
	background: url(images/webaudio.gif) top left no-repeat;
}
div#applet div {
	position: absolute;
	top: 52px;
	left: 75px;
	width: 68px;
	height: 30px;
}
div#applet a {
	display: block;
	position: absolute;
	top: 85px;
	left: 0px;
	width: 180px;
	height: 10px;
}
div#map {
	text-align:center;
}
div#map img {
	border:1px solid #000;
	margin:15px 0px 10px 10px;
}
div#netopia {
	text-align:left;
	margin:0px 0px 0px 0px;
}
/* TABLE STYLES */

table {
	padding:0px 0px 15px 0px;
	margin:0px;
	background:#FFF;
}
tr {
	border-collapse:collapse;
}
td {
	padding:3px;
	margin:0px;
	text-align:center;
	border-collapse:collapse;
}
td.tbheading {
	text-align:center;
	background:#000;
	color:#FFF;
	font-weight:bold;
	text-transform:uppercase;
	font-size:14px;
}
tr.trheadings {
	background:#CCC;
	font-weight:bold;
}
td.special {
	color:#F00;
}
dl {
	text-align:left;
}
dt {
	font-weight:bold;
}
dd {
	padding-bottom:14px;
}
img.pushright {
	margin-right:50px;
}
div.imgset {
	text-align:center;
	float:left;
	margin-left:45px;
}
div.imgcaption {
	float:left;
	width:242px;
	padding:10px 10px 10px 10px;
}
div.imgcaption span {
	display:block;
	text-align:center;
	padding:5px 0px;
}
div.imgcaption img.border {
	margin:0px;
}
