/* ----------------- 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: #790000;
	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: 13px;
	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: #FA002A;
	font-size: 24px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 10px;
	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: #B8B898;
	padding-top: 0px;
	padding-bottom: 3px;
}

h2 {
	color: #CC0000;
	font-size: 13px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: left;
	margin-bottom: 5px;
	font-weight: bold;
	font-style: italic;
}

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: #0066FF;
	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: 260px;
	background-image: url(images/header-nav.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	position: relative;
	margin: 0px;
}
div#header2 {
	width: 990px;
	height: 260px;
	background-image: url(images/header-nav2.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;
}
div#container2 {
	width: 990px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 0px;
	background-image: url(images/container-bg2.gif);
	background-repeat: repeat-y;
}
/* Creates the div for the content */
div#content {
	width: 398px;
	float: left;
	text-align: left;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FA002A;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 50px;
	padding-left: 10px;
}
div#content2 {
	width: 650px;
	float: left;
	text-align: left;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #B8B898;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 10px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}

/* Creates the div for the address */
address {
	text-align: center;
	color: #FA002A;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	width: 240px;
	float: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-style: normal;
	line-height: 18px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 40px;
	text-transform: uppercase;
}

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: #FA002A;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	font-size: 11px;
	text-align: right;
	width: 960px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	background-image: url(images/footer-bg.gif);
	background-repeat: no-repeat;
	height: 37px;
	padding-top: 4px;
	padding-right: 30px;
	padding-bottom: 0px;
	padding-left: 0px;
}

div#footer a:link, div#footer a:visited {
	color: #333333;
	font-weight: normal;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding-right: 15px;
	padding-left: 15px;
	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: #FFFFFF;
	width: 970px;
	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: 76px;
	left: 43px;
	margin: 0px;
	padding: 0px;
}

div#nav li a#current, div#nav li a#current:hover {
	color: #FA002A;
}

/* 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:#000000;
	text-decoration:none;
	font-size: 16px;
	padding-right: 17px;
	padding-left: 17px;
	padding-bottom: 0px;
	padding-top: 0px;
	height: auto;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	font-weight: lighter;
	text-transform: uppercase;
}

div#nav li a:hover {
	color: #FA002A;
}
/* End Main Layout Elements */

div#listcol {
	margin-left: auto;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	float: left;
	padding: 0px;
	width: 150px;
}

div#listcol2 {
	margin-left: auto;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	float: left;
	padding: 0px;
	width: 190px;
}

ul#list {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 30px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

ul#list li {
	list-style-position: outside;
	list-style-image: url(images/bullet.gif);
	color: #000000;
	font-size: 13px;
	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: #000000;
	font-weight: bold;
}

.important {
	color: #FA002A;
	font-weight: bold;
}

.imgcenter {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	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: 15px;
	margin-left: 0px;
	margin-bottom: 0px;
}

.textcenter {
	text-align: center;
}

div#map {
	padding: 1px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	height: 350px;
	width: 395px;
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
	float: left;
}

div#flash {
	position: absolute;
	top: 100px;
	height: 151px;
	width: 242px;
	margin: 0px;
	padding: 0px;
	right: 0px;
	left: 708px;
	bottom: 0px;
}

div#audio {
	position: absolute;
	top: 10px;
	height: 80px;
	width: 260px;
	margin: 0px;
	padding: 0px;
	right: 0px;
	left: 690px;
	bottom: 0px;
}

div#netopia {
	text-align: center;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

div#sidebar {
	float: left;
	text-align: center;
	margin: 0px;
	padding: 0px;
	width: 241px;
}

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: 0px;
	padding-bottom: 10px;
	text-align: right;
	width: 970px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-right: 0px;
	padding-left: 0px;
}
