/* ----------------- REDEFINES THE TAG SELECTORS ----------------- */
body {
	padding: 0px;
	margin: 0px auto;
    text-align: center;
	font-family: Tahoma, Geneva, sans-serif;
	color: #ccc; 
	background-color: #000;
	background-image: url(images/bg-body.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

/* 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 {
	text-align: left; /* Not necessary if not using text-align center in body tag for older IE browsers. */
	text-decoration: none;
	font-family: Tahoma, Geneva, sans-serif;
}
/* REDEFINES THE P TAG*/
p {
	font-size: 13px;
	color: #ccc;
	font-family: Tahoma, Geneva, sans-serif;
	letter-spacing:0px;
	text-align: left;
	margin: 0px;
	line-height: 20px;
	padding-top: 7px;
	padding-right: 0;
	padding-bottom: 7px;
	padding-left: 0;
}
/* REDEFINES THE H1, H2 TAG*/
h1 {
	color: #D7C9AE;
	font-size: 30px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	font-style:normal;
	font-weight: bold;
	text-align: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #515151;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
}
h2 {
	color: #F90;
	font-size: 24px;
	font-family: Tahoma, Geneva, sans-serif;
	font-weight: normal;
	font-style: normal;
	text-align: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
h3 {
	color: #D7C9AE;
	font-size: 21px;
	font-family: Tahoma, Geneva, sans-serif;
	text-align: center;
	font-weight: normal;
	font-style: normal;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
hr {
	clear: both;
	color: #3F3F3F;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
/* Creates the general link style for the site. This is not the main navigation.  */
a:link, a:visited {
	color: #D7C9AE;
	text-decoration: underline;
}
a:hover {
	color: #AC7D27;
}

strong {
	color: #AC7D2B;
}

/* CREATES THE DIV FOR THE ADDRESS */
address {
	text-align: center;
	color: #D7C9AE;
	font-size: 13px;
	font-style: normal;
	line-height: 18px;
	font-weight: normal;
	padding-top: 30px;
	padding-right: 0;
	padding-bottom: 30px;
	padding-left: 0;
	margin: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-left-style: dotted;
	border-right-color: #767676;
	border-bottom-color: #767676;
	border-left-color: #767676;
}
address a:link, address a:visited {
	color: #660099;
	font-weight: bold;
}
address a:hover {
	text-decoration: underline;
}
/* ----------------- PAGE LAYOUT ELEMENTS ----------------- */

/* CREATES THE DIV CONTAINER FOR THE SITE */
div#container {
	width: 990px;
	margin: 0px auto;
	background-image: url(images/bg-container.gif);
	background-repeat: repeat-y;
	padding: 0px;
}

/* Creates DIV container for header. Setting the left and right margins to auto will center DIV. */
div#header {
	width: 990px;
	height: 444px;
	background-image: url(images/bg-header.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	position: relative;
	margin: 0px;
	padding: 0px;
}

div#flash {
	position: absolute;
	height: 383px;
	width: 990px;
	left: 0px;
	top: 0px;
	z-index: 1;
}

/* CREATES THE DIV FOR THE SIDEBAR */
div#sidebar {
	float: left;
	width: 228px;
	margin: 0px;
	padding-top: 0;
	padding-right: 30px;
	padding-bottom: 0;
	padding-left: 22px;
}


/* CREATES THE DIV FOR THE CONTENT */
div#content {
	float: left;
	width: 650px;
	margin: 0px;
	padding-top: 20px;
	padding-right: 50px;
	padding-bottom: 20px;
	padding-left: 20;
}


div#content ul {
	margin: 0px;
	line-height: 18px;
    padding: 10px 0px 0px 20px
}

div#content ul li {
	list-style-position: outside;
	font-weight: normal;
	font-size:13px;
	list-style-type: square;
	line-height: 21px;
	margin: 0px;
	padding: 0px;

}


/* CREATES THE DIV CONTAINER FOR THE FOOTER */
div#footer {
	clear: both;
	color: #FFFFFF;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	font-size: 10px;
	text-align: center;
	width: 990px;
	height: 34px;
	background-image: url(images/bg-footer.gif);
	background-repeat: no-repeat;
	font-weight: normal;
	padding-top: 17px;
}


/* STYLES THE COPYRIGHT DIV */
div#copyright {
	text-align: center;
	color: #999999;
	width: 990px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
}
div#copyright a {
	color: #999999;
	font-weight: bold;
}


div#signin {
	margin:  0 auto;
	text-align: center;
	padding: 10px 0;
}
/* NAVIGATION */
ul#mainnav {
	position: absolute;
	top: 383px;
	left: 20px;
	width: 959px;
	margin: 0px;
	padding: 0px;
	list-style: none;
}
ul#mainnav ul {
	margin:0;
	padding:0;
	list-style:none;
}
ul#mainnav li {
	float:left;
	margin:0;
	padding:0;
	line-height:normal;
	text-indent:0;
}
ul#mainnav li a {
	display:block;
	color:#B68C44;
	text-decoration:none;
	font-size: 16px;
	text-transform: uppercase;
	font-weight: bold;
	margin: 0px;
	padding-top: 19px;
	padding-right: 73px;
	padding-bottom: 19px;
	padding-left: 74px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #131313;
}
ul#mainnav li a:hover {
	color: #000;
	background-image: url(images/nav-hover.jpg);
	background-position: center bottom;
	background-repeat: repeat-x;
}
ul#mainnav li a.current {
	color: #FFF;
	background-image: url(images/nav-current.jpg);
	background-position: center bottom;
	background-repeat: repeat-x;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #101010;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #101010;
}

/* ----------------------------  NAVIGATION (UTILITY) ----------------------------  */


ul#utilitynav {margin: 0px; padding: 0px; list-style-type: none; text-align: center;}
ul#utilitynav li {display: inline; margin: 0px; padding: 0px;}
ul#utilitynav li a {font-size: 11px; text-decoration: none; text-align: center; margin: 0px; padding: 0px 10px 0px 5px; color: #fff; border-right: 1px solid #fff;}
ul#utilitynav li a:hover, ul#utilitynav li a.current {text-decoration: underline;}
ul#utilitynav li a.last {border-right: none;}




/* CUSTOM DIVs  */

div#player {
	width: 111px;
	height: 13px;
	position: absolute;
	top: 51px;
	right: 60px;
	z-index: 999;
}
div#mapviewer {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	border: 1px solid #3F3F3F;
	padding: 5px;
	clear: both;
}

.important {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFF;
	text-transform: uppercase;
	font-weight: bold;
}

.rightimg {
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 20px;
	margin-bottom: 10px;
	float: right;
	border: 1px solid #3F3F3F;
	padding: 5px;
}
.leftimg {
	float: left;
	padding: 5px;
	clear: none;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 10px;
	margin-left: 5px;
	border: 1px solid #3F3F3F;
}
.center {
	text-align: center;
}
#column {
	background-color: #000;
	border: 1px dotted #D7C9AE;
	padding-bottom:10px;
	margin: 0 0 10px 0;
	color: #AC7D2B;
}
#column ul {
color: #AC7D2B;}
#column  ul li{
	color: #AC7D2B;
	width: 150px;
	padding-right: 0px;
	padding-left: 0px;	 

}
/* UL TAG */

ul.list {
	color:#AC7D2B;
	padding: 10px;
	float: left;
	width: 140px;
	margin: 0px;
	font-size:13px;
}
.clearboth {
	clear: both;
}

