/* ----------------- 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: #575c26;
	 
	background-image: url(images/body-bg.gif);
	 
	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: #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: 11px;
	 
	color: #000;
	 
	text-transform: none;
	 
	font-weight: normal;
	 
	font-family: verdana, arial, helvetica, sans-serif;
	 
	text-align: left;
	 
	margin: 0px;
	 
	padding-top: 0px;
	 
	padding-right: 25px;
	 
	padding-bottom: 10px;
	 
	padding-left: 0px;
	 
	line-height: 21px;
	 
}

h1 {
	color: #fff;
	 
	font-size: 18px;
	 
	margin-top: 10px;
	 
	margin-right: 25px;
	 
	margin-left: auto;
	 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	 
	font-weight: normal;
	 
	font-style: normal;
	 
	text-align: left;
	 
	text-transform: uppercase;
	 
	margin-bottom: 13px;
	 
	background-color: #575c26;
	 
	padding: 10px;
	 
}

h2 {
	color: #6b0605;
	 
	font-size: 13px;
	 
	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;
	 
}


address {
	font-style: normal;
	 
}

address a:link, address a:visited {
	color: #ffffff;
	 
	font-size: 11px;
	 
	margin: 0px;
	 
	padding: 0px;
	 
}
address a:hover {
	text-decoration: none;
	 
	color: #c5be00;
	 
}

/* creates the general link style for the site. this is not the main navigation.  */
a:link, a:visited {
	color: #565b25;
	 
	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: 220px;
	 
	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;
	 
	padding: 0px;
	 
	margin-top: 0px;
	 
	margin-bottom: 0px;
	 
	
}

/* creates the div for the content */
div#content {
	padding-top: 0px;
	 
	padding-right: 0px;
	 
	padding-bottom: 15px;
	 
	padding-left: 275px;
	 
	margin: 0px;
	 
	
}

/* creates the div for the address */
div#address {
	text-align: left;
	 
	color: #6b0605;
	 
	font-family: verdana, arial, helvetica, sans-serif;
	 
	font-size: 11px;
	 
	line-height: 14px;
	 
	padding-left: 10px;
	 
	padding-bottom: 25px;
	 
}

/* 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: 10px;
	 
	margin-right: auto;
	 
	margin-bottom: 0px;
	 
	margin-left: auto;
	 
	font-size: 9px;
	 
	text-align: center;
	 
	height: 20px;
	 
	padding-top: 10px;
	 
	padding-right: 0px;
	 
	padding-bottom: 0px;
	 
	padding-left: 0px;
	 
	background-color: #797f53;
	 
}

div#footer a:link, div#footer a:visited {
	color: #ffffff;
	 
	font-weight: bold;
	 
	text-decoration: none;
	 
	text-transform: uppercase;
	 
	font-family: verdana, arial, helvetica, sans-serif;
	 
	font-size: 9px;
	 
	padding-right: 10px;
	 
	padding-left: 10px;
	 
}

div#footer a:hover {
	text-decoration: underline;
	 
}

/* styles the copyright div */
div#copyright {
	text-align: center;
	 
	color: #000;
	 
	margin-top: 0px;
	 
	margin-right: auto;
	 
	margin-bottom: 0px;
	 
	margin-left: auto;
	 
	font-family: verdana, arial, helvetica, sans-serif;
	 
	font-size: 9px;
	 
	padding: 0px;
	 
}

div#copyright a {
	font-size: 9px;
	 
	color: #000;
	 
	font-weight: bold;
	 
	text-align: center;
	 
}

/* navigation */
div#nav {
	padding: 0px;
	 
	clear: both;
	 
	margin-top: 0px;
	 
	margin-right: 0px;
	 
	margin-bottom: 10px;
	 
	margin-left: 0px;
	 
	background-image: url(images/nav-bg.gif);
	 
	border-bottom-width: 9px;
	 
	border-bottom-style: solid;
	 
	border-bottom-color: #E1E1E2;
	 
}
	
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: #6b0605;
	 
	text-decoration: none;
	 
	display: block;
	 
	padding-top: 8px;
	 
	padding-right: 0px;
	 
	padding-bottom: 8px;
	 
	margin: 0px;
	 
	padding-left: 20px;
	 
	border-bottom-width: 1px;
	 
	border-bottom-style: solid;
	 
	border-bottom-color: #E1E1E1;
	 
	font-family: verdana, arial, helvetica, sans-serif;
	 
	font-size: 11px;
	 
	font-weight: bold;
	 
	text-transform: uppercase;
	 
}

ul#mainnav li a:hover {
	color: #565b25;
	 
	background-image: url(images/hover.gif);
	 
}

ul#mainnav li a.current:link, ul#mainnav a.current:visited {
	background-image: url(images/current.gif);
	 
	color: #FFFFFF;
	 
}
/* end navigation */

div#listcol {
	margin-left: auto;
	 
	margin-top: 0px;
	 
	margin-right: 50px;
	 
	margin-bottom: 0px;
	 
	padding-left: 0px;
	 
	float: left;
	 
	width: 290px;
	 
}

ul#list {
	padding-top: 0px;
	 
	padding-right: 0px;
	 
	padding-bottom: 10px;
	 
	padding-left: 15px;
	 
	margin: 0px;
	 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	 
}

ul#list li {
	list-style-position: inside;
	 
	list-style-image: url(images/bullet.gif);
	 
	color: #565b25;
	 
	font-size: 11px;
	 
	font-weight: normal;
	 
	padding: 0px;
	 
	line-height: 21px;
	 
}

div#map {
	padding: 4px;
	 
	margin-top: 0px;
	 
	margin-right: auto;
	 
	margin-bottom: 25px;
	 
	margin-left: auto;
	 
	border: 1px solid #666666;
	 
	height: 420px;
	 
	width: 640px;
	 
	float: left;
	 
}

div#flash {
	position: absolute;
	 
	top: 0px;
	 
	height: 165px;
	 
	width: 240px;
	 
	margin: 0px;
	 
	padding: 0px;
	 
	right: 0px;
	 
	left: 0px;
	 
	bottom: 0px;
	 
}

div#netopia {
	margin-left: auto;
	 
	margin-top: -50px;
	 
	margin-right: 25px;
	 
	text-align: center;
	 
	margin-bottom: 0px;
	 
	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: center;
	 
	margin-top: 0px;
	 
	margin-bottom: 0px;
	 
}

div#audio {
	position: absolute;
	 
	top: 170px;
	 
	height: 30px;
	 
	width: 220px;
	 
	margin: 0px;
	 
	padding: 0px;
	 
	right: 0px;
	 
	left: 10px;
	 
	bottom: 0px;
	 
}

.clear {
	clear: both;
	 
	margin-top: 0px;
	 
	margin-right: 0px;
	 
	margin-bottom: 0px;
	 
	margin-left: 0px;
	 
}

iframe {

}

.companyname {
	color: #565b25;
	 
}

.important {
	color: #6b0605;
	 
	text-transform: none;
	 
	font-weight: bold;
	 
	font-size:12px;
	 
}

.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: 4px;
	border: 1px solid #666666;
	margin-top: 0px;
	margin-right: 25px;
	margin-left: 20px;
	margin-bottom: 0px;
	clear: right;
	 
}
.video {
	float: right;
	padding: 4px;
	border: 1px solid #666666;
	margin-top: 0px;
	margin-right: 25px;
	margin-left: 20px;
	margin-bottom: 10px;
	clear: right;
	 
}
.leftimg {
	float: left;
	 
	padding: 4px;
	 
	border: 1px solid #666666;
	 
	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;
	 
}
