/* ----------------- REDEFINES THE TAG SELECTORS ----------------- */

body {
	margin: 20px 0px;
	padding: 0px;
	text-align: center;
	background-color: #ccc;
}

/* 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, ol, td {
	font-family: 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: 11px;
	line-height: 16px;
	color: #666666;
	margin-right: 35px;
	margin-left: 10px;
	margin-bottom: 20px;
	text-transform: none;
	padding: 0px;
	margin-top: 0px;
}

ul li {
	font-size: 11px;
	line-height: 16px;
	color: #666666;
	margin: 0 0 0 25px;
	}
	ol li {
	font-size: 11px;
	line-height: 16px;
	color: #666666;
	margin: 0 0 0 25px;
	}

h1 {
	font: bold 13px Arial, Helvetica, sans-serif;
	color: #66000e;
	padding: 5px;
	margin-right: 30px;
	margin-bottom: 20px;
	margin-left: 0px;
	text-transform: uppercase;
	text-indent: 5px;
	margin-top: 15px;
}
h2 {
	font-weight: bold;
	font-size: 12px;
	color: #000;
	margin-left: 10px;
	padding: 0px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 20px;
	text-transform: capitalize;
}

h3 {
	font: bold 13px Arial, Helvetica, sans-serif;
	text-align: center;
	margin-top: 15px;
	}
	
/* Creates the general link style for the site. This is not the main navigation.  */
a:link {
	color: #66000e;
	font-weight: bold;
}

a:visited {
	color: #ccc;
	font-weight: bold;
}


a:hover {
	text-decoration: underline;
	color: #999;
}

address {
	font: normal 11px Arial, Helvetica, sans-serif;
	padding: 0px;
	margin: 30px 0px 20px 5px;
	text-align: left;
	color: #000;
}
/* ----------------- PAGE LAYOUT ELEMENTS ----------------- */


/* =Audio
------------------------------------*/
div#audio {
	float: none;
	margin: 0px 0 5px 620px;
	
	}

/* Creates DIV container for header. Setting the left and right margins to auto will center DIV. */
div#header {
    background: url(images/header.jpg);
	position: relative;
	width: 773px;
	height:170px;
	margin: 0px;
	padding: 0px;
	text-align: left;
}

div#wrapper {
	margin: 0 auto;
	width: 773px;
}
/* Creates the div container for the site. */
div#container {
	background: url(images/content.jpg) repeat-y;
	width: 773px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	border:0px;
}
/* Creates the div for the nav or sidebar */
div#nav {
background-color:#;
	float: left;
	margin:15px 5px 0px 12px;
	width: 167px;
	padding: 0px;
	vertical-align: top;
	text-align:center;
	border:1px solid #999;
}
/* Creates the div for the content */
div#content {
background-color:;
	float: right;
	margin: 0px 10px 0px 0px;
	padding: 5px;
	width: 550px;
	border: 0px solid #000;
	border-left: 1px dotted #999;
	background: url(images/bg.gif) no-repeat;
	background-position: bottom right;
}
div#footer {
height: 129px;
width: 773px;
	position: relative;

	margin: 0px;
	padding: 0px;
}

div#content img {
	padding: 2px;
	margin: 0px 40px 20px 0px;
	border: 1px solid #073D6B;
	text-align: left;
}

div#content img.right {
	float: right;
	clear: right;
	margin-left: 20px;
}

.imglog {
	margin: 5px 0 -15px 380px;
	padding: 0;
	}


/* Styles the copyright div */
div#copyright {
	text-align: center;
	font: 9px Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	margin: 0px auto;
	padding: 0px;
	text-transform: capitalize;
}
div#copyright a {
	font-size: 10px;
	color: #000;
	text-decoration: underline;
	font-weight: normal;
}

div#copyright img {
border: none;
}

div#bottomlinks a {
	text-align: center;
	font: 9px Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	margin: 0px auto;
	padding: 0px;
	text-decoration: underline;
	}


/* ----------------- MAIN NAVIGATION ----------------- */
ul#mainnav {
	padding: 0px;
	margin: 0px 0px 0px;
	width: 167px;
	vertical-align: top;
}
ul#mainnav li {
	display: inline;
	list-style: none;
	line-height: 15px;	
}
ul#mainnav li a:link, ul#mainnav li a:visited, ul#mainnav li a:active {
	display: block;
	border-bottom: 1px solid #fff;
	color: #fff;
	background-color:#CCCCCC;
	text-decoration: none;
	width: 167px;
	font: bold 11px Arial, Helvetica, sans-serif;
	padding: 4px 0px;
	text-indent: 10px;
	margin: 0px;
	text-transform: uppercase;
}
ul#mainnav li a:hover, ul#mainnav li a.current:link, ul#mainnav a.current:visited {
	color: #000;
	background: #f8b33b;
}

.boldcenter {
	text-align: center;
	font-weight: bold;
	}
	
.bold {
	font-weight:bold;
	}
	
div#flash {
	width: 425px;
	height: 259px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	border: 8px solid #FFFFFF;
}

div#clear {	
	clear:both;
	}

div#map {
width:500px;
margin: 0 auto 10px auto;
border:solid 1px #000;}