@charset "utf-8";
/* CSS Document */


@import url("forms.css"); /* forms styling */
@import url("styles.css"); /* text styling */

body {
	background-image:url(../images/bg.jpg);
	background-repeat:repeat;
	background-color:#FFFFFF;
	padding: 0px;
	margin-top:20px;
	
}

div.wrap {
	text-align:center;
	margin:auto;
	width:750px;
}

div.header {
	background-image:url(../images/header3.png);
	background-repeat:no-repeat;
	height:70px;
	width:750px;
	text-align:left;
	padding:115px 0px 0px 0px;
	}

div.header div.navigation{
	width:750px;
	text-align:left;
	padding:38px 0px 0px 10px;
	}

div.navigation a:link, div.navigation a:active, div.navigation a:visited{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	font-weight:bold;
	text-decoration:none;
	color:#550f17;
	padding:0px 0px 3px 0px;
	margin:0px 10px 0px 10px;
	
	
	}

div.navigation a:hover{
	border-bottom:#550f17 2px solid;
	
	}


#home #homelink { border-bottom:#550f17 2px solid; }
#news #newslink { border-bottom:#550f17  2px solid; }
#menu #menulink { border-bottom:#550f17  2px solid; }
#function #functionlink { border-bottom:#550f17  2px solid; }
#gallery #gallerylink { border-bottom:#550f17  2px solid; }
#contact #contactlink { border-bottom:#550f17  2px solid; }




div.trans-spacer {
	width:750px;
	height:6px;
	}
	
div.main {
	text-align:left;
	width:710px;
	min-height:450px;
	background-image:url(../images/straw-field.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
	background-color:#FFFFFF;
	position:relative;
	padding:20px;
	}

div.textbox1{
	padding:10px;
	border:#999999 1px solid;
	margin-bottom:20px;
	}

div.textbox2{
	padding:0px 20px;
	}

div.footer {
	width:750px;
	height:30px;
	background-color:#6A1B14;
	-moz-opacity:.50;
	-ms-filter:”alpha(opacity=50)”; 
	filter:alpha(opacity=50); 
	opacity:.50;
	position:absolute;
	bottom:0px; 	
	left:0px;
	}

div.footer2 {
	width:750px;
	padding:2px 0px;
	text-align:center;
	}

div.footerleft {
	text-align:left;
	width:335px;
	position:absolute;
	bottom:0px; 	
	left:0px;
	padding:2px 20px;
	z-index:2;
	}
	
div.footerright {
	text-align:right;
	width:335px;
	position:absolute;
	bottom:0px; 	
	right:0px;
	padding:4px 20px 8px 20px;
	z-index:2;
	}

.imgright {
	float:right;
	padding:4px;
	border:#999999 1px solid;
	margin-left:20px;
	margin-bottom:20px;
	margin-top:20px;
	}

.img2{
	border:#999999 1px solid;
	}

.img3{
	border:#5B0A00 1px solid;
	}


.divright {
	width:268px;
	height:240px;
	padding:10px 20px;
	border:#999999 1px solid;
	border-left:none;
	margin-left:0px;
	}
	
.divright2 {
	width:268px;
	padding:10px 20px;
	margin-left:0px;
	margin-bottom:20px;
	}

.divright3 {
	width:268px;
	height:600px;
	padding:10px 20px;
	border:#999999 1px solid;
	border-left:none;
	margin-left:0px;
	margin-bottom:0px;
	background-color:#B38B88;
	}	
	
div.menubox {

	height:113px;	
	padding:10px 20px;
	border:#999999 1px solid;
	border-right:none;
	}

div.menuboxwed {
	background-image:url(../images/wed-swirl2.jpg);
	background-position:bottom left;
	background-repeat:no-repeat;
	height:113px;	
	padding:10px 20px;
	border:#51626A 1px solid;
	border-right:none;
	}


div.menubox2 {
	height:383px;	
	padding:10px 20px;
	border:#999999 1px solid;
	border-right:none;
	}


div.map {
	border-top:#999999 1px solid;
	border-left:#999999 1px solid;
	}
	
div.form1 {
	padding:10px 0px 10px 20px;
	height:340px;
	border-left:#999999 1px solid;
	border-bottom:#999999 1px solid;
	}

ul.ul1 {
	line-height:34px;
	list-style-image:url(../images/bullet2.gif);
	}

ul.ul2 {
	line-height:50px;
	list-style-image:url(../images/bullet2b.gif);
	}

div.functionlist {
	width:250px;
	height:20px;
	padding:10px 10px;
	border-bottom:#CCCCCC 1px solid;
	}

div.functionlist:hover {
	background-color:#F2F2F2;
	cursor:pointer;
	}

div.galpic {
	background-color:#B38B88;
	text-align:center;
	width:330px;
	height:270px;
	}

div.galpic2 {
	background-color:#B38B88;
	text-align:center;
	width:330px;
	height:447px;
	}
	
	
ul.galleryul {
	margin:0px;
	padding:0px;
	list-style:none;
}
	
ul.galleryul li{
	float:left;
	display:block;
	margin:10px 10px 20px 10px;
}
	
	
/* SPACER DIVS */

div.spacer1 {
	height:5px;
	width:50px;
}

div.spacer2 {
	height:10px;
	width:50px;
}

div.spacer3 {
	height:20px;
	width:50px;
}


div.spacer4 {
	height:50px;
	width:50px;
}

div.spacer5 {
	height:100px;
	width:50px;
}

div.spacer6 {
	height:200px;
	width:50px;
}

div.clearfix {
	clear:both;
	height:1px;
}
	
	
