/*Universally selected margins and padding*/
* {
	margin: 0px;
	padding: 0px;
}
body {
	background: #0b0b0b;
	/*Below sets a base for em percentage used. x-small generally is about 12px*/
	font-size: x-small;
}
*html body {
 font-size: x-small /* for IE5/Win*/
 f\ont-size: small;/*for  all other older verions of IE */
}
/* 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, h6, a, ul, li, ol, dt, dd, td {
	font-family: Arial, Helvetica, sans-serif;
}
/* Redefines the p tag: text set universally in body tag */
p {
	color: #fff;
	/*font percentage based on base declared in body tag*/
	font-size: 120%;
	margin: 10px 0px 10px 20px;
	line-height: 1.6em;
}
p span {
	color: #575787;
	font-weight: 900;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 310%;
	color: #fff;
	font-weight: normal;
	text-align: center;
	padding: 100px 0px 0px 220px;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	color: #fff;
	margin: 20px 0px 10px 20px;
	font-weight: bold;
	font-size: 18px;
}
blockquote {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 200%;
	color: #333;
	text-align: center;
}
/* Creates the general link style for the site. This is not the main navigation.  */

a:link {
	color: #fff;
	text-decoration: underline;
}
a:visited {
	color: #fff;
	text-decoration: underline;
}
a:hover {
	color: #fff;
	text-decoration: underline;
}
a:active {
	text-decoration: underline;
}
/* ----------------- PAGE LAYOUT ELEMENTS ----------------- */


div#wrapper {
	width: 100%;
	background:  url(images/wrapper-bg.jpg) top center no-repeat #0b0b0b;
}
div#container {
	background: url(images/bg-wrapper.gif);
	width:970px;
	margin: 0px auto;
	position: relative;
}
div#header {
	background: url(images/header.jpg);
	width: 970px;
	height: 275px;
	margin:0px auto;
	position: relative;
}
div#header2 {
	background: url(images/header2.jpg);
	width: 970px;
	height: 275px;
	margin:0px auto;
	position: relative;
	background-image: url(images/header2-v2.jpg);
}
div#flash {
	width: 490px;
	height: 366px;
	position: absolute;
	left: 461px;
	top: 84px;
}
/*container for pagetext and left coloum */

 

div#sidebar {
	width: 231px;
	float: left;
	margin: 0px 0px 0px 0px;
	display: inline;
	background: none;
	position: relative;
	z-index: 10;
	display: inline;
}
div#content {
	width: 720px;
	float: left;
	position:relative;
	display: inline;
	background: none;
}

div#video {
	width: 340px;
	height: 191px;
	border: 1px solid #444444;
	background-color: #000008;
	padding: 0px;
	margin: 20px auto;
}

#flash1 {
	width: 223px;
	height: 372px;
	float: left;
	margin: 20px 0px 10px 20px;
	display: inline;
}
#flash2 {
	width: 436px;
	height: 372px;
	float: right;
	margin: 20px 0px 10px 20px;
	display: inline;
	border: 1px solid #808080;
}
.column1 {
	width: 340px;
	float: left;
	margin: 20px 5px 10px 20px;
	display: inline;
	margin-bottom: 10px;
}
.column1 img {
	display: inline;
	border: 1px solid #ccc;
}
.column2 {
	width: 340px;
	float: left;
	margin: 20px 0px 10px 10px;
	display: inline;
	margin-bottom: 10px;
}
.column2 img {
	border: 1px solid #ccc;
}
.column3 {
	width: 150px;
	float: left;
	margin: 10px 0px 10px 20px;
	display: inline;
}
.column3 p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 0px;
	text-align: center;
}
.alpha {
}
#content .list {
	color: #fff;
	font-size: 120%;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	list-style: url(images/arrow.gif);
	line-height: 1.6;
	font-weight: bold;
}
#content li {
	font-size: 120%;
	font-family: Arial, Helvetica, sans-serif;
	list-style:url(images/arrow.gif);
	color: #57564d;
	margin: 0px 0px 15px 40px;
	line-height: 140%;
}
address {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	width: 650px;
	color:#ecc02f;
	font-size: 12px;
	margin: 10px 0px 0px 10px;
	clear: both;
	position: absolute;
	left: 265px;
	top: 164px;
	height: 18px;
	font-weight: bold;
	text-align: center;
}
address span {
	padding-left: 92px;
}
div#footer {
	width: 970px;
	height: 52px;
	background: url(images/bg-footer.gif);
	position: relative;
	margin: 10px auto 0px auto;
	clear: both;
}
/* ----------------- IMAGE ELEMENTS ----------------- */

img.left {
	margin: 0px 0px 0px 0px;
	border: 1px solid #ccc;
	padding: 2px;
}
#verticalleft {
	float: left;
	margin: 0px 20px 0px 20px;
}
img.right {
	float: right;
	text-align: center;
	font-size: 10px;
	margin: 0px 0px 10px 20px;
	border: 1px solid #ccc;
	padding: 2px;
}
#verticalright {
	float: right;
}
/*===========================Navigation===============================================*/

#navcontainer {
	position: relative;
}
ul#mainnav li {
	display:block;
	list-style: none;
}
ul#mainnav li a:link, ul#mainnav li a:visited, ul#mainnav li a:active {
	color: #fff;
	border-bottom: 1px solid #111;
	width: 220px;
	display: block;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	background: url(images/nav-bg.jpg) no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	padding: 8px 0px 8px 10px;
}
/* Creates our hover status. */
ul#mainnav li a:hover {
	color: #333;
	background: #f6c72f;
}
ul#mainnav li a.current:link, ul#mainnav a.current:visited {
	color: #333;
	background: #f6c72f;
}
ul#mainnav li a.nopointer {
	cursor:default;
}
/*SUB MENU STYLE*/

ul#mainnav li {
	position:relative;
}
ul#mainnav li ul { /* second-level lists */
	display: none;
	position:absolute;
	top: 0px;
	left: 230px;
	list-style: none;
	margin: 0px 0px 0px 0px;
	padding:0px;
	z-index: 10;
	background: #000;
}
ul#mainnav li:hover ul, ul#mainnav li.over ul { /* lists nested under hovered list items */
	display: block;
	position:absolute;
	margin:-1px;
	padding:0px;
}
ul#mainnav li ul li {
	float: none;
	text-transform: capitalize;
}
ul#mainnav li ul li a {
	background: #f9cb29;
	width: 190px;
	padding: 5px 0;
	color: #000;
}
ul#mainnav li ul li a:hover {
	background: #ff0;
	color: #333;
}
/* ----------------- UTILITY NAVIGATION ----------------- */



	ul#utilitynav {
	position: absolute;
	padding: 0px;
	width:970px;
	height: 25px;
	left: 1px;
	top: 21px;
}
ul#utilitynav li {
	display: inline;
	list-style: none;
}
ul#utilitynav li a:link, ul#utilitynav li a:visited, ul#utilitynav li a:active {
	color: #fff;
	display: block;
	float: left;
	font-size: 10px;
	font-weight: bold;
	padding: 4px 8px 6px 8px;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
}
ul#utilitynav li a:hover {
	color: #fff;
	width: auto;
	text-decoration: underline;
}
ul#utilitynav li a.current:link, ul#utilitynav a.current:visited {
	color: #fff;
	width: auto;
	text-decoration: underline;
}
/* ----------------- Copyright----------------- */
 #copyright {
	width: 970px;
	font: 9px Arial, Helvetica, sans-serif;
	color: #ccc;
	margin: 10px auto 0px auto;
}
#copyright img {
	float: right;
	margin-top: -20px;
}
#copyright a {
	color: #ccc;
	font: 9px Arial, Helvetica, sans-serif
}
/*========================ADMIN LOGIN======================*/

div#ownerlogin {
	margin: 20px auto 0px auto;
	width: 970px;
	text-align:right;
	color: #fff;
}
/*========================Custom Classes======================*/
.clear {
	clear: both;
}
.center {
	text-align: center;
}
/* -----------------------------------------------------*/
/* ----------------- WEB AUDIO APPLET ----------------- */
/* -----------------------------------------------------*/

/*--------------Audio Applett----------------------*/

#audio {
	position: absolute;
	width: 101px;
	height: 23px;
	left: 832px;
	top: 44px;
}
div#applet {
	position:relative;
	width: 180px;
	height: 100px;
	background: url(images/audio.gif) top left no-repeat;
}
div#applet div {
	position: absolute;
	top: 49px;
	left: 71px;
	width: 68px;
	height: 30px;
}
div#applet a {
	display: block;
	position: absolute;
	top: 85px;
	left: 0px;
	width: 180px;
	height: 10px;
}

/* STAFF BIO'S */
div.staffbio {
	padding:10px 10px 10px 10px;
	margin:0px 0px 0px 10px;
	display:block;
	border-bottom: #333333 1px solid;
}
span.bioimg {
	display:block;
	float: left;
	width:175px;
	text-align:center;
	font-size:14px;
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	margin-top:10px;
	margin-bottom: 10px;
}
span.bioimg img {
	text-align:center;
	margin:5px 10px 5px 10px;
	border:1px #999999 solid;
	padding:1px;
}
span span {
	clear:both;
	text-align:center;
	display:block;
	width:175px;
}
p.biocontact {
	line-height:1.2em;
	padding:10px 5px 0px 0px;
}
.animatedBanner {
	margin: 12px 0 0 3px;
}

.ad {
	display:none;
	}

