div {
margin: 0;
padding: 0;
}
/* ----------------- REDEFINES THE TAG SELECTORS ----------------- */
body {
	margin: 0;
	padding: 0;
	text-align: center;
	background: #808368;
}

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: #CC0000;
	margin: 5px 15px 15px;
	padding-top: 10px;
	padding-bottom: 15px;
	font: bold 16px Arial, Helvetica, sans-serif;
}

h2 {
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	color: #8ADBE7;
	margin-right: 20px;
	margin-left: 15px;
	margin-top: 0px;
	margin-bottom: 0px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	padding: 0px;
}

address {
	color: #000000;
	text-align: left;
	margin: 0;
	padding: 20px 0px 60px 10px;
	font: normal 12px Arial, Helvetica, Verdana, sans-serif;
	float: left;
	background: url(images/address_bg.gif) no-repeat left top;
	height: 180px;
}
div#flashlogo {
	height: 157px;
	width: 317px;
	position: absolute;
	left: 28px;
	top: 43px;
}

div#imagescolumnright {
	float: right;
	width: 225px;
	padding-right: 20px;
	padding-left: 5px;
font: normal 10px Arial, Helvetica, Verdana, sans-serif;
}
.imageborder {
	padding: 2px;
	border: 1px solid #CCCCCC;
}


address strong {
	color: #000000;
	font: bold 12px tahoma;
}

/* Creates the general link style for the site. This is not the main navigation.  */
a:link {
	color: #000000;
	text-decoration: underline;
	font: 12px Arial, Helvetica, sans-serif;
}

a:hover, a:active {
	color: #CC0000;
	text-decoration: underline;
}

a:visited {
	color: #000000;
	text-decoration: underline;
}
/* SUBPANEL */
div#signin {
	position: absolute;
	top: 2px;
	clear: both;
	width: 146px;
	text-align: right;
	z-index: 2;
	color: #000000;
	font-family: tahoma;
	right: 11px;
}

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

div#signin a:hover {
	color: #CC0000;
}
/* ----------------- PAGE LAYOUT ELEMENTS (for tables) ----------------- */
table, td, th {
	border-collapse: collapse;
	margin-left: 15px;
}

/* ----------------- 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;
}
/* DIV HEADER */
div#header {
	width: 800px;
	padding: 0;
	height: 210px;
	background: url(images/header_g.jpg) no-repeat left top;
	position: relative;
	margin: 0px auto 0;
}
div#flash {
	position: absolute;
	height: 200px;
	width: 346px;
	left: 0px;
	bottom: 0px;
}


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

/* DIV CONTENT */
div#content {
	float: right;
	width: 610px;
	margin: 0;
	padding: 0;
	text-align:left;
}
div#location {
	width: 600px;
	height: 85px;
}

#content li {
	color: #333333;
	list-style: url(images/bullet.gif) none;
	margin-top: 3px;
	margin-bottom: 3px;
}
#content ul {
	margin-top: -10px;
}







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

ul#listfloatleft {
	float: left;
	color: #666666;
	margin-top: 0px;
	margin-bottom: 15px;
	padding: 0 0 0px 20px;
	margin-right: 10px;
	width: 240px;
}
ul#list1 {
	float: left;
	color: #666666;
	padding-top: 3px;
	padding-right: 0;
	padding-bottom: 3px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 15px;
	width: 300px;
}
div#iframe {
	width: 525px;
	text-align: center;
	margin-top: -30px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

/* DIV FOOTER */
div#footer {
	width: 800px;
	color: #FFFFFF;
	clear: both;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	height: 29px;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 9px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-align: center;
	padding: 5px 0 0px 0px;
	background: #F8F8F8;
	border-top: 2px solid #FFCC33;
}

div#footernav {
	width: 800px;
	float: right;
	margin-bottom: 5px;
	text-align: center;
	margin-left: 0px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	color: #CC0000;
}
div#footernav a:link, div#footernav a:visited {
	color: #CC0000;
	text-decoration: none;
	text-transform: capitalize;
	font: bold normal 10px Arial, Helvetica, sans-serif;
	padding-left: 10px;
	padding-right: 10px;
}

div#footernav a:hover, div#footernav a:active {
text-decoration: underline;
}
/* DIV COPYRIGHT */
div#copyright {
	width: 800px;
	color: #808368;
	text-align: center;
	background: #F8F8F8;
	margin: 0 auto;
	padding: 0px;
	font: normal 9px Arial, Helvetica, Verdana, sans-serif;
	float: right;
}
div#moreinfo {
	height: 60px;
	width: 800px;
	background-image: url(images/footer_g.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	clear: both;
}


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

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

/* ----------------- MAIN NAVIGATION ----------------- */
ul#mainnav {
	margin: 0px;
	padding: 0px;
}

ul#mainnav li {
display: inline;
list-style: none;
}

ul#mainnav li a:link, ul#mainnav li a:visited, ul#mainnav li a:active {
	display: block;
	text-decoration: none;
	color: #FFFFFF;
	margin: 0px 0px 0;
	font: bold 10px/29px tahoma;
	background: #CC0000 url(images/navbutton.gif) no-repeat right center;
	text-align: left;
	text-indent: 15px;
	height: 29px;
	text-transform: uppercase;
}

ul#mainnav li a.current:link, ul#mainnav a.current:visited, ul#mainnav li a:hover {
	color: #FFCC33;
	background: url(images/navbutton_current.gif) no-repeat right center;
	padding-left: 10px;

}


#clearboth {
	clear: left;
}

.textcenter {
	text-align: center;
	margin-bottom: 10px;
}
img.left {
	clear: both;
	float: left;
	padding: 2px;
	margin-bottom: 10px;
}

img.right {
	clear: both;
	float: right;
	padding: 2px;
	margin-left: 6px;
	margin-bottom: 15px;
	border: 1px solid #CCCCCC;
}
img.left2 {
	float: left;
	padding: 2px;
	margin-right: 6px;
	margin-bottom: 15px;
	border: 1px solid #CCCCCC;
}
img.right2 {
	float: right;
	padding: 2px;
	margin-left: 6px;
	margin-bottom: 15px;
	border: 1px solid #CCCCCC;
}
strong {
	color: #333333;
	font: bold 12px tahoma;
}
.centerpic {
	margin-left: auto;
	width: 500px;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
}
div#map {
	height: 350px;
	width: 500px;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #F8F8F8;
	padding: 2px;
	margin-bottom: 15px;
}
#listfloatleft {
	float: left;
	list-style: url(images/bullet.gif);
	padding-top: 0;
	padding-bottom: 0;
	margin-top: 0;
	margin-bottom: 15px;
	margin-left: 20px;
	width: 140px;
	padding-left: 20px;
}
h3 {

	font-size: 16px;
	font-weight: bold;
	text-align: left;
	color: #026D95;
	margin-right: 0px;
	margin-left: 15px;
	margin-top: 0px;
	margin-bottom: 10px;
	padding: 0px;
}
img.rightnoborder {
	clear: both;
	float: right;
	padding: 2px;
	margin-left: 6px;
	margin-bottom: 15px;
}
img.border {
	float: right;
	padding: 2px;
	border: 1px solid #999999;
	margin: 0px;
}
