* {
	margin: 0px;
	padding: 0px;
}
a {
	outline:none; 
}
img {
	float: left;
	border: none;
}
body {
	font-family: "Trebuchet MS";
	color: #7E5835;
	font-size: 11px;
	background-color: #FFFEF6;
	background-image: url(../images/img_backgound_repeat.gif);
	background-repeat: repeat-x;
}
#background {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #265C3C;
	position: fixed;
	width: 100%;
	height: 40px;
	background-color: #7E5835;
}
#wrapper {
	height: 700px;
	width: 975px;
	margin-left: auto; /* half of width */
	margin-top: 42px;  /* half of height */
	margin-right: auto;
	background-repeat: no-repeat;
	background-image: url(../images/img_swoosh.gif);
	background-position: center 285px;
}
#header {
	background-color: #7E5835;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #3F4D2A;
	float: left;
	width: 5px;
}
#left_column {
	height: auto;
	width: 300px;
	float: left;
	margin-right: 10px;
}
#logo {
	height: 100px;
	width: 300px;
	text-align: center;
	margin-top: 50px;
}
#menu {
	font-size: 12px;
	width: 280px;
	margin-top: 30px;
	letter-spacing: 1px;
	text-align: center;
	padding-left: 20px;
}
#menu ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	display: block;
	height: 20px;
 }
#menu ul li {
	color:#7E5835;
	float:left;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #BEAB95;
	padding-right: 15px;
	padding-left: 15px;
}
#menu ul li a {
	color: #356748;
	text-decoration: none;
}
#menu ul li a:hover {
	text-decoration: none;
	color: #7E5835;
}
.current a {
	color: #7E5835;
}
#divider {
	height: auto;
	width: 1px;
	float: left;
	background-repeat: repeat-y;
}
#right_column {
	height: auto;
	width: 540px;
	float: left;
	margin-left: 55px;
	margin-top: 50px;
}
#right_column_directions {
	height: auto;
	width: 500px;
	float: left;
	margin-left: 55px;
	margin-top: 50px;
	background-image: url(../images/img_map.gif);
	background-repeat: no-repeat;
	}
#right_column_gallery {
	height: auto;
	width: 585px;
	float: left;
	margin-top: 50px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CEC0AE;
	padding-left: 55px;
}
#footer {
	height: auto;
	width: auto;
	font-family: "Trebuchet MS";
	font-size: 9px;
	color: #CEC0AE;
	text-align: center;
	margin-top: 200px;
}
#map {
	height: 250px;
	width: 230px;
	float: right;
	background-image: url(../images/img_map_small.gif);
	background-repeat: no-repeat;
	border: 1px solid #BEAB95;
}
.show_hide {
	margin-bottom: 15px;
}
#directions {
	font-size: 11px;
	height: 20px;
	margin-bottom: 15px;
}
.thumbnail {
	margin-right: 22px;
	filter:alpha(opacity=85);
	-moz-opacity: .85;
	opacity: .85;
	height: 75px;
	width: 75px;
	float: left;
	margin-bottom: 21px;
}
.thumbnail:hover {
	filter:alpha(opacity=100);
	-moz-opacity: 1.0;   
	opacity: 1.0;
}
.background {
	background-color: #7E5835;
}
#wrapper #right_column_gallery ol  {
	line-height: 18px;
	margin-left: 25px;
	margin-bottom: 15px;
}
#wrapper #right_column_gallery h3 {
	margin-bottom: 5px;
	color: #356748;
}
#wrapper #right_column_gallery #directions_pdf li {
	color: #BFAD98;
	list-style-image: url(../images/img_pdf_icon.gif);
	list-style-type: none;
	line-height: 20px;
	margin-left: 25px;
}
#wrapper #right_column_gallery li a {
	color: #7E5835;
	text-decoration: none;
}
#wrapper #right_column_gallery li a:hover {
	text-decoration: underline;
/*Contact Form*/

}
.map_link {
	background-color: #BEAB95;
	height: 17px;
	margin-top: 230px;
	color: #FFFEF6;
	padding-top: 3px;
	text-align: right;
	padding-right: 10px;
}
.map_link a {
	color: #FFFEF6;
	text-decoration: none;
}
.map_link a:hover {
	color: #FFFEF6;
	text-decoration: underline;
}
#contact_wrapper {
	width: 100%;t: auto;
	margin-top: 15px;
}
#contact_left {
	float: left;
	width: 250px;
	height: auto;
}
#contact_left p {
	margin: 0px;
	padding: 0px;
}
#contact_left div {
	margin-bottom: 15px;
	clear: both;
}
.contact_address {
	font:11px;
	color:#356748;
	line-height:18px;
}
#submit {
	margin-top: 15px;
	background-color: #386B4C;
	width: 55px;
	text-align: center;
	color: #FFFFFF;
	height: 26px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
	float: right;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#submit:hover {
	background-color: #0F4D2A;
	border
	clear: both;
}
#contact {
	width: 615px;
	margin-right: auto;
	margin-left: auto;
	color: #7E5835;
	height: 275px;
	padding-bottom: 15px;
}
#contact_right {
	float: right;
	width: 250px;
	heigh-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#submit_message {
	color:#B71F6C;
	margin: 0px 0px 0px 5px;
	padding: 15px 0px 0px;
	clear: both;
}
.submit_hidden {
	border-style: none;
	margin: 0px;
	padding: 0px;
	visibility: hidden;
	height: 50px;
}
#contact sup {
	color: #1b7191;
}
.required {
	color: #0F4D2A;
}
label {
	display: block;
	padding-bottom: 3px;
	color: #0F4D2A;
	font-weight: bold;
	padding-left: 2px;
}
textarea {
	width: 243px;
	height: 117px;
	color: #7E5835;
	float: right;
	padding: 5px 3px 5px 5px;
	font: 12px "Trebuchet MS";
	background: #F5F1E6;
	border: 1px solid #BEAB95;
}
input {
	width: 250px;
	color: #7E5835;
	display: block;
	font: 12px "Trebuchet MS";
	background: #F5F1E6;
	border: 1px solid #BEAB95;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 5px;
}
.transparent {
	filter:alpha(opacity=50);
	-moz-opacity: .50;
	opacity: .50;
}
.success {
	font-size:14px;
	padding-top:30px;
}
.address {
	font-size:11px;
	color:#7E5835;
	padding-bottom:12px;
	line-height:17px;
}
.address span {
	padding:0px 5px 0px 5px;
	color:#CEC0AE;
}

/*Contact Form*/

