@charset "utf-8";
/* CSS Document */
img, div, a, li {
behavior: url(iepngfix.htc)
}

/*TAGS*/

body{
	margin:0px;
	padding:0px;
	background-image:url('../images/woodBg.jpg');
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:white;
	
}

object{
	margin:0px;
	padding:0px;
}

H1{
	padding:0px;
	margin:0px;
	font-size:22px;
	padding-left:35px;
	padding-top:3px;
	padding-bottom:5px;
	font-family:"Times New Roman", Times, serif;
}

H2{
	padding:0px;
	margin:0px;
	font-size:18px;
	font-family:"Times New Roman", Times, serif;
	line-height:16px;
	color:#302925;
}

a{
	text-decoration:none;
	color:#333333;
}

ul{
	padding:0px;
	margin:15px;
}

img{
	border:none;
}

b{
	font-size:16px;
	line-height:17px;
}

strong.news{
	font-size:16px;
	color:#fc6a21;
}

em.date{
	font-size:11px;
}

/*CLASSES*/
.clearFix{
	clear:both;
}

.smallFont{
	font-size:9px;
}

.left{
	float:left;
}

.right{
	float:right;
}

.textarea{
	width:250px;
	height:100px;
}

.error{
	color:#FF0000;
}

.bigger{
	font-size:28px;
	padding-bottom:10px;
}
/*IDs*/
#wrapper{
	width:800px;
	margin-left:auto;
	margin-right:auto;
}

#header{
	height:256px;
	width:776px;
	background-image:url('../images/headerBg.jpg');
	background-repeat:no-repeat;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
}

#ledDisplay{
	height:49px;
	width:604px;
	margin-left:auto;
	margin-right:auto;
}

#Nav{
	width:776px;
	margin-left:auto;
	margin-right:auto;
	font-family:"Times New Roman", Times, serif;
}

#Nav a{
	font-size:20px;
	font-weight:bold;
	text-decoration:none;
	color:#FFFFFF;
}

#Nav ul{
	padding:0px;
	margin:0px;
	list-style:none;
}

#Nav ul li{
	display:block;
	text-align:center;
	padding:8px 0px 7px 0px;
	float:left;
	width:155px;
	background-image:url('../images/nav.gif');
	background-repeat:no-repeat;
}

#Nav ul li.first{
	background-image:url('../images/nav_first.gif');
	background-repeat:no-repeat;
}

#Nav ul li.last{
	width:156px;
	background-image:url('../images/nav_last.gif');
	background-repeat:no-repeat;
}

#ContentBG{
	background-image:url('../images/contentbg.jpg');
	background-repeat:repeat-y;
}

#Content{
	background-image:url('../images/contentShadow.jpg');
	background-repeat:no-repeat;
}

#Content div#subContent{
	margin-left:12px;
	margin-right:12px;
	position:relative;
}

#Footer{
	background-image:url('../images/footer.jpg');
	background-repeat:no-repeat;
	background-position:bottom;
	font-size:9px;
	text-align:center;
	padding-top:5px;
	padding-bottom:2px;
}

#Footer a{
	color:white;
}

#Bottom{
	height:20px;
	background-image:url('../images/bottomShadow.png');
	background-repeat:no-repeat;
	margin-bottom:10px;
	font-size:10px;
	text-align:center;
}

#Left{
	width:190px;
	float:left;
	padding:0px 5px;
}

#Right{
	width:575px;
	float:left;
	position:relative;
	line-height:17px;
}

#Right .left{
	width:175px;
	text-align:center;
}

#Right .about{
	float:left;
	width:255px;
}

#Right .left img{
	margin-bottom:5px;
}

#Right .mid{
	float:left;
	width:219px;
	font-family:"Times New Roman", Times, serif;
	text-align:center;
	font-size:24px;
	font-weight:bold;
}

#ContactMap {
	padding:5px;
	background-color:white;
	border:1px solid silver;
	border-bottom:2px solid gray;
	border-right:2px solid gray;	
	width:500px;
	height:400px;	
	color:black;
}

#ContactMap #googlemap {
	width:500px;
	height:400px;	
	position:absolute;		
}

#slideShow{
	position:relative;
	float:right;
	width:318px;
	height:230px;
	padding-left:5px;
	z-index:0;
}

.eventPic{
	float:left;
	width:100px;
	height:100px;
	padding:5px;
	margin:5px;
}