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

body {
	background-repeat: repeat-x;
	background-position: 0px 0px;
	background-color: #000000;
	font:12px Georgia, "Times New Roman", Times, serif; 
}
.homepage {
		background-image: url(../images/bkg.jpg);
}
.subpage {
	background-image: url(../images/bkg2.jpg);
}

#wrapper {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}

.clearer { clear:both; }

#header {
	background-image: url(../images/header-logo.gif);
	background-position: center bottom;
	background-repeat: no-repeat;
	display: block;
	height: 128px;
}

#merchandise {
	background-image: url(../images/merchandise-ribbon.gif);
	background-repeat: no-repeat;
	float: right;
	height: 31px;
	width: 183px;
	text-align: center;
	padding-top: 10px;
}

a {
	color: #341B05;
	font-weight: bold;
}

a:hover {
	color:#F88422;
}

.view-more {
	text-transform: capitalize;
}

h2 {
	text-transform: uppercase;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #000000;
	margin-bottom: 10px;
	border-bottom-width: 3px;
	border-bottom-style: double;
	border-bottom-color: #000000;
}

h3 {
	text-transform: uppercase;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #000000;
	margin-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	padding-top: 10px;
}


/* Start Utility Navigation */

#utility-nav {
	float: left;
	margin-top: 5px;
}
#utility-nav ul {
	color: #FDF5D7;
}
#utility-nav ul li {
	display: inline;
	padding: 5px;
}
#utility-nav ul li a {
	color: #FDF5D7;
}

#utility-nav ul li a:hover, .current-util {
	color: #ffffff !important;
	font-style:italic;
}



/* Start Main Navigation */
* html #underlinemenu ul{ /*IE only rule. Delete extra margin-bottom*/
margin-bottom: 0;
}

#main-nav{
	display: block;
	height: 33px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 1px;
	margin-left: 0;
}

#main-nav ul{
	float: left;
	width: 100%;
}

#main-nav ul li{
display: inline;
}

#main-nav ul li a {
	float: left;
	color: #FDF5D7;
	text-decoration: none;
	display: block;
	width: 150px;
	text-align: center;
	height: 25px;
	text-transform: capitalize;
	font-weight: bold;
	padding-top: 8px;
}

#main-nav ul li a:hover {
	color:#FFFFFF;
	font-style: italic;
	font-weight: bold;
	background-image: url(../images/nav-hover.jpg);
}

#current-main-nav {
	color:#FFFFFF;
	font-style: italic;
	font-weight: bold;
	background-image: url(../images/nav-hover.jpg);
}

/* Start slider area */

#slider-area {
	color:#FFFFFF;
	display: block;
	height: 376px;
	width: 900px;
	background-color: #000000;
}

#panes-nav {
	height:66px;
	width:900px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FCF5D7;
}

#panes-nav ul {
	width:900px;
	margin:0 auto;
}

#panes-nav li {
	float:left;
	list-style-type:none;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: dashed;
	border-left-style: dashed;
	border-right-color: #FCF5D7;
	border-left-color: #FCF5D7;
}

#panes-nav a {
	color:#FFFFFF;
	display:block;
	padding:5px;
	position:relative;
	height:56px;
	text-decoration:none;
	text-transform: uppercase;
	width: 168px;
}	

#panes-nav a:hover {
	font-style: italic;
	background:#4a270a;	
}

#panes-nav a.current {
	background:#4a270a;	
}

#panes-nav img {
	background-color:#fff;
	border:1px solid #FCF5D7;
	display:block;
	float: left;
	margin-right: 5px;
}

#panes-nav strong {
	display:block;		
	font-size:13px;
}

/* panes */
#panes {
	width:900px;
	height:309px;
	/* must be relative so the individual panes can be absolutely positioned */
	position:relative;
}

/* crossfading effect needs absolute positioning from the elements */
#panes div {
	display:none;
	position:absolute;
	font-size:14px;
	color:#fff;
	width:900px;
}

#panes img {
	float:right;
}

#panes .more {
	color:#FDF5D7;
	font-weight:bold;
}

#panes .more:hover {
	color: #f58220;
	font-style:italic;
}


#panes p {
	font-size: 12px;
	margin: 10px;
}

#panes h3 {
	color: #FFF;
	font-size:18px;
	font-weight:bold;
	text-transform: uppercase;
	background-attachment: scroll;
	background-image: url(../images/slider/h3-bottom.gif);
	background-repeat: no-repeat;
	background-position: 2px bottom;
	padding: 15px;
}

.overlay {
	display:none;
	width:500px;
	padding:20px;
	background-color:#ddd;
}

/* start two column items */

#two-col-left {
	background-color: #FCF5D7;
	display: block;
	float: left;
	width: 580px;
	margin-top: 20px;
	margin-right: 5px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.two-col-top {
	background-image: url(../images/two-col-top.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	height: 20px;
	width: 600px;
	display: block;
	margin-right: -10px;
	margin-left: -10px;
}
.two-col-bottom {
	background-image: url(../images/two-col-bottom.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 20px;
	width: 600px;
	display: block;
	margin-right: -10px;
	margin-left: -10px;
	margin-bottom: -10px;
}



/* start three column items */

#three-col-left {
	background-color: #FCF5D7;
	display: block;
	float: left;
	width: 270px;
	margin-top: 20px;
	margin-right: 5px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}

#three-col-center {
	background-color: #FCF5D7;
	display: block;
	float: left;
	width: 270px;
	margin-top: 20px;
	margin-right: 10px;
	margin-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}

#three-col-right {
	background-color: #FCF5D7;
	display: block;
	float: left;
	width: 270px;
	margin-top: 20px;
	margin-left: 5px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}


.three-col-top {
	background-image: url(../images/three-col-top.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	height: 20px;
	width: 290px;
	display: block;
	margin-right: -10px;
	margin-left: -10px;
}

.three-col-bottom {
	background-image: url(../images/three-col-bottom.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 20px;
	width: 290px;
	display: block;
	margin-right: -10px;
	margin-left: -10px;
	margin-bottom: -10px;
}
#three-col-left p, #three-col-center p, #three-col-right p {
	margin-bottom: 7px;
	line-height: 16px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #000000;
}
#three-col-center ol {
	padding-left: 20px;
}
#three-col-center li {
	margin-bottom: 8px;
}

.three-col-image {
	border-top-width: 3px;
	border-bottom-width: 3px;
	border-top-style: double;
	border-bottom-style: double;
	border-top-color: #000000;
	border-bottom-color: #000000;
	margin-bottom: 10px;
}



.date1{
	width:40px;
	height:50px;
	color:#fff;
	font-weight:700;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	background-color: #1F160E;
}
.date1 .month{
	width:95%;
	text-align:center;
	position:relative;
	top:6px;
	margin-right: auto;
	margin-left: auto;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #4B3925;
	border-bottom-color: #4B3925;
}
.date1 .day{
	width:100%;
	text-align:center;
	position:relative;
	top:6px;
	font-size:22px;
}
.date1 .year{
	width:100%;
	text-align:center;
	position:relative;
	top:6px;
	font-size:12px;
}

.hp-event {
	margin-bottom: 10px;
	display: block;
	padding-top: 5px;
	padding-bottom: 5px;
}
.dropcap {
	font-style: italic;
	float: left;
	font-size: 32px;
	line-height: 32px;
	margin-right: 5px;
}

/* Start Footer */
#footer-wrapper {
	display: block;
	margin-top: 30px;
	background-image: url(../images/footer-bkg.jpg);
	background-repeat: repeat-x;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
	height: 100px;
}
#footer {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	color: #666666;
}

#footer a {
	color: #9D7E5C;
}


#footer #copyright {
	color: #FFFFFF;
}

#footer-nav{
	display: block;
	height: 33px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
}

#footer-nav ul{
	float: left;
	width: 100%;
}

#footer-nav ul li{
display: inline;
}

#footer-nav ul li a {
	float: left;
	color: #FDF5D7;
	text-decoration: none;
	display: block;
	width: 150px;
	text-align: center;
	height: 25px;
	text-transform: capitalize;
	font-weight: bold;
	padding-top: 8px;
}

#footer-nav ul li a:hover {
	color:#FFFFFF;
	font-style: italic;
	font-weight: bold;
	background-image: url(../images/nav-hover.jpg);
}

#footer-nav ul li a.current{
	color:#FFFFFF;
	font-style: italic;
	font-weight: bold;
	background-image: url(../images/nav-hover.jpg);
}
ol.none {
	margin: 0px;
	}
ol {
	margin-left: 50px;
	margin-right: 50px;
}
ol li {
	padding-bottom: 10px;
}
p {
	margin-bottom: 10px;
}
.nav2 {
	list-style-type: none;
}
.nav2 li {
	margin-left: 10px;
	margin-bottom: 5px;
}
ul.nav2 li a {
	display: block;
	height: 20px;
	padding-top: 5px;
	font-style: italic;
}


.nav2-current, ul.nav2 li a:hover {
	background-image: url(../images/nav2-bkg.jpg);
	background-repeat: repeat-y;
	margin-right: -10px;
	margin-left: -20px;
	padding-left: 30px;
	background-position: center;
	color: #FCF5D7;
	font-style: italic;
	font-weight: bold;
}
.img-right {
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
	border: 3px double #341B05;
}
#sub-header {
	height: 120px;
	width: 600px;
	margin-left: -10px;
	padding-bottom: 10px;
	background-color: #000;
}
.history {
	background-image: url(../images/header-history.jpg);
	background-repeat: no-repeat;
}

.help {
	background-image: url(../images/header-help.jpg);
	background-repeat: no-repeat;
}
.about-us {
	background-image: url(../images/header-about-us.jpg);
	background-repeat: no-repeat;
}
.links {
	background-image: url(../images/header-links.jpg);
	background-repeat: no-repeat;
}
.thanks {
	background-image: url(../images/header-special-thanks.jpg);
	background-repeat: no-repeat;
}
.events {
	background-image: url(../images/header-events.jpg);
	background-repeat: no-repeat;
}
.talent {
	background-image: url(../images/header-talent.jpg);
	background-repeat: no-repeat;
}

#two-col-left ul li {
	list-style-position: outside;
	list-style-type: disc;
	margin-left: 35px;
}
h4 {
	font-size: 12px;
	font-weight: bold;
	display: block;
	margin-top: 10px;
	padding-top: 5px;
}
.event-detail {
	margin-right: 10px;
	margin-left: 10px;
	padding: 10px;
	margin-bottom: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000;
}

