@charset "utf-8";
/* CSS Document */

.footerFormfield {
	padding: 5px;
	width: 160px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 9px;
	background-color: #FFF;
	color: #000;
	border: 1px solid #81AD98;
}
.footerButton {
	text-transform: capitalize;
	background-color: #83AE99;
	border: 1px solid #FFF;
	float: left;
	font-size: 10px;
	font-family: Verdana, Arial;
	padding: 5px;
}
#footer {
	text-align: center;
	margin: 0px auto 25px;
	padding: 25px 40px 0px 45px;
	background-repeat: no-repeat;
	background-image: url(../images/footer.png);
	height: 300px;
	width: 977px;
 }
#footerLeft {
	float: left;
	width: 29%;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
	font-weight: normal;
	font-style: normal;
	line-height: 1.75em;
	text-transform: capitalize;
	background-color: #5E4C2D;
		-moz-box-shadow: 0px 3px 5px #483a22;
	-webkit-box-shadow: 0px 3px 5px #483a22;
	box-shadow: 0px 3px 5px #483a22;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border: 1px solid #937646;
	height: 190px;
}
#footer h1 {
	color: #FFF;
	display: block;
	margin: 10px 0px;
	padding: 8px 0px;
	letter-spacing: .05em;
	font-size: 12px;
	background-color: #735C37;
	font-family: Verdana, Arial;
	font-weight: normal;
}
#footer ul {
	display: block;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-top: 15px;
}


#footerRight {
	width: 28%;
	float: left;
	padding: 0px;
	-moz-box-shadow: 0px 3px 5px #483a22;
	-webkit-box-shadow: 0px 3px 5px #483a22;
	box-shadow: 0px 3px 5px #483a22;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}
#footerCenter {
	float: left;
	width: 590px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
	font-weight: normal;
	font-style: normal;
	line-height: 1.75em;
	text-transform: capitalize;
	background-color: #5E4C2D;
	-moz-box-shadow: 0px 3px 5px #483a22;
	-webkit-box-shadow: 0px 3px 5px #483a22;
	box-shadow: 0px 3px 5px #483a22;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border: 1px solid #937646;
	margin: 0px 0px 0px 15px;
	padding: 0px;
	height: 190px;
}
#footer a {
	color: #FFF;
	font-family: Verdana, Arial;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
}
.text {
	font-family: Verdana, Arial;
	font-size: 11px;
}

#footer a:hover {
	color: #91C5AE;
	font-family: Verdana, Arial;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
}
.formbutton {
	text-transform: capitalize;
	background-color: #83AE99;
	border: 1px solid #FFF;
	float: left;
	font-size: 10px;
	font-family: Verdana, Arial;
	padding: 5px;
	height: 30px;
	width: 75px;
	margin-top: 15px;
}

