/* CSS Document */

html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset, a, div, img, blockquote
{
	margin: 0px;
	padding: 0px;
	border: 0px;
}

html, body
{
	font-family: Arial, Helvetica, sans-serif;
	background: #252c23 url('../images/bg.gif') repeat-x top;
}

body
{
	font-size: 12px;
}

.clear
{
	clear: both;
	font-size: 0;
	height: 0;
}

.center
{
	text-align: center;
	margin: 0 auto;
}

a
{
	color: #384335;
}

/*************************************************** Typography ***************************************************/

h1, h2, h3, h4, h5, h6
{
	color: #708210;
	padding-top: 12px;
	padding-bottom: 6px;
	font-weight: normal;
}

h1
{
	font-size: 24px;	
	padding-top: 26px;
}

h2
{
	font-size: 20px;
}

h3
{
	font-size: 18px;
	font-weight: bold;
}

h4
{
	font-size: 16px;
}

h5
{
	font-size: 15px;
	font-weight: bold;
}

h6
{
	font-size: 14px;
	font-weight: bold;
}

p
{
	color: #384335;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-top: 6px;
	padding-bottom: 14px;
	line-height: 1.5;
}

/*************************************************** Layout Divs ***************************************************/

#main-wrapper
{
	width: 820px;
	margin: 0 auto;
}

#navigation
{
	width: 160px;
	float: left;
}

#right-wrapper
{
	float: right;
	width: 580px;
	min-height: 850px;
  	height: auto !important;
  	height: 850px !important;
	background: url('../images/right-wrapper-bg.gif') no-repeat;; padding-left:33px; padding-right:33px; padding-top:0; padding-bottom:0
}

#logo
{
	width: 580px;
	height: 156px;
padding-top:20px;
	float: left;
	background: url('../images/logo-bg2.gif') no-repeat;
}

#logo a
{
font-size:30px;
color:#000;
margin-left:40px;
text-decoration:none;
}

#logo a span
{
font-size:30px;
color:#fff;
margin-left:40px;
}


#header-photo
{
	width: 259px;
	height: 176px;
	float: left;
}

#content-wrapper
{
	width: 580px;
	padding-top: 20px;
	padding-bottom: 20px;
}

#footer
{
	float: right;
	width: 646px;
	height: 32px;
	font-size: 11px;
	text-align: center;
	background: url('../images/right-wrapper-bot.gif') no-repeat top;
	color: #97a787
}

/*************************************************** Header Styles ***************************************************/

#logo h5, #logo p
{
	color: #fff;
	text-align: center;
	padding-bottom: 2px;
	margin-top: 0;
}

/*************************************************** Main Content Styles ***************************************************/

#content-wrapper p
{
	padding-left: 12px;
	padding-right: 12px;
}

#content-wrapper ul
{
	padding: 20px 30px 0 30px;
}

#content-wrapper ul li
{
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #252c23;
	padding-bottom: 9px;
	padding-left: 16px;
	background: url('../images/list-arrow.gif') no-repeat left 6px;
	list-style-type:none
}

#content-wrapper ul li h3
{
	padding: 0;
}

#content-wrapper h6.title
{
	background-color: #384335;
	padding: 7px 12px;
	margin-bottom: 20px;
	color: #fff;
}

#content-wrapper h6.contact
{
	padding: 0 12px;
	margin-bottom: 0;
	color: #252c23;
}

#content-wrapper img.photo-float
{
	float: left;
	padding: 0 25px 10px 0;
}


/*************************************************** Navigation Styles ***************************************************/

#navigation ul
{
	margin: 120px 0 0 0;
	width: 160px;
}

#navigation ul li
{
	list-style: none;
	border-top: 1px solid #494f45;

}

#navigation ul li a:link,
#navigation ul li a:visited
{
	display: block;
	text-decoration: none;
	color: #fff;
	font-size: 13px;
	font-weight: normal;
	width: 132px;
	padding-left: 28px;	
	background: url('../images/nav-arrow.gif') no-repeat 14px 12px;; padding-right:0; padding-top:6px; padding-bottom:6px
}

#navigation ul li.last
{
	border-bottom: 1px solid #494f45;
}


#navigation ul li a:hover
{
	background: url('../images/nav-arrow-over.gif') no-repeat 14px 12px;
	color: #6a7065
}

#home #navigation ul li a#home-link, #contact #navigation ul li a#contact-link
{
	color: #6a7065;
	background: url('../images/nav-arrow-over.gif') no-repeat 14px 12px;
}

/*************************************************** Contact Form Styles ***************************************************/

div#content-wrapper form
{
}

div#content-wrapper fieldset
{
	padding: 8px 12px;
}

div#content-wrapper form label
{
	display: inline;
	float: left;
	width: 90px;
	text-align: left;
	margin-bottom: 5px;
	font-size: 12px;
	font-weight: bold;
	color: #252c23;
	padding-top: 3px;
}

div#content-wrapper form input
{
	display: inline;
	float: left;
	width: 240px;
	margin-bottom: 5px;
	font-size: 12px;
	padding: 3px;
	border: 1px solid #aab7a0;
	color: #252c23;
	background-color: #f0f6eb;
	font-family: Arial, Helvetica, sans-serif;
}

div#content-wrapper form br
{
	clear: left;
	font-size: 0;
}

div#content-wrapper form textarea
{
	display: inline;
	float: left;
	width: 395px;
	margin-bottom: 8px;
	height: 90px;
	border: 1px solid #aab7a0;
	font-size: 12px;
	color: #252c23;
	padding: 3px;
	background-color: #f0f6eb;
	font-family: Arial, Helvetica, sans-serif;
}

div#content-wrapper form #submit
{
	width: 126px;
	height: 21px;
	padding: 0;
	text-align: center;
	margin-left: 367px;
	font-weight: bold;
	border: 1px solid #333c06;
	background-color: #56650c;
	color: #fff;
}

/*************************************************** Footer Styles ***************************************************/

#footer p
{
	padding-top: 18px;
	color: #97a787;
	font-weight: bold;
	font-size: 11px;
}