@import url(../fonts/stylesheet.css);

body{
	background-color: #fffff1;
	font-family: Verdana, Arial, sans-serif;
}

h1, h2, h3{
	font-family:'NillandBlackRegular', sans-serif;
}

h1{
	color: #6d3f04;
	text-indent: -9999px;
}

h1 a{
	background: url(../img/logo.png) no-repeat ; /*Logo*/
	margin:20px 0px 5px 0px;
	width:220px;
	height: 107px;
	display:block;
	text-decoration: none;
}

h2{
	font-size: 16px;
	color: #6d3f04;
}

h3{

	font-size: 16px;
	color: #6d3f04;
	
}

h2#about-hd2{

	text-indent: -9999px;
	background: url(../img/about-hd.jpg) no-repeat;
	margin:0px 20px 15px 0px;
	width: 280px;
	height: 292px;
	display:block;
	float: left;
	
}

h3#about-hd3{

	margin-bottom: 10px;
	
}

p{

	color: #6d3f04;
	font-size: 14px;
	
}

a{

	color: #6d3f04;
	text-decoration: none;
	
}

li{

	color: #6d3f04;
	font-size: 14px;
	
}

#container{

	width: 950px;
	margin: 0px auto;
	
}

#header{

	margin-bottom: 25px;
	
}

#mainNav{

	font-family:'NillandBlackRegular', sans-serif;
	margin-top:-38px;
	float: right;
}
			
#mainNav li{

	display: inline;
	
}
		   
#mainNav li a{

	font-size: 14px;
	display: block;
	float: left;
	padding: 5px 15px;
	margin: 4px;
								  
}

#content{

	
}

#banner{

	padding: 5px 0px 30px 0px;
	
}

#col1, #col2, #col3{
	
	width: 280px;
	height: 150px;
	float: left;
	padding: 15px;	
}

#col1 h3, #col2 h3, #col3 h3{

	text-align: center;

}

#col1 p, #col2 p{

	line-height: 20px;
	margin: 10px 0px;
	
}

#col1{

	padding-right: 5px;
	border-right: 2px solid #6d3f04;
	text-align: center;
}

#col2{
	
	padding-right: 5px;
	border-right: 2px solid #6d3f04;	
	
}

#col2 a{

	text-decoration: underline;

}

ul#upcomingEvents{

	margin: 10px 0px;
}

#col3 li{

	margin-top: 5px;
}

#about-content{

	
}

#about-content p{

	padding-bottom: 12px;
	line-height: 18px;
	
}

 .push {
 
height: 8em;
clear:both;

}

#footer{
	
	clear: both;
	border-top:2px solid #6d3f04;
	margin: 20px 0px;
}


/* slightly enhanced, universal clearfix hack */
.clearfix:after {

	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;								 
	height: 0;
	
}
.clearfix {

 	display: inline-block;  
 	
}/* start commented backslash hack */
* html .clearfix { 

	height: 1%; 
	
}
.clearfix { 

	display: block; 
}
/* close commented backslash hack */
