/* ----------------- redefines the tag selectors ----------------- */

body {
	padding: 0px;
	text-align: center;
	font-family: arial, helvetica, sans-serif;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #ffffff;
}
body#webaudio {
	padding: 0px;
	text-align: center;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #000000;
}
/* 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: 10px;
	color: #4A525B;
	text-transform: none;
	font-weight: normal;
	font-family: verdana, arial, helvetica, sans-serif;
	text-align: left;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
	line-height: 18px;
}
h1 {
	color: #00AEEF;
	font-size: 24px;
	margin-top: 5px;
	margin-right: 0px;
	margin-left: auto;
	font-family: verdana, arial, helvetica, sans-serif;
	font-weight: normal;
	font-style: normal;
	text-align: left;
	text-transform: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D2D9E2;
	padding-top: 0px;
	padding-bottom: 5px;
	margin-bottom: 20px;
	padding-right: 0px;
	padding-left: 0px;
}
h2 {
	color: #003366;
	font-size: 18px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	font-family: verdana, arial, helvetica, sans-serif;
	font-style: normal;
	text-align: left;
	font-weight: bold;
}
div#address a:link, div#address a:visited {
	color: #FF0066;
	text-transform: uppercase;
}
div#address a:hover {
	text-decoration: underline;
}
/* creates the general link style for the site. this is not the main navigation.  */
a:link, a:visited {
	color: #00AEEF;
	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: 190px;
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	position: relative;
	margin: 0px;
}
/* creates the div container for the site. */
div#container {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/container-bg.gif);
	background-repeat: repeat-y;
	height: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
}
/* creates the div for the content */
div#content {
	width: 680px;
	padding: 0px;
	float: right;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
/* creates the div for the address */
div#address {
	text-align: left;
	color: #333333;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 9px;
	line-height: 16px;
	padding-left: 30px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #D2D9E2;
	padding-top: 65px;
	background-image: url(images/address-bg.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
/* creates the div for the sidebar */
div#sidebar {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	float: left;
	width: 240px;
	padding-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}
/* creates the div container for the footer. */
div#footer {
	clear: both;
	width: 950px;
	color: #FFFFFF;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	font-size: 9px;
	text-align: left;
	height: 22px;
	background-color: #A9B3C0;
	font-weight: bold;
	background-image: url(images/footer.gif);
	background-repeat: no-repeat;
	padding-top: 22px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
div#footer a:link, div#footer a:visited {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	text-transform: lowercase;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 11px;
	margin-bottom: 0px;
	margin-left: 11px;
}
div#footer a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
/* styles the copyright div */
div#copyright {
	text-align: right;
	color: #cccccc;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 9px;
	padding: 0px;
	width: 950px;
}
div#copyright a {
	font-size: 9px;
	color: #cccccc;
	font-weight: bold;
	text-align: center;
}
/* navigation */
div#nav {
	padding: 0px;
	clear: both;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-color: #E2E7EE;
	border-bottom-width: 9px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
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: #767B82;
	text-decoration: none;
	display: block;
	padding-top: 12px;
	padding-right: 0px;
	padding-bottom: 0px;
	margin: 0px;
	padding-left: 35px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	text-transform: lowercase;
	height: 28px;
	background-color: #E2E7EE;
	background-image: url(images/nav-bg.gif);
}
ul#mainnav li a:hover {
	color: #00AEEF;
	background-image: url(images/current-hover.gif);
}
ul#mainnav li a.current:link, ul#mainnav a.current:visited {
	background-image: url(images/current-hover.gif);
	color: #FF0066;
}
/* end navigation */

div#listcol {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 318px;
}
div#listcol p {
	padding-bottom: 0px;
}
ul#list {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 7px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 30px;
}
ul#list li {
	list-style-position: outside;
	color: #333366;
	font-size: 10px;
	font-weight: normal;
	line-height: 18px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	list-style-image: url(images/bullet.gif);
}
ol#lists {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 7px;
	padding-left: 30px;
	margin: 0px;
}
ol#lists li {
	color: #006666;
	font-size: 10px;
	font-weight: normal;
	padding: 0px;
	line-height: 18px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
div#map {
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: 408px;
	width: 508px;
	float: left;
	background-color: #FFFFFF;
}
div#flash {
	position: absolute;
	top: 125px;
	height: 55px;
	width: 670px;
	margin: 0px;
	padding: 0px;
	right: 0px;
	left: 0px;
	bottom: 0px;
}
div#netopia {
	margin-left: -25px;
	margin-top: -45px;
	margin-right: auto;
	text-align: center;
	margin-bottom: 25px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}
div#signin {
	margin-left: auto;
	margin-right: auto;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: right;
	margin-top: 0px;
	margin-bottom: 0px;
	width: 950px;
}
div#audio {
	position: absolute;
	top: 0px;
	height: 20px;
	width: 190px;
	margin: 0px;
	padding: 0px;
	right: 0px;
	left: 760px;
	bottom: 0px;
}
.clear {
	clear: both;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
iframe {
}
.companyname {
	color: #663399;
	text-transform: none;
	font-weight: bold;
}
.important {
	color: #000000;
	text-transform: none;
	font-weight: bold;
}
.imgcenter {
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	background-color: #ffffff;
	margin-bottom: 0px;
}
.rightimg {
	float: right;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 20px;
	background-color: #ffffff;
	margin-bottom: 0px;
	clear: right;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #D2D9E2;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 20px;
}
.leftimg {
	float: left;
	margin-top: 0px;
	margin-right: 20px;
	margin-left: 0px;
	background-color: #ffffff;
	margin-bottom: 0px;
	clear: right;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 0px;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #D2D9E2;
}
.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;
}
