/* 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: Tahoma, Arial, Helvetica, sans-serif;
	background: #eae3bb url(../images/bg.jpg) top repeat-x;
}

body
{
	font-size: 12px;
}

.clear
{
	clear: both;
	font-size: 0;
	height: 0;
}

.center
{
	text-align: center;
	margin: 0 auto;
}

a
{
	color: #804f00;
}

/*************************************************** Typography ***************************************************/

h1, h2, h3, h4, h5, h6
{
	color: #4f350d;
	padding-top: 12px;
	padding-bottom: 6px;
	font-weight: normal;
	font-family: Tahoma, Times, serif;
}

h1
{
	font-size: 26px;	
}

h2
{
	font-size: 22px;
}

h3
{
	font-size: 18px;
}

h4
{
	font-size: 16px;
}

h5
{
	font-size: 15px;
	font-weight: bold;
}

h6
{
	font-size: 14px;
	font-weight: bold;
}

p
{
	color: #171717;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-top: 6px;
	padding-bottom: 14px;
	line-height: 1.5;
}

/*************************************************** Layout Divs ***************************************************/

#main-wrapper
{
	width: 950px;
	margin: 0 auto;
}

#header
{
	width: 950px;
	height: 375px;
	margin: 0 auto;
}

#logo
{
	width: 800px;
	height: 62px;
	padding-top:20px;
}

#logo a
{
	font-size:30px;
	text-decoration:none;
	font-style:italic;
	color:#fdba4d;
}

#logo a span
{
	font-size:24px;
	font-style:italic;
	color:#fff;
}

#navigation
{
	width: 400px;
	float: left;
}

#banner-photo
{
	width: 525px;
	height: 239px;
	float: right;
	margin: 18px 4px 0 0;
}

#content-wrapper
{
	width: 950px;
}

#footer
{
	width: 950px;
	border-top: 1px solid #cdc078;
	margin-top: 20px;
}

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

#content-wrapper #content-right
{
	width: 347px;
	height: 300px;
	float: right;
	margin-left: 50px;
	display: inline;
}


#content-wrapper ul
{
	padding: 10px 30px 20px 30px;
}

#content-wrapper ul li
{
	font-size: 12px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	color: #171717;
	padding-bottom: 9px;
	padding-left: 28px;
	background: url(../images/list-bullet.gif) 12px 5px no-repeat;
	list-style: none;
}

#content-wrapper #content-right h2.title
{
	width: 347px;
	border-bottom: 1px solid #cdc078;
	margin-bottom: 14px;
	padding-top: 16px;
}

#content-wrapper h1.title
{
	width: 544px;
	border-bottom: 1px solid #cdc078;
	margin-bottom: 14px;
}

#content-wrapper img.photo-Swamp_Yankee_Survey.jpg
{
	border: 2px solid #cdc078;
	float: left;
	margin: 3px 20px 10px 0;
}

#content-wrapper img.photo-right
{
	border: 2px solid #cdc078;
	float: right;
	margin: 48px 0 10px 50px;
}

/***************************************************** Banner Styles *****************************************************/

#banner-photo img
{
	border: 2px solid #fff;
}

/*************************************************** Navigation Styles ***************************************************/

#navigation ul
{
	margin: 18px 0 0 0;
	width: 400px;
}

#navigation ul li
{
	list-style: none;
	border-top: 1px solid #593b0e;

}

#navigation ul li a:link,
#navigation ul li a:visited
{
	display: block;
	text-decoration: none;
	color: #fff;
	font-size: 11px;
	font-weight: bold;
	width: 376px;
	padding: 7px 0;
	padding-left: 24px;	
	background: url(../images/nav-arrow.gif) 9px 10px no-repeat;
}

#navigation ul li.last
{
	border-bottom: 1px solid #593b0e;
}


#navigation ul li a:hover
{
	color: #fdba4d;
}

#home #navigation ul li a#home-link, #about #navigation ul li a#about-link
{
	color: #fdba4d;
}

/*************************************************** Footer Styles ***************************************************/

#footer p
{
	margin: 0;
	padding: 8px 0;
	font-size: 11px;
	color: #8d6929;
	text-align: center;
}

#footer p a
{
	text-decoration: none;
	color: #8d6929;
}