@charset "utf-8";


img { behavior: url(iepngfix.htc) }

#home .home, #about .about, #menus .menus, #entertainment .entertainment, #photos .photos, #contact .contact, #functions .functions
{
	/*this is used to give each section a different menu location*/
	background: url(../images/arrow.gif) no-repeat center 17px;

} 

body {
	font: 100% Arial, Helvetica, sans-serif;
	background: #3B5F2A url(../images/BY-bg.png) repeat-y center;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.oneColFixCtr #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 10px auto 0;
	text-align: left;
	border-right: 1px solid #8FB050;
	border-left: 1px solid #8FB050;
}

.oneColFixCtr #mainContent {
	padding: 0 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	margin: 0px;
	background: #598428;
	float: left;
	width: 780px;
}
.oneColFixCtr #mainContent2 {
	padding: 12 0px 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	margin: 0px;
	background: #608E2B url(../images/content-bg.png) no-repeat center top;
	float: left;
	width: 780px;
}



.sec3 p {
	margin: 0px 0px 8px; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 0px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

#banner {
	background: url(../images/banner.png) no-repeat center top;
	height: 149px;
	width: 780px;
	margin: 0px;
	padding: 0px;
}

#content_top{
	background: url(../images/top_strip.jpg) no-repeat;
	height: 255px;
	width: 780px;
	margin: 0px;
	padding: 0px;
	font-size: 10px;
	float: left;

}
#content_bottom{
	background: url(../images/bottom_strip.jpg);
	height: 190px;
	width: 780px;
	border-bottom: 1px solid #FFFFFF;
	font-size: 10px;
	font-weight: normal;
	line-height: 115%;
	float: left;

}
#content_copy {
	background: #95B471 url(../images/content-bg2.png) no-repeat center top;
	width: auto;
	border-bottom: 1px solid #FFFFFF;
	font-size: 12px;
	font-weight: normal;
	line-height: 135%;
	margin: 0px 13px 13px;
	padding: 0px;

}

#content_copy p {
	margin: 0px 0px 4px; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 0px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}


.bottom{
	margin: 68px 24px 12px 332px;
	padding: 0px;

}

#hometable{
	margin: 0px;
	padding: 0px;
	float: left;
	width: 780px;
	display: block;
	clear: left;

}

.copy2{
	margin: 12px 12px 12px 12px;
	padding: 0px;

}

.sec3a{
	margin: 12px;
	padding: 8px;
	border: 7px solid #88BE4E;
	background: #7DAE3D url(../images/sec3-bg.png) repeat-x top;
	font-size: 11px;
	text-align: left;
	vertical-align: top;
	height: 141px;
	
	

}

div#left {
    float: left;
    width: 300px;
  
	margin: 12px;
	padding: 8px;
	border: 7px solid #88BE4E;
	background: #7DAE3D url(../images/sec3-bg.png) repeat-x top;
	font-size: 11px;
	text-align: left;
	vertical-align: top;
	height: 141px;
	
}

div#right {
	float: right;
	width: 160px;
	margin: 12px;
	padding: 8px;
	border: 7px solid #88BE4E;
	background: #7DAE3D url(../images/sec3-bg.png) repeat-x top;
	font-size: 11px;
	text-align: left;
	vertical-align: top;
	height: 141px;
	overflow: hidden;
}

div#middle {
	padding: 8px;
	margin: 12px 210px 5px 350px;
	border: 7px solid #88BE4E;
	background: #7DAE3D url(../images/sec3-bg.png) repeat-x top;
	font-size: 11px;
	text-align: left;
	vertical-align: top;
	height: 141px;


}


.sec4{
	margin: 12px;
	padding: 8px;
	border: 7px solid #88BE4E;
	background: #7DAE3D url(../images/sec3-bg.png) repeat-x top;
	font-size: 11px;
	text-align: left;
	vertical-align: top;
	width: 400px;

}

#sec5{
	margin: 12px auto;
	padding: 8px;
	border: 7px solid #88BE4E;
	background: #7DAE3D url(../images/sec3-bg.png) repeat-x top;
	font-size: 12px;
	text-align: left;
	vertical-align: top;
	width: 725px;
	color: #000000;
	line-height: 130%;
	font-style: normal;
	font-weight: normal;
}

#sec5 a:link,
#sec5 a:visited{
	font-style: normal;
	font-weight: normal;
	color: #40652D;
}

#sec5 a:hover{
	color: #FFFF00;
}

.picSpace{
	margin: 0px 0px 6px 6px;
	padding: 0px;
	border: 1px solid #000000;

}

#footer{
	height: 50px;
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	margin: 0px;
	padding: 10px 0px 20px;
	float: left;
	width: 780px;
	clear: left;

}

h1 {
	font: 18px Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 3px 0px;
}

.textbigger{
	font-size: 14px;
	line-height: 120%;
}
.testimonial {
	font-size: 10px;
	color: #FFFFFF;
	margin: 5px 0px 0px;
	padding: 0px;
}
