/* ----------------- 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: #FFFFFF url(images/body-bg.jpg) 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: 12px;
	color: #000000;
	text-transform: none;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	line-height: 18px;
}
h1 {
	color: #000000;
	font-size: 28px;
	margin-top: 0px;
	margin-right: 0px;
	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: #999999;
	margin-bottom: 10px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
}
h2 {
	color: #008080;
	font-size: 19px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: left;
	font-weight: normal;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	font-style: italic;
}
h3 {
	color: #22B6A8;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	font: bold normal 14px Arial, Helvetica, sans-serif;
}
hr {
	color: #ff6600;
	clear: both;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 1px;
	padding-left: 0px;
}
/* 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: 990px;
	height: 350px;
	background-image: url(images/header-bg.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-right: auto;
	margin-left: auto;
	height: auto;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	background: url(images/container-bg.jpg) repeat-y;
}
/* creates the div for the content */
div#content {
	width: 630px;
	float: left;
	margin: 0px;
	padding: 0px;
	padding-left: 20px;
	padding-right: 20px;
	margin-top: 10px;
}
/* creates the div for the address */
address {
	text-align: left;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	font-style: normal;
	margin-top: 10px;
	padding-left: 10px;
}
address a:link, address a:visited {
	color: #FF6600;
	font-weight: bold;
	text-align: right;
}
address a:hover {
	text-decoration: underline;
}
/* creates the div for the sidebar */
div#sidebar {
	float: left;
	width: 260px;
	padding: 0px;
	border-top: 1px solid #7F1720;
	border-bottom: 1px solid #7F1720;
	margin: 10px 20px 0px;
}
/* creates the div container for the footer. */
div#footer {
	clear: both;
	width: 950px;
	color: #99CC00;
	font-size: 9px;
	text-align: right;
	height: 75px;
	font-weight: bold;
	background: url(images/footer-bg.jpg) no-repeat;
	margin: 0px auto;
	padding: 165px 40px 0px 0px;
}
div#footer a:link, div#footer a:visited {
	color: #FFFFFF;
	font-weight: normal;
	text-decoration: none;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 7px;
	padding-bottom: 0px;
	padding-left: 7px;
}
div#footer a:hover {
	text-decoration: underline;
}
/* styles the copyright div */
div#copyright {
	color: #177F76;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	clear: both;
	text-align: right;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 970px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
}
div#copyright a {
	font-size: 9px;
	color: #177F76;
	font-weight: bold;
}
/* navigation */
div#nav {
	position: absolute;
	margin: 0px;
	left: 446px;
	top: 216px;
	padding: 5px;
	width: 524px;
}
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: #FFFFFF;
	text-decoration: none;
	display: inline;
	text-align: right;
	margin: 0px;
	text-transform: none;
	height: auto;
	width: auto;
	font: bold 12px Arial, Helvetica, sans-serif;
	padding: 0px 20px;
	background: url(images/nav-bg.gif) no-repeat left center;
}
ul#mainnav li a:hover {
	color: #FFCC00;
	background: url(images/nav-current.gif) no-repeat left center;
}
ul#mainnav li a.current:link, ul#mainnav a.current:visited {
	color: #FFCC00;
	background: url(images/nav-current.gif) no-repeat left center;
}
/* end navigation */

div#listcol {
	margin-left: auto;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	float: left;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
}
ol#list {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 10px;
	margin: 0px;
	float: left;
}
ol#list li {
	list-style-position: outside;
	list-style-image: url(images/bullet.gif);
	color: #007171;
	font-size: 12px;
	font-weight: normal;
	padding: 0px;
	line-height: 18px;
}

ul#list {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 15px;
	margin: 0px;
}
ul#list li {
	color: #000000;
	font-size: 12px;
	font-weight: normal;
	padding: 0px;
	line-height: 18px;
	list-style: url(images/bullet.gif) outside;
}
/* ----------------- 2 COLUMN FORM  ------------------- */
div#form {
	width: 450px;
	text-align: left;
}
input {
	margin-bottom: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width: 200px;
}
textarea {
	margin-bottom: 10px;
	width: 200px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	height: 70px;
}
label {
	padding: 5px 20px 0 0;
	display: block;
	text-align: left;
	color: #3A5857;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
}
textarea#comments {
	width: 98%;
}
div#ps {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 15px;
	text-align: left;
	margin-bottom: 5px;
}
.rightform {
	float: right;
	margin-left: 5px;
}
.clear {
	clear: both;
}
div#map {
	padding: 6px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	border: 1px solid #cccccc;
	height: 400px;
	width: 550px;
	background-color: #ffffff;
}
div#flash {
	height: 220px;
	width: 689px;
	clear: both;
	margin-bottom: 25px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	padding-left: 20px;
	position: absolute;
	top: 0px;
	right: 0px;
}
div#netopia {
	margin-left: 80px;
	margin-top: -50px;
	margin-right: auto;
	text-align: center;
	margin-bottom: 0px;
	padding: 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: 975px;
	clear: both;
	padding-right: 5px;
	padding-left: 0px;
}
div#audio {
	position: absolute;
	top: 308px;
	height: 35px;
	width: 210px;
	margin: 0px;
	padding: 0px;
	right: 0px;
	left: 0px;
	bottom: 0px;
}
.clear {
	clear: both;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
iframe {
	margin: 0px;
	padding: 0px;
}
.companyname {
	color: #000000;
	text-transform: none;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
.important {
	color: #000000;
	text-transform: none;
	font-weight: bold;
}
.imgcenter {
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #948a89;
	padding: 4px;
	background-color: #ffffff;
	margin-bottom: 20px;
}
.rightimg {
	float: right;
	padding: 5px;
	border: 1px solid #CCCCCC;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 30px;
	background-color: #ffffff;
	margin-bottom: 0px;
	clear: right;
}
.leftimg {
	float: left;
	padding: 4px;
	border: 1px solid #cccccc;
	clear: both;
	margin-top: 0px;
	margin-right: 18px;
	margin-left: 0px;
	background-color: #ffffff;
}
.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;
}
div#header h1 {
	position: absolute;
	left: 355px;
	top: 315px;
}
div#list1 {
	padding: 5px;
	float: left;
	width: 300px;
}
div#list2 {
	padding: 5px;
	float: left;
	width: 300px;
}
ul#subnav {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
ul#subnav li {
	display: inline;
	list-style: none;
}
ul#subnav li a:link, ul#subnav li a:visited, ul#subnav li a:active {
	color: #FFFFFF;
	text-decoration: none;
	display: inline;
	text-align: right;
	margin: 0px;
	text-transform: none;
	height: auto;
	width: auto;
	font: bold 12px Arial, Helvetica, sans-serif;
	padding: 0px 20px;
	background: url(images/nav-bg.gif) no-repeat left center;
}
ul#subnav li a:hover {
	color: #FFCC00;
	background: url(images/nav-current.gif) no-repeat left center;
}
ul#subnav li a.current:link, ul#subnav a.current:visited {
	color: #FFCC00;
	background: url(images/nav-current.gif) no-repeat left center;
}
div#nav2 {
	position: absolute;
	margin: 0px;
	left: 574px;
	top: 252px;
	padding: 5px;
	width: 386px;
}
div#list3 {
	padding: 5px;
	float: left;
	width: 150px;
}
div#list4 {
	padding: 5px;
	float: left;
	width: 150px;
}
