body {
	font-size: .9em;
	color: #4d3d16;
	font-family: "Palatino Linotype", serif, "MS Serif", Garamond;
	text-align: center;
	margin: 0px;
	background-color: #FFFFFF;
	height: 100%;
	min-height:100%;
}



#wrapper {
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	margin-top: 0px;
	margin-bottom: 0px;
	min-height:100%;
	background-image: url(images/background2.jpg);
	background-position: center bottom;
	background-repeat: repeat-x;
	overflow: hidden;
	min-height:100%;
}

#header
{
	background-color: #FFFFFF;
	width: 100%;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
	text-align: center;
}

#header h1 { margin: 0; }

#navcontainer ul
{
	margin: 0;
	list-style-type: none;
	color: #FFF;
	width: 100%;
	text-align: center;
	font-size: 100%;
	font-style: normal;
	font-weight: bold;
	font-variant: small-caps;
	text-transform: capitalize;
	height: 33px;
	padding-right: 0;
	padding-bottom: 0em;
	padding-left: 0;
	background-color: #b0be36;
	padding-top: 0.9em;
}

li { display: inline; }

li a
{
	text-decoration: none;
	color: #FFF;
	padding-top: 0.2em;
	padding-right: 1.5em;
	padding-bottom: 0.2em;
	padding-left: 1.5em;
}

li a:hover
{
	text-decoration: underline;
}

#content
{
	background-image: url(images/content.png);
	background-repeat: no-repeat;
	background-position: top;
	width: 700px;
	margin-right: auto;
	margin-left: auto;
	height: 540px;
	z-index: 2;
}

blockquote {
	font-variant: normal;
	color: #4d3d16;
	text-align: justify;
	font-size: 100%;
	font-weight: normal;
	padding-bottom: 0px;
	margin: 0px;
	padding-right: 125px;
	padding-left: 125px;
	line-height: normal;
}

#content p {
	padding-top: 0px;
	padding-right: 30px;
	padding-bottom: 0px;
	padding-left: 30px;
	text-align: justify;
	line-height: 120%;
}

#content h2
{
	font-size: 120%;
	font-variant: small-caps;
	text-transform: capitalize;
	margin-right: 0;
	margin-left: 0;
	padding-right: 30px;
	padding-bottom: 0px;
	padding-left: 30px;
	margin-top: 0em;
	font-weight: bold;
	text-align: left;
	margin-bottom: 0em;
	padding-top: 15px;
}

#footer
{
	text-align: center;
	height: 1%;
	font-size: 85%;
	font-variant: small-caps;
	text-transform: capitalize;
	font-style: normal;
	font-weight: normal;
	clear: both;
	margin: 0px;
	width: 100%;
	padding: 0px;
}

#footer a {
	color: #4d3d16;
	text-decoration: none;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #4d3d16;
	padding-right: 5px;
	padding-left: 5px;
}
#footer a:hover {
	text-decoration: underline;
}

.largetext {
	font-size: 130%;
	font-weight: bold;
}

.bullet {
	text-align: left;
	display: list-item;
	list-style-position: inside;
	list-style-image: url(images/bullet.png);
}

.flourish {
	float: right;
	height: 88px;
	width: 256px;
}.smallcaps {
	font-weight: normal;
	font-variant: small-caps;
	text-transform: capitalize;
	font-size: 85%;
	line-height: 145%;
}
#leftbox {
	float: left;
	height: auto;
	width: 495px;
}

#content a {

	color: #4d3d16;
	text-decoration: none;
}
#content a:hover {

	text-decoration: underline;
}
#content h3 {
	font-size: 100%;
	font-weight: bold;
	text-align: left;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}

#contact {
	display: block;
}

/* Form style */

label {
	display: inline-block;
	float: left;
	height: 14px;
	width: 250px;
	font-size: 100%;
	font-variant: small-caps;
	text-align: left;
}
input, textarea, select {
	padding: 5px;
	color: #4d3d16;
	background: #fff;
	border: 1px solid #b0be36;
	margin: 5px 0;
	font:100% "Lucida Grande", "Lucida Sans Unicode", Arial, sans-serif;
-moz-border-radius: 5px; -webkit-border-radius:5px; 	margin-top: 8px;
	margin-right: 0;
	margin-bottom: 8px;
	margin-left: 0;
}   
input:focus, textarea:focus, select:focus { border: 1px solid #4d3d16; background-color: #fff; color:#4d3d16; }
input.submit {
	cursor: pointer;
	border: 1px solid #222;
	background:#5c4033;
	color:#fff;
-moz-border-radius: 5px; -webkit-border-radius:5px; 	font-family: Garamond, serif;
	font-size: 100%;
	font-weight: bold;
	font-variant: small-caps;
}
input.submit:hover {
	background-color: #b0be36;
}
fieldset {
	padding-right: 40px;
	padding-bottom: 40px;
	padding-left: 40px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

span.required{ font-size: 13px; color: #b0be36; } /* Select the colour of the * if the field is required. */

/* Style for the error message */

.error_message { display: block; height: 22px; line-height: 22px; background: #b0be36 url('assets/error.gif') no-repeat 10px center; padding: 3px 10px 3px 35px; margin: 10px 0; color:#4d3d16;border: 1px solid #4d3d16; -moz-border-radius: 5px; -webkit-border-radius:5px; }

#success_page h1 {
	background: url('assets/success.gif') left no-repeat;
	padding-left:22px;
	font-size: 110%;
}
.smallgreen {
	color: #b0be36;
	float: left;
	margin-left: 40px;
}
#leftimage {
	padding: 10px;
	float: left;
	height: auto;
	width: 330px;
}
#rightimage {

	padding: 10px;
	float: right;
	height: auto;
	width: 330px;
}
#rightimage2 {
	padding: 10px;
	height: 225px;
	width: 160px;
	float: right;
	margin-right: 20px;
	margin-top: 0px;
}
#leftcol {
	float: left;
	height: auto;
	width: 475px;
	margin-left: 20px;
	margin-top: 10px;
}

.h2centered {
	font-size: 110%;
	font-variant: small-caps;
	margin-right: 0;
	margin-left: 0;
	padding-left: 5px;
	margin-top: 0em;
	font-weight: bold;
	margin-bottom: 0em;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}
.greenp {
	color: #b0be36;
	text-align: left;
	padding: 0px;
	margin: 0px;
}
.listgreen {
	color: #b0be36;
	float: left;
	margin-left: 80px;
	font-variant: small-caps;
	text-transform: capitalize;
	font-weight: bold;
	line-height: 150%;
	font-size: 100%;
}
.greenpBOLD {
	color: #b0be36;
	text-align: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	text-indent: 5px;
	font-weight: bold;
	font-variant: small-caps;
	text-transform: capitalize;
}
#rightcol {
	height: auto;
	width: 185px;
	float: right;
	margin-right: 20px;
	margin-top: 0px;
	padding-top: 10px;
}
