html {
	height: 100%;
}
body {
	margin: 0px auto 15px;  /*!important*/
	text-align:center;
	background: url(images/background.jpg) repeat-x #fff;
}
/*----- Title Text -----*/
h1 {
	color:#FFFFFF;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	padding:5px 0px 7px 0px;
	text-align:left;
	margin:2px 10px 0px 0;
	font-size: 26px;
	font-weight: normal;
}
h2 {
	color:#990000;
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	text-align:center;
	text-transform:capitalize;
	margin:10px 10px 5px 0;
	font-weight: normal;
	font-size: 14px;
	background-color: #CCCCCC;
	padding: 5px;
}
h3 {
	font-size:14px;
	padding-top:30px;
	font-weight:normal;
	color:#333366;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	width:150px;
	margin: 0px auto;
	border-bottom: 1px dotted #333366;
	text-align:center;
}
h3 P {
	font-size:11px;
	margin:0px;
	font-weight:normal;
	font-style:italic;
}
/*-------------------LAYOUT CLASSES----------------------*/

div#container {
	width:880px;
	height:auto;
	margin: auto;
	font-family: Tahoma, Verdana, Arial;
	font-size: 12px;
	background:url(images/container.jpg) repeat-y left;
	position: relative;
}
div#intro {
	background:url(images/intro.jpg) center top no-repeat;
	width:500px;
	height:auto;
	margin: auto;
	font-family: Arial, Verdana, Tahoma;
	color:#3b474e;
	font-size: 12px;
	font-weight: bold;
}
div#intro a {
	color:#FFCC00;
}

div#links{ color:#CC9900; }
div#links a{ color:#fff;  text-decoration:none;}
div#links a:hover{
	color:#FFFFFF;
	text-decoration:underline;
}


div#flashintro {
	border:3px solid #3b474e;
	background: url(images/flashbg.jpg) no-repeat top left;
	margin:10px;
	width: 480px;
}
div#header {
	background: url(images/header.jpg) top left no-repeat;
	width:880px;
	text-align:left;
	font-size:11px;
	height:262px;
	display: block;
}
div#sidebar {
	float: left;
	background: url(images/sidebar.jpg) no-repeat;
	text-align:center;
	width:200px;
	padding:  0px 5px 20px 5px;
	display: inline;
}
/*------------ CONTENT -----*/
div#content {
	float:left;
	line-height: 18px;
	font-size:13px;
	padding: 0px 20px 20px 20px;
	width:840px;
	color:#333333;
	text-align:left;
	height:auto;
	background: url(images/bg.jpg) no-repeat;
}
div#content a, strong {
	color:#990000;
	font-weight:bold;
}
div#content a:hover {
	color:#990000;
}
div#image {
	width:155px;
	float:right;
}
div#clear {
	clear:both;
}
ul#list {
	padding:0px 10px 0px 20px;
	margin-left:10px;
	float:left;
	width: 260px;
}
ul#list li {
margin:0px;
}
ul#list2 {
	margin:3px;
	float:left;
	padding:10px 10px 10px 20px;
	color: #006633;
}
ul#list2 li {
	padding: 0px;
	margin-top: 2px;
	font: 12px;
}
ul li {
	list-style-image:url(images/bullet.gif);
}
/* ----------------- Verticle ------------------- */
div#nav {
	text-align:left;
	width:170px;
	float:right;
	margin: 5px 10px 5px 10px;
	font-family:Tahoma, Geneva, Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	
}
ul#mainnav {
	margin: 0px;
	padding: 0px;
}
ul#mainnav li {
	display: inline;
	padding: 0px;
	list-style: none;
	list-style-image: none;
}
ul#mainnav li a {
	font-size: 13px;
	color: #333;
	font-weight:normal;
	text-decoration: none;
	background:url(images/nav3.gif) left no-repeat;
	display: block;
	text-align: center;
	padding: 6px 0px 6px 0px;
	border-bottom: 1px #ccc solid;
	border-top: 1px #999 solid;
}
ul#mainnav li a:hover {
	color: #990000;
	background:url(images/arrow.gif) left no-repeat;
}
ul#mainnav li a.current {
	background:url(images/arrow1.gif) left no-repeat;
	color:#990000;
	font-weight:bold;
}
	
	
	
/*-------------------Copyright, footer & Address-------------*/
div#copyright {
	font-size: 9px;
	text-align:center;
	padding: 20px 0 0 210px;
	color: #333;
	clear:both;
	font-family:Arial, Helvetica, sans-serif;
}
div#copyright a {
	color: #333;
}
div#footer {
	text-align:center;
	position:relative;
	background:url(images/bottom.jpg) left top no-repeat;
	height:70px;
	padding:30px 10px 0 0px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	color:#990000;
	font-size:12px;
	width:870px;
	margin: 0px auto;
	clear:both;
}
div#footer a {
	color:#333;
	text-decoration:none;
}
div#footer a:hover {
	color:#000;
	text-decoration:underline;
}
div#footer div#copyright div#login a {
	color:#333;
	ont-family: Tahoma, Arial, Helvetica, sans-serif;
	text-align:left;
	font-weight:bold;
	font-size:10px;
}
div#login {
	float:right;
	font-weight:bold;
	color:#333;
	padding: 0px;/*background: url(images/greybg.jpg) repeat-y right;*/
	width: 210px;
}
div#footer div#copyright a {
	color:#333;
	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:#CCCCCC;
	font-size:11px;
	border-left: 0px #ccc solid;
	padding:10px 10px 10px 10px;
	text-align:center;
	position: absolute;
	left: 550px;
	top: 7px;
	width: 115px;
}
address a {
	color:#3b474e;
	font-weight:bold;
}
address b {
	color:#3b474e;
	font-weight:bold;
}
address strong {
	color:#FFFFFF;
	font-weight:bold;
}
/*------------------ Custom Classes ------------------*/	

div#map {
	border:1px solid #ccc;
	width:500px;
	padding:0px;
	float: right;
	margin: 10px;
}
img#right {
	float:right;
	clear:right;
	margin: 0px 0px 0px 10px;
	border: 0px solid #000000;
	padding:1px;
}
img#right2 {
	float:right;
	clear:right;
	margin: 0px 0 10px 20px;
	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;
}
img#left2 {
	float:left;
	clear:left;
	margin: 0px 20px 10px 0px;
	padding:1px;
}
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;
}
/*-------------FLASH ------*/
div#flash {
	margin: 0px 0px 0px 0px;
	width:670px;
	display:inline;
}

.small {
	font-size: 9px;
	color:#000000;
	clear:both;
	text-align:left;
	padding:10px;
	font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
}
p#clearl { clear:left; }
div#columnr {
	width:300px;
	float:right;
	font-size: 12px;
	border-left: 1px solid #999;
	padding: 0 0 0 10px;
	line-height: 16px;
}
div#columnl {
	width:490px;
	float:left;
	padding: 0px 10px 10px 10px;
}

div#columnr2 {
	width:490px;
	float:right;
	font-size: 12px;
	
	padding: 0 0 0 10px;
	line-height: 16px;
}
div#columnl2 {
	width:300px;
	float:left;
	border-right: 1px solid #999;
	padding: 0px 10px 10px 10px;
}
/* ----------------- AUDIO POPUP STYLES ----------------- */
div#audio {
	position: absolute;
	background: #ffffff;
	top: 125px;
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #003366;
	text-align: center;
	z-index: 200;
	visibility: hidden;
	border-top: 3px solid #0B3075;
	border-right: 1px solid #0B3075;
	border-bottom: 1px solid #0B3075;
	border-left: 1px solid #0B3075;
	padding-right: 10px;
	padding-left: 10px;
	width: 200px;
}
div#audio p {
	text-align: center;
	margin-top: 15px;
	margin-bottom: 15px;
}
div#audio a {
	color: #003366;
}
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;
}
 a#audiobutton {
	display:block;
	position:absolute;
	margin: 10px 0px 0px 0px;
	width:126px;
	height:110px;
	left: 556px;
	top: 125px;
}
a img{ border:2px solid #ccc; padding:5px; }
