html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {margin: 0;padding: 0;border: 0;outline: 0;vertical-align: baseline;background: transparent;}
body {line-height: 1;}
ol, ul {list-style: none;}
blockquote {quotes: none;}
blockquote:before, blockquote:after,q:before, q:after {content: '';content: none;}
del {	text-decoration: line-through;}
* html div, body {margin:0;padding:0;}
div {position:relative;}
html {min-width:950px;margin-top: 0;padding: 0;text-align: center; position:relative; }
/*END reset */

body {
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	background:url(/img/2011-bg.jpg) no-repeat 50% top #9cc350;
	color:#333;
	position:relative;

}
.clear {
	clear:both;
	height:0;
	margin:0;
	padding:0;
	width:100%;
	display:block;
}/*-------------Colors -------------*/
.drkblu {color:#41545B;}
.orange {color:#F7941D;}
.drkgreen{color:#4E6F16;}
.ltgreen{color:#9CC350;}
.festgreen{color:#78A32D;}
/* Sizes========================== */
.nine {width:920px;	margin:0 10px 0;}
.six{width:660px;margin:0 10px 0;}
.five {width:590px;margin:0 10px 0;}
.five-sm {width:520px;margin:0 10px 0;}
.four {width:450px;margin:0 10px 0;}
.three {width:380px;margin:0 10px 0;}
.three-ten{width:310px;margin:0 10px 0;}
.two {width:240px;margin:0 10px 0;}
.fourth {width:215px;margin:0 10px 0;}
.one {width:140px;margin:0 10px 0;}
.third {width:190px; margin:0 10px 0 0;}
.right {float:right;}
.left {float:left; }


.col1, .col2, .col3, .col4, .col5, .col6, .col7, .col8, .col9, .col10, .col11, .col12 {padding:0 10px 0;}
.col1 {width:60px;}
.col2 {width:140px;}
.col3 {width:220px;}
.col4 {width:300px;}
.col5 {width:380px;}
.col6 {width:460px;}
.col7 {width:540px;}
.col8 {width:620px;}
.col9 {width:700px;}
.col10 {width:780px;}
.col11 {width:860px;}
.col12 {width:940px;}
.col13 {widows:960px; }
.col14 {widows:1000px; }
/*===============================================================================
----------------------------------------FONTS------------------------------------
=============================================================================== */

#maincontainer h1, #maincontainer h2, #maincontainer h3, #maincontainer h4, #maincontainer h5, #maincontainer h6 {
font-family:Cambria,Georgia, Times, serif;}
h1 {
  font-size:42px;
  font-weight: bold;
  margin:0 0 10px
}
h2 {
  font-size:38px;
  font-weight: bold;
  margin:0 0 20px;
  line-height:1em;
  color:#78A32D;
}
h3 {
  font-size: 34px;
  font-weight: bold;
  margin:0 0 10px
}
h4 {
  font-size: 28px;
  font-weight: bold;
  margin:0 0 5px
}
h5 {
  font-size: 24px;
  font-weight: bold;
  margin:0 0 5px
}
h6 {
  font-size: 18px;
  font-weight: bold;
  margin:0 0 5px
}
ul.ulist {
	list-style:url(/img/list-disc.jpg);
	padding:10px 0 10px 50px;
}
/* main paragraph on inside pages */
#maincontainer p {
font-family: Arial, Helvetica, sans-serif;
font-size: 14px;
font-style: normal;
font-weight: normal;
text-transform: normal;
letter-spacing: normal;
line-height: 1.6em;
}
.imgBox {
	position:absolute;
}
p{
	font-family:Helvetica, Arial, sans-serif;
	font-size:14px;
	line-height:1.5em;
	padding: 0 0 5px;
	color:#333;
}
#ttt {
	background:url(/img/inside/ttt.png) no-repeat;
	overflow:hidden;
	height:48px;
	width:39px;
	text-indent:-1000px;
	display:block;
	margin-left:-20px;
}
#maincontainer p.first-line {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:24px;
	line-height:1.1em;
	color:#9cc350;
	margin:10px 0 5px;
}
#maincontainer blockquote p{
	font-size:120%;
	line-height:1.5.em;
	color:#49586c;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
}
/* Links --------------------------------------------------------*/
a  {color: #006633; text-decoration: underline }
a:hover {color: #AE7200; text-decoration: none}
a.pdf{
	background:url(/img/pdf.png) no-repeat center right #93b74e;
	padding-right:20px;
	padding:5px 32px 5px 5px;
	border:1px solid #ABABAB;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius:5px;
	text-decoration:none;
	color:#fff;
}
a:hover.pdf {
	background-color:#93b74e;
	color:#fff;
	border:1px solid #2D2D2D;
}
.hoverglow:hover, .glow:hover{
-moz-box-shadow: 0 0 1em #9cc350; /* This will make an image with a ling attached glow on hover in firefox/safari*/
-webkit-box-shadow: 0 0 1em #9cc350;
box-shadow: 0 0 1em #9cc350;
}
a.special {
	padding:2px 4px 2px;
	background-color:#EAEAEA;
	border:1px solid #ABABAB;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius:5px;
	text-decoration:none;
	font-size:12px;
}
	a:hover.special {
	background-color:#93b74e;
	color:#fff;
	border:1px solid #2D2D2D;

}
a.cr-form {
	padding:3px 5px 3px;
	background:url(/img/link-bg.jpg) repeat-x;
	border:1px solid #76A22F;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	text-decoration:none;
	font-size:14px;
	font-weight:bold;
	
}
a.vendor-link {
	font-size:12px;
	font-weight:bold;
	
}
	a:hover.cr-form {
	padding:5px;
	background:#93b74e;
	color:#fff;
	border:1px solid #76A22F;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
}
iframe.video {
	-moz-border-radius:5px;
	-moz-box-shadow:0px 0px 8px rgba(00,00,00,0.5);
	-webkit-border-radius:5px;
	-webkit-box-shadow:0px 0px 8px rgba(00,00,00,0.5);
}
/* =====================================================================================
--------------------------------------MAIN PAGE STYLES----------------------------------
=======================================================================================*/
 #header {
	height: 60px;
	background:url(/img/front/nav.png) no-repeat bottom;;
	margin:208px 0 0;
	position:relative;
	z-index:3;
}

/*  Navigation Bar ----------------------------------------*/
ul.globalNav {
	width:990px;
	padding:22px 10px 0 15px;
	
}

ul.globalNav li{
	float:left;
	font-family:Helvetica, Arial,sans-serif;
	text-transform:uppercase;
	font-weight:bold;
	font-size:14px;
	margin:5px 0 0;
	position:relative;
}
ul.globalNav li:hover {
	padding-bottom:13px;
	border-bottom:5px solid #77A22F;

}
ul.globalNav li a {
	color:#fff;
	text-decoration:none;
	border-right:1px solid #B3D16D;
	border-left:1px solid #8EAF4C;
	padding:8px 5px 8px;	
}

div#searchcont {
	position:absolute;
	bottom:5px;
	right:9px;
	width:232px;
	height: 37px;
	padding:3px;
	margin:0;
}
ul.globalNav {position: relative; }
ul.globalNav li.hover {position: relative; }
ul.globalNav ul { 
	width: 180px; 
	display:none; 
	position: absolute; 
	padding:2px 5px 9px 12px;
	top: 25px;
	left:-10px;
	margin:0;
	overflow:hidden;
	background:url(/img/front/contactBg.png) no-repeat bottom left;
	font-size:12px;
	border-top:4px solid #9CC350; 
	z-index:2003;}
ul.globalNav ul li a {
	border:none;
}
ul.globalNav ul li { 
	float: none; 
	width: 100%;
	padding:5px 0 6px;
	width:100%;
	margin:0 ;
	z-index:2003;
	background:url(/img/front/droplibg.png) no-repeat bottom left;
	}
ul.globalNav ul li:hover { 
	float: none; 
	width: 100%;
	padding:5px 0 6px;
	width:100%;
	margin:0;
	border:none;}

.searchBox {
	border:none;
	background:none;
	width:170px;
	color:#999;
	font-family:Helvetica, Arial, sans-serif;
	font-weight:bold;
	font-size:14px;
}
.searchBox-holder {
	border:none;
	height:24px;
	background:url(/img/front/searchBox.png) no-repeat;
	padding:12px 5px 3px 12px;
	width:172px;
	position:absolute;
	bottom:5px;
	right:50px;
}
.searchBtn {
	background:url(/img/front/searchBox.png) no-repeat -190px -4px;
	border:none;
	cursor:pointer;
	position:absolute;
	right:12px;
	border:0;
	bottom:5px;
	text-indent:-1000px;
	font-size:1px;
	text-align:left;
	color:#9cc350;
	display:block;
	height:35px;
	width:40px;
}

#container { /* wraps everything on every page */
	width: 990px;
	text-align: left;
	margin:0 auto 0;
}
#page-wrap {
	width:940px;
	margin:0 auto 0;
	background: url(/img/twoColBg.jpg) repeat-y right #fff;
	padding:0 10px 20px;
}
.home-page #page-wrap {
	width:960px;
	margin:0 auto 0;
	background: #fff;
	padding:0;
}
.map-page #page-wrap, .stages #page-wrap {
	background:#fff;
}
#maincontainer {
	background-color:fff;
	padding:13px 5px 5px 5px;
	width:615px;
	margin-left:5px;
	margin-top:10px;
	clear: left;
	display: block;
	font: normal 12px/1.8em Arial, Helvetica, sans-serif;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #C0C0C0;
} 
#maincontainer h1 {
	font-family:"Times New Roman",Georgia, Times, serif;
	font-size:190%;
	color:#000;
	margin:0;
	padding-bottom:5px;
}
#maincontainer p {
font-family:Helvetica, Arial, sans-serif;
font-size: 16px;
font-style: normal;
font-weight: normal;
text-transform: normal;
letter-spacing: normal;
line-height: 1.6em;
color:#666;
}
#maincontainer p strong {
	color:#333;
}
#maincontainer ul li p {margin:0;
padding:0;
}
#maincontainer ul  {margin:0;

}

#maincontainer .image-label {
	padding:5px;margin:5px; 
	background-color:#f5f5f5;
	border:1px solid #ABABAB;
	display:inline-block;
	float:right;
	clear:both;
	
}
#maincontainer .image-label p{
margin:0;
padding:0;
}
/* sidebar--------------------------------------------- */
#sidebar {
	float:right;
	width:290px;
	margin-bottom: 5px;
	display: inline;
}
#sidebar p {
	padding:5px;
}
ul#sidebar-list, ul#blog-list   {
	margin:0 -10px 0 0px;
	padding:0;
	background:url(/img/front/sidebar-div.png) repeat-x top;
}
ul#sidebar-list li, ul#blog-list li{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:normal;
	font-size:18px;
	list-style:none;
	color:#FFF;
	padding:0;
	margin: -5px  0 -10px -4px;
}
* ul#sidebar-list li a {
	height:1em;
}
ul#sidebar-list li a, ul#blog-list li a {
	color:#FFF;
	text-decoration:none;
	padding:14px 8px 14px 25px;
	display:block;
	margin:0;
}
ul#blog-list li h4, ul#blog-list li h2 {
	margin:30px 0 0 20px;
}
 ul#blog-list li a:hover {
	 background:orange;
 }
ul#sidebar-list li a:hover{
	background:url(/img/inside/sidebarLi-bg.png) no-repeat;
	color:#FFF;	
}
ul#sidebar-list li.otherContact {
	padding:10px;
	margin:20px 0 0;
	color:#333;
	background:#fff;
	font-size:12px;
}
ul#sidebar-list li.otherContact p {
	line-height:1.2em;
}
#sidebar-sponsor {
	margin:10px;
	padding:10px;
	display:block;
	background-color:#fff;
	border:#EBEBEB 1px solid;
}
#sidebar-sponsor p {
	padding:5px;
}
#sidebar img.ticketLink {
	border:none;
	margin:10px 0 0;
}
/*END sidebar */
/*-----------------------------FORMS -------------------------*/
.form-input {
	padding:7px;
	font-family:Arial, Helvetica, sans-serif;
	color:#999;
	border:1px solid #BBB;
	font-size:16px;
	background:#EBEBEB;
}
#caution {
	background:url(/contact/img/important.png) no-repeat left #FF9;
	padding:15px 20px 10px 40px;
	border:1px solid #FC3;
	position:relative;
	width:400px;
	margin:20px;
}
.alert {
	background: #FF9;
	padding:10px;
	border:1px solid #FC3;
	position:relative;
	margin:10px;
}
ul#sidebar-list a.facebook , ul#sidebar-list a.twitter, ul#sidebar-list a.facebook:hover, ul#sidebar-list a.twitter:hover  {
	color:#333;
	border:none;
	display:block;
	line-height:1em;
}
 a.close {color:red;
position:absolute;
font-weight:bold;
text-decoration:none;
top:0;
right:2px;

}
ul.contact-list li {
	margin:0;
	padding:10px 10px  10px;
	border-bottom:1px solid #EAEAEA;
}
ul.contact-list li p {
	margin:0;
	padding:3px;
}
ul.contact-list li p span { color:#666;
font-size:90%;
padding:0 5px 0;

}
textarea.form-input {
	width:380px;
}
label.error{
	background:#F99;
	border:1px solid #F00;
	padding:5px;
	color:#fff;
	margin:0 10px 0;
}
.sendBtn {
	background:#9cc350;
	border:none;
	padding:5px 10px 5px;
	color:#fff;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	font-size:130%;
	cursor:pointer;
	text-decoration:none;
}
.submit {
	display:block;
	float:left;
	margin-left:5px;
	margin-top:2px;
	
}
.form-item {
	padding:10px;
	margin:10px;
}
.form-item label {
	color:#333;
	padding:5px;
	font-size:14px;
	font-family:Verdana, Geneva, sans-serif;
}
.form-item table tr.formtr {background:#EAEAEA;}
/* FRONT PAGE ONLY------------------------------------------------------------------------*/
#frontMain{background:url(/img/front/frontMainBg.jpg) repeat-x #F2F2F2;  width:960px;}
#frontMid {background:#F2F2F2;}
#newsContainer {
float:left;
margin:20px 0 0 20px;
padding:14px 3px 5px 5px;
width:630px;
}
#newsContainer .feature {
	width:305px;
	margin:3px;
	float:left;
}
#newsContainer h6 {
	display:block;
	background:#f7f7f7;
	font-family:Cambria, "Times New Roman", Times, serif;
	color:#8CAE3E;
	font-size:26px;
	line-height:1em;
	padding:3px 4px 3px;
	font-weight:normal;
}
#newsContainer .feature a img {
	border:5px solid #E2E2E2;
	float:left;
}
#newsContainer .feature a:Hover img {border:#0C3 5px solid;}
#newsContainer .feature h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	text-transform:uppercase;
	font-weight:bold;
	margin-top:0;
	margin-bottom:2px;
}
#newsContainer .feature p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	margin:0;
}
#newsContainer .featurecontent{
	padding:5px;
	float:left;
	width: 145px;
}
#newsContainer .featurecontent a {
	text-decoration:none;
	font-weight:bold;
	color:#9CC350;
}
#newsContainer .featurecontent a:Hover {
	color:#F93;
}

#twitterCont {
	background:url(/img/front/twitter-bg.gif) no-repeat bottom;
	padding:0 0 78px;
	width:263px;
	margin-right:20px ;
	margin-top:50px;
}
ul#twitter_update_list {
	text-align:left;
	line-height:1.3em;
	padding: 0 10px 10px 13px;
	font-size:18px;
	font-family:Arial, Helvetica, sans-serif;
	color:#9CC350;

}
ul#twitter_update_list a {
	color:#6C8541;
	text-decoration:none;
	font-style:italic;
}

/*-=====================================================================================
-------------------------------------------Footer-----------------------------------------
========================================================================================*/
#footer {
	height:314px;
	background:url(/img/footer-bg.jpg) center 0 no-repeat;
	width:100%;
	text-align:left;
}
#footer #footerCont {
	width:960px;
	margin:0 auto 0;
	padding:40px 0 0;
	height:277px;	
}
#footer h5 {
	font-family:Stone Informal, Arial, Times, serif;
	font-size:160%;
	font-weight:bold;
	padding:0 0 4px;	
}
ul.foot {
	float:left;
	margin:25px 0px 15px 25px;
	color:#333;
}
ul.foot li a {
	color:#5e821c;
	text-decoration:none;
	display:block;
	padding:2px;
	font-size:110%;
}
ul.foot li a:hover {
	color:#fff;
	background:#9cc350;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	-khtml-border-radius:3px;
	border-radius:3px;
}
ul.foot li.facebook a, ul#sidebar-list a.facebook, ul#sidebar-list a.facebook:hover {
	background:url(../img/front/connectFooter.png) no-repeat;
	padding:4px 0 4px 25px;
	
}
ul.foot li.flickr a {
	background:url(../img/front/connectFooter.png) no-repeat 0 -69px ;
	padding:5px 0 4px 25px;
}
ul.foot li.youtube a {
	background:url(../img/front/connectFooter.png) no-repeat 0 -93px ;
	padding:6px 0 4px 25px;
}
ul.foot li.rss a {
	background:url(../img/front/connectFooter.png) no-repeat 0 -44px ;
	padding:6px 0 5px 25px;
}
ul.foot li.twitter a, ul#sidebar-list  a.twitter, ul#sidebar-list  a.twitter:hover  {
	background:url(../img/front/connectFooter.png) no-repeat 0 -20px ;
	padding:6px 0 5px 25px;
}
ul.foot li.blog a {
	background:url(../img/front/connectFooter.png) no-repeat 0 -117px ;
	padding:4px 0 4px 25px;
}/*End Footer */

/*Facebook Badge --------------------------------- */
 #iframe_like {
	height:25px;
	margin:-3px 0 0;
}
 .social_iframe {
	background-color:none!important;
	border:1px solid #D5D5D5;
	width:260px;
	padding:10px;
}
/*other links Container */
#otherlinks {
	background:#222;
	padding:15px 5px 5px 12px;
	margin:0 0 0px;
	height:190px;
}
ul#otherlinks-list {
	float:left;
	list-style:none;
	margin:0;
	padding:0;
}
ul#otherlinks-list li {
	list-style:none;
	margin:5px;
	float:left;
	border:5px solid #000;
}
ul#otherlinks-list li:hover {
	-moz-box-shadow: 0 0 1em #000; /* This will make an image with a ling attached glow on hover in firefox/safari*/
	-webkit-box-shadow: 0 0 1em #000;
	box-shadow: 0 0 1em #000;
}
ul#otherlinks-list li.one {
	text-align:right;
	width:166px;
	height:56px;
	background:url(/img/front/lower/daybyday.jpg) no-repeat;
	padding-top:110px;
	overflow:hidden;
}
ul#otherlinks-list li.one h3{
	background-image:url(/img/front/black-overlay.png);
	padding:5px 5px 50px 5px;
	color:#FFF;
	height:80px;
}
ul#otherlinks-list li.one h3 a, ul#otherlinks-list li.two h3 a, ul#otherlinks-list li.three h3 a, ul#otherlinks-list li.survey h3 a, ul#otherlinks-list li.four h3 a, ul#otherlinks-list li.five h3 a  {
	color:#FFF;
	margin:0;
	padding:0;
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	display: block;
}
ul#otherlinks-list li.one h3 a:hover, ul#otherlinks-list li.two h3 a:hover, ul#otherlinks-list li.survey h3 a:hover, ul#otherlinks-list li.three h3 a:hover, ul#otherlinks-list li.four h3 a:hover, ul#otherlinks-list li.five h3 a:hover  {
	color:#0C3;
	text-decoration:underline;
}
ul#otherlinks-list li.two {
	text-align:right;
	width:166px;
	height:56px;
	background:url(/img/front/redhead.jpg) no-repeat;
	background-repeat:no-repeat;
	padding-top:110px;
	overflow:hidden;
}

ul#otherlinks-list li.three {
	text-align:right;
	width:166px;
	height:56px;
	background:url(/img/front/news/stoutclout.jpg) no-repeat;
	padding-top:110px;
	overflow:hidden;
}

ul#otherlinks-list li.survey {
	text-align:right;
	width:166px;
	height:56px;
	background-image:url(/img/front/news/vol-survey.jpg);
	background-repeat:no-repeat;
	padding-top:110px;
	overflow:hidden;
}

ul#otherlinks-list li.four {
	text-align:right;
	width:166px;
	height:56px;
	background:url(/img/front/news/sticker.jpg) no-repeat;
	padding-top:110px;
	overflow:hidden;
}
ul#otherlinks-list li.four h3, ul#otherlinks-list li.survey h3, ul#otherlinks-list li.three h3, ul#otherlinks-list li.two h3, ul#otherlinks-list li.five h3{
	background-image:url(/img/front/black-overlay.png);
	padding:5px;
	color:#FFF;
	height:80px;
}
ul#otherlinks-list li.five {
	text-align:right;
	width:166px;
	height:56px;
	background:url(/img/front/news/fundraiser.jpg) no-repeat;
	padding-top:110px;
	overflow:hidden;
}

.social-footer {
	border-top:1px solid #CCC;
	height:40px;
	padding:0 20px 0 20px;
	margin:0 0 50px;
}
.social-footer a {
	text-decoration:none;
}
.social-footer ul.social-footer-list li {
	float:left;
	padding:8px 5px 0;
}
.social-footer ul.social-footer-list li.twitter
{
	background:url(/img/inside/social-footer.png) no-repeat  0 -50px;
	padding:8px 10px 2px  20px;
}
.social-footer ul.social-footer-list li.print
{
	background:url(/img/inside/social-footer.png) no-repeat  0 -22px;
	padding:8px 10px 2px  20px;
}
.fbLike {
	width:260px;
	margin:12px 20px 0 0;
	border-bottom:1px solid #94A3C4;
}
.social-footer ul.social-footer-list li.fb
{
	background: no-repeat  0 6px;
	padding:8px 10px 2px 20px;
}
ul.social-footer-list li span.FBConnectButton_Simple {
	background:url(/img/inside/social-footer.png) no-repeat  0 6px;
	padding:8px 10px 2px 20px;
}
ul.social-footer-list li span.FBConnectButton_Text_Simple
{
	margin:0;
	padding:0;
}
.footermeta {
	color:#FFF;
	padding:0 20px 0;
	position:absolute;
	bottom:20px;
	left:10px;
}
.footermeta a{
	color:#FFF;
	border-bottom:1px dashed #fff;
	text-decoration:none;
}



.captcha img {
	max-width:180px;
	height:auto;
}
/* All of the countdown code ------------------------*/
#countdown_dashboard {
	color: #fff;
	background:#9CC350;
	height: 350px;
	width:814px;
	padding:5px 15px 8px;
	margin:20px;
}
#countdown_dashboard:hover {color:#445569;}
.dash {
	width: 100px;
	height: 100px;
	float: left;
	margin-left: 6px;
	margin-right:20px;
	position: relative;
	font-family:Arial, Helvetica, sans-serif;
}
.dash .digit {
	font-size: 84px;
	font-weight: bold;
	float: left;
	width: 45px;
	text-align: center;
	position: relative;
	font-family:Arial, Helvetica, sans-serif;
}
.dash_title {
	position: absolute;
	display: block;
	bottom: 0px;
	right: 0px;
	font-size: 18px;
	text-transform: uppercase;
	font-weight:bold;
	text-align:center;
	width: 100px;
	letter-spacing:-1px;
}
.faded {
	color: #999;
}
#info_message {
	background-color: #f0f9ff;
	border: 1px solid #eef;
}
#loading {
	text-align: center;
	margin: 10px;
	display: none;
	position: absolute;
	width: 100%;
	top: 60px;
}



ul.foot li.facebook a, ul#sidebar-list a.facebook, ul#sidebar-list a.facebook:hover {
  background-image: url(/img/front_sprite.png);
  background-position: -10px -1051px;
}

ul.foot li.flickr a {
  background-image: url(/img/front_sprite.png);
  background-position: -10px -1121px;
}

ul.foot li.youtube a {
  background-image: url(/img/front_sprite.png);
  background-position: -10px -1145px;
}

ul.foot li.rss a {
  background-image: url(/img/front_sprite.png);
  background-position: -10px -1096px;
}

ul.foot li.twitter a, ul#sidebar-list a.twitter, ul#sidebar-list a.twitter:hover {

  background-image: url(/img/front_sprite.png);
   background-position: -10px -1073px;
}

ul.foot li.blog a {
  background-image: url(/img/front_sprite.png);
  background-position: -10px -1171px;
}
/*=====================================================
---------------------SPECIAL----------------------------
======================================================*/
#atoz h1{
	color:#999;
	letter-spacing:5px;
}
#atoz h1 a{
	color:#77a22f;	text-decoration:none;
}
#atoz h1 a:hover{
	color:#77a22f;	text-decoration:none;
	border-bottom:3px solid #77a22f;
}
.atoz-letter {	font-family: "Times New Roman", Times, serif;
	font-size: 32px;
	font-weight: bold;
	color: #87A541;
	border-bottom:#87A541;
	border-bottom-style:solid;
	border-bottom-width:1px;
	line-height:30px;
}
.interested {
	float:right;
	clear:both;
	width:290px;
	background:#f5f5f5;
	display:block;
	padding:0;
	margin:0;
	border:1px solid #CCC;
}
.interested:hover{
	width:290px;
	background:#9cc350;
	color:#FFF;
	display:block;
	border:1px solid #4f6f19;	
}
#maincontainer  .media-release h2{
	font-family:Cambria, Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	margin:0 0 5px 0;
	line-height:1.3em;
	padding:0;
	letter-spacing:-.5px;
}
#maincontainer .media-release p {
	color:#333;
	margin:0;
	padding:0;
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	line-height:normal;
}
#maincontainer .media-release p span {
	color:#000;

}

#maincontainer .media-release {
	padding:5px;
	border-bottom:1px solid #D5D5D5;
}
#maincontainer .media-release:hover {
	padding:5px;
	background-color:#f5f5f5;
	border-bottom:1px solid #D5D5D5;
}

.vendor {
	border-bottom:1px solid #ccc;
	padding:5px 10px 5px 10px;
	margin:0 ;
	clear:both;
}

.media-photo {

	margin:3px;
	padding:5px;
	float:left;
}
span.viewpoint a {
	overflow:hidden;
	text-indent:-1000px;
	display:block;
	height:38px;
	width:39px;
	background:url(/info/images/cameraicon.png) no-repeat;
}
span.viewpoint a:hover {
	text-indent:-1000px;
	display:block;
	height:38px;
	width:39px;
}
.div-vendor {
	text-align:center;
	padding:5px 2px  5px;
}
.vendortri {
	width:205px;
	text-align:center;
}
.vendortri .image {
	margin:0;
	padding:0;
}

.div-block-even{
	border-bottom:1px solid #ccc;
	padding:5px 10px 25px 10px;
	margin:0 0 15px 0 ;
	clear:both;
	background:#f5f5f5;
}
.div-block-odd{
	border-bottom:1px solid #ccc;
	padding:5px 10px 25px 10px;
	margin:0 0 15px 0 ;
	clear:both;
}
#ad {
	text-align:center;
	margin:0 0 12px;
	padding:0 0 0 12px;
}
#ad img{border:8px #3c4446 solid;	}
.textblock {
	background:url(/img/front/textblock-bg.jpg) no-repeat bottom;
	padding:0 0 10px 0;
	margin: 0 0 10px 0;}
.linebreak {
height:2px;
border-bottom:#EAEAEA 1px solid;
background:#f5f5f5;
margin:10px 0 10px; }
.textblock-white {
	background:#fff;
	background-image:url(/img/front/textblock-b-whiteg.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
	padding:0 0 10px 0;
	margin: 0 0 10px 0;
}
#schedule-table a {color:white;
}


p.handbook-link a {
	display:block;
	background:url(/handbooks/pdf/book.png) right no-repeat #fff;
	padding:17px;
	width:250px;
	border:1px solid #EAEAEA;;
	color:#424242;
	text-decoration:none;
	font-weight:bold;
	font-size:16px;
}
p.handbook-link a:hover {
	background:url(/handbooks/pdf/book.png) right no-repeat #EAEAEA;
	border:1px solid #818181;
}
#maincontainer p.number{float:left; width:24px; height:24px; padding:0 5px 10px 5px; text-align:center; margin:5px; color:#FFF; background:#CCC; font-size:24px; font-weight:bold; -moz-border-radius: 24px;
	-khtml-border-radius: 24px;
	-webkit-border-radius: 24px;
	border-radius:15px;
}
#next {float:right;
width:80px;
}


#facebox .bm {
  background:url(/img/mod/b.png);
}

#facebox .tlm {
  background:url(/img/mod/tl.png);
}

#facebox .trm {
  background:url(/img/mod/tr.png);
}

#facebox .blm {
  background:url(/img/mod/bl.png);
}

#facebox .brm {
  background:url(/img/mod/br.png);
}

#facebox {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 100;
  text-align: left;
}

#facebox .popup {
  position: relative;
}

#facebox table {
  margin: auto;
  border-collapse: collapse;
}

#facebox .body {
  padding: 10px;
  background: #fff;
  width: 370px;
}

#facebox .loading {
  text-align: center;
}

#facebox .image {
  text-align: center;
}

#facebox img {
  border: 0;
}

#facebox .footer {
  border-top: 1px solid #DDDDDD;
  padding-top: 5px;
  margin:10px 0 10px;
  text-align: right;
}

#facebox .tlm, #facebox .trm, #facebox .blm, #facebox .brm {
  height: 10px;
  width: 10px;
  overflow: hidden;
  padding: 0;
}
.table {background:#9cc350; color:#FFF;
}
table.table tr p {
	padding:5px;
	color:#fff;
}
optgroup {
	color:#f5f5f5;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	font-size:16px;
	background:#666;
}


.entertainment-page .image {
	background:#575757;
	border:#EAEAEA 1px solid;
	border:6px solid #EAEAEA;
}
.padding {
	margin:10px;
}
.image {
	padding:5px;
	background:#575757;
	border:#EAEAEA 1px solid;
	border:6px solid #EAEAEA;
}

a:hover .image {
	background:#000;
}
.stage {
	margin:10px 0 0 0;
	padding:10px;
	border-bottom: 1px solid #CCC;
}
.stage h2 {
	margin:0;
	padding:0;
}
blockquote p a {
	color:#f60;
}
/* Current front page code 5-19-10 ==========================================*/
#triWrap {
	width:100%;
	height:350px;
	position:relative;
	
}
#Box1, #Box2, #Box3 {
	width:280px;
	height:320px;
	padding:10px;
	cursor:pointer;
	
	
}
#Box1 {
	background:url(/img/front/box1_bg.png) no-repeat center;
	position:absolute;
	left:30px;
	top:25px;
-moz-box-shadow: 0 0 .5em rgba(00,00,00,0.4); /* This will make an image with a ling attached glow on hover in firefox/safari*/
-webkit-box-shadow: 0 0 .5em rgba(00,00,00,0.4);
box-shadow: 0 0 .5em rgba(00,00,00,0.4);
	
}
#Box1 #box1Container {
	position:relative;
	width:auto;
	height:150px;
	padding-top:70px;
	text-align:center;
	margin:0 -10px 0;

}
.btn1 {
	position:absolute;
	top:155px;
	left:15px;
}
.btn2 {

	position:absolute;
	top:172px;
	right:15px;

}
.btn3 {

	position:absolute;
	top:238px;
	left:15px;

}
.btn4 {

	position:absolute;
	top:225px;
	right:15px;

}
.btn5 {
	position:absolute;
	left:50%;
	margin-left:-77px;
	bottom:-100px;

}
#Box2 {
	background:url(/img/front/box2_bg.png) no-repeat ;
	position:absolute;
	left:330px;
	top:25px;
	-moz-box-shadow:0 0 .5em rgba(00,00,00,0.4); /* This will make an image with a ling attached glow on hover in firefox/safari*/
	-webkit-box-shadow: 0 0 .5em rgba(00,00,00,0.4);
	box-shadow: 0 0 .5em rgba(00,00,00,0.4);
}
#Box2 #box2Container {
	
	position:relative;
	width:auto;
	height:50px;
	padding-top:280px;
	text-align:center;
	margin:0 -10px 0;

}


#Box3 {
	background:#F7941D url(/img/front/box3_bg.png) no-repeat;
	position:absolute;
	right:30px;
	top:25px;
	-moz-box-shadow: 0 0 .5em rgba(00,00,00,0.4); /* This will make an image with a ling attached glow on hover in firefox/safari*/
	-webkit-box-shadow: 0 0 .5em rgba(00,00,00,0.4);
	box-shadow: 0 0 .5em rgba(00,00,00,0.4);
	
}
#Box3 #box3Container {
	
	position:relative;
	width:auto;
	height:50px;
	padding-top:180px;
	text-align:left;
	margin:0 -10px 0 0;

}
.top {z-index:1;
}
.border {
	border:5px solid #333;
}

	.coda-slider { background: #ebebeb }
	
	/* Use this to keep the slider content contained in a box even when JavaScript is disabled */
	.coda-slider-no-js .coda-slider { height: 200px; overflow: auto !important; padding-right: 20px }
	
	/* Change the width of the entire slider (without dynamic arrows) */
.coda-slider, .coda-slider .panel { width: 600px } 
	
	/* Change margin and width of the slider (with dynamic arrows) */
.coda-slider-wrapper.arrows .coda-slider, .coda-slider-wrapper.arrows .coda-slider .panel { width: 600px }
.coda-slider-wrapper.arrows .coda-slider { margin: 0 10px }
	
/* Arrow styling */
.coda-nav-left a, .coda-nav-right a {
		background:#6C8541;
		color: #fff;
		padding: 0 5px 5px;
		width: 10px;
		font-family:Arial, Helvetica, sans-serif;
		font-size:14px;
		font-weight:bold;
		line-height:1em;
		z-index:9000px;}
.coda-nav-left a:hover, .coda-nav-right a:hover {
	
	background:#F9961F;

}
.coda-nav-left{
	position:absolute;
	bottom:-20px;
	right:50px;
	z-index:9000px;
	}
.coda-nav-right {
	position:absolute;
	bottom:-20px;
	right:10px;
	z-index:9000px;
	}
#slider-cont{
	position:relative;
	width:600px;
	border:5px solid #9CC350;
	margin:15px 25px 10px;
	height:290px;
	-moz-box-shadow: 0 2px 8px rgba(00,00,00,0.3);
}
	/* Panel padding */
	.coda-slider .panel-wrapper { padding: 20px; height:250px; }
	
	/* Preloader */
	.coda-slider p.loading { padding: 20px; text-align: center }

/* Don't change anything below here unless you know what you're doing */

	/* Tabbed nav */
	.coda-nav ul { clear: both; display: block; margin: auto; overflow: hidden }
	.coda-nav ul li { display: inline }
	.coda-nav ul li a { background: #000; color: #fff; display: block; float: left; margin-right: 1px; padding: 3px 6px; text-decoration: none }
	
	/* Miscellaneous */
	.coda-slider-wrapper { clear: both; overflow: auto }
	.coda-slider { float: left; overflow: hidden; position: relative }
	.coda-slider .panel { display: block; float: left }
	.coda-slider .panel-container { position: relative }
	.coda-nav-left, .coda-nav-right { float: left }
	.coda-nav-left a, .coda-nav-right a { display: block; text-align: center; text-decoration: none }
	
.detailCont {
	position:absolute;
	border:5px solid #333;
	-moz-box-shadow:0 0 5px rgba(00,00,00,0.8);
	-webkit-box-shadow:0 0 5px rgba(00,00,00,0.8);
	box-shadow:0 0 5px rgba(00,00,00,0.8);
}
#ent {background:url(/img/front/slider/entertainment.jpg) no-repeat;}
#vol {background:url(/img/front/slider/volunteer.jpg) no-repeat;}
#run {background:url(/img/front/slider/5k.jpg) no-repeat;}
#app {background:url(/img/front/slider/iphone.jpg) no-repeat;}
#stout {background:url(/img/front/slider/stout.jpg) no-repeat;}
#redhead {background:url(/img/front/slider/redhead.png) no-repeat;}


#tickets {
	width:260px; 
	margin:15px 20px 10px 0;
}
#tickets h6 {
	display:block;
	background: url(/img/front/tickets.png) no-repeat #f7f7f7 3px 2px;
	font-family:Cambria, "Times New Roman", Times, serif;
	color:#8CAE3E;
	font-size:26px;
	line-height:1em;
	padding:3px 4px 3px 28px;
	font-weight:normal;
}
.buytickets {
	width:222px;
	height:278px;
	background:url(/img/front/ticketsFriday.jpg) no-repeat;
	overflow:hidden;
	font-size:1px;
	text-indent:-999px;
	display:block;
}
/* STYLE FOR FRONT */
.day {
	height:350px;
	overflow:hidden;
	float:left;
	border-left:1px solid #fff;

}
#Thur {
	background:url(/img/front/slider/Thur.jpg) no-repeat;	
}
#Fri {
	background:url(/img/front/slider/Fri.jpg) no-repeat;
}
#Sat {
	background:url(/img/front/slider/Sat.jpg) no-repeat;
}
#Sun {
	background:url(/img/front/slider/Sun.jpg) no-repeat;
	
}
.dayContent {
	margin:0 0 0 120px;
	width:590px;
}
.dayContent img{
	margin:5px;
}
.dayContent h2 {
	font-family:Cambria,Georgia, Times, serif;
}
.dayContent h6 {
	font-family:Cambria,Georgia, Times, serif;
	margin:0 0 -2px;
	padding:0 0 -2px;
	font-size:22px;
}
.dayContent p.first-line {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	line-height:1.3em;
	color:#9cc350;
	margin:5px 0 5px;
}

#featureHolder{
	overflow:hidden;
	position:relative;
}
#page1, #page2 {
	background:#fff;
	height:314px;
	width:635px;
}

.pageHide {
	display:none;
}
#stop {
	width:300px;
	height:200px;
	position:absolute;
	z-index:9999;
	top:100px;
	left:50%;
	margin-left:-150px;
	border:10px solid #333;
	background:#FFC;
	font-weight:bold;}
	
#background {
	background:url(/img/front/black-overlay.png);
	width:100%;
	height:auto;
	min-height:100%;
	z-index:9995;
	position:absolute;
	top:0;
	left:0;
	margin:-220px 0  400px;
	padding:0;
}
a.pager {
	background:#9CC350;
	padding:2px 2px 2px;
	text-decoration:none;
	padding:0 5px 0;
	color:#fff;
}
