*, html {
	outline:none;
}

body {
	margin: 0;
	padding: 0;
	font: 1.0em Georgia, "Times New Roman", Times, serif;
	color: #333;
	background: #e7deb7 url('images/body_bg.jpg') repeat-x top left;
	}

h1 {
	font: 600 1.8em 'book antiqua','times new roman',serif;
	color: #8b2623;
	font-style: italic;
	margin: 10px 0;
	}
	
h2 {
	font: 400 1.0em 'trebuchet ms',arial,sans-serif;
	color: #BD481D;
	display: inline;
	letter-spacing: 1px;
	}
	
h4 {
	font: 400 1.5em 'book antiqua','times new romans',serif;
	color: #057676;
	font-style: italic;
	margin: 15px 0 0 0;
	}
	
h5, h5 a {
	font: 400 1.1em 'trebuchet ms',arial,sans-serif;
	color: #8b2623;
	margin: 15px 0 0 0;
	letter-spacing: 1px;
	text-decoration: none;
	}
	
h5 a:hover {
	text-decoration: underline;
	}

h6 {
	font: bold 1.0em 'trebuchet ms',arial,sans-serif;
	color: #827c21;
	margin: 15px 0 0 0;
}
	
a {
	color: #8b2623;
	text-decoration: underline;
	}

a:hover {
	color: #827c21;
	text-decoration: none;
	}

a img {
	border: 0;
	}

blockquote {
	display: block;
	width: 598px;
	border-left: 2px solid #827c21;
	background-color: #e6daa4;
	margin: 10px 10px 20px;
	padding: 15px 10px;
	line-height: 1.8em;
	font-size: 0.9em;
	font-style: italic;
	font-weight: bold;
	}

input, select, textarea {
	background-color: #e7deb7;
}

input[type=radio] {
	margin-top: 5px;
	background: transparent;
}

button, input[type=submit] {
	border:1px solid #8b2623;
	background: #8b2623 url(images/menubg.jpg) repeat-x bottom left;
	font: bold 13px 'trebuchet ms',arial,sans-serif;
	color: #e7deb7;
	cursor: pointer;
}

hr {
	border: 0;
	margin: 15px auto 0;
	text-align: center;
	clear: left;
	width: 298px;
	height: 24px;
	background: url(images/divider.gif) center no-repeat;
}

.topnav ul {
	list-style: none;
	padding: 0;
	margin: 0;
	float: right;
	}
	
.topnav li {
	float: left;
	clear: none;
	}
	
.topnav li a {
	margin-left: 20px;
	padding-top: 5px;
	display: block;
	text-decoration: none;
	font: 400 0.9em 'trebuchet ms',arial,sans-serif;
	color: #BD481D;
	}

.topnav li a:hover {
	color: #81A882;
	text-decoration: underline;
	}

.frontblurb {
	height: 230px;
	margin-bottom: 10px;
	padding:  10px;
	color: #fff;
	font-size: 0.8em;
	font-weight: 600;
	line-height: 1.5em;
	background: #e6daa4 url('images/righttop.jpg') no-repeat top left; 
	}
	
.frontblurb p {
	margin: 3px 0 5px 0;
	}
	
.frontblurb h2 {
	display: block;
	color: #e6daa4;
	font-size: 1.4em;
	margin: 25px 0 0 0;
	}

#search {
	float: right;
	margin: 20px 0 0 0;
	padding: 0;
	line-height: normal;
	font-size: 0.8em;
}

#search input[type=image] {
	position:relative;
	top:3px;
}

#rcolumn #slides {
	width: 240px;
	height: 250px;
	margin-bottom: 10px;
}

#rcolumn #lower {
	margin: 0;
	padding-top: 90px;
	background: url(images/Porch_rc_bg.jpg) no-repeat;
}

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

/* unclicked style div.more */
#rcolumn div.more i {float:right; cursor:pointer; color:#8b2623; font-size:.7em ; font-weight:bold;}
#rcolumn div.more i.hide {display:none;}
#rcolumn div.more p {display:none;}
#rcolumn div.more img {display:none;}

/* clicked style div.click */
#rcolumn div.click i.show {display:none;}
#rcolumn div.click i.hide {display:block;}
#rcolumn div.click p {display:block;}
#rcolumn div.click img {display:block; float:left; padding-right:10px;}

ul.subnav {
	font: 13px 'trebuchet ms',arial,sans-serif;
	font-weight: bold;
	margin: 0;
	border: 1px solid #8b2623;
}
	
.subnav li a{
	display: block;
	width: 208px;
	background: #dbd6ad;
	border-top: 1px solid #8b2623;
	padding: 6px 15px 7px;
	text-decoration: none;
	}

.subnav li.first {
	width: 208px;
	background: url('images/menubg.jpg') repeat-x bottom left;
	padding: 6px 15px 7px;
	font-size:14px;
	color: #e7deb7;
	text-decoration: none;
	}

.subnav li a:hover {
	background: #cfc994;
	color: #444;
	text-decoration: none;
	}

.subnav li.first a:hover {
	background: #e6daa4;
	color: #FFF;
	text-decoration: none;
	}
	
.textbox {
	margin: 10px 0;
	padding: 15px;
}

.textbox h2 {
	color: #827c21;
	font-size: 1.1em;
	font-weight: 600;
}

.textbox img {
	margin: 5px auto 0;
}

.textbox p{
	line-height: 1.8em;
	font-size: 0.8em;
	}

.textbox .link {
	font-size:.8em;
	font-weight:bold;
}

#main p {
	margin: 8px 15px 8px 0;
	line-height: 1.8em;
	font-size: 0.9em;
	}

#main p.caption {
	margin: 0;
	font-size:0.6em;
	font-weight:bold;
}

ol, ul.tab {
	color: #827c21;
	font: 600 .8em 'trebuchet ms',arial,sans-serif;
	padding-left: 10px;
	}
 
ol span {
	font: 400 1.0em 'trebuchet ms',arial,sans-serif;
	color: #444;
	font-style: normal;
	}

ol li, ul.tab li {
	margin-left: 25px;
	padding: 4px 0
	}
	
img.content, a img.content {
	float:left;
	margin: 5px 10px 5px 0;
	padding: 1px;
	border: 2px solid #8b2623;
	}
	
a:hover img.content {
	border: 2px solid #827c21;
	}

table {
  width: 100%;
  margin: 10px 0;  
  font-size: .9em;
  border-collapse: collapse;
}

caption {
  padding: 0 0 5px 7px;
  font: bold 1.1em 'trebuchet ms',arial,sans-serif;
  text-align: left;  
}

th, td {
  text-align: left;
  vertical-align: top;
  padding: 5px 7px 7px !important;
  padding: 5px 10px 6px;
}


th {
	background:#ac2f2b url('images/menubg.jpg') repeat-x bottom left;
	color: #e7deb7;
	border-bottom: 1px solid #e7deb7;
}


td {
	background-color: #dbd6ad;
	border-bottom: 1px solid #827c21;
}

/************************************************ Contact Form Styles ************************************************/
#form-panel {
	width: 350px;
	margin-left: 100px;
}

#form-header {
	width: 350px;
	height: 30px;
}

#form-header h5 {
	text-align: center;
}

#form-box {
	width: 350px;
	background-color: #e6daa4;
	border: solid 1px #827c21;
	min-height: 238px;
  	height: auto !important;
  	height: 238px;
	margin-top: 5px;
}

#form-box form {
	padding: 5px 15px 10px;
	font: 12px Georgia, "Times New Roman", Times, serif;
}

#form-box form fieldset {
	margin: 0;
	padding: 0;
	border:none;
}

#form-box form label {
	display: block;
	margin-top: 10px;
}

#form-box form input, select {
	display: block;
	margin-top: 5px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

#form-box form input.text {
	max-width: 100%;
	width: 100%;
	padding: 2px;
}

#form-box form br {
	clear: left;
	font-size: 0;
}

#form-box form textarea {
	display: block;
	max-width: 100%;
	width: 100%;
	overflow: auto;
	margin: 5px 0 9px;
	padding: 2px;
	font: 13px "Trebuchet MS", Arial, Helvetica, sans-serif;
}

#form-box form .enqbut {
	float: right;
	margin: 10px 0 0 10px;
}

.left {
	float: left;
}

.right {
	float: right;
}

.clear {
	clear:both;
}

.center {
	text-align: center;
}

.slogan {
	margin-left: 40px;
}

.badge {
	margin-left: 15px;
}
	
.footnav {
	width: 100%;
	text-align: center;
	line-height: 3.5em;
	padding: 10px 0;
	background: #ddc86b;
	border-top: 1px solid #e6daa4;
	margin: 0;
	}

.footnav a {
	margin: 0 5px;
	color: #8b2623;
	}
	
.copyright {
	clear:both;
	width: 896px;
	margin: 0 auto;
	padding: 10px;
	text-align: left;
	border-top: 1px solid #e6daa4;
	}