html {
	height: 100%;
}
body {
	margin: 0px auto 15px;  /*!important*/
	text-align:left;
	background: url(images/background.jpg) repeat-x #CFCAB4;
	background-color: #333333;
}
p{

}
/*----- Title Text -----*/
h1 {
	color:#000000;
	font-family:Georgia, Tahoma, Arial, Helvetica, sans-serif;
	padding:5px 0px 10px 0px;
	text-transform:uppercase;
	margin:0px 0px 10px 0px;
	font-weight:normal;
	font-size: 26px;
	border-bottom: 1px solid #ccc;
	text-align: center;
}
h2 {
	color:#336699;
	padding:5px 30px 2px 0px;
	text-align:left;
	text-transform:capitalize;
	margin:10px 10px 5px 0;
	border-bottom:1px solid #ddd;
	font-weight: bold;
	font-size: 14px;
}
h3 {
	font-size:13px;
	padding:10px 0 2px 0px;
	font-weight:bold;
	margin: 0px 0px 0px 0px;
	text-align:left;
	border-bottom: 1px solid #ccc;
	display: block;
	color: #FAD060;
}
h3 P {
	font-size:11px;
	margin:0px;
	font-weight:normal;
	font-style:italic;
}
/*-------------------LAYOUT CLASSES----------------------*/

div#container {
	width:870px;
	height:auto;
	position:relative;
	margin: auto;
	font-family: Tahoma, Arial, Verdana;
	font-size: 14px;
	background:url(images/container.jpg) repeat-y left;
}

div#header {
	background: url(images/header.jpg) top left no-repeat;
	width:870px;
	text-align:left;
	font-size:11px;
	height:144px;
	display: block;
}
div#sidebar {
	float: right;
	background: url(images/sidebar.jpg) no-repeat;
	text-align:right;
	width:185px;
	padding:  20px 30px 130px 20px;
	display: inline;
	position: relative;
}
/*------------ CONTENT -----*/
div#content {
	float:left;
	line-height: 16px;
	font-size:13px;
	padding: 15px 20px 10px 20px;
	width:595px;
	color:#333333;
	text-align:left;
	height:auto;
	background: url(images/bg.jpg) no-repeat;
}
div#content a{
	color:#993300;
	font-weight:bold;
}

div#content strong{
	color:#006599;
	font-weight:bold;
}

div#content a:hover {
	color:#000;
}
div#image {
	width:155px;
	float:right;
}
div#clear {
	clear:both;
	height: 1px;
}

ul#list3 {
	float:left;
	width: inherit;
	padding: 0px 0px 0px 10px;
	margin: 0px 0px;
}
ul#list3 li {
	padding: 0px;
	margin: 2px;
	font: 12px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
}

ul#list {
	float:left;
	padding: 0px 0px 0px 20px;
	margin: 0px 0px;
	width: 330px;
}
ul#list li {
	padding: 0px;
	margin: 2px;
	font: 12px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
}

ul#list2 {
	margin:0px;
	float:left;
	text-align:left;
	padding:0px 10px 5px 0px;
	width: 120px;
}
ul#list2 li {
	padding: 0px;
	margin: 2px 0px 0px 20px;
}
ul li {
	list-style-image:url(images/bullet.gif); padding:0px; margin:0px;
}
/* ----------------- Horizontal ------------------- */
div#nav {
	background:url(images/navbg.jpg) no-repeat;
	clear:both;
	height:40px;
	margin:0 0px 0 0px;
	padding: 87px 0 2px 0px;
}
ul#mainnav {
	margin: 0px;
	padding: 0px 0 0 0px;
}
ul#mainnav li {
	display: inline; 
	padding: 0px;
	list-style: none;
	list-style-image: none;
	
}
ul#mainnav li a {
	font-size: 13px;
	color: #000;
	white-space:nowrap;
	float: left; 
	text-decoration: none;
	display: block;
	text-align: center;
	padding: 10px 10px 0px 10px;
	height:30px;
	border-right: 1px #ccc solid;
	border-left: 1px #999 solid;
}
ul#mainnav li a:hover{
color:#333;
background:#ccc;
}
ul#mainnav li a.current{
	 background:url(images/arrow.gif) bottom center no-repeat #fff;
	color:#000;

}
html #nav a {  mystery code to fix ie. you must use &nbsp for any spaces in nav text 
	width: 1%;}
/*-------------------Copyright, footer & Address-------------*/
div#copyright {
	font-size: 9px;
	text-align:center;
	padding: 20px 0 0 0px;
	color:#fff;
	clear:both;
	font-family:Arial, Helvetica, sans-serif;
}
div#copyright a {
	color: #fff;
}
div#footer {
	text-align:left;
	background:url(images/bottom.jpg) left top no-repeat;
	height:70px;
	padding:27px 10px 0px 10px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	color:#FAD060;
	font-size:11px;
	width:850px;
	margin: 0px auto;
	clear:both;
}
div#footer a {
	color:#fff;
	text-decoration:none;
}
div#footer a:hover {
	color:#ccc;
	text-decoration:underline;
}
div#footer div#login a {
	color:#FFFFFF;
	ont-family: Tahoma, Arial, Helvetica, sans-serif;
	text-align:left;
	font-weight:bold;
	font-size:11px;
}
div#login {
	float:left;
	font-weight:bold;
	color:#000;
	width: 200px;
	text-align: center;
}
div#footer div#copyright a {
	color:#fff;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
}
a.right {
	text-align:center;
	clear:both;
	padding:10px;
}
address {
	text-decoration:none;
	font-style:normal;
	clear:both;
	color:#FFFFFF;
	font-size:11px;
	border-left: 0px #ccc solid;
	padding:10px 10px 5px 10px;
	text-align:left;
	display: block;
	line-height: 14px;
}
address a {
	color:#FFFFFF;
	font-weight:bold;
}
address b {
	color:#3b474e;
	font-weight:bold;
}
address strong {
	color:#FFCC00;
	font-weight:bold;
}
/*------------------ Custom Classes ------------------*/	

div#map {
	border:1px solid #ccc;
	margin: 10px auto 10px auto;
	width:550px;
	padding:0px;
}
img#right {
	float:right;
	margin: 10px;
	padding:1px;
}

img#left {
	float:left;
	clear:leftt;
	margin: 0px 20px 10px 0px;
	padding:1px;
}

img#right2 {
	float:right;
	clear:right;
	margin: 20px 10px 10px 20px;
	border: 1px solid #ccc;
	padding:1px;
}
div#left {
	float:left;
	padding: 10px 0 0 10px;
	text-align:left;
	font-style:normal;
	color:#000;
	border-left:1px solid #ccc;
	border-top:1px solid #ccc;
	font-size:11px;
}
div#right {
	float:right;
	padding: 10px;
	text-align:center;
	font-style:normal;
	color:#000;
	font-size:12px;
	margin: 10px;
}
div#right img {
	border:1px solid #ccc;
	padding:1px;
	margin-bottom: 5px;
}
div#center {
	text-align:center;
	padding: 0 0 0 0;
	font:Arial, Helvetica, sans-serif;
	font-size:9px;
	color:#000000;
	margin: 0 auto;
}
hr {
	clear:both;
}

div#columnl {
	width:70px;
	float:left;
}
div#columnr {
	float:right;
	width: 280px;
	padding: 10px 10px 10px 10px;
	border: 1px #cccccc solid;
	font: 12px;
	margin: 10px;
}

/*-------------FLASH ------*/
div#flash {
	margin: 0px 0px 0px 0px;
	width:770px;
	height:144px;
	float:none;
	display:inline;
}
/* ----------------- AUDIO POPUP STYLES ----------------- */
div#audio {
	position: absolute;
	background: #ffffff;
	top: 125px;
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #000000;
	text-align: center;
	z-index: 200;
	visibility: hidden;
	border-top: 3px solid #4B0A2A;
	border-right: 1px solid #4B0A2A;
	border-bottom: 1px solid #4B0A2A;
	border-left: 1px solid #4B0A2A;
	padding-right: 10px;
	padding-left: 10px;
	width: 250px;
}
div#audio p {
	text-align: center;
	margin-top: 15px;
	margin-bottom: 15px;
}
div#audio a {
	color: #4B0A2A;
}
div#audio .warning {
	font-size: 9px;
	font-weight: normal;
}
div#windowshade {
	background: #000000;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 100;
	opacity: .35;
	filter:alpha(opacity=35);
	display: none;
}
	    
.small {
	font-size: 9px;
	color:#000000;
	clear:both;
	text-align:left;
	padding:11px;
	font-family:"Century Gothic", Verdana, Arial, Helvetica, sans-serif;
}
.green { color:#009900; font-weight:bold; }
div#caption { width:150px; padding:0px; margin:0px 10px 10px 10px; float:right; clear:right; text-align:center; line-height:11px; font-size:11px; color:#009933;}
div#caption strong{ color:#009933; }

a#audiobutton {
	position:absolute;
	width:224px;
	height:39px;
	z-index:3;
	left: 636px;
	cursor:hand;
	cursor:pointer;
	top: 234px;
}
p#clearl {
	clear:left;
	padding: 0px;
	margin: 0px;
}

#star {
	position:absolute;
	width:141px;
	height:143px;
	z-index:4;
	left: 36px;
	top: 260px;
}
