.skipnav { display: none; }
.printonly { display: none; }
.clearing { clear: both; }


body {
	background: #733702 url("../images/pagebg.jpg") repeat-x 0 0;
	font: 13px/18px georgia, serif;
	color: #4D4B41;
	text-align: center;
	}
	
img { border: 0; }


a, a:visited { color: #733702; outline: none; }
a:hover { color: #4F5902; }

b, strong, th {font-weight: bold; }
em, i { font-style: italic; }
td, th { vertical-align: top; }

.note { background: #ffa; color: red;}


/* Primary Page Layout
---------------------------------------------------------------------------------------------------- */

.mastheadwrap {
	}

	.masthead {
		width: 960px;
		margin: 0 auto;
		text-align: left;
		height: 175px;
		}

.contentwrap {
	padding: 40px 0;
	background: #E5E2C3;
	}

	.content {
		width: 960px;
		margin: 0 auto;
		text-align: left;
		}
	
.footerwrap {
	background: #733702 url("../images/footerbg.jpg") repeat-x 0 0;
	padding: 30px 0;
	}

.footer {
	width: 960px;
	margin: 0 auto;
	text-align: left;
	}


/* Masthead 
---------------------------------------------------------------------------------------------------- */

.masthead {
	}

.masthead h1 {
	background: url("../images/masthead.jpg") no-repeat 0 0;
	height: 175px;
	}
	
	.masthead h1 a {
		display: block;
		height:0;
		padding: 175px 0 0 0;
		overflow: hidden;
		}


/* Main Content Styles 
---------------------------------------------------------------------------------------------------- */

.maincontent {
	float: left;
	display: inline;
	width: 500px;
	margin-left: 130px;
	font-size: 20px;
	line-height: 34px;
	}
	
	.maincontent p {
		margin: 0 0 21px;
		}
		
	.maincontent p span {
		color: #733702;
		}


.contact_form {
	border-top: dashed 1px #4F5902;
	padding: 15px 0;
	}
	


/* Sidebar Styles 
---------------------------------------------------------------------------------------------------- */
.sidebar {
	float: right;
	display:inline;
	width: 200px;
	margin: 10px 65px 0 0;
	}
	
	.section {
		margin: 0 0 30px;
		}
		
	h3 {
		font-size: 12px;
		text-transform: uppercase;
		color: #4F5902;
		font-family: arial, sans-serif;
		margin: 0 0 6px;
		}


/* Footer 
---------------------------------------------------------------------------------------------------- */

.footer p {
	padding: 0 40px 0 130px;
	margin: 0 0 12px;
	font-family: "Lucinda Grande", arial, sans-serif;
	color: #E5E2C3;
	font-size: 12px;
	line-height: 18px;
	}
	
	.footer p a {
		color: #E5E2C3;
		border-left: solid 1px;
		margin-left: 5px;
		padding-left: 8px;
		}
		
		.footer p a:hover { color: #fff; }




/* Clear Fix
---------------------------------------------------------------------------------------------------- */

.group:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	}


