@charset "UTF-8";


.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain its child floats */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

body {
	background-image:url(../images/header.jpg);
	background-repeat:repeat-x;
	background-color: #73664f;
}

#wrapper {
	width: 750px;
	margin: 0 auto;
	padding: 0;
}

#headerwrapper {
	width: 750px;
	float: left;
	height: 133px;
	margin: 0 auto;
	background-image:url(../images/header2.jpg);
	background-repeat:no-repeat;	
}

#logo {
	width: 500px;
	float: left;
	margin: 20px 0 0 8px;
}		

#address {
	width: 450px;
	margin: 95px 0 10px 10px;
}	

#address p {
	font-family:Arial, "Helvetica", sans-serif;
	font-size:13px;
	color:#524833;
	padding-top:12px;
	letter-spacing:2px;
	text-align:left;
	border-top: 1px solid #524833;
}

#maincontentwrapper {
	width: 770px;
	margin: 0 auto;
	background-image: url(../images/shadow-bk8.png);
	background-repeat:repeat-y;
}

#maincontent {
	width: 750px;
	margin: 0 auto;
	background-image:url(../images/sidebar.jpg);
	background-repeat:repeat-y;
	background-color:#fbf1e8;
}

.column1 {
	width: 420px;
	float: left;
	margin:0 auto;
}	

.column1 h2 {
	font: 26px Times New Roman, "Times", serif;
	color: #76a22a;
	font-style:normal;
	margin: 30px 0 20px 30px;
	line-height: 20px;
}

div.column1 p {
	font-family: Arial, "Helvetica", sans-serif;
	color: #554833;
	margin: 10px 10px 10px 30px;
	font-size: 13px;
	line-height: 22px;
}

div.column1 ul li {
	font-family: Arial, "Helvetica", sans-serif;
	color: #554833;
	margin: 10px 10px 10px 30px;
	font-size: 13px;
	line-height: 22px;
	list-style-type:disc;
}

#list {
	width:400px;
	margin:5px 10px 5px 15px;
}

.rightimage {
	width: 300px;
	float:left;
}	

#column2 {
	width: 310px;
	float: left;
	margin:-18px 0 0 20px;
	color: #fbf1e8;
}

#column2content{
	margin: 0 auto;
}

#column2content p {
	font-family: Arial, "Helvetica", sans-serif;
	color: #554833;
	margin: 10px 40px 20px 30px;
	font-size: 12px;
	line-height: 22px;
}

#column2content a{
	font-family: Arial, "Helvetica", sans-serif;
	color: #554833;
	font-weight:bold;
	text-decoration:underline;	
}

#column2contenta:hover,a.selected{
	color:#76a22a;
	font-weight:bold;
	text-decoration: underline;	

}

#boiler{
	width:750px;
	clear:left;
	height:38px;
	margin: 0 auto;
	background-image:url(../images/boiler.jpg);
	background-repeat:repeat-x;
}

#boiler p{
font-family: Arial, "Helvetica", sans-serif;
font-size:11px;
padding:13px 0 30px 30px;
text-align:left;
color:#fff;
line-height:15px;
}

#boiler a{
font-family: Arial, "Helvetica", sans-serif;
color:#fff;
font-weight:bold;
text-decoration:none;}

#boiler a:hover,a.selected{
font-family: Arial, "Helvetica", sans-serif;
color:#fff;
text-decoration:underline;
}

.column1 a{
	font-family: Arial, "Helvetica", sans-serif;
	color:#554833;
	font-weight:bold;
	text-decoration:underline;	
}

.column1 a:hover,a.selected{
	color:#76a22a;
	font-weight:bold;
	text-decoration:underline;	

}



.column1 h3 {
	font: 18px Times New Roman, "Times", serif;
	color: #554833;
	font-style:normal;
	margin: 20px 0 20px 30px;
	line-height: 20px;
}

#line {
	width: 400px;
	border-bottom: 1px;
	border-bottom-style:dotted;
	border-bottom-color: #554833;
	margin: 0 15px 0 28px;
}	

.leftimage {/* this class should be used for left hand images */
	padding:5px 10px 0px 25px;
	float:left;
}

.rightimage { /* this class should be used for right hand images */
	padding:5px 0px 0px 10px;
	float:right;
}
.floatLeft { float: left; }
.floatRight { float: right; }


#photogallery {
	width: 750px;
	margin: 0 auto;
	padding: 0;
}
.photogallery h2 {
	font: 26px Times New Roman, "Times", serif;
	color: #76a22a;
	font-style:normal;
	margin: 30px 0 20px 30px;
	line-height: 20px;