﻿/* ----------------- REDEFINES THE TAG SELECTORS ----------------- */

body {
	padding: 0px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #FFFFFF;
	background-image: url(/images/body-bg.gif);
	background-repeat: repeat-x;
}


body#webaudio {
	padding: 0px;
	text-align: center;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #000000;
	background-image: none;
}

/* 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, ol, td {
	text-align: left; /* Not necessary if not using text-align center in body tag for older IE browsers. */
	text-decoration: none;
}
/* Redefines the p tag */
p {
	font-size: 11px;
	color: #333333;
	text-transform: none;
	line-height: 18px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	padding: 0px;
}
h2 {
	color: #FF000A;
	font-size: 20px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-style: normal;
	text-align: left;
	text-transform: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	padding-top: 15px;
	padding-bottom: 2px;
}
h3{
color: #749C02;
	font-size: 16px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: left;
	margin-bottom: 10px;
	font-weight: normal;
}
hr {
	color: #CCCCCC;
	margin-bottom: 10px;
}
/* Creates the general link style for the site. This is not the main navigation.  */
a:link, a:visited {
	color: #0066CC;
	font-weight: bold;
}
a:hover {
	text-decoration: underline;
}
/* ----------------- PAGE LAYOUT ELEMENTS ----------------- */

/* Creates DIV container for header. Setting the left and right margins to auto will center DIV. */
div#header {
	width: 970px;
	height: 290px;
	background-image: url(/images/header-nav.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	position: relative;
	margin: 0px;
}
/* Creates the div container for the site. */
div#container {
	width: 970px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 0px;
}
/* Creates the div for the content */
div#content {
	width: 413px;
	float: left;
	text-align: left;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
	padding-top: 0px;
	padding-right: 10px;
	padding-left: 10px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
}
/* Creates the div for the address */
address {
	text-align: right;
	color: #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 270px;
	float: left;
	line-height: 16px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 25px;
	font-style: normal;
	padding: 0px;
}
address img {
	padding-bottom: 10px;
	clear: both;
}
address a:link, address a:visited {
	color: #3bb9cd;
	text-align: right;
	font-weight: bold;
}
address a:hover {
}
/* Creates the div container for the footer. */
div#footer {
	clear: both;
	color: #FF000A;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	font-size: 10px;
	text-align: left;
	width: 910px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	padding-top: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
div#footer a:link, div#footer a:visited {
	color: #666666;
	font-weight: normal;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding-right: 10px;
	padding-left: 10px;
	text-transform: lowercase;
	padding-top: 0px;
	padding-bottom: 0px;
}
div#footer a:hover {
	text-decoration: underline;
}
/* Styles the copyright div */
div#copyright {
	text-align: right;
	color: #999999;
	width: 910px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
div#copyright a {
	font-size: 9px;
	color: #999999;
	font-weight: bold;
	text-align: right;
}
/* NAVIGATION */
div#nav {
	position: absolute;
	top: 41px;
	left: 306px;
	width: auto;
	margin: 0px;
	padding: 0px;
}
div#nav li a#current, div#nav li a#current:hover {
	color: #FF000A;
}
/* UL TAG */
div#nav ul {
	margin:0;
	padding:0;
	list-style:none;
}
div#nav li {
	float:left;
	margin:0;
	padding:0;
	width: auto;
	line-height:normal;
	text-indent:0;
}
div#nav li a {
	display:block;
	color:#000000;
	text-decoration:none;
	font-size: 11px;
	padding-right: 7px;
	padding-left: 7px;
	padding-bottom: 0px;
	padding-top: 0px;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	font-weight: normal;
	text-transform: lowercase;
}
div#nav li a:hover {
	color: #FF000A;
}
/* END NAVIGATION */

div#listcol {
	margin-left: auto;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	float: left;
	padding-left: 0px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	width: 185px;
}
ul#list {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 30px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
ul#list li {
	list-style-position: outside;
	list-style-image: url(/images/bullet.gif);
	color: #666666;
	font-size: 11px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 18px;
	margin: 0px;
}
ol#list2 {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 30px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
ol#list2 li {
	color: #666666;
	font-size: 11px;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 18px;
	margin-bottom: 10px;
}
.clear {
	clear: both;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
iframe {
}
.companyname {
	color: #13214A;
	font-weight: bold;
}
.companyname2 {
	color: #333333;
	font-weight: bold;
}
.important {
	color: #FF000A;
}
.imgcenter {
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #948A89;
	padding: 4px;
}
.rightimg {
	float: right;
	padding: 4px;
	border: 1px solid #CCCCCC;
	clear: both;
	margin: 0px;
}
.leftimg {
	float: left;
	padding: 5px;
	border: 1px solid #CCCCCC;
	clear: both;
	margin-top: 0px;
	margin-right: 10px;
	margin-left: 0px;
	margin-bottom: 0px;
}
.textcenter {
	text-align: center;
}
div#map {
	padding: 10px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 25px;
	margin-left: auto;
	height: 350px;
	width: 391px;
	background-color: #FFFFFF;
	border: 1px dotted #CCCCCC;
	float: left;
}
div#flash {
	position: absolute;
	top: 110px;
	height: 60px;
	width: 495px;
	margin: 0px;
	padding: 0px;
	right: 0px;
	left: 50px;
	bottom: 0px;
}
div#audio{
	position: absolute;
	top: 10px;
	height: 20px;
	width: 175px;
	margin: 0px;
	padding: 0px;
	right: 0px;
	left: 800px;
	bottom: 0px;
}
div#netopia {
	text-align: center;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
div#sidebar {
	float: left;
	text-align: center;
	margin: 0px;
	padding: 0px;
	width: 190px;
	position:absolute;
    left:445px;
    top:0px
}
div#sidebar img {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	clear: both;
}
div#signin {
	margin-left: auto;
	margin-right: auto;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: right;
	width: 910px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-right: 0px;
	padding-left: 0px;
}
div#table {
	text-align: center;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 413px;
	clear: both;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
/* web audio applet */

div#applet {
	width: 210px;
	height: 130px;
	background-image: url(/images/webaudio.gif);
	background-repeat: no-repeat;
	background-position: center center;
	position: relative;
	padding: 0px;
	text-align: center;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
 
div#applet div {
	position: absolute;
	top: 66px;
	left: 75px;
	width: 68px;
	height: 30px;
}

div#applet a {
	display: block;
	position: absolute;
	top: 103px;
	left: 70px;
	width: 70px;
	height: 8px;
}

.center {text-align: center;}

.topNav li{background-color: #EAEAFF;}

.valign-mid{vertical-align: middle;}

.bottomNav li{margin: 15px 0 0 0;}