/* ----------------- REDEFINES THE TAG SELECTORS ----------------- */
body {
	margin: 0px 0px 20px;
	padding: 0px;
	text-align: center;
	background-image: url(images/bg.gif);
	background-repeat: repeat-x;
	background-color: #313131;
}
/* 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: #000;
	margin-right: 35px;
	margin-left: 35px;
	margin-bottom: 20px;
	text-transform: none;
	padding: 0px;
	margin-top: 0px;
}
h1 {
	font: bold 18px Arial, Helvetica, sans-serif;
	color: #FD0707;
	margin-top: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFB900;
	text-indent: 15px;
	margin-right: 0px;
	text-transform: uppercase;
	background-color: #FED103;
	padding: 10px;
	
}
/* Creates the general link style for the site. This is not the main navigation.  */
a:link, a:visited {
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	color: #FD0707;
}
a:hover {
	text-decoration: underline;
	color: #333333;
}
address {
	font: normal 11px Arial, Helvetica, sans-serif;
	color: #CCCCCC;
	padding: 15px 15px 15px 30px;
	margin: 0px;
	text-align: left;
	background-color: #010001;
}
address a:link, address a:hover, address a:visited {
	padding: 0px;
	margin: 0px;
	text-decoration: underline;
	color: #CCCCCC;
	font-size: 11px;
}
/* ----------------- PAGE LAYOUT ELEMENTS ----------------- */
/* Creates DIV container for header. Setting the left and right margins to auto will center DIV. */
div#header {
	background: url(images/header.gif) no-repeat;
	position: relative;
	width: 770px;
	left: 0px;
	top: 0px;
	margin: 0px;
	padding: 0px;
	text-align: right;
	height: 206px;
}
/* Creates the div container for the site. */
div#container {
	background: #FFFFFF url(images/contentbg.gif) repeat-y;
	width: 770px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
}
/* Creates the div for the content */
div#content {
	float: right;
	margin: 0px;
	padding: 0px;
	width: 583px;
}
div#content img {
	padding: 0px;
	margin: 0px;
	text-align: left;
}
div#content img.right {
	float: right;
	clear: right;
	margin-left: 30px;
	margin-right: 35px;
	margin-top: 0px;
	margin-bottom: 20px;
	background-color: #FEDA03;
	padding: 2px;
	border: 1px solid #FFA800;
}
div#content img.left {
	float: left;
	clear: left;
	border: 1px solid #666666;
	padding: 0px;
	margin-top: 0px;
	margin-right: 30px;
	margin-bottom: 20px;
	margin-left: 10px;
}
/* Creates the div container for the footer. */
div#footer {
	clear: both;
	margin: 0px auto;
	padding: 5px;
	background-color: #FED103;
	font-size: 11px;
	color: #FD0707;
	height: 15px;
}
.clear {
	clear: both;
}
div#footer a {
	font-size: 11px;
	color: #FD0707;
	text-decoration: none;
	font-weight: bold;
	text-transform: uppercase;
}
/* Styles the copyright div */
div#copyright {
	text-align: center;
	font: 9px Verdana, Arial, Helvetica, sans-serif;
	color: #CCCCCC;
	margin: 0px auto;
	padding: 0px;
	clear: both;
}
div#copyright a {
	font-size: 9px;
	color: #CCCCCC;
	text-decoration: underline;
	font-weight: normal;
}
div#copyright img {
	border: none;
}
div#left {
	float: left;
	width: 187px;
	margin: 0px;
	padding: 0px;
	vertical-align: top;
}
/* NAVIGATION CONTAINER */
div#nav {
	width: 770px;
	clear: both;
}
	
div#nav li a#current, div#nav li a#current:hover{
	background-color: #FED103;
	color: #FD0707;
}
/* UL TAG */
div#nav ul {
	margin:0;
	padding:0;
	list-style:none;
	font-size:85%;
	text-transform:capitalize;} 
div#nav li {
	float:left;
	margin:0;
	padding:0;
	line-height:normal;
	text-indent:0;}
div#nav li a {
	display: block;
	width: auto;
	padding:10px 14px 11px 15px;
	color:#FFFFFF;
	text-decoration:none;
	background: url(images/nav_off.gif) top left no-repeat;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 11px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #272727;
}
div#nav li a:hover {
	color: #FED103;
}
ul#list {
	font-size: 12px;
	color: #666666;
}
ul#list li {
	list-style-image: url(images/bullet.gif);
	line-height: 13pt;
	list-style-position: inside;
}
iframe {
	padding: 0px;
	clear: left;
	float: left;
	margin: -20px 0px 0px 20px;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #F00;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 35px;
}
iframe.map {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 30px;
	border: 1px solid #666666;
}
.title {
	color: #F00;
	font-weight: bold;
	text-transform: uppercase;
}
div#audio {
	background-color: #010001;
	padding: 5px;
	color: #FED103;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-transform: uppercase;
}
