﻿@charset "utf-8";
body {
	color: #FFF;
	text-align: center;
	margin: 0%;
	font-family: Georgia, Times New Roman, Times, serif;
	background-attachment: fixed;
	background-image: url(../images/background.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #9C8765;
}
#wrapper {
	max-width: 940px;
	margin-right: auto;
	margin-left: auto;
}
#header {
	float: none;
	width: 100%;
	margin: 2% 0%;
}
.headPic {
	width: 100%;
}
h6 {
	clear: right;
	float: right;
	font-size: 1.8em;
	font-weight: bold;
	color: #000;
	text-shadow: 2px 2px 4px #FFF;
	padding-top: 2%;
	padding-right: 8%;
	padding-bottom: 1%;
	padding-left: 5%;
	margin: 0%;
}
#nav {
	font-family: Arial, Helvetica, sans-serif;
	width: 100%;
	margin-top: 1%;
	margin-right: 0%;
	margin-bottom: 1%;
	margin-left: 0%;
}
.main {
	width: 20%;
	font-size: 1.2em;
	line-height: 1.8em;
	text-align: center;
}
.sub4 {
	-webkit-border-radius: 1.5em;
	-moz-border-radius: 1.5em;
	border-radius: 1.5em;
	width: 25%;
	font-size: 1em;
	line-height: 1.6em;
	text-align: center;
	background-color: #AFA492;
}
.sub5 {
	-webkit-border-radius: 1.5em;
	-moz-border-radius: 1.5em;
	border-radius: 1.5em;
	width: 20%;
	font-size: 1em;
	line-height: 1.6em;
	text-align: center;
	background-color: #AFA492;
}
.sub6 {
	-webkit-border-radius: 1.5em;
	-moz-border-radius: 1.5em;
	border-radius: 1.5em;
	width: 16.6%;
	font-size: 0.9em;
	line-height: 1.6em;
	text-align: center;
	background-color: #AFA492;
}
#content {
	border: 1px solid #000000;
	-webkit-border-radius: 1.5em;
	-moz-border-radius: 1.5em;
	border-radius: 1.5em;
	width: 100%;
	clear: both;
	background-color: #FFF;
	padding-bottom: 15px;
}
.mainPic {
	-webkit-border-radius: 1.5em 1.5em 0em 0em;
	-moz-border-radius: 1.5em 1.5em 0em 0em;
	border-radius: 1.5em 1.5em 0em 0em;
	margin: 0%;
}
#subcontent {
	border: 1px solid #000000;
	-webkit-border-radius: 1.5em;
	-moz-border-radius: 1.5em;
	border-radius: 1.5em;
	width: 100%;
	clear: both;
	background-color: #FFF;
	margin: 2% 0%;
	padding: 2% 0;
}
h1 {
	margin: 4em 2em;
	font-size: 1.4em;
	color: #46402E;
	font-weight: bold;
}
h2 {
	margin: 2.5em 3em 1.5em 4em;
	font-size: 1.1em;
	color: #5D661F;
	text-align: right;
	text-indent: 50px;
}
h3 {
	margin: 1.5em 1em;
	font-size: 1.1em;
	color: #46402E;
	font-weight: lighter;
}
h4 {
	font-family: Tahoma, Times New Roman, Maiandra GD;
	font-size: 0.8em;
	color: #46402E;
}
h5 {
	margin: 0em;
	font-family: Tahoma, Times New Roman, Maiandra GD;
	font-size: 1em;
	font-weight: lighter;
	color: #46402E;
}
li {
	margin: 0em;
	font-size: 1.2em;
	font-weight: bold;
	color: #000;
	clear: both;
	text-align: left;
	text-indent: 40px;
	padding-right: 20px;
	padding-left: 20px;
	line-height: 1.4em;
}
p {
	margin: 1.5% 4%;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.8em;
	clear: both;
	color: #000000;
	text-indent: 5%;
	line-height: 1.2em;
}
a {
	text-decoration: none;
	text-align: center;
}
a:link, a:visited {
	color: #FFF;
	text-shadow: 2px 2px 4px #000;
}
a:hover {
	color: #000;
	text-shadow: 2px 2px 4px #FFF;
}
a:active {
	color: #666;
	text-shadow: 2px 2px 4px #FFF;
}
.button {
	display: inline-block;
	margin: 10px 2px;
	cursor: pointer;
	padding: .5em 2em .55em;
	text-shadow: 0 1px 1px rgba(0,0,0,.3);
	-webkit-border-radius: .5em; 
	-moz-border-radius: .5em;
	border-radius: .5em;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
}
.button:hover {
	text-decoration: none;
}
.button:active {
	position: relative;
	top: 1px;
}
.bigrounded {
	-webkit-border-radius: 2em;
	-moz-border-radius: 2em;
	border-radius: 2em;
}
.gray {
	color: #e9e9e9;
	border: solid 1px #555;
	background: #6e6e6e;
	background: -webkit-gradient(linear, left top, left bottom, from(#888), to(#575757));
	background: -moz-linear-gradient(top,  #888,  #575757);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#888888', endColorstr='#575757');
}
.gray:hover {
	background: #616161;
	background: -webkit-gradient(linear, left top, left bottom, from(#757575), to(#4b4b4b));
	background: -moz-linear-gradient(top,  #757575,  #4b4b4b);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#757575', endColorstr='#4b4b4b');
}
.gray:active {
	color: #afafaf;
	background: -webkit-gradient(linear, left top, left bottom, from(#575757), to(#888));
	background: -moz-linear-gradient(top,  #575757,  #888);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#575757', endColorstr='#888888');
}
.form {
	float: left;
	clear: left;
	width: 50%;
	margin: 3%;
	border-width: 0px;
}
.leftForm {
	width: 50%;
	margin: 0% 5%;
	text-align: right;
}
.rightForm {
	width: 50%
	margin: 0% 5%;
	text-align: left;
	overflow: hidden;
}
.formPic {
	float: right;
	clear: right;
	width: 28%;
	margin: 3% 4%;
}
.formTxt {
	float: right;
	clear: right;
	width: 28%;
	margin: 3% 4%;
}
.leftPic {
	float: left;
	width: 30%;
	margin: 2% 5%;
}
.rightPic {
	float: right;
	width: 30%;
	margin: 2% 5%;
}
.viewPic {
	max-width: 96%;
	margin: 2% 0%;
}
.smallPics {
	-webkit-box-shadow: 3px 3px 10px #333;
	-moz-box-shadow: 8px 8px 10px #333;
	box-shadow: 8px 8px 10px #333;
	width: 20%;
	max-height: 465px;
	margin: 10px 5px 10px 5px;
	padding: 5px 5px 20px 5px;
}
#footer {
	clear: both;
	padding: 1%;
}

