/* ----------------- REDEFINES THE TAG SELECTORS ----------------- */

body {
	margin: 0px 0px;
	padding: 0px;
	background: #E4E4E3 url(images/bg.gif) repeat-x left top;
}

/* 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 {
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	font-size: 11px;
	color: #666666;
}
/* Redefines the p tag */
p {
	text-transform: none;
	padding: 0px;
	margin: 0px 30px 20px 15px;
	font: 12px/17px Arial, Helvetica, sans-serif;
	color: #333333;
}

h1 {
	font: bold 20px Arial, Helvetica, sans-serif;
	color: #020845;
	padding: 0px;
	text-indent: 0px;
	margin: 20px 30px 35px 20px;
}

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

address {
	font: normal 12px Arial, Helvetica, sans-serif;
	color: #333333;
	padding: 4px;
	text-align: left;
	float: left;
	margin-right: 15px;
	margin-bottom: 5px;
	margin-left: 15px;
	border: 1px solid #E4E4E4;
}
address a:link, address a:hover, address a:visited {
	padding: 0px;
	margin: 0px;
	text-decoration: underline;
	color: #000000;
}


/* Creates DIV container for header. Setting the left and right margins to auto will center DIV. */
div#header {
	margin: 0px;
	padding: 0px;
	background: #FFFFFF url(images/header.jpg) no-repeat left top;
	position: relative;
	height: 220px;
}

/* Creates the div container for the site. */
div#container {
	background: #FFFFFF url(images/container_bg.gif) repeat-y left top;
	margin: 0px;
	width: 770px;
	padding: 0px;
	float: left;
}
/* ----------------- 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;
}
/* SUBPANEL */
div#signin {
	position: absolute;
	top: 15px;
	clear: both;
	width: 180px;
	text-align: right;
	z-index: 2;
	color: #000000;
	font-family: tahoma;
	right: 15px;
}

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

div#signin a:hover {
	color: #253F50;}
/* Creates the div for the content */
div#content {
	float: right;
	margin: 0px;
	padding: 0px;
	width: 600px;
	position: relative;
}
div#map {
	margin-left: 15px;
	margin-bottom: 10px;
	height: 275px;
	width: 550px;
	padding: 4px;
	border: 1px solid #EEEEEE;
}


/* Creates the div container for the footer. */
div#footer {
	clear: both;
	margin: 0px;
	padding: 15px 0px 0px;
	width: 770px;
	font-size: 9px;
	background: #E4E4E3 url(images/footer_bg.gif) no-repeat left top;
}
div#footerright {

}

div#footernav {
	width: 770px;
	padding: 0px;
	margin: 0px;
	text-align: right;
}
div#footernav a:link, div#footernav a:visited, div#footernav a:hover {
	font: bold 11px tahoma;
	text-decoration: none;
	margin-right: 3px;
	margin-left: 3px;
	color: #23293F;
  }
div#footernav a:hover {
	color:#528FC7;
}  
    
/* Styles the copyright div */
div#copyright {
	font: 9px Verdana, Arial, Helvetica, sans-serif;
	color: #23293F;
	margin: 0px;
	padding: 3px 0px 0px;
	clear: both;
	width: 770px;
	float: left;
	text-align: right;
}
div#copyright a {
	font-size: 9px;
	color: #23293F;
	text-decoration: underline;
	font-weight: normal;
}

/* ----------------- left NAVIGATION ----------------- */

div#leftnav {
	float: left;
	margin: 0px;
	padding: 0px;
	font: 11px Arial, Helvetica, sans-serif;
	width: 170px;
	border-top: 1px solid #697293;
}
ul#leftnav {
	padding: 0px;
	margin: 0px;
}
ul#leftnav li {
	display: inline;
	list-style: none;
	line-height: 15px;	
}
ul#leftnav li a:link, ul#leftnav li a:visited, ul#leftnav li a:active {
	display: block;
	color: #333333;
	text-decoration: none;
	font: bold normal 11px/30px Arial, Helvetica, sans-serif;
	padding: 0px;
	margin: 0px;
	text-align: left;
	text-indent: 12pt;
	width: 170px;
	background: url(images/nav_off.jpg) no-repeat left top;
	text-transform: uppercase;
	height: 31px;
}
ul#leftnav li a:hover, ul#leftnav li a.current:link, ul#leftnav a.current:visited {
	color: #FFFFFF;
	font-weight: bold;
	background: url(images/nav_on.jpg) no-repeat left top;
}


div#flash {
	margin: 0px;
	padding: 0px;
	height: 223px;
	width: 770px;
	position: absolute;
	left: 0px;
	top: 0px;
}
applet {
	float: right;
}
.textcenter {
	text-align: center;
}
.clear {
	clear: both;
}
.right {
	float: right;
	margin-left: 15px;
	padding: 4px;
	border: 1px solid #E4E4E4;
	clear: both;
	margin-bottom: 15px;
}



.textcenter {
	text-align: center;
}
#content li {
	font: 12px Arial, Helvetica, sans-serif;
	padding-top: 4px;
	padding-bottom: 4px;
	list-style: url(images/bullet.gif) none outside;
	color: #333333;
}
#content ul {
	margin-bottom: 10px;
}
div#footerright {
	float: left;
	width: 760px;
	text-align: right;
}
