/* ----------------- 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: #E5E8EB;
	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;
	background-image: none;
}
body#webvideo {
	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: #333333;
	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: #666666;
	font-size: 28px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: auto;
	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: solid;
	border-bottom-color: #CCCCCC;
	padding-top: 0px;
	padding-bottom: 3px;
	margin-bottom: 15px;
	padding-right: 0px;
	padding-left: 0px;
}
h2 {
	color: #000000;
	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;
	line-height: 26px;
}
h3 {
	color: #0066CC;
	font-size: 21px;
	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;
}
hr {
	color: #B1C8DE;
	clear: both;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
/* creates the general link style for the site. this is not the main navigation.  */
a:link, a:visited {
	color: #006699;
	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: 500px;
	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;
	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: 25px;
	padding-left: 0px;
	width: 665px;
	float: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
/* creates the div for the address */
address {
	text-align: right;
	color: #333333;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	line-height: 14px;
	font-style: normal;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin: 0px;
}
address a:link, address a:visited {
	color: #006699;
	font-weight: bold;
	text-align: right;
}
address a:hover {
	text-decoration: underline;
}
address img{
	text-align: right;
	margin: 0px;
	padding: 0px;
}
/* creates the div for the sidebar */
div#sidebar {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	float: left;
	width: 265px;
	padding: 0px;
	margin-right: 20px;
}
/* creates the div container for the footer. */
div#footer {
	clear: both;
	width: 950px;
	color: #000000;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	font-size: 9px;
	text-align: right;
	height: 40px;
	padding-top: 0px;
	padding-right: 40px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-image: url(images/footer-bg.jpg);
	background-repeat: no-repeat;
	font-weight: bold;
}
div#footer a:link, div#footer a:visited {
	color: #003366;
	font-weight: normal;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 0px;
	padding: 0px;
}
div#footer a:hover {
	text-decoration: underline;
}
/* styles the copyright div */
div#copyright {
	color: #333333;
	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: 910px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
}
div#copyright a {
	font-size: 9px;
	color: #333333;
	font-weight: bold;
}
/* navigation */
div#nav {
	width: 240px;
	position: absolute;
	margin: 0px;
	left: 25px;
	top: 247px;
	padding: 0px;
}
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: #004F75;
	text-decoration: none;
	display: block;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	text-align: right;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 13px;
	padding-left: 0px;
	margin: 0px;
	font-style: normal;
	font-weight: normal;
}
ul#mainnav li a:hover {
	color: #000000;
	background-image: url(images/music-note.png);
	background-position: left top;
	background-repeat: no-repeat;
}
ul#mainnav li a.current:link, ul#mainnav a.current:visited {
	color: #000000;
	background-image: url(images/music-note.png);
	background-repeat: no-repeat;
	background-position: left top;
}
/* 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;
}
ul#list {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 15px;
	margin: 0px;
}
ul#list li {
	list-style-position: inside;
	list-style-image: url(images/bullet.gif);
	color: #666666;
	font-size: 12px;
	font-weight: normal;
	padding: 0px;
	line-height: 18px;
}
div#map {
	padding: 6px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	border: 1px solid #cccccc;
	height: 450px;
	width: 653px;
	background-color: #ffffff;
}
div#flash {
	position: absolute;
	top: 210px;
	height: 240px;
	width: 685px;
	margin: 0px;
	padding: 0px;
	right: 0px;
	left: 275px;
	bottom: 0px;
}
div#netopia {
	margin-left: auto;
	margin-top: 0px;
	margin-right: auto;
	text-align: center;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 75px;
}
div#signin {
	margin-left: auto;
	margin-right: auto;
	padding-top: 0px;
	padding-bottom: 10px;
	text-align: right;
	margin-top: 0px;
	margin-bottom: 0px;
	width: 950px;
	clear: both;
	padding-right: 40px;
	padding-left: 0px;
}
div#audio {
	position: absolute;
	top: 385px;
	height: 65px;
	width: 265px;
	margin: 0px;
	padding: 0px;
	right: 0px;
	left: 695px;
	bottom: 0px;
}
div#video {
	width: 332px;
	height: 384px;
	position: relative;
	padding: 0px;
	text-align: center;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.clear {
	clear: both;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
iframe {
}
.companyname {
	color: #000000;
	text-transform: none;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, 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;
}
