/* ----------------- REDEFINES THE TAG SELECTORS ----------------- */

body {
	margin: 0px;
	padding: 0px;
	text-align: center;
	background-color: #381b2c;
}

/* 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: 12px;
	line-height: 16px;
	color: #666666;
	margin-right: 35px;
	margin-left: 15px;
	margin-bottom: 10px;
	text-transform: none;
	padding: 0px;
	margin-top: 0px;
}

ul li {
	font-size: 12px;
	line-height: 16px;
	color: #666666;
	}

h1 {
	font: bold 13px Arial, Helvetica, sans-serif;
	color: #333;
	padding: 5px 0 0 5px;
	margin-right: 30px;
	margin-bottom: 20px;
	margin-left: 15px;
	text-transform: uppercase;
	text-indent: 5px;
	margin-top: 15px;
}

h2 {
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #990000;
	margin: 0;
	text-transform: uppercase;
	text-indent: 5px;
	text-align: center;
}

/* Creates the general link style for the site. This is not the main navigation.  */
a:link {
	color: #4e213b;
	font-weight: bold;
}
a:visited {
	color: #4e213b;
}
a:hover {
	text-decoration: underline;
	color: #4e213b;
}
a:active {
}
address {
	float:left;
	font:bold 12px Arial, Helvetica, sans-serif;
	color: #4e213b;
	padding: 10px;
	margin: 205px 0px 5px 20px;
	text-align: center;
	width: 180px;
}
div#flashheader {
	height: 32px;
	width: 252px;
	position: absolute;
	left: 498px;
	top: 154px;
}


address a:link{
	font: normal 10px Arial, Helvetica, sans-serif;
	color: #4e213b;
	padding: 0px;
	margin: 0;
	text-align: left;
}


/* ----------------- PAGE LAYOUT ELEMENTS ----------------- */

div#audio {
	float: right;
	margin: 10px 15px 10px 10px;
	}
	
.login {
	float: right;
	margin: 0px 10px 15px 0px;
	border: none;
	}

.cc {
	float:right;
	margin: 5px 20px 0 0;
	border: none;}

/* Creates DIV container for header. Setting the left and right margins to auto will center DIV. */
div#header {
	position: relative;
	width: 770px;
	margin: 0px;
	padding: 0px;
	text-align: left;
	background-image: url(images/header.jpg);
	background-repeat:no-repeat;
	background-position:left;
	height: 234px;
	background-color: #381b2c;
	}

/* Creates the div container for the site. */
div#container {
	background: #FFFFFF url(images/content_bg.gif) repeat-y;
	width: 770px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
}
/* Creates the div for the nav or sidebar */
div#nav {
	float: left;
	width: 245px;
	margin: 0px 0 0;
	padding: 0px;
	background-image: url(images/sidebar_bg.jpg);
	background-repeat: no-repeat;
	background-color: #381b2c;
	height: 567px;
}
/* Creates the div for the content */
div#content {
	float: right;
	margin: 0px 0 0 0px;
	padding: 0px;
	width: 522px;
}

.imgright {
	float: right;
	clear: right;
	margin: 10px 20px 10px 10px;
	border: 1px solid #333;
}

.imgfast {
	float: left;
	clear: right;
	margin: 5px 25px 0 15px;
}

.imgcta{
	clear: right;
	margin: 0px 0 0 10pz;
	padding: 5px;
	background-color: #fff;
}
/* Creates the div container for the footer. */
div#footer {
	clear: both;
	margin: 0px 0 0 0;
	padding: 15px 0px 0px 10px;
	width: 760px;
	height: 45px;
	color: #fff;
	font-size: 9px;
	background-color: #381b2c;
}

ul#footer{
	padding:0;
	margin: 15px 0 0 235px;
	color: #fff;
}

ul#footer li {
	display: inline;
	color: #fff;
}
ul#footer li a:link, ul#footer li a:visited, ul#footer li a:active {
	padding:0;
	font: normal 9px Verdana, Arial, Helvetica, sans-serif;
	color: #fff;
}

/* Styles the copyright div */
div#copyright {
	text-align: right;
	font: 9px Verdana, Arial, Helvetica, sans-serif;
	color: #fff;
	margin: 0px auto;
	padding: 0px;
	background-color: #381b2c;
}
div#copyright a {
	font-size: 9px;
	color: #fff;
	text-decoration: underline;
	font-weight: normal;
}
/* ----------------- MAIN NAVIGATION ----------------- */
ul#mainnav {
	float:right;
	margin: 200px 30px 0 0px;
	padding: 0 0 0px 0;
	width: 460px;
	background-image: url(images/nav_bg.gif);
	background-repeat: no-repeat;
	line-height: 32px;
}
ul#mainnav li {
	display: inline;
	margin: 0;
	padding: 0 0 0 0 ;	
}
ul#mainnav li a:link, ul#mainnav li a:visited, ul#mainnav li a:active {
	color: #4e213b;
	display: run-in;
	line-height: 32px;	
	text-decoration: none;
	font: bold 11px Arial, Helvetica, sans-serif;
	padding: 10px 8px ;
	margin: 0px ;
	text-transform: uppercase;
	text-align: center;
	}
ul#mainnav li a:hover, ul#mainnav li a.current:link, ul#mainnav a.current:visited {
	color: #fff;
	background-image: url(images/nav_on.jpg);
	background-repeat: repeat-x;
		padding: 10px 8px ;
		line-height: 32px;
		margin: 0px;
}

/* ----------------- FLASH ----------------- */

.flash {
	float: left;
	margin: 0 0 10px 2px;
	padding: 0;
	width: 504px;
	height: 360px;}

.logo {
	float:left;
	margin:0;
	padding:0;}

div#clear {
	clear:both;}
	
div#map {
	width:400px;
	margin: 0 auto;}
	
div#iframe {
	float: left;
	margin: 0 0 0 -10px;}
	
.bold {
	font-weight: bold;}

div#flash{ text-align:left; margin-left:0px;}