@charset "utf-8";


body{
	color: #583939;
	/*font-family: Arial,Helvetica,sans-serif;*/
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px;
	margin: 0;
	padding: 0;
}

h2 {
    color: #06531e;
    font-size: 18px;
    font-weight: normal;
	margin:0;
}

td {
	vertical-align:middle;
	padding:0px;
}

#body_wrapper {
	height: auto;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}


.HeaderContainer {
    padding: 13px 0 20px;
}

.banner_top{
    height: 152px;
    position: relative;
    text-align: center;
}


.logo {
    text-align: left;
	float:left;
}


.contentContainer {
    line-height: 20px;
	padding-top: 30px;
}


.leftside{
    border-top: 1px solid #EEEEEE;
	margin-top:10px;
	width:100%;
	height:360px;
	float:left;
	background-color:#efefef;
}

.main-content{
    border-top: 1px solid #8cc63f;
    margin-top: 10px;
    padding-top: 21px;
}

.footer_line{
	width:100%;
	height:3px;
	background-color:#653600;
	float:left;
}

.copyright{
    font-size: 11px;
    text-align: left;
}

.bodyContainer{
	width:1000px;
	height:auto;
}

.banner_top2{	
	left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

#slideshowHolder{
    width: 797px;
	float:left;
	z-index:-100;

}
.contact_holder{
	width: 450px;
	height: 289px;
	float:left;
	background-image: url(../images/bage_border.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 35px;
    padding-left: 55px;
	
}

.contact_holder2{
	width:400px;
	height:auto;
	float:left;
	margin-top:50px;
}


.link a{
	
	text-decoration:none;
	color:#653600;
	
	}
	
.link a:hover{
	
	color:#8cc63f;
	
}

.form_txt {
    font-size: 12px;
    line-height: 22px;
    padding: 3px 0 3px 5px;
}	