/* ----------------- 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: #719ADC;
	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: 12px;
	color: #000000;
	text-transform: none;
	line-height: 18px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	padding: 0px;
}
h1 {
	color: #000000;
	font-size: 28px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 8px;
	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: 0px;
	padding-bottom: 5px;
}
h2 {
	color: #333333;
	font-size: 24px;
	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;
	clear: both;
}
/* 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: 990px;
	height: 330px;
	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: 990px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 0px;
	background-image: url(images/container-bg.gif);
	background-repeat: repeat-y;
}
/* 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-bottom: 75px;
	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: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	width: 265px;
	float: left;
	font-style: normal;
	line-height: 14px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 40px;
}
address img {
	padding-bottom: 10px;
	clear: both;
}
address a:link, address a:visited {
	color: #0066CC;
	text-align: right;
	font-weight: bold;
	text-transform: uppercase;
}
address a:hover {
}
/* Creates the div container for the footer. */
div#footer {
	clear: both;
	color: #FF000A;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	font-size: 10px;
	text-align: left;
	width: 950px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	background-image: url(images/footer-bg.gif);
	background-repeat: no-repeat;
	height: 31px;
	padding-top: 9px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 40px;
}
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: #FFFFFF;
	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: #FFFFFF;
	font-weight: bold;
	text-align: right;
}
/* NAVIGATION */
div#nav {
	position: absolute;
	top: 50px;
	left: 495px;
	width: auto;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
div#nav li a#current, div#nav li a#current:hover {
	color: #000000;
}
/* UL TAG */
div#nav ul {
	margin:0;
	padding:0;
	list-style:none;
}
div#nav li {
	float:left;
	margin:0;
	padding:0;
	line-height:normal;
	text-indent:0;
}
div#nav li a {
	display:block;
	color:#666666;
	text-decoration:none;
	font-size: 14px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 0px;
	padding-top: 0px;
	height: auto;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 0px;
	font-weight: normal;
	text-transform: none;
}
div#nav li a:hover {
	color: #000000;
}
/* 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: 20px;
	padding-bottom: 0px;
	width: 180px;
}
div#listcol2 {
	margin-left: auto;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	float: left;
	padding-left: 0px;
}
ul#list {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	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: 12px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 18px;
}
.clear {
	clear: both;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
iframe {
}
.companyname {
	color: #002A87;
	font-weight: bold;
	text-transform: uppercase;
}
.companyname2 {
	color: #FF0000;
	font-weight: bold;
}
.important {
	color: #003366;
}
.imgcenter {
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
.rightimg {
	float: right;
	padding: 4px;
	border: 1px solid #CCCCCC;
	clear: both;
	margin: 0px;
}
.leftimg {
	float: left;
	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 solid #CCCCCC;
	float: left;
}
div#flash {
	position: absolute;
	top: 152px;
	height: 126px;
	width: 254px;
	margin: 0px;
	padding: 0px;
	right: 0px;
	left: 354px;
	bottom: 0px;
}
div#audio{
	position: absolute;
	top: 190px;
	height: 100px;
	width: 175px;
	margin: 0px;
	padding: 0px;
	right: 0px;
	left: 40px;
	bottom: 0px;
}
div#netopia {
	text-align: center;
	margin-top: -50px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 0px;
}
div#sidebar {
	float: left;
	text-align: center;
	margin: 0px;
	padding: 0px;
	width: 190px;
}
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;
}
