* {
	margin: 0;
}

html, body {
	font-size: 10 px;
	color: #4d3d16;
	font-family: "Palatino Linotype", serif, "MS Serif", Garamond;
	text-align: center;
	margin: 0px;
	background-color: #FFFFFF;
	height: 100%;

}
.clear {
	clear: both;
}

#wrapper {
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	min-height:100%;
	background-image: url(images/background2.jpg);
	background-position: center bottom;
	background-repeat: repeat-x;
	overflow: auto;
	padding-bottom: 100px;  /* must be same height as the footer */
}

#header
{
	background-color: #FFFFFF;
	width: 100%;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
	text-align: center;
}

#content
{
	overflow:auto;
	padding-bottom: 100px; /* must be same height as the footer */
	background-image: url(images/content.png);
	background-repeat: repeat-y;
	background-position: top;
	width: 640px;
	margin-right: auto;
	margin-left: auto;
	z-index: 2;
	padding-top: 30px;
	padding-right: 30px;
	padding-left: 30px;
	height: auto;
}

#footer
{
	position: relative;
	text-align: center;
	height: 100px;
	font-size: 12px;
	font-variant: small-caps;
	text-transform: capitalize;
	font-style: normal;
	font-weight: normal;
	width: 100%;
	margin-top: -100px; /* negative value of footer height */
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	clear: both;
}

#navcontainer ul
{

	list-style-type: none;
	color: #FFF;
	width: 100%;
	text-align: center;
	font-size: 16px;
	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;
}


blockquote {
	font-variant: normal;
	color: #4d3d16;
	text-align: center;
	font-size: 12 px;
	font-weight: normal;
	line-height: normal;
	width: 350px;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: auto;
}
p  {
	text-align: justify;
	padding: 0px;
}

h2 
{
	font-size: 18px;
	font-variant: small-caps;
	text-transform: capitalize;
	font-weight: bold;
	text-align: left;
	padding: 0px;
	margin: 0em;
}

#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;
}
.dropcap {
	font-size: 20px;
	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: 12 px;
}

#leftbox {
	float: left;
	height: auto;
	width: 495px;
}

#content a {

	color: #4d3d16;
	text-decoration: none;
}

#content a:hover {

	text-decoration: underline;
}

#content h3 {
	font-size: 11 px;
	font-weight: bold;
	text-align: left;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 10px;
}

#contact {
	display: block;
}

/* Form style */

label {
	display: inline-block;
	float: left;
	height: 14px;
	width: 250px;
	font-size: 16 px;
	font-variant: small-caps;
	text-align: left;
}
input, textarea, select {
	padding: 5px;
	color: #4d3d16;
	background: #fff;
	border: 1px solid #b0be36;
	-moz-border-radius: 5px;
	-webkit-border-radius:5px;
	margin-top: 12px;
	margin-right: 0;
	margin-bottom: 12px;
	margin-left: 0;
	font-family: px "Lucida Grande", "Lucida Sans Unicode", Arial, sans-serif;
	font-size: 11px;
}   

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: 16px;
	font-weight: bold;
	font-variant: small-caps;
	letter-spacing: 2px;
}

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: 12px; 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: 14px;
}

.smallgreen {
	color: #b0be36;
	float: left;
	margin-left: 40px;
}

.leftimage {
	float: left;
	margin-left: 50px;
}

.rightimage {
	float: right;
	background-color: #B0BE36;
	padding-top: 5px;
	padding-right: 25px;
	padding-bottom: 5px;
	padding-left: 25px;
	margin-right: 50px;
}

#rightimage2 {
	padding: 10px;
	height: 225px;
	width: 160px;
	float: right;
	margin-right: 20px;
}

#leftcol {
	float: left;
	height: auto;
	width: 475px;
	margin-left: 20px;
	padding-top: 10px;
}

.h2centered {
	font-variant: small-caps;
	margin-right: 0;
	margin-left: 0;
	padding-left: 0px;
	margin-top: 0em;
	font-weight: bold;
	margin-bottom: 0em;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	text-decoration: underline;
}
.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;
	padding: 0px;
	margin-top: 0px;
}

.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;
	padding-top: 10px;
}

.homepage-image {
	height: auto;
	width: 350px;
	margin-right: auto;
	margin-left: auto;
}

