/* ----------------- REDEFINES THE TAG SELECTORS ----------------- */
* {
	margin:0px;
	padding:0px;
}
body {
	background:#5b5b5b;
	margin: 0px; /* Always set margins to 0. Some browsers automatically apply them. */
	padding: 0px; /* Always apply padding if you apply margins */
	text-align: center; /* Equivalent to <center> tag for older IE browsers. Remove if you do not want to center page. */
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
/* 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, lo, td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left; /* Not necessary if not using text-align center in body tag for older IE browsers. */
}
/* Redefines the p tag */
p {
	font-size: 12px;
	padding-bottom:15px;
	line-height:1.5em;
	color:#333;
}
h1 {
	font-size:24px;
	padding-bottom:10px;
	font-weight:bold;
	color:#032f57;
	font-family:Georgia, "Times New Roman", Times, serif;
}
h2 {
	font-size:14px;
	padding-bottom:5px;
	padding-top:10px;
	color:#032f57;
	font-family:Georgia, "Times New Roman", Times, serif;
}
address {
	text-align:left;
	font-style:normal;
	color:#CCCCCC;
}
a {
	color:#333;
}
a:hover {
	color:#003;
}
.center {
	text-align:center;
}
.alignright {
	text-align:right;
}
.alignleft {
	text-align:left;
}
/* ----------------- PAGE LAYOUT ELEMENTS ----------------- */

div#wrapper {
	width:850px;
	margin:0 auto;
}
div#header {
	width:850px;
	height:298px;
	background:url(images/bg-header.jpg) top left no-repeat;
}
div#flash { padding:8px 0px 0px 32px; text-align:left;
}
/* ----------------- TOP NAV ----------------- */
div#topnav {
	width:850px;
	height:34px;
	background:url(images/bg-nav.jpg) top left no-repeat;
	overflow:hidden;
}
div#topnav ul {
	margin-left:45px;
}
div#topnav ul li {
	display:inline;
	list-style:none;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:normal;
}
div#topnav ul li a {
	text-decoration:none;
	color:#ffffff;
	padding:12px 15px 12px 15px;
	height:10px;
	display:block;
	float:left;
	font-weight:bold;
	background:url(images/bg-nav-off.gif) top right no-repeat;
	text-transform:uppercase;
}
div#topnav ul li a:hover {
	color:#f1f2b5;
}
div#topnav ul li a.current {
	color:#f1f2b5;
	background:url(images/bg-nav-on.gif) top right no-repeat;
	width:173px;
	text-align:center;
	padding:12px 0px 12px 0px;
}
div#locations {
	width:850px;
	height:156px;
	clear:both;
	background:url(images/locations.jpg) top left no-repeat;
}
div#container {
	width:850px;
	clear:both;
	background:url(images/bg-content-repeat.gif) top left repeat-y;
	float:left;
}
div#content {
	width:850px;
	float:left;
	background:url(images/bg-content.gif) top left no-repeat;
}
div#leftcol {
	width:269px;
	float:left;
	padding-top:40px;
}
div#leftcol address {
	padding:10px 0px 200px 55px;
	color:#333;
	font-weight:bold;
	border-right:1px solid #a5a5a5;
}
div#rightcol {
	width:516px;
	float:right;
	padding:25px 45px 25px 20px;
}
div#rightcol ul {
	padding:5px 0px 10px 25px;
}
div#rightcol ul.list {
	float:left;
	width:170px;
}
div#footer {
	clear:both;
	width:850px;
	background:url(images/bg-footer.gif) top left no-repeat;
	width:850px;
	height:67px;
}
div#bottomnav {
	padding:15px 0px 0px 0px;
}
div#bottomnav a {
	padding:0px 15px 0px 15px;
	text-decoration:none;
}
div#bottomnav a:hover {
	text-decoration:underline;
}
div#ownerlink {
	margin-top:50px;
	clear:both;
}
div#ownerlink a {
	color:#a39879;
	text-transform:uppercase;
	padding:0px 15px 0px 15px;
	font-size:10px;
	text-decoration:none;
}
div#ownerlink a:hover {
	color:#000;
}
div#copyright {
	color:#a39879;
	padding-top:5px;
	font-size:10px;
}
div#copyright a {
	color:#a39879;
	padding:0px;
	font-size:10px;
}
div#copyright a:hover {
	color:#333;
}
/* -- WEB AUDIO APPLET -- */
div#audiobtn {
	padding:0px 0px 0px 45px;
	cursor:pointer;
}
div#applet {
	position:relative;
	width: 180px;
	height: 100px;
	background: url(images/webaudio.gif) top left no-repeat;
}
div#applet div {
	position: absolute;
	top: 52px;
	left: 75px;
	width: 68px;
	height: 30px;
}
div#applet a {
	display: block;
	position: absolute;
	top: 85px;
	left: 0px;
	width: 180px;
	height: 10px;
}
div#netopia iframe {
	margin-top:-50px;
}
.clear {
	clear:both;
}
img.right {
	float:right;
}
img.left {
	float:left;
}
img.border {
	border:1px solid #666666;
	margin:0px 10px 10px 10px;
}
