* { padding: 0; margin: 0; border: none; text-decoration: none; outline: none; }

body {
	background: #fafadf;
	font: normal 12px/1.5em Arial, Helvetica, sans-serif;
}

/* BEGIN STRUCTURE */

.maincontain {
	width: 960px;
	margin: 0 auto;
	background: #fefee3 url(../img/headerbg.jpg) no-repeat top left;
}

.clear {
	clear: both;
}

/* END STRUCTURE */

/* BEGIN HEADER */

.header {
	height: 200px;
	text-align: right;
}

/* END HEADER */

/* BEGIN NAV */

.nav {
	height: 31px;
	border-bottom: 9px solid #a07c00;
}

.nav ul {
	list-style: none;
}

.nav ul li {
	float: left;
	display: inline;
	font-size: 0;
}

.nav ul li a {
	display: block;
	font: normal 13px/1em Georgia, "Times New Roman", Times, serif;
	height: 21px;
}

.nav ul li a.navprimary {
	width: 125px;
	padding: 8px 10px 2px 0;
	background: url(../img/nav.gif) no-repeat top left;
	font-style: italic;
	text-align: right;
	color: #8a621a;
	text-transform: lowercase;
}

	.nav ul li a.navprimary strong {
		font-style: normal;
		font-size: 16px;
		font-weight: normal;
		text-transform: capitalize;
	}
	
	.nav ul li a.navprimary:hover {
		color: #f7f4c7;
		background: url(../img/nav-r.gif) no-repeat top left;
	}

.nav ul li a.navgive {
	width: 125px;
	padding: 8px 10px 2px 0;
	background: url(../img/navgive.gif) no-repeat top left;
	font-style: italic;
	text-align: right;
	color: #8a621a;
	text-transform: lowercase;
}

	.nav ul li a.navgive strong {
		font-style: normal;
		font-size: 16px;
		font-weight: normal;
		text-transform: capitalize;
	}
	
	.nav ul li a.navgive:hover {
		color: #f7f4c7;
		background: url(../img/nav-r.gif) no-repeat top left;
	}

.nav ul li a.navsecondary {
	padding: 8px 0 2px 20px;
	color: #80561b;
	font: normal 13px Georgia, "Times New Roman", Times, serif;
}

.nav ul li a.navsecondary:hover {
	color: #b48c55;
}

/* END NAV */

/* BEGIN CONTENT AREA */

.contentarea {
	background: url(../img/contentbg.gif) repeat-y top right;
}

.leftcol {
	width: 730px;
	float: left;
	color: #80561b;
}

.quote {
	font: normal 31px/1.25em Georgia, "Times New Roman", Times, serif;
	color: #c7c1a5;
	font-style: italic;
	margin: 30px 0 0 40px;
	float: left;
}

.fontresize {
	float: right;
	margin: 30px 40px 0 0;
	padding: 5px 10px;
	border: 1px solid #bfaa7f;
}

	.fontresize a {
		color: #bfaa7f;
	}

	.fontresize a:hover {
		color: #000;
	}

	a.fontresize_small {
		font-size: 10px;
	}

	a.fontresize_large {
		font-size: 16px;
	}

.copyarea {
	margin: 40px 42px 0 64px;
}

.copyarea p {
	margin-bottom: 12px;
}

.copyarea a {	
	color: #80561b;
	text-decoration: underline;
}

.copyarea a:hover {
	color: #000;
}

.copyarea h1 {
	color: #80561b;
	font: normal 20px/1em Georgia, "Times New Roman", Times, serif;
	letter-spacing: 1px;
	margin-bottom: 5px;
}

.copyarea ul {
	margin: 0 0 15px 40px;
}

.copyarea hr {
	height: 1px;
	border: none;
	background: #a07c00;
	color: #a07c00;
	margin: 10px 0;
}

.rightcol {
	width: 230px;
	float: right;
}

.rightcol ul {
	list-style: none;
	margin: 0 0 40px 50px;
}

.rightcol ul li a {
	color: #72695d;
	font: normal 13px/1em Arial, Helvetica, sans-serif;
	letter-spacing: 1px;
}

.rightcol ul li a:hover {
	color: #000;
}

/* END CONTENT AREA */

/* BEGIN INDEX */

.indexcontentarea {
	background:#e9ce61 url(../img/home.jpg) no-repeat top left;
	height: 397px;
}

.indexcopy {
	width: 460px;
	padding: 120px 30px 0 470px;
	color: #80561b;
}

.indexcopy p {
	margin-bottom: 12px;
}

.indexcopy h1 {
	color: #80561b;
	font: bold 13px/1em Georgia, "Times New Roman", Times, serif;
	letter-spacing: 1px;
	margin-bottom: 5px;
}

.indexfooter {
	background: url(../img/homefooter.jpg) no-repeat top left;
	height: 131px;
}

/* END INDEX */

/* BEGIN FOOTER */

.footer {
	font: normal 11px Arial, Helvetica, sans-serif;
	color: #9e967e;
}

.footer a {
	color: #9e967e;
}

.footer a:hover {
	color: #000;
}

.footercopy {
	width: 330px;
	padding: 20px 0 10px 620px;
}

/* END FOOTER */

/* BEGIN FORMS */

.forminfo {
	float: left;
	width: 150px;
	height: 32px;
}

.forminput {
	float: left;	
	width: 260px;
}

.contactform input,textarea,select {
	margin: 2px;
	padding: 3px;
	border: 1px solid #a07c00;
}

.contactform option {
	padding: 0 3px;	
}

input.inputnormal {
	width: 250px;	
}

textarea.textareanormal {
	width: 250px;
	height: 50px;
}

input.submitbutton {
	background: #e4df74;
	color: #a07c00;
	font: bold 14px Georgia, "Times New Roman", Times, serif;
}

input.submitbutton:hover {
	background: #a07c00;
	color: #f7f4c7;
	cursor: pointer;
}

/* END FORMS */

/* BEGIN MISC */

img.galleryimg {
	float: left;
	margin: 0 5px 5px 0;
	width: 150px;
	height: 100px;
}

.testimonial {
	font-style: italic;
	margin: 0 40px 0 40px;
}	

.testimonialsig {
	text-align: right;
	margin: 0 40px 0 40px;
}

.success {
	padding: 20px 20px 10px 20px;
	background: #f3f3c3;
	font-weight: bold;
}

/* END MISC */
