/* ----------------- REDEFINES THE TAG SELECTORS ----------------- */

body {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #0168B5;
	background-image: url(images/body-bg.gif);
	background-repeat: repeat-x;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
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: #666;
	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: 16px;
}

.color {
	font-color: #d1dd0a;
}

h1 {
	color: #003;
	font-size: 28px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-style: normal;
	text-align: left;
	text-transform: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #dbdbdb;
	padding-top: 5px;
	padding-bottom: 5px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #E2E2E2;
	padding-right: 0px;
	padding-left: 0px;
}
h2 {
	color: #03C;
	font-size: 18px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	font-family: "Arial Black", Gadget, sans-serif;
	text-align: left;
	font-weight: bold;
	margin-bottom: 5px;
	padding: 0px;
}

h3 {
	color: #d1dd0a;
	font-size: 14px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	font-family: "Arial Black", Gadget, sans-serif;
	text-align: left;
	font-weight: 100;
	margin-bottom: 5px;
	padding: 0px;
}

hr {
	color: #CCCCCC;
	padding: 0px;
	clear: both;
}
/* Creates the general link style for the site. This is not the main navigation.  */
a:link, a:visited {
	color: #06F;
	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: 950px;
	height: 110px;
	background-image: url(images/header-nav.gif);
	background-repeat: no-repeat;
	background-position: left top;
	position: relative;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
}
/* Creates the div container for the site. */
div#container {
	width: 950px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 0px;
	background-color: #FFF;
}
/* Creates the div for the content */
div#content {
	width: 486px;
	float: left;
	text-align: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 20px;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 0px;
}
/* Creates the div for the address */
address {
	text-align: center;
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	width: 950px;
	font-style: normal;
	margin: 0px;
	line-height: 14px;
	clear: both;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #E2E2E2;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
address a:link, address a:visited {
	color: #06F;
	text-align: center;
	font-weight: normal;
}
address a:hover {
}
/* Creates the div container for the footer. */
div#footer {
	clear: both;
	color: #06C;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	font-size: 10px;
	text-align: center;
	width: 950px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-top: 22px;
	background-image: url(images/footer-bg.gif);
	background-repeat: no-repeat;
	background-position: top;
	height: 23px;
}
div#footer a:link, div#footer a:visited {
	color: #000;
	font-weight: bold;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	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: center;
	color: #61b4f6;
	width: 950px;
	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: #61b4f6;
	font-weight: bold;
	text-align: center;
}
/* NAVIGATION */
div#nav {
	position: absolute;
	top: 75px;
	left: 57px;
	margin: 0px;
	padding: 0px;
}
div#nav li a#current, div#nav li a#current:hover {
	color: #003;
	background-image: url(images/current-bg.gif);
	background-repeat: no-repeat;
	background-position: top;
}
/* UL TAG */
div#nav ul {
	margin:0;
	padding:0;
	list-style:none;
}
div#nav li {
	float:left;
	margin:0;
	line-height:normal;
	text-indent:0;
	padding: 0;
}
div#nav li a {
	display:block;
	color:#FFF;
	text-decoration:none;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	text-transform: none;
	font-weight: bold;
	padding-top: 9px;
	padding-right: 1px;
	padding-bottom: 0px;
	padding-left: 1px;
	height: 23px;
	width: 95px;
	background-image: url(images/nav-bg.gif);
	background-repeat: no-repeat;
	text-align: center;
	background-position: center;
}
div#nav li a:hover {
	color: #003;
	background-image: url(images/current-bg.gif);
}
/* END NAVIGATION */

div#map {
	padding: 5px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: 0px;
	border: 1px solid #E2E2E2;
	height: 400px;
	width: 474px;
	background-color: #FFFFFF;
	float: left;
}
div#flash {
	position: absolute;
	top: 10px;
	height: 53px;
	width: 185px;
	margin: 0px;
	padding: 0px;
	right: 0px;
	left: 10px;
	bottom: 0px;
}
div#audio {
	position: absolute;
	top: 20px;
	height: 20px;
	width: 212px;
	margin: 0px;
	padding: 0px;
	right: 0px;
	left: 718px;
	bottom: 0px;
}
div#netopia {
	text-align: right;
	width: 495px;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
div#viznav {
	float: left;
	height: 430px;
	width: 404px;
	clear: right;
}
div#signin {
	margin-left: auto;
	margin-right: auto;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
	width: 950px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-right: 0px;
	padding-left: 0px;
}
div#column {
	margin-left: auto;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	float: left;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 0px;
}
ul#list {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 25px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
ul#list li {
	list-style-position: outside;
	color: #000000;
	font-size: 12px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 16px;
	list-style-type: square;
}
ol#list {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 25px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
ol#list li {
	list-style-position: outside;
	color: #000000;
	font-size: 12px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 16px;
	list-style-type: decimal;
}
.clear {
	clear: both;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
iframe {
}
.companyname {
	color: #0C2451;
	font-weight: bold;
}
.important {
	color: #D80000;
}
.imgcenter {
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	clear: both;
	padding: 0px;
}
.rightimg {
	float: right;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 10px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}
.leftimg {
	float: left;
	padding: 7px;
	border: 1px solid #dbdbdb;
	clear: both;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.textcenter {
	text-align: center;
}
/* 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: 70px;
	width: 70px;
	height: 8px;
}
