/* ----------------- 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#webaduio {
	background-color: #FFFFFF;
	background-image: none;
}
body#contactform {
	background-color: #FFFFFF;
	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: #005B7F;
	margin-right: 0px;
	margin-left: 0px;
	text-transform: none;
	margin-top: 0px;
	padding: 0px;
	line-height: 16px;
}

h1 {
	color: #006F95;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D7D7D7;
	font-size: 30px;
	padding-bottom: 5px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding-top: 17px;
	font-weight: normal;
	font-style: normal;
}

h2 {
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	text-align: left;
	color: #767896;
	padding-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	margin: 0px;
}

h3 {
	color: #FFCC00;
	font-size: 18px;
	font-weight: bold;
	margin-left: 20px;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding: 0px;
	text-align: center;
	font-style: italic;
}

h4 {
	color: #001085;
	font-size: 14px;
	font-weight: bold;
	margin-left: 15px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	padding: 0px;
	text-align: left;
	font-style: italic;
}

h5 {
	color: #006F95;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D7D7D7;
	font-size: 30px;
	padding-bottom: 5px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding-top: 17px;
	font-weight: normal;
	font-style: normal;
}

address {
	font-style: normal;
}

address a:link, addressx a:visited {
	color: #FFFFFF;
	font-size: 11px;
	margin: 0px;
	padding: 0px;
}
address a:hover {
	text-decoration: none;
	color: #7200C5;
}

/* Creates the general link style for the site. This is not the main navigation.  */
a:link, a:visited {
	color: #FF6600;
	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: 920px;
	height: 300px;
	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: 920px;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

/* Creates the div for the content */

div#content {
	width: 920px;
	background-image: url(images/content-bg.jpg);
	background-repeat: no-repeat;
	background-position: top;
}

/* Creates the div for the address */
div#address {
	text-align: center;
	color: #666666;
	margin-right: auto;
	margin-left: auto;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
	margin-bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin-top: 0px;
	width: 920px;
	text-transform: none;
	clear: both;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #D7D7D7;
}


/* Creates the div container for the footer. */
div#footer {
	clear: both;
	width: 920px;
	color: #999999;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: 0px;
	font-size: 9px;
	height: 15px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-repeat: no-repeat;
	background-image: url(images/footer.gif);
}

div#footer a:link, div#footer a:visited {
	color: #00324f;
	font-weight: bold;
	text-decoration: none;
	padding-right: 4px;
	padding-left: 4px;
	text-transform: uppercase;
}

div#footer a:hover {
	text-decoration: underline;
}

/* Styles the copyright div */
div#copyright {
	text-align: center;
	color: #666666;
	padding: 0px;
	width: 920px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
}

div#copyright a {
	font-size: 9px;
	color: #666666;
	font-weight: bold;
	text-align: center;
}

/* NAVIGATION */
div#nav {
	position: absolute;
	top: 91px;
	left: 0px;
	margin: 0px;
	padding: 0px;
}
	
div#nav li a#current, div#nav li a#current:hover{
	color: #FFFFFF;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #99FF00;
}

/* 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:#C7C7C7;
	text-decoration:none;
	font-weight: bold;
	font-size: 9px;
	padding-right: 14px;
	padding-left: 5px;
	padding-bottom: 3px;
	padding-top: 11px;
	height: auto;
	text-transform: uppercase;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #C2C2C2;
	margin: 0px;
}

div#nav li a:hover {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #99FF00;
	color: #FFFFFF;
}

ul#list {

}

ul#list li {
	list-style-position: outside;
	list-style-image: url(images/bullet.gif);
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-top: 0px;
	color: #666666;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 16px;
}

ul#list2 {
	margin-left: 385px;
}

ul#list2 li {
	list-style-position: outside;
	list-style-image: url(images/bullet.gif);
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-top: 0px;
	color: #999999;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 16px;
}

.clear {
	clear: both;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

iframe {
	text-align: left;
}

div#map {
	padding: 4px;
	height: 550px;
	width: 650px;
	margin-top: 0px;
	margin-right: 55px;
	margin-bottom: 25px;
	margin-left: 20px;
	float: right;
	background-color: #FFFFFF;
}

.companyname {
	font-weight: bold;
	color: #00324f;
	text-transform: none;
	font-style: normal;
}

.important {
	font-weight: bold;
	color: #FF9900;
	text-transform: none;
	font-size: 14px;
}

.imgcenter {
	margin-bottom: 15px;
	margin-top: 15px;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
}

.rightimg {
	float: right;
	padding: 4px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 25px;
	margin-left: 25px;
	background-color: #FFFFFF;
	border: 1px solid #D7D7D7;
}

.rightimg2 {
	float: right;
	padding: 4px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 25px;
	background-color: #FFFFFF;
	border: 1px solid #D7D7D7;
}

.leftimg {
	float: left;
	padding: 4px;
	margin-top: 0px;
	margin-right: 25px;
	margin-bottom: 25px;
	margin-left: 0px;
	background-color: #FFFFFF;
	border: 1px solid #D7D7D7;
}

.leftimg2 {
	float: left;
	padding: 4px;
	margin-top: 0px;
	margin-right: 25px;
	margin-bottom: 5px;
	margin-left: 0px;
	background-color: #FFFFFF;
	border: 1px solid #D7D7D7;
}

.leftimg3 {
	float: left;
	padding: 0px;
	margin: 0px;
}

div#right {
	text-align: center;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 0px;
}

div#left {
	float: left;
	text-align: left;
	width: 210px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
}

div#flash {
	position: absolute;
	top: 0px;
	height: 90px;
	width: 470px;
	margin: 0px;
	padding: 0px;
	right: 0px;
	left: 0px;
	bottom: 0px;
}

div#audio {
	position: absolute;
	top: 0px;
	height: 20px;
	width: 295px;
	margin: 0px;
	padding: 0px;
	right: 0px;
	left: 625px;
	bottom: 0px;
}

div#netopia {
	margin-left: auto;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 25px;
	padding: 0px;
	text-align: left;
}

div#netopia2 {
	margin-left: auto;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 20px;
	padding: 0px;
}

div#map {
	height: 425px;
	width: 425px;
	border: 1px solid #D7D7D7;
	float: left;
	padding: 5px;
	margin-top: 0px;
	margin-right: 25px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-color: #FFFFFF;
}

div#signin {
	margin-left: auto;
	margin-right: auto;
	padding-top: 15px;
	padding-bottom: 15px;
	width: 920px;
}

div#listcol {
	padding: 0px;
	width: 250px;
	float: left;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-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;
	clear: both;
	text-align: center;
	margin: 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: 9px;
}
.table {
	margin: 15px 0px 15px 10px;
	float:left;
}

div#headeremail {
	width: 75px;
	height: 37px;
	position: absolute;	
	top: 54px;
	left: 524px;
	border: 0px;
	margin: 0px;
}
