html, body { min-height: 100%; margin: 0 }
body {
	background-color: #000000;
	margin: 0 auto;
	text-align: center;
	width: 765px;
	padding: 0px;
	font-family: arial, sans-serif;
	font-size: 14px;
	color: #5D573F;
}

a:link, a:visited, a:active { text-decoration: underline; }
a:hover { text-decoration: none; }

a img {
	border: none;
	text-decoration: none;
}

.content table, .content tbody, .content tr, .content td {
	border-spacing: 0px;
	}

/*Start Drop Shadow Border CSS*/
.edges {
	width: 767px;
	height: 100%;
	text-align: left;
	position: relative;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
}

/*End Drop Shadow Border CSS*/


/*Start Header CSS*/
#header {
	border-bottom: 3px solid #fbb71e;
	margin: 11px 0 2px;
}
.header {
	background: #B7A672;
	width: 100%;
	overflow: hidden;
	height: 70px;
}
#header_left { float: left; width: 255px; }
#eclub_btn { float: left; width: 305px; margin: 15px 0 0; text-align: center; }
.search-box {
	float: left;
	width: 200px;
	height: 37px;
	margin: 12px 0 0;
	overflow: hidden;
}
.search { padding-top: 5px; }
.input {
	width: 100px;
	height: 16px;
	padding: 2px 2px;
	margin: 5px 5px 0 0;
	vertical-align: top;
}
.keywordSearch {
	margin: 0px; 
	position: relative;
	padding-left: 16px;
}	
.keywordSearch .searchbtn {
	margin-top: 4px;
}
	
.banner {
	float: right; 
	width: 775px; 
	height: 90px; 
	overflow: hidden; 
	padding-top: 14px;
}
/*End Header CSS*/


/*Start Main Navigation CSS*/
.mainMenu {
	clear: both;
	width: 765px;
	height: 20px;
	background: url(../../../art/redbg.jpg) 0 0 repeat-x;
	text-align: center;
	padding: 0;
	font-size: 10px;
	margin-top: 3px;
	margin-right: 0;
	margin-bottom: 4px;
	margin-left: 0;
}
#menu, #menu * {
	list-style:	none;
}
.mainMenu #menu {
	width: 695px;
	height: 27px;
	margin: 0 auto;
	padding: 0;
	text-align: center;
	line-height: 1.0;
}
.mainMenu #menu li {
	display: inline-block;
	position: relative;
	text-align: center;
	vertical-align: middle;
	margin: 3px 0 0;
	padding: 0;  
	z-index: 99;
	text-transform: uppercase;
	line-height: 12px;
	background: url(../../../images/uploaded/pipe.gif) center right no-repeat;
}
.mainMenu #menu li#m4nav_footer_l0_tickets_events, #m4nav_l0_tickets_events, #m4nav_footer_l0_tickets_events { width: 10%; }
.mainMenu #menu li#m4nav_footer_l0_facilities, #m4nav_l0_facilities, #m4nav_footer_l0_facilities { width: 10%; }
.mainMenu #menu li#m4nav_footer_l0_residents, #m4nav_l0_residents, #m4nav_footer_l0_residents { width: 11%; }
.mainMenu #menu li#m4nav_footer_l0_support_us, #m4nav_l0_support_us, #m4nav_footer_l0_support_us { width: 11%; }
.mainMenu #menu li#m4nav_footer_l0_education, #m4nav_l0_education, #m4nav_footer_l0_education { width: 19%; padding: 0 2px; }
.mainMenu #menu li#m4nav_footer_l0_newsmedia, #m4nav_l0_newsmedia, #m4nav_footer_l0_newsmedia { width: 13%; }
.mainMenu #menu li#m4nav_footer_l0_employment, #m4nav_l0_employment, #m4nav_footer_l0_employment { width: 13%; }
.mainMenu #menu li#m4nav_footer_l0_about, #m4nav_l0_about, #m4nav_footer_l0_about { width: 9%; }

.mainMenu ul#menu li a:link, .mainMenu ul#menu li a:visited {
	font: bold 10px/12px Arial, Helvetica, sans-serif;
	color: #fff;
	text-decoration: none;
	background: none;
	padding-right: 5px;
	text-transform: uppercase;
}
#menu li.last, .sections li.last { background: none; }
.mainMenu ul#menu li a:hover {
	color: #fff;
	text-decoration: underline;
}
.mainMenu #menu li:hover {
	visibility:	inherit; /* fixes IE7 'sticky bug' */
}
.mainMenu #menu ul {
	background: #A63320;
	opacity: .85;
	position: absolute;
	top: -999em;
	width: 151px;
	margin: 0;
	padding: 0;
	border-top: none;
	text-align: left;
}
.mainMenu #menu ul li {
	display: block;
	width: 151px;
	margin: 0;
	padding: 2px 0;
	background: transparent;
	z-index: 99;
	text-align: left;
}
.mainMenu #menu ul li a:link, .mainMenu #menu ul li a:visited {
	display: block;
	width: 135px;
	font: 11px/16px Arial, Helvetica, sans-serif;
	color: #fff;
	text-decoration: none;
	padding: 5px 9px;
	background: none;
	text-align: left;
	text-transform: none;
}
.mainMenu #menu ul li a:hover {
	text-decoration: underline;
}
.mainMenu #menu li:hover a { text-decoration: none; }
#menu li:hover ul,
#menu li.sfHover ul {
	left:			0;
	top:			22px;
	z-index:		99;
}
ul#menu li:hover li ul,
ul#menu li.sfHover li ul {
	top:			-999em;
}
ul#menu li li:hover ul,
ul#menu li li.sfHover ul {
	left:			175px;
	top:			0;
}
ul#menu li li:hover li ul,
ul#menu li li.sfHover li ul {
	top:			-999em;
}
ul#menu li li li:hover ul,
ul#menu li li li.sfHover ul {
	left:			175px;
	top:			0;
}

/*Sub Menu Navigation CSS */
.subMenu {
	vertical-align: top;
	width: 135px;
	text-align: left;
	background: #440f61;
	border: none;
	margin: 0;
	padding: 0;
}

.subMenu .sub-menu {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	width: 135px;
	border: none;
}

.subMenu .sub-menu li {
	background-color: #D7D7EB;
	color: #73623d;
	font-size: 11px;
	border: none;

}

.subMenu .sub-menu li a {
	display: block;
	text-decoration: none;
	padding: 5px;
	color: #006;
	border-collapse: collapse;
	border-bottom: 1px solid #201e70;
	border-top: 1px solid #201e70;
}

.subMenu .sub-menu li:hover {
	background-color: #fff;
}

.sub-menu li a.current:link, .sub-menu li a.current:visited {
	background-color: #fff;
	font-weight: bold;
	color: #000;
}

.heading {
	color: #fff;
	text-align: left;
	padding: 10px 5px;
}

.content .heading h3 {
	margin: 0;
	padding: 0;
	font-size: 14px;
}

.subMenu .heading h3 a:link, .subMenu .heading h3 a:visited {
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	margin: 0;
	padding: 0;
	font-size: 14px;
}

/*End Main Navigation CSS*/

/*Start Content CSS*/
/* Index CSS */
.eventsheader { 
	width: 100%;
	height: 13px;
	background: #fbb71e;
	color: #fff;
	padding: 0 0 7px;
	text-align: center;
	font-weight: bold;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
}
.eventsheader div h1 {
	margin: 0;
	padding: 0;
	font-size: 12px;
	color: #fff;
	font-style: normal;
}
.eventsheader div {
	background: url(../../../art/redbg.jpg) 0 0 repeat-x;
	border-bottom: 1px solid black;
	padding: 2px 0 0;
}
#hcontentblock { float: left; width: 580px; background: #e9e2d2; }
.divider1 { width: 100%; height: 100%; background: url(../../../art/event_dots.jpg) 145px 0px repeat-y; }
.divider2 { width: 100%; height: 100%; background: url(../../../art/event_dots.jpg) 50% 0 repeat-y; }
.divider3 { width: 100%; height: 100%; background: url(../../../art/event_dots.jpg) 75% 0 repeat-y; }

#hcontentblock .eventblock h1 { font-weight: normal; }
#hcontentblock .eventblock h2 { font-size: 13px; }
#hcontentblock .clear { 
	clear: left;
	overflow: hidden;
	background: #e9e2d2 url(../../../art/redbg.jpg) 0 0 repeat-x;
	border-top: 1px solid black;
	padding: 15px 0 0;
	width: 582px
}
#hcontentblock .clear .orangebar {
	background: #fbb71e;
	font-size: 0.5px;
	height: 3px;
	border-bottom: 1px solid black;
	border-top: 1px solid black;
}
.hcontent1 { display: block; width: 100%; height: auto; }
.hcontent2, .hcontent3, .hcontent4, .hcontent5 { display: block; float: left; width: 25%; margin: 0; padding: 0; background: none; }

.hcontent6 { display: block; float: left; width: 50%; margin: 0; padding: 0 0 5px; background: #e9e2d2; }
.hcontent7 { display: block; float: left; width: 50%; margin: 0; padding: 0 0 5px; background: #e9e2d2 url(../../../art/event_dots.jpg) 0 0 repeat-y; }
.hcontent7 div, .hcontent9 div, .hcontent10 div { padding: 0 0 5px 3px; }

.hcontent8 { display: block; float: left; width: 33%; margin: 0; background: #e9e2d2; text-align: center; }
.hcontent9 { display: block; float: left; width: 34%; margin: 0; background: #e9e2d2 url(../../../art/event_dots.jpg) 0 0 repeat-y; text-align: center; }
.hcontent10 { display: block; float: left; width: 33%; margin: 0; background: #e9e2d2 url(../../../art/event_dots.jpg) 0 0 repeat-y; text-align: center; }

.eventblock {
	width: 125px;
	margin: 0;
	background: none;
	padding-top: 5px;
	padding-right: 8px;
	padding-bottom: 0px;
	padding-left: 12px;
}

.innerContent {
 	background-color: white;
 	overflow: hidden;
 	padding: 0 0 20px;
 	vertical-align: top;
 	width: 100%;
 	overflow: hidden;
}
.innerContent img {	padding: 0 10px 10px 0; text-decoration: none; }
.innerContent .featureimg img {	padding: 0; }

.innerArticle, #downloads {
 	width: 95%;
 	margin: 10px auto;
}
.tempbody .innerContent a img { text-decoration: none; display: block; }
.innerArticle a h4 { color: #900900; }
.innerContent .bodyimg {
	float: right;
	margin: 0;
	text-align: right;
}
.innerContent .bodyimg img {
	display: block;
	float: right;
	clear: right;
	margin: 5px 5px 15px 15px;
}

 .imagecaption {
	font-size: 10px;
	font-style: italic;
	color: #7D735A;
	text-decoration: none;
	clear: right;
	margin: 0 5px 0 0;
	display: block;
	position: relative;
	top: -7px;
}
 
 
/* ---------- downloads section ----------- */
#downloads
{ border-top: 1px solid #ccc; margin-top: 10px;}

#downloads h1
{	font-size: 14px; color: #201e70; }

#downloads a
{	color: #900; }

#downloads .download
{	margin-bottom: 10px; }

 .imagecaption {
 	font-style: italic;
 	color: #57492b;
 	}
#indexwrapper { border: 1px solid #006; background: #fff; overflow: hidden; margin-top: -6px; }
table#page { border: 1px solid #006; }
.content {
	width: 100%;
	color: #73623d;
	font-size: 14px;
}

.content h1 {
	color: #73623d;
	font-size: 22px;
	font-weight: normal;
	margin: 5px 0;
	padding: 0px;
	}
	
.content h2 {
	margin: 5px 0 10px;
	padding: 0px;
}
.temppage .contentArea h2, .temppage .contentArea h2 a:link, .temppage .contentArea h2 a:visited { font-size: 13px; }
.content h3 {
	color: #73623d;
	font-size: 18px;
	font-weight: normal;
	margin: 3px 0;
	padding: 0px;
	}

.contentArea {
	background: url('../../spotlets/images/homeBg.gif');
	background-repeat: no-repeat;
	background-color: #FEFEFC;
	width: 100%;
	text-align: left;
}

.contentArea h3 {
	margin: 0px;
	padding: 0px;
}

.contentArea p {
	margin: 0px;
	padding: 0px;
	}

.contentArea2 {
	background: url('../../spotlets/images/homeBg.gif');
	background-repeat: no-repeat;
	background-color: #FEFEFC;
	width: 100%;
	min-height: 290px;
	padding-left: 15px;
}

.contentArea2 a {
	font-size: 14px;
	font-weight: bold;
	color: #695c39;
	text-decoration: none;
	}

.contentArea2 h1 {
	color: #5d573f;
	font-size: 25px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	}

.contentArea2 h2 {
	color: #5d573f;
	font-size: 16px;
	font-weight: lighter;
	margin: 0px;
	padding: 0px;
	}

.contentArea2 h3 {
	margin: 0px;
	padding: 0px;
}

.contentArea2 p {
	margin: 0px;
	padding: 0px;
	}
	
.contentArea2 table, .contentArea2 tr, .contentArea2 tbody, .contentArea2 td {
	margin: 0px;
	padding: 0px;
	border: 0px;
	border-spacing: 0px;
	}

.linkButton {
	background: url('../../../art/linkButton.gif') no-repeat;
	height: 49px;
	width: 249px;
	border: none;
	}
	
.leftBox {
	width: 300px; 
	min-height: 317px; 
	padding-top: 10px;
	padding-bottom: 10px;
}

.middleImg {
	 width: 327px;
	 min-height: 317px;
	 padding-top: 0px;
	 padding-bottom: 10px;
	}

.indexContentAds {
	margin: 15px;
	width: 275px; 
	min-height: 305px; 
}
/*End Content CSS*/


.eventDetailBody				{ float: left; width: 580px; background: #fff; font-size: 12px; }
.temppage .eventDetailBody h1	{ font-size: 18px; color: #201e70; font-style: normal; }
.temppage .eventDetailBody a:link,
.temppage .eventDetailBody a:active,
.temppage .eventDetailBody a:visited	{ color: #900900; }
.temppage .eventDetailBody a:hover	{ color: #900900; text-decoration: none; }
table.tickets td { vertical-align: middle; }
 
div.rightbar {
	background: #fff;
	overflow: hidden;
	float: right;
	position: relative;
	width: 180px;
	height: 100%;
}
td.rightbar {
	vertical-align: top;
}
div.rightbar, td.rightbar {
	background: #201e70;
	border-left: 3px solid #000;
	padding-bottom: 5px;
}
#ticketsandevents {
	width: 174px;	
	background: #33abcd;
	color: #fff;
	font-weight: bold;
	font-size: 12px;
	height: 17px;
	padding-top: 4px;
	padding-left: 5px;
	border-bottom: 5px solid black;
}
iframe { background:#201E70; }
#rightbuttons {
	width: 165px;
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	color: #fff;
	margin: 0 auto;
	padding-right: 3px;
}

#rightbuttons a
{	color: #fff; display: block; }

#rightbuttons a:link, #rightbuttons a:hover, #rightbuttons a:visited,  #rightbuttons a:active
{	text-decoration: none; }
.rectbutton
{
	height: 24px;
	width: 169px;
	margin: 4px 0px;
	padding-top: 6px;
	background: url('../../../art/red_btn_bg.gif') no-repeat;
}
#contact_info {	margin: 20px 0 20px 8px; }
#contact_info strong { font-size: 110%; font-weight: bold; color: #f1ab00; }
#sponsor_list {	text-align: center; padding-top: 25px; }


/*Start footer CSS*/
#footer { clear: both; margin-top: 1px; border-top: 3px solid #fbb71e; color: #fff; }
/*.footer {
	background: url('../../spotlets/images/footerBg.gif');
	background-repeat: repeat-x;
	background-color: #FFFFFE;
	width: 100%;
	min-height: 98px;
	color: #4F2316;
	font-size: 12px;
	padding-top: 5px;
}
*/
.footer p {
	margin: 3px 0;
	padding: 5px 0 0;
}
.tempfooter p a:link, .tempfooter p a:visited {	color: #fff; font-weight: bold; text-decoration: none; }
.tempfooter p a:hover {	text-decoration: underline; }

.footer-nav { 
	margin-top: 4px;
	width: 100%;
	height: 30px;
	background: url(../../../art/redbg.jpg) 0 0 repeat-x;
	text-align: center;

}
ul.sections {
	width: 695px;
	height: 27px;
	margin: 0 auto;
	padding: 0;
	text-align: center;
	list-style: none;
}

ul.sections li {
	display: inline-block;
	position: relative;
	text-align: center;
	margin: 4px 0 0;
	padding: 0;  
	z-index: 99;
	text-transform: uppercase;
	line-height: 12px;
	vertical-align: middle;
	width: 10%;
	background: url(../../../images/uploaded/pipe.gif) center right no-repeat;
}
ul.sections li a:link, ul.sections li a:visited {
	font: bold 10px/12px Arial, Helvetica, sans-serif;
	color: #fff;
	text-decoration: none;
	padding: 0 5px 0 0;
	background: none;
}
ul.sections li a:hover {
	text-decoration: underline;
}
#footer .footer-nav { 
	text-decoration: none;
}

/*End Footer CSS*/

/*search CSS*/
.searchContent {
	background-color: #fff;
	width: 580px;
	min-height: 317px; 
	color: #4F2316;
	text-align: left;
	font-size: 11px;
	float: left;
}
.searchBody {
	margin: 10px 0 10px 20px;
	text-align: left;
}

.searchContent h2 {
	padding-top: 5px;
	text-align: left;
	}

.searchContent h3, .searchContent a {
	color: #4F2316;
	}
.temppage .searchContent a:link { color: #900900; }
div.search_result a { padding-left: 10px } 
