@charset "UTF-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
	text-decoration: none;
	border: 0;
}

body {
	color: #fff;
	background: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

#wrapper {
	margin: 0 auto;
	width: 1024px;
	/*min-height: 700px;*/
	background: #4a3c2f url('../images/bg.jpg') no-repeat 0 0;
}

/* TOP BAR */
#top {
	height: 67px;
	width: 100%;
}

#logo {
	float: left;
	padding: 11px 0 0 45px;
	height: 48px;
	width: 208px;
}

#ad {
	float: right;
	padding: 5px 26px 0 0;
	height: 59px;
	width: 468px;
	text-align: center;
	border: 0;
}

/* HEADER, MENU */

#header {
	background: url('../images/header_bg.jpg') no-repeat 0 0;
	height: 554px;
	width: 100%;
}

#menu {
	float: left;
	margin: 20px 0 0 29px;
	height: 435px;
	width: 214px;
	background: #000 url('../images/menu.jpg') no-repeat;
}

#pic {
	float: right;
	padding: 20px 33px 0 0;
	height: 435px;
	width: 743px;
}

/*#menu img {
	padding-bottom: 4px;
}*/

.ad {
	position: relative;
	top: 20px;
	left: 6px;
	background: url('../images/ad_bg.jpg') no-repeat 0 0;
	height: 213px
	width: 215px;
}

/* CONTENT */

#content {
	position:relative;
	width: 100%;
	height: 394px;
	background: url('../images/content_bg.jpg') no-repeat 0 0;
}

#news {
	float: left;
	width: 360px;
	height: auto;
	padding: 6px 0 0 30px;
}

#center {
	float: left;
	width: 314px;
	height: auto;
	margin-top: 10px;
	margin-left: 19px;
}

#sponsors {
	float: right;
	width: 202px;
	height: 240px;
	margin-top: 69px;
	margin-right: 49px;
}

.newsBlurb {
	padding-bottom: 25px;
	padding-right: 20px;
}

span.newsThmb {
	float: left;
	margin-right: 10px;
	margin-left: 15px;
	margin-bottom: 20px;
}

.centerBlurb {
	padding-bottom: 15px;
}

span.centerThmb {
	float: left;
	padding-right: 10px;
}

.style1 {
	font-size: 13px;
	font-weight: bold;
}
.style1 p {
	padding-left: 153px;
}

#content a:link, #content a:visited, 
#news a:link, #news a:visited {
	color: #2c190a;
}

#content a:hover, #news a:hover {
	color: #fff;
}


#sponsors a:link, #sponsors a:visited {
	color: #c88526;
}

#sponsors a:hover {
	color: #fff;
}

/* FOOTER */
#footer {
	width: 100%;
	height: auto;
	background: #241a10 url('../images/footer.png') no-repeat 0 0;
	text-align: center;
	clear: both;
	padding-bottom: 5px;
}

#footer ul {
	width: 1024px;
	padding-top: 11px;
}

#footer li {
	display: inline;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	padding-left: 3px;
	padding-right: 3px;
}

/* MISC */
a:link, a:visited {
	color: #c88526;
}

a:hover, a:active {
	color: #fff;
}

/* PAGES */

#headerPage {
	background: url('../images/contentPages_bg.png') no-repeat top left;
	height: auto;
	width: 100%;
}

#contentPage {
	float: left;
	margin-left: 9px;
	padding: 20px 0 20px 0px;
	width: 461px;
}

#contentPageGallery {
	margin-left: 250px;
	padding: 20px 0 20px 0px;
	width: 740px;
}

#contentPic {
	float: right;
	width: 301px;
	background: url('../images/title_blank.jpg') top left no-repeat;
	margin-top: 20px;
	padding-top: 45px;
	text-align: right;
}

#contentPic p {
	text-align: left;
	padding-left: 10px;
	line-height: 14pt;
	font-size: 9pt;
}

#contentMenu {
	float: left;
	margin: 20px 0 0 29px;
/*	height: 500px;*/
	width: 214px;
	background: #000;
}

#contentMenu img {
	padding-bottom: 4px;
}

.contentAd {
	padding: 0px 6px 0 6px;
	margin-top: 0px;
	/*height: 230px;*/
	width: 214px;
	background: #000 url('../images/ad-bg.jpg') bottom left no-repeat;
	z-index:1000;
}

#contentAd p+p {
	padding-top: 5px;
}

#contentPage h1, #contentPageGallery h1 {
	padding: 15px 0 15px 10px;
	color: #a5a5a5;
	font-family: "Big Calson", "Book Antiqua", Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
}

#contentPage h2 {
	padding: 15px 0 15px 10px;
}

#contentPage h3 {
	padding: 15px 0 15px 10px;
	font-weight: normal;
	font-size: 14pt;
}

#contentPage p, #contentPageGallery p {
	line-height: 14pt;
	font-size: 9pt;
	padding-left: 10px;
}

#contentPage p+p {
	padding-top: 15px;
}

#contentPage ul+p {
	padding-top: 15px;
}

#contentPage img + p {
	padding-top: 15px;	
}

table {
	margin: 0 auto;
}

#contentPage ul, #contentPage li {
	list-style-position: inside;
	padding-left: 5px;
}

blockquote {
	font-size: 9pt;
	padding-left: 25px;
}

.comingsoon {
	width: 210px;
	margin: 0 auto;
	border: 1px solid #c88526;
	color: #c88526;
	font-size: 9pt;
	font-weight: bold;
	padding: 5px;
	text-align: center;
}

table {
	padding: 5px;
}

/* FLYOUT MENU */
.dropdown {
	display: block; 
	position: relative
}

.dropdown dt {
	width: 214px; 
	font-weight: bold; 
/*	cursor: pointer; */
}

.dropdown dt:hover {
	background:url(images/header_over.gif)
}

.dropdown dd {
	position: absolute; 
	top: 0; 
	overflow: hidden; 
	width: 150px; 
	display: none; 
	background: #000; 
	color: #c88526;
	border: 1px solid #c88526;
	opacity: 0;
}

.dropdown ul {
	width: 150px; 
/*	border: 2px solid #9ac1c9; */
	list-style: none;
}

li.drop {
	display: inline
}

li.drop {
	display: block; 
	padding: 0px; 
	color: #333; 
	text-decoration: none; 
	background: #000; 
	width: 194px;
}

/*li.drop a, li.drop a:active, li.drop a:visited {
	display: block; 
	padding: 0px; 
	color: #333; 
	text-decoration: none; 
	background: #000; 
	width: 194px;
}*/

li.drop a:hover {
	background:#d9e1e4; 
	color:#000
}