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

body {
	background-image:url(../images/fill.jpg);
	background-repeat:repeat;
	margin:0px;
}

#TopBar {
	background-image:url(../images/NavigationBG.png);
	background-repeat:repeat;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	color:#FFF;
	width:100%;
	height:29px;
}

#TopNav { 
	width:680px;
	height:20px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
}

#TopSection {
	width:100%;
	height:auto;
	margin:auto;
	margin-top:-30px;
}



#logo {
	background-image:url(../images/logo.png);
	background-repeat:no-repeat;
	width:1325px;
	height:328px;
	margin-left:auto;
	margin-right:auto;
}
#banners {
	width:682px;
	height:223px;
	margin-left:auto;
	margin-right:auto;
	margin-top:-287px;
	/*background-image:url(../images/HomeBanners/Banner1.png);*/
	background-repeat:no-repeat;
}
#ContentHeader {
	background-image: url(../images/HomePageHeaders.jpg);
	width:682px;
	height:79px;
	margin-left:auto;
	margin-right:auto;
}
#ContentContainer {
	width:682px;
	height:auto;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	color:#000;
	background-image:url(../images/ContentBG.jpg);
	background-repeat: repeat;
	background-color:#FFF;
	/*padding-top:15px;*/
	margin-left:auto;
	margin-right:auto;
}
#ContentContainer2 {
	width:682px;
	height:auto;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	color:#000;
	background-repeat: repeat;
	background-color:#FFF;
	margin-left:auto;
	margin-right:auto;
}
#greybox {
	padding:12px;
	background-color:#f1f1ed;
}
#whitebox {
	padding:12px;
	background-color:#FFF;
}
#nobox {
	padding:12px;
	margin-left:3px;
}
#Column1 {
	float:left;
	width:304px;
	background-color:#FFF;
}
#Column2 {
	float:left;
	width:378px;	
}
#Newsleter{
	background-image:url(../images/NewsletterBG.jpg);
	background-repeat:no-repeat;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	color:#000;
	width:682px;
	height:140px;
	margin-left:auto;
	margin-right:auto;
}
#Footer {
	background-color:#000;
	background-image:url(../images/FooterBG.jpg);
	background-repeat:no-repeat;
	width:682px;
	height:195px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	color:#FFF;
	margin-left:auto;
	margin-right:auto;
	
}
#DesignBy{
	width:682px;
	height:22px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
	font-style:italic;
	color:#FFF;
	margin-left:auto;
	margin-right:auto;
}
#ContentPages {
	padding:13px;
	
}
#nav { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
}
#nav ul { /* all lists */
	padding: 0px;
	margin-top:8px;
	list-style: none;
	line-height: 2;
}
#nav a {
	display: block;/*width: 10em;*/
}
#nav li { /* all list items */
	float: left;
	/* width: 10em; width needed or else Opera goes nuts */
	background-color:#000;
}
#nav li ul { /* second-level lists */
	position: absolute;
	background:#000;
	width: 10em;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}
#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}
#nav li:hover, #nav li.sfhover {
	background: #cccc33;
	width:100%;
}			   
a:link, a:hover, a:visited {
	color:#FFF;
	text-decoration:none;
}

a.green:link, a.green:visited {
	color:#669900;
	text-decoration:none;
}
a.green:hover {
	color:#669900;
	text-decoration:underline;
}

a.white:link, a.white:visited {
	color:#FFF;
	text-decoration:none;
}
a.white:hover {
	color:#669900;
	text-decoration:none;
}
.bands {
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	color:#660000;
}
.EventHeader {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:20px;
	color:#669900;
}
.SubHeader {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:18px;
	color:#333;
}
.SuperSubHeader {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:14px;
	color:#333;
}
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0px;
	height: 0px;
}

.clearfix {
	display: inline-block;
}

html[xmlns] .clearfix {
	display: block;
}

* html .clearfix {
	height: 1%;
}