/* ----------------- REDEFINES THE TAG SELECTORS ----------------- */
* {
	margin:0px;
	padding:0px;
}
body {
	background:url(images/bg-body.gif) top center no-repeat #d57d1f;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}
ul {
	padding:10px 0px 15px 25px;
	color:#333333;
}
/* 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:10px;
	line-height:1.5em;
	color:#3f3f3f;
}
h1 {
	font-size:26px;
	padding-bottom:3px;
	margin-bottom:7px;
	font-weight:normal;
	color:#3d3626;
	font-family:Arial, Helvetica, sans-serif;
	border-bottom:1px #e7e2db solid;
}
h2 {
	font-size:14px;
	padding-bottom:10px;
	padding-top:10px;
	color:#bf6c14;
}
address {
	text-align:left;
	font-style:normal;
	padding:15px 0px 20px 0px;
	color:#333333;
	font-size:12px;
	clear: both;
}
a {
	color:#854502;
}
a:hover {
	color:#c84e02;
}
/* ----------------- PAGE LAYOUT ELEMENTS ----------------- */

div#wrapper {
	width:1002px;
	margin:0 auto;
}
/* ----------------- TOP NAV STYLES ----------------- */

div#topnav {
	width:962px;
	position:absolute;
	left: 19px;
	top: 91px;
}
div#topnav ul {
	padding:0px;
	list-style-type:none;
}
div#topnav ul li {
	display:inline;
}
div#topnav ul li a {
	font-size: 12px;
	color:#fff;
	text-decoration: none;
	text-align:left;
	font-weight:bold;
	float:left;
	padding: 5px 14px 4px 14px;
	height:14px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background: url(images/bg-nav.gif) top left repeat-x #d57d1f;
	border-top:#b26411 1px solid;
	border-right:#b26411 1px solid;
	border-left:#b26411 1px solid;
	margin:0px 1px;
}
div#topnav ul li a:hover {
	background:#ef9c43;
}
div#topnav ul li a.current {
	color:#034d5e;
	background:url(images/bg-nav-on.gif) top left #0fbde5;
	border-top:#049abd 1px solid;
	border-right:#049abd 1px solid;
	border-left:#049abd 1px solid;
}
div#header {
	width:1002px;
	height:267px;
	background: top left no-repeat;
	position:relative;
	background:url(images/bg-header.gif) top left no-repeat;
	padding-top:118px;
}
div#flash {
	width:1002px;
	height:267px;
	background:url(images/bg-flash.jpg) top left no-repeat;
	position:relative;
	clear: both;
}
div#object {
	position:absolute;
	top:26px;
	right:46px;
}
img#audio {
	position:absolute;
	left: 86px;
	top: 156px;
	cursor:pointer;
}
/* ----------------- CONTAINER/ CONTENT ELEMENTS ----------------- */
div#container {
	width:1002px;
	background:url(images/bg-content-repeat.gif) top left repeat-y;
	float:left;
	clear: both;
}
div#content {
	width:1002px;
	float:left;
	padding:0px;
	background:url(images/bg-content.jpg) top left no-repeat;
	clear: both;
}
div#maincontent {
	width:680px;
	float:left;
	padding:15px 30px 15px 25px;
	position:relative;
}
/*SIDEBAR COL*/
div#sidebar {
	width:187px;
	float:left;
	padding:0px;
	margin-top:8px;
	margin-right:0px;
	margin-left:0px;
}
/* CONTACT INFO */
div#contactinfo {
	float:right;
	width:200px;
	padding:50px 35px 10px 17px;
}
div#contactinfo address {
	font-size:11px;
	padding:10px 0px 10px 0px;
	color:#484533;
}
div#contactinfo address span a {
	font-size:9px;
	background:#e6da98;
	color:#766f4b;
	padding:0px 1px 1px 1px;
	border:1px solid #d4c98c;
	margin-left:3px;
	text-decoration:none;
}
div#contactinfo address span a:hover {
	background:#a79d67;
	border:1px solid #FFFFFF;
	color:#FFFFFF;
}
div#contactinfo h3 {
	color:#68644b;
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
	border-bottom:1px #8c8667 dotted;
	padding-bottom:3px;
}
/* -- WEB AUDIO APPLET -- */
div#audiobtn {
	position:absolute;
	z-index:999;
	left: 523px;
	top: 16px;
	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;
}
/* ----------------- FOOTER ELEMENTS ----------------- */
div#footer {
	width:1002px;
	height:40px;
	clear:both;
	background:url(images/bg-footer.gif) top left no-repeat;
	color:#CCCCCC;
}
div#bottomnav {
	text-align:center;
	width:1002px;
	padding:25px 0px 10px 0px;
}
div#bottomnav a {
	font-size:10px;
	padding:0px 15px;
	color:#FFFFFF;
	text-decoration:none;
}
div#bottomnav a:hover {
	color:#854502;
	text-decoration:underline;
}
/* OWNER LINK */

div#ownerlink {
	text-align:center;
	clear:both;
	padding:10px 0px;
	display:block;
}
div#ownerlink a {
	font-size:11px;
	color:#dfe5d3;
}
div#ownerlink a:hover {
	color:#854502;
}
/*COPYRIGHT*/
div#copyright {
	width:1002px;
	clear:both;
	margin:0 auto;
	text-align:center;
	font-size:10px;
	clear:both;
	font-family:Arial, Helvetica, sans-serif;
}
div#copyright a {
	font-size:10px;
	font-family:Arial, Helvetica, sans-serif;
}
/* ----------------- CUSTOM ELEMENTS/ CLASSES ----------------- */
 /* IMGS */
img.right {
	float:right;
}
img.left {
	float:left;
}
img.border {
	border:1px solid #333333;
	margin:5px 10px 10px 10px;
}
/* MISC */
.clear {
	clear:both;
}
.center {
	text-align:center;
}
/* MAP */
div#map iframe {
	border:1px solid #333333;
}
/* LIST */
ul.list {
	float:left;
	width:200px;
	font-size:11px;
}
