/*
Website by Delaware Valley Design - http://www.delawarevalleydesign.com
*/

body {
	margin: 0;
	padding: 0;
	background: #d5cdae;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #7b5632;
}

h3 {
	color: #659359;
}

blockquote {
	font-style: italic;
	color: #a64c24;
}

a {
	color: #6d9256;
}

a:hover {
	text-decoration: none;
}

.title1 {
	margin: 0;
	padding: 10px 0;
	background: url(images/img07.gif) repeat-x left bottom;
	font-weight: normal;
	font-size: 150%;
	color: #ffffff;
}

.title2 {
	margin: 0;
	padding: 10px 0;
	background: url(images/img09.gif) repeat-x left bottom;
	font-size: 227%;
	font-weight: normal;
	color: #659359;
}

.title3 {
	margin: 0;
	padding: 10px 0;
	background: url(images/img11.gif) repeat-x left bottom;
	font-size: 129%;
	font-weight: normal;
	color: #FFFFFF;
}

.boxed {
	padding: 5px 30px 20px 30px;
}

.boxed p, .boxed ul, .boxed ol {
	line-height: 180%;
}

.green {
	margin: 20px 30px;
	background: #6d9256 url(images/img10.gif) repeat-x;
	color: #FFFFFF;
}

.green a {
	color: #FFFFFF;
}

.col-one {
	float: left;
	width: 300px;
}

.col-two {
	float: right;
	width: 300px;
}

/* Page */

#page {
	width: 980px;
	margin: 0 auto;
	background: #FFFFFF url(images/img01.gif) repeat-y;
}

/* Sidebar */

#sidebar {
	float: left;
	width: 240px;
}

/* Logo */

#logo {
	height: 180px;
	background: #fcf7d3 url(images/img02.gif) repeat-y right top;
}

#logo h1, #logo h2 {
	margin: 0;
	text-align: center;
	font-weight: normal;
	font-style: italic;
	color: #6f6908;
}

#logo h1 {
	padding: 135px 0 0 0;
	background: url(images/img03.gif) no-repeat center center;
	font-size: 15px;
}

#logo h2 {
	font-size: 14px;
	background: #fcf7d3;
}

#logo a {
	color: #a64c24;
	text-decoration: none;
	background: #fcf7d3;
}

/* Menu */

#menu {
	padding: 20px;
	background: #b1ad7e url(images/img04.gif) repeat-x;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	padding: 10px 0;
	background: url(images/img05.gif) repeat-x;
}

#menu li.first {
	background: none;
}

#menu a {
	text-decoration: none;
	font-size: 129%;
	color: #ffffff;
}

#menu a:hover {
	text-decoration: underline;
}

/* Extras */

#extras {
	padding: 20px;
	background: url(images/img06.gif) repeat-x;
}

#extras form {
	margin: 0;
	padding: 20px 0 0 0;
}

#extras fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

#extras label {
	color: #7b5632;
}

#inputtext1, #inputtext2 {
	width: 194px;
	margin-bottom: .5em;
	font: bold 100% Georgia, "Times New Roman", Times, serif;
	color: #6d9256;
}

#inputsubmit1 {
	margin-bottom: .5em;
	font: bold 100% Georgia, "Times New Roman", Times, serif;
	color: #7b5632;
}

#extras a {
	color: #ffffff;
}

/* Content */

#content {
	float: right;
	width: 740px;
	background: #fcf7d3;
}

/* Footer */

#footer {
	width: 980px;
	height: 167px;
	margin: 0 auto;
}

#footer p {
	margin: 0;
	font-size: 85%;
}

#links {
	float: left;
	width: 220px;
	height: 45px;	
}

#links a {
	color: #659359;
}

#legal {
	float: right;
	width: 740px;
	height: 45px;
}