/* ----------------- 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: 12px;
	color: #666666;
	text-transform: none;
	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;
	line-height: 18px;
}
h1 {
	color: #000000;
	font-size: 30px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	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: #d7dce4;
	padding-top: 15px;
	padding-bottom: 5px;
	padding-right: 0px;
	padding-left: 0px;
}
h2 {
	color: #009E00;
	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-style: italic;
	font-weight: normal;
}
hr {
	color: #d7dce4;
	padding: 0px;
	clear: both;
}
/* Creates the general link style for the site. This is not the main navigation.  */
a:link, a:visited {
	color: #660099;
	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: 410px;
	background-image: url(images/header-nav.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	position: relative;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
/* Creates the div container for the site. */
div#container {
	width: 990px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(images/container-bg.gif);
	background-repeat: repeat-y;
	padding: 0px;
}
/* Creates the div for the content */
div#content {
	width: 590px;
	float: right;
	text-align: left;
	padding-top: 0px;
	padding-right: 25px;
	padding-bottom: 50px;
	padding-left: 20px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #d7dce4;
	margin: 0px;
}
/* Creates the div for the address */
address {
	text-align: center;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	width: 344px;
	float: left;
	font-style: normal;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	line-height: 21px;
}
address a:link, address a:visited {
	color: #8DBC00;
	text-align: center;
	font-weight: bold;
}
address a:hover {
}
address img {
	padding-bottom: 10px;
	clear: both;
}
/* Creates the div container for the footer. */
div#footer {
	clear: both;
	color: #FF3300;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	font-size: 10px;
	text-align: left;
	width: 990px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	padding-top: 10px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #d7dce4;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #d7dce4;
	font-weight: bold;
}
div#footer a:link, div#footer a:visited {
	color: #666666;
	font-weight: normal;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding-right: 10px;
	padding-left: 10px;
	text-transform: uppercase;
	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: 990px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	font-family: 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 {
	padding: 0px;
	clear: both;
	position: absolute;
	left: 20px;
	top: 170px;
	right: 0px;
	bottom: 0px;
	width: 315px;
	margin: 0px;
	height: 210px;
}
ul#mainnav {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
ul#mainnav li {
	display: inline;
	list-style: none;
}
ul#mainnav li a:link, ul#mainnav li a:visited, ul#mainnav li a:active {
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 17px;
	margin: 0px;
	padding-left: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	text-transform: lowercase;
	text-align: right;
}
ul#mainnav li a:hover {
	color: #99FF00;
}
ul#mainnav li a.current:link, ul#mainnav a.current:visited {
	color: #99FF00;
}
/* END NAVIGATION */

div#listcol {
	float: left;
	margin: 0px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 0px;
	width: 190px;
}
div#listcol2 {
	float: left;
	width: 275px;
	margin: 0px;
	padding: 0px;
}
ul#list {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 35px;
	margin: 0px;
}
ul#list li {
	list-style-position: outside;
	list-style-image: url(images/bullet.gif);
	color: #0066CC;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}
.clear {
	clear: both;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
iframe {
}
.companyname {
	color: #FF3300;
}
.companyname2 {
	font-weight: bold;
	color: #0576DB;
}
.important {
	color: #D80000;
}
.imgcenter {
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	clear: both;
	padding: 0px;
}
.rightimg {
	float: right;
	padding: 0px;
	clear: both;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 10px;
	margin-bottom: 10px;
}
.leftimg {
	float: left;
	padding: 0px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.textcenter {
	text-align: center;
}
.callout {
	color: #333333;
	font-weight: bold;
	font-style: italic;
}
div#map {
	padding: 1px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	border: 1px solid #CCCCCC;
	height: 350px;
	width: 400px;
	background-color: #FFFFFF;
	float: right;
}
div#flash {
	position: absolute;
	top: 265px;
	height: 111px;
	width: 437px;
	margin: 0px;
	padding: 0px;
	right: 0px;
	left: 370px;
	bottom: 0px;
}
div#netopia {
	text-align: right;
	margin-top: -50px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 25px;
}
div#signin {
	margin-left: auto;
	margin-right: auto;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: right;
	width: 990px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-right: 0px;
	padding-left: 0px;
}
