/* ----------------- REDEFINES THE TAG SELECTORS ----------------- */
body {
	margin: 0;
	padding: 0;
	text-align: center;
	background: #F7F5DB url(images/bg.gif) repeat-x left top;
}

p, h1, h2, h3, h4, h5, a, ul, ol, li, td {
font: normal 12px Arial, Helvetica, Verdana, sans-serif;
}

p {
	margin: 0;
	color: #333333;
	padding-top: 4px;
	padding-right: 15px;
	padding-bottom: 16px;
	padding-left: 15px;
	font: 12px/17px Arial, Helvetica, sans-serif;
}

h1 {
	text-align: left;
	color: #373735;
	margin: 0px 0px 10px;
	padding: 15px 20px 15px 15px;
	font: bold 21px Arial, Helvetica, sans-serif;
}

h2 {
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	color: #495C65;
	margin-right: 15px;
	padding-right: 20px;
	margin-left: 15px;
	margin-top: 0px;
	margin-bottom: 0px;
}

address {
	text-align:left;
	color:#000000;
	font: normal 11px Arial, Helvetica, Verdana, sans-serif;
	padding-left: 20px;
	padding-bottom: 10px;
	padding-top: 10px;
}

address strong {
	color: #000000;
	font: 11px tahoma;
}
address a:link, a:visited, a:hover, a:active {
	font-size: 11px;
	color: #000000;
}
div {
margin: 0;
padding: 0;
}

/* Creates the general link style for the site. This is not the main navigation.  */
a:link, a:active, a:visited {
	color: #851616;
	text-decoration: underline;
	font-size: 12px;
}

a:hover {
	color: #333333;
}

/* ----------------- PAGE LAYOUT ELEMENTS (for tables) ----------------- */
table, td, th {
	border-collapse: collapse;
	margin-left: 15px;
}


/* DIV HEADER */
div#header {
	width: 760px;
	padding: 0;
	height: 191px;
	background: url(images/header.jpg) no-repeat left top;
	position: relative;
	margin: 0px auto 0;
}
div#flash {
	position: absolute;
	height: 161px;
	width: 760px;
	left: 0px;
	top: 0px;
}


/* DIV CONTAINER */
div#container {
width: 760px;
margin: 0 auto;
padding: 0;
background: #fff url(images/container_bg.gif) repeat-y left top;
}

/* DIV CONTENT */
div#content {
	float: right;
	width: 567px;
	margin: 0;
	padding: 0;
	text-align:left;
	border-top: 1px solid #F5F5EE;
	position: relative;
}

/* ----------------- WEB AUDIO APPLET ----------------- */
div#applet {
position:relative;
width: 180px;
height: 100px;
background: url(images/webaudio.gif) no-repeat left top;
}
 
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;
}
/* ----------------- CUSTOM CLASSES ----------------- */
/* SUBPANEL */
div#signin {
	position: absolute;
	top: 8px;
	clear: both;
	width: 180px;
	text-align: right;
	z-index: 2;
	color: #000000;
	font-family: tahoma;
	right: 15px;
}

div#signin a {
	text-decoration: none;
	color: #6A1A1A;
	font: bold 9px tahoma;
}

div#signin a:hover {
	color: #000000;}


/* DIV SIDEBAR */
div#sidebar {
	float: left;
	width: 193px;
	margin: 0;
	padding: 0;
}

ul#listfloatleft {
	float: left;
	color: #666666;
	margin-top: 0px;
	margin-bottom: 15px;
	padding: 0 0 0 15px;
}

/* DIV FOOTER */
div#footer {
	width: 760px;
	color: #FFFFFF;
	clear: both;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	height: 26px;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 9px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	padding: 0px 0 0px 0px;
	text-align: center;
	background: #F7F5DB url(images/footer_bg.gif) no-repeat left top;
}

div#footernav {
	width: 566px;
	float: right;
	padding-top: 5px;
	padding-bottom: 10px;
}
div#footernav a:link, div#footernav a:visited {
	color: #FFFFFF;
	text-decoration: none;
	text-transform: capitalize;
	font: bold 11px arial;
}

div#footernav a:hover, div#footernav a:active {
text-decoration: underline;
}
div#footerright {
	width: 569px;
	font: normal 9px Arial, Helvetica, Verdana, sans-serif;
	color: #333;
	text-align: right;
	margin: 0 auto;
	padding: 0 0 10px;
	float: right;
}
/* DIV COPYRIGHT */
div#copyright {
	width: 566px;
	margin: 0 0px;
	color: #000000;
	text-align: center;
	float: right;
	padding: 0px 0;
	font: normal 9px Arial, Helvetica, Verdana, sans-serif;
}

div#copyright a:link, div#copyright a:visited, div#footerright a:visited, div#footerright a:link {
font-size: 9px;
color: #000000;
text-decoration: none;
}

div#copyright a:hover, div#copyright a:active, div#footerright a:hover, div#footerright a:active {
font-size: 9px;
text-decoration: underline;
}

/* ----------------- NAVIGATION CONTAINER ----------------- */
div#horznav {
	width: 760px;
	height: 30px;
	margin: 0 auto;
	padding: 0;
	position: absolute;
	left: 0px;
	bottom: 0px;
}

ul#nav {
margin: 0;
padding: 0 0 0 0px;
list-style-type: none;
}

ul#nav li {
float: left;
margin: 0 auto;
padding: 0 0 0 0px;
display: inline;
}

ul#nav li a:link, ul#nav li a:visited, ul#nav li a:active {
	margin: 0;
	padding: 8px 15px;
	display: run-in;
	line-height: 30px;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	color: #FFFFFF;


border-right:1px solid #
;
}

ul#nav li a.current:link, ul#nav li a.current:visited {
background: #6A1A1A;
color: #FFFFFF;
}

ul#nav li a:hover {
background: #a22727;
color: #FFFFFF;
}


#clearboth {
	clear: left;
}

.textcenter {
	text-align: center;
	margin-bottom: 10px;
}
img.right {
	clear: both;
	float: right;
	padding: 4px;
	margin-left: 5px;
	margin-bottom: 10px;
	border: 1px solid #DCE5E4;
	background: #FFFFFF;
}
img.right1 {
	clear: both;
	float: right;
	padding: 2px;
	border: 1px solid #6B0A0A;
	margin-left: 10px;
	margin-top: 20px;
	margin-bottom: 15px;
}
strong {
	color: #9A3434;
	font: bold 12px Arial, Helvetica, sans-serif;
}
.centerpic {
	border: 1px solid #B95002;
}
#content li {
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	list-style: url(images/bullet.gif) none;
	padding: 4px 5px 4px 15px;
}
#content ul {
	font-weight: bold;
	margin-left: 20px;
	margin-right: 20px;
	margin-top: 0px;
}

.notice {
	background-color: #E7EBED;
	border: 1px solid #BCC8CE;
	margin-right: 15px;
	margin-left: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding: 2px;
}
div#map {
	margin-left: 15px;
	border: 1px solid #BCC8CE;
	height: 300px;
	width: 500px;
	margin-bottom: 15px;
}
.clear {
	clear: both;
}
.netopia {
	padding-left: 15px;
}
