/* ----------------- REDEFINES THE TAG SELECTORS ----------------- */

body {
	margin: 0;
	padding: 0;
	text-align: center;
	background-color: #646464;
}

body#webaudio { background: #FFF; }

p, h1, h2, h3, h4, h5, a, ul, li, lo, td { font-family: Arial, Helvetica, sans-serif; text-align: left; }

p, li {
	font-size: 12px;
	color: #CCCCCC;
}

p, h1 {
	margin: 0 10px 15px 0;
}

h1 {
	font-size: 22px;
	border-bottom: 1px solid #000;
	color: #FFFFFF;
	text-transform: uppercase;
}

h3 {
	color: #FFFFFF;
}

address {
	font-style: normal;
	color: #CCCCCC;
}

/* ----------------- PAGE LAYOUT ELEMENTS ----------------- */

div#container { background: #FFF; }

div#body {
	margin: auto;
	position: relative;
	width: 755px;
}

div#header { background: #FFF; height: 175px; width: 755px; position: relative; }

div#content {
	background: url(images/content_bg.gif) repeat-y;
	width: 555px;
	padding-left: 200px;
	padding-top: 1px;
	padding-bottom: 1px;
	color: #000;
}

div#content a, div#content a:visited {
	color: #EDEDED;
	font-weight: bold;
	text-decoration: none;
}
address a, div#content a:hover, div#content h3 a { text-decoration: underline; }

div#content ul { list-style: none; }
div#content ul li { list-style-image: url(images/bullet.gif); }
div#content h3 { margin: 0 auto; padding: 0; font-weight: bold; font-size: 16px; text-align: center; }

div#footerwide { background: url(images/footer_bg.gif) repeat-x; }

div#footer {
	font-size: 10px;
	text-align: left;
	background: url(images/footer.jpg) no-repeat;
	height: 70px;
	width: 750px;
	margin: auto;
	padding-top: 30px;
	padding-left: 5px;
	color: #999;
}

div#footer a:link, div#footer a:visited { color: #CCC; }

div#footer a:hover { color: #FFF; }

div#copyright { margin: 15px auto auto; text-align: left; font: 9px Verdana, Arial, Helvetica, sans-serif; color: #CCC; padding-bottom: 10px; }

div#copyright a:link, div#copyright a:visited { color: #CCC; }

div#contact {
	font: bold 12px Arial, Helvetica, sans-serif;
	text-align: left;
	padding-top: 5px;
	padding-bottom: 5px;
	border-top: 1px solid #000;
	color: #CCCCCC;
	padding-right: 10px;
}

/* ----------------- NAVIGATION --------------------- */

div#navcontainer { position: absolute; width: 160px; }

ul#navlist { margin: 0; padding: 0; }

ul#navlist li { display: inline; list-style: none; }

ul#navlist li a:link, ul#navlist li a:visited, ul#navlist li a:active {
	color: #000;
	text-decoration: none;
	display: block;
	margin: 0px;
	padding: 5px 0 5px 35px;
	width: 125px;
	text-transform: uppercase;
	font: 12px Arial, Helvetica, sans-serif;
}

ul#navlist li a:hover, ul#navlist li a.current:link, ul#navlist li a.current:visited {
	background: #FFF url(images/bg-nav-over.gif) no-repeat left center;
	color: #000;
	border: 1px solid #999;
	border-left-width: 0;
	margin-left: 5px;
	padding-left: 30px;
	padding-bottom: 4px;
	font-weight: bold;
}

/* ----------------- IMAGE/ALIGNMENT ELEMENTS ----------------- */

.left { float: left; margin-right: 10px; }

.right { float: right; margin-left: 10px; }

.border { border: 1px solid #000; }

.clear { clear: both; }

.center { text-align: center; }

/* ----------------- CUSTOM CLASSES ----------------- */

div#audio { position: absolute; height: 16px; width: 110px; top: 158px; left: 645px; }

div#map { width: 500px; border: 1px solid #000; margin: 0 auto; }

iframe.netopia { margin-top: -45px; margin-left: -25px; }
