/* ----------------- 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.jpg);
	background-repeat: repeat-x;
}

body#webaudio {
	padding: 0px;
	text-align: center;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #333333;
	background-image: none;
	background-repeat: repeat;
}
/* 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: 11px;
	color: #000033;
	text-transform: none;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	margin: 0px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 75px;
	line-height: 18px;
}

h1 {
	color: #000033;
	font-size: 26px;
	margin-top: 0px;
	margin-right: 20px;
	margin-left: 75px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-style: normal;
	text-align: left;
	text-transform: none;
	padding-top: 75px;
	padding-bottom: 10px;
	margin-bottom: 10px;
	padding-right: 0px;
	padding-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #003366;
}

h2 {
	color: #660099;
	font-size: 14px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	text-align: left;
	margin-bottom: 0px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 75px;
	font-weight: bold;
}

h3 {
	color: #330066;
	font-size: 14px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	text-align: left;
	margin-bottom: 0px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 3px;
	padding-left: 75px;
	font-weight: bold;
}

address p {
	text-align: center;
	color: #996600;
	font-family: Arial, Helvetica, sans-serif;
    text-transform: uppercase;
	font-size: 10px;
	line-height: 16px;
}

/* creates the general link style for the site. this is not the main navigation.  */
a:link, a:visited {
	color: #FF0000;
	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: 850px;
	height: 202px;
	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: 850px;
	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: 0px;
	padding-left: 0px;
}

/* creates the div for the content */
div#content {
	width: 590px;
	margin: 0px;
	float: left;
	clear: right;
	background-image: url(images/content-bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

/* creates the div for the address */
div#address {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: center;
	color: #000033;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	font-size: 12px;
	line-height: 16px;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 25px;
	padding-left: 0px;
	font-weight: bold;
	clear: both;
}

/* creates the div for the sidebar */
div#sidebar {
	float: left;
	width: 250px;
	clear: right;
	margin: 0px;
	background-image: url(images/gecko-body.jpg);
	height: 488px;
	background-repeat: no-repeat;
	padding: 0px;
}

div#box {
	width: 218px;
	background-color: #A5C9D2;
	border: 1px solid #FFFFFF;
	float: left;
	clear: both;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding: 0px;
	height: 350px;
}

div#box p {
	text-transform: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: center;
	padding-left: 10px;
	padding-right: 10px;
	line-height: 16px;
	color: #A5C9D2;
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 5px;
}

div#box2 {
	width: 218px;
	background-color: #A5C9D2;
	border: 1px solid #FFFFFF;
	float: left;
	clear: both;
	padding-top: 110px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	background-image: url(images/address-bg.gif);
	background-position: center top;
	background-repeat: no-repeat;
}

div#box2 p {
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: center;
	padding-left: 0px;
	padding-right: 0px;
	line-height: 18px;
	color: #333333;
	padding-top: 0px;
	padding-bottom: 5px;
}

/* creates the div container for the footer. */
div#footer {
	clear: both;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	font-size: 9px;
	text-align: center;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 240px;
	background-image: url(images/footer-bg.gif);
	background-repeat: no-repeat;
	height: 30px;
	color: #079bb3;
	width: 610px;
	background-position: right;
}

div#footer a:link, div#footer a:visited {
	color: #079bb3;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin: 0px;
	font-weight: bold;
	text-transform: uppercase;
}

div#footer a:hover {
	text-decoration: underline;
}

/* styles the copyright div */
div#copyright {
	text-align: left;
	color: #079bb3;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 9px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	margin-top: 0px;
	margin-bottom: 0px;
	width: 590px;
	padding-left: 88px;
}

div#copyright a {
	font-size: 9px;
	color: #079bb3;
	font-weight: bold;
	text-align: center;
}

/* navigation */
div#nav {
	position: absolute;
	top: 172px;
	left: 263px;
	width: auto;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
	
div#nav li a#current, div#nav li a#current:hover{
	color: #003300;
}

/* 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;
	text-decoration:none;
	font-weight: bold;
	font-size: 12px;
	text-transform: uppercase;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 0px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
	color: #006600;
}

div#nav li a:hover {
	color: #003300;
}
/* end navigation */

div#listcol {
	margin-left: auto;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding-left: 75px;
	float: left;
}

div#listcol2 {
	margin-left: auto;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding-left: 25px;
	float: left;
}


ul#list {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding: 0px;
}

ul#list li {
	list-style-position: inside;
	list-style-image: url(images/bullet.gif);
	color: #006600;
	font-size: 11px;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 8px;
	padding-left: 7px;
	margin: 0px;
}

div#map {
	padding: 4px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	border: 1px solid #91B5AF;
	height: 420px;
	width: 650px;
}

div#flash {
	position: absolute;
	top: 0px;
	height: 155px;
	width: 690px;
	margin: 0px;
	padding: 0px;
	left: 160px;
	bottom: 0px;
}

div#netopia {
	margin-left: 75px;
	margin-top: 0px;
	margin-right: auto;
	text-align: center;
	margin-bottom: 0px;
	padding: 0px;
	width: 500px;
}

div#signin {
	margin-left: auto;
	margin-right: auto;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: left;
	margin-top: 0px;
	margin-bottom: 0px;
	width: 590px;
	padding-left: 260px;
}

div#audio {
	position: absolute;
	top: 128px;
	height: 36px;
	width: 122px;
	margin: 0px;
	padding: 0px;
	right: 0px;
	left: 226px;
	bottom: 0px;
}

.clear {
	clear: both;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

iframe {
	margin-top: 0px;
}

.companyname {
	color: #003366;
	font-weight: bold;
}

.important {
	color: #000000;
}

.title {
	color: #052F57;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-transform: none;
	font-size: 18px;
	font-weight: bold;
}

.top {
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	color: #663399;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
}

.imgcenter {
	text-align: center;
	padding: 2px;
	border: 1px solid #868686;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #FFFFFF;
}

.imgcenter2 {
	text-align: center;
	padding: 2px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

.rightimg {
	float: right;
	padding: 2px;
	border: 1px solid #868686;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 10px;
	margin-bottom: 0px;
	background-color: #FFFFFF;
}

.leftimg {
	float: left;
	padding: 2px;
	border: 1px solid #868686;
	margin-top: 5px;
	margin-right: 10px;
	margin-left: 0px;
	margin-bottom: 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;
}
