* {
	margin: 0px;
	padding: 0px;
}
body {
	background: url(images/bg.gif) repeat-x #931212;
	/*Below sets a base for percentage used. x-small generally is about 10px*/
	font-size: x-small;
}
.indexbody {
	background: #7bc2e0;
}
*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 */
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 120%;
	color: #333;
	margin: 10px 20px 0px 5px;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:250%;
	color: #284030;
	width: 560px;
	border-bottom: 1px solid #ccc;
	margin: 0px 0px 10px 5px;
	font-weight: normal;
}
h2 {
}
/* Creates the general link style for the site. This is not the main navigation.  */

a:link {
	color:#fff;
	text-decoration: none;
}
a:visited {
	color: #fff;
	text-decoration: none;
}
a:hover {
	color: #fff;
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
/* ----------------- PAGE LAYOUT ELEMENTS ----------------- */

div#wrapper {
	width: 880px;
	margin: 0px auto;
	background: url(images/bg_wrapper.gif);
}
div#indexwrapper {
	width: 895px;
	height: 517px;
	margin: 0px auto;
	background: url(images/index_container.gif);
}
div#container {
	width:880px;
	position: relative;
	margin: 0px auto;
}
div#header {
	background: url(images/header.jpg);
	width: 880px;
	height: 259px;
	position: relative;
}
div#top {
	background: url(images/top.gif);
	width: 880px;
	height: 64px;
	position: relative;
}
div#textright li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 120%;
	color: #333;
	line-height: 1.5;
	margin: 10px 20px 10px 40px;
}
div#textleft {
	float: left;
	width: 279px;
	display: inline;
	margin-left: 0px;
}
div#textleft img {
	display: block;
	margin: -1px 0px 0px 6px;
}
div#textright {
	background: none;
	float: left;
	margin-left: 5px;
	width: 589px;
	display:inline;
}
div#textright a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#666600;
}
div#textright a:visited {
	color:#666600;
}
address {
	font-style:normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #fff;
	margin-left: 30px;
}
div#bottom {
	background: url(images/bg_footer.gif) no-repeat;
	width: 880px;
	height: 77px;
	margin:0px auto;
	position: relative;
	clear: both;
}
div#toolbox {
	width: 168px;
	height: 165px;
	position: absolute;
	left: 762px;
	top: -88px;
}
div#indexbottom {
	width: 895px;
	height: 114px;
	margin: 0px auto;
}
div#indexbottom img {
	margin-top: -1px;
	display: block;
}
/* ----------------- IMAGE ELEMENTS ----------------- */


.right {
	margin: 5px 15px 5px 15px;
	float: right;
	font-weight: bold;
	text-align: center;
}
.right img {
	border: 1px solid #000;
	margin-bottom: 20px;
}
img.left {
}
#copyright {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #fff;
	font-size:9px;
	margin: 0px auto;
	text-align: center;
	clear: both;
	padding: 10px 0px 10px 0px;
}
#copyright a {
	color: #fff;
}
#copyright img {
	margin-top: 10px;
}
div#login {
	width: 880px;
	text-align: right;
	clear: both;
	font-size: 10px;
	margin: 0px auto;
}
div#login img {
	float: right;
}
/* ---------------------- nav ---------------------- */


/* ---------------------- MAIN NAVIGATION---------------------- */	
		#mainnav {
	margin-left: 0px;
}
#mainnav ul {
	position: absolute;
	left: 10px;
	top: 17px;
	height: 51px;
	width: 862px;
	border-left: 1px solid #600;
}
#mainnav ul li {
	display: inline;
}
#mainnav ul li a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 120%;
	float: left;
	color: #fff;
	font-weight: normal;
	padding: 14px 18px 14px 18px;
	text-decoration: none;
	border-right: 1px solid #600;
	border-left: 1px solid #ae0606;
}
/*
		#mainnav ul li a:visited{
			}
		*/
		
		#mainnav ul li a:hover {
	color: #fff;
	background:  #600;
}
#mainnav ul li .current {
	color: #ff0;
}
/* ----------------- end NAVIGATION ----------------- */
	 
	 
	 
	 
	 
	 
	 
	 /* ----------------- UTILITY NAVIGATION ----------------- */

	ul#utilitynav {
	margin: 0px auto;
	padding: 0px;
	width: 577px;
	height: 25px;
	position: absolute;
	left: 293px;
	top: 19px;
}
ul#utilitynav li {
	display: inline;
	list-style: none;
}
ul#utilitynav li a:link, ul#utilitynav li a:visited, ul#utilitynav li a:active {
	color: #000;
	display: block;
	float: left;
	font-size: 11px;
	font-weight: normal;
	padding: 10px 10px 0px 0px;
	text-decoration: none;
}
ul#utilitynav li a:hover {
	color: #c00;
	width: auto;
}
ul#utilitynav li a.current:link, ul#utilitynav a.current:visited {
	color: #C00;
	width: auto;
	text-decoration: underline;
}
/*---------------------------------------Custom classes-----------------------------------------*/

.clear {
	clear: both;
}
.center {
	text-align: center;
}
img.border {
	border:1px solid #000000;
}
/*============NO WEB AUDIO FOR WEST COAST SITES=====================
#audio{
	position: absolute;
	height: 26px;
	width: 244px;
	left: 532px;
	top: -49px;
}
*/


.column1 {
	width: 275px;
	float: left;
	margin-top: 5px;
	margin-left: 5px;
	padding-right: 10px;
	border-right: 1px solid dotted #808080;
}
.column1 p {
	text-align: center;
	font-weight: bold;
}
.column1 img {
	border: 1px solid #000;
}
iframe {
	margin-left: 10px;
}
#audio {
	position: absolute;
	left: 714px;
	top: 91px;
}
#flash {
	position: absolute;
	left: 363px;
	top: 25px;
	width: 288px;
	height: 196px;
}
