/* CSS Document */



body
{
font-size:75%;
font-family:verdana,arial,'sans serif';
background-color:#FFFFFF;
color:black;
margin:0;
}


.center
{
	text-align: center;
	margin: 0 auto;
}

a
{
	color: #384335;
}

/*************************************************** Typography ***************************************************/

h1, h2, h3, h4, h5, h6
{
	color: #FFFFFF;
	padding-top: 12px;
	padding-bottom: 6px;
	font-weight: normal;
	background-color: #9CAE49;
}

h1
{
	font-size: 24px;	
	padding-top: 26px;
}

h2
{
	font-size: 20px;
	background-color: #FFFFFF;
}

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: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-top: 6px;
	padding-bottom: 14px;
	line-height: 1.5;
}

/*************************************************** Layout Divs ***************************************************/

#main-wrapper
{
	width: 760px;
	margin: 0 auto;
	background:#ffffff;
	min-height: 1500px;
	padding-right: 10px;
	
}

#navigation
{
	width: 160px;
	min-height: 1500px;
	float: left;
	color:#000;
	background-color: #FFFFFF;
	padding-top: 10px;
	padding-right: 10px;
}

#right-wrapper
{
	float: left;
	width: 540px;
	min-height: 1000px;
	padding: 160 10px;
	background:  no-repeat;
	background-color: #FFFFFF;
}

#logo
{
	width: 580px;
	height: 200px;
padding-top:20px;
	float: left;
}

#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: 580px;
	height: 250px;
	float: center;
}

#content-wrapper
{
	width: 760px;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}

#footer
{
	float: right;
	width: 646px;
	height: 32px;
	font-size: 11px;
	text-align: center;
	background: url(../images/right-wrapper-bot.gif) top no-repeat;
	color: #ffffff;
}

/*************************************************** 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;
	border: 2px;
	background: #ffffff;
}

#content-wrapper ul
{
	padding: 20px 30px 0 30px;
}

#content-wrapper ul li
{
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #252c23;
	padding-bottom: 9px;
	padding-left: 16px;
	background: url(../images/list-arrow.gif) left 6px no-repeat;
	list-style: none;
}

#content-wrapper ul li h3
{
	padding: 0;
}

#content-wrapper h6.title
{
	background-color: #9CAE49;
	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: 0px 0 0 0;
	padding: 0px 0;
	width: 160px;
}

#navigation ul li
{
	list-style: none;
	border-top: 0px solid #007DBD;

}

#navigation ul li a:link,
#navigation ul li a:visited
{
	display: block;
	text-decoration: none;
	color: #000000;
	font-size: 13px;
	font-weight: normal;
	width: 132px;
	padding: 6px 0;
	padding-left: 28px;	
	background: url(../images/nav-arrow.gif) 14px 12px no-repeat;
}

#navigation ul li.last
{
	border-bottom: 1px solid #007DBD;
}


#navigation ul li a:hover
{
	background:  14px 12px no-repeat;
	color: #007DBD;
}

#home #navigation ul li a#home-link, #contact #navigation ul li a#contact-link
{
	color: #000000;
	font-weight: bold;
	background: url 14px 12px no-repeat;
}

/*************************************************** 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: 1;
	
}

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: Verdana, 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: #ffffff;
	font-weight: bold;
	font-size: 11px;
}
