/* ----------------- REDEFINES THE TAG SELECTORS ----------------- */

*:focus {
	outline: none;
}
*::-moz-focus-inner {
 border: none;
}
body {
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #033558;
	background-image: url(images/bg2.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
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: #6DACE0;
	text-transform: none;
	line-height: 18px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	padding: 0px;
}
h1 {
	color: #B9FF01;
	font-size: 18px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-style: normal;
	text-align: left;
	text-transform: uppercase;
	padding-top: 20px;
	padding-bottom: 5px;
	padding-right: 0px;
	padding-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #216AAE;
}
h2 {
	color: #FFFFFF;
	font-size: 14px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	font-weight: bold;
	margin-bottom: 5px;
	text-transform: uppercase;
}
/* Creates the general link style for the site. This is not the main navigation.  */
a:link, a:visited {
	color: #0083AE;
	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: 451px;
	background-image: url(images/header-bg2.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-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-image: url(images/container-bg.gif);
	background-repeat: repeat-y;
}
div#topbg {
	background-image: url(images/bgtop.jpg);
	background-repeat: repeat-x;
	width: auto;
	height: 200px;
	background-position: top;
}

/* Creates the div for the content */
div#content {
	float: left;
	text-align: left;
	width: 770px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 40px;
}
div#contentheader {
	width: 990px;
	background-repeat: no-repeat;
	background-position: center top;
	clear: both;
}
/* Creates the div for the address */
address {
	text-align: left;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	float: right;
	font-style: normal;
	width: 150px;
	line-height: 18px;
	border-left-style: solid;
	border-left-width: 1px;
	border-left-color: #216AAE;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 50px;
	padding-left: 30px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
address a:link, address a:visited {
	color: #0083AE;
	text-align: center;
	font-weight: bold;
}
address a:hover {
}
address img {
	clear: both;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
}
/* Creates the div container for the footer. */
div#footer {
	clear: both;
	color: #ccdeeb;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	font-size: 12px;
	text-align: center;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-top: 10px;
	font-weight: normal;
	background-repeat: no-repeat;
	background-position: center top;
	height: 25px;
	width: 990px;
	background-color: #01273A;
}
div#footer a:link, div#footer a:visited {
	color: #FFFFFF;
	font-weight: normal;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-transform: lowercase;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
	margin: 0px;
}
div#footer a:hover {
	text-decoration: underline;
}
/* Styles the copyright div */
div#copyright {
	text-align: center;
	color: #647a88;
	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-left: 0px;
	width: 990px;
	background-image: url(images/signin-copyright-bg.gif);
	background-repeat: repeat-y;
	background-position: center top;
	padding-bottom: 25px;
}
div#copyright a {
	font-weight: bold;
	color: #647a88;
}
/* NAVIGATION */
div#nav {
	position: absolute;
	top: 112px;
	left: 15px;
	margin: 0px;
	padding: 0px;
}
div#nav li a#current, div#nav li a#current:hover {
	color: #FFFFFF;
	border-left-color: #FFFFFF;
}
/* 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:#B1D0E8;
	text-decoration:none;
	font-size: 13px;
	padding-right: 31px;
	padding-left: 5px;
	padding-bottom: 3px;
	padding-top: 3px;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	text-transform: lowercase;
	font-weight: normal;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #627A8E;
}
div#nav li a:hover {
	border-left-color: #FFFFFF;
	color: #FFFFFF;
}
/* END NAVIGATION */

ul#list {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 30px;
	margin: 0px;
}
ul#list li {
	list-style-position: outside;
	color: #6DACE0;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 21px;
	list-style-type: square;
}
div#list {
	float: left;
}

.clear {
	clear: both;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
iframe {
}
.companyname {
	color: #B7E8FF;
}
.companyname2 {
	font-weight: bold;
	text-transform: uppercase;
}
.important {
	color: #F00;
}
.imgcenter {
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #CCCCCC;
	padding: 4px;
}
.rightimg {
	float: right;
	padding: 4px;
	border: 1px solid #465866;
	clear: both;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 25px;
	background-color: #E7F1F8;
}
.leftimg {
	float: left;
	padding: 4px;
	border: 1px solid #CCCCCC;
	clear: both;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
}
div#col {
	margin-left: auto;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	float: left;
	padding-top: 0px;
	padding-right: 25px;
	padding-bottom: 0px;
	padding-left: 0px;
}
div#mapviewer {
	padding: 10px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	border: 1px dotted #C4C3B1;
	background-color: #FFFFFF;
	clear: both;
	height: 415px;
	width: 480px;
}
div#flash {
	position: absolute;
	top: 163px;
	height: 196px;
	width: 390px;
	margin: 0px;
	padding: 0px;
	right: 0px;
	left: 7px;
	bottom: 0px;
}
div#audio {
	position: absolute;
	top: 0px;
	height: 31px;
	width: 224px;
	margin: 0px;
	padding: 0px;
	right: 0px;
	left: 698px;
	bottom: 0px;
}
div#netopia {
	text-align: center;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
div#contactform {
	text-align: center;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 0px;
	clear: both;
}
div#contactform iframe {
	margin-top: -71px;
	margin-left: -71px;
}
div#signin {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	margin-top: 0px;
	margin-bottom: 0px;
	width: 990px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	background-image: url(images/signin-copyright-bg.gif);
	background-repeat: repeat-y;
	background-position: center top;
}
/* 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: 65px;
	width: 80px;
	height: 8px;
}
.rightimg2 {
	float: right;
	padding: 4px;
	clear: both;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 25px;
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
}
.leftimg2 {
	float: left;
	padding: 4px;
	clear: both;
	margin-top: 0px;
	margin-right: 25px;
	margin-left: 0px;
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
}

