@charset "utf-8";
/* CSS Document */


/** General Properties **/

html
{
}

body
{
	padding: 0px;
	background-color:#45361F; /* Change to specific site background color */
	color: #DDD;
	font-family: Trebuchet MS, Trebuchet, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

/** Link Properties **/

a img
{
	border: 0px;
	margin: 0px;
	padding: 0px;
	outline: 0;
}

a
{
	outline: 0;
	text-decoration: none;
	color: #45361F;
}

a:hover
{
	text-decoration: underline;
	color: #660000;
}

a:active
{
	font-weight:bold;
	color: 
}

/** Page properties **/

div
{
	border: 0px;
	margin: 0px;
}

div#header
{
	background-image:url(images/header-background.gif);
	background-color: #FFF9BF;	
	background-repeat:repeat-x;
	background-position: top;
	height: 202px;
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 0px;
}

div#header_left
{
	float: left;
	margin-top: 58px;
	width: 588px;
	text-align: center;
}

div#header_contact
{
	width: 100%;
	margin-top: 26px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	color: #45361F;
	font-size: 25px;
	letter-spacing: 1px;
	text-align: center;
}

div#header_right
{
	margin-top: 10px;
	float: left;
}

img.sub
{
	margin-top: 8px;
	margin-bottom: 5px;
	margin-left: 3px;
	margin-right: 3px;
	padding: 0px;
	border: 1px solid #564431;
}

img.main
{
	border: 2px solid #564431;
}


a.home
{
	outline: 0;
	text-decoration: none;
	color: #45361F;
}

a.home:hover
{
	color: #660000;
}

a.home:active
{
	color: #660000;
}


/** Header properties **/

h1
{
	clear: both;
	color: #FFF9C0;
	background-color: #747146;
	font-size: 150%;	
	text-align: left;
	width: 100%;
	padding-left: 5px;
	margin-top: 5px;
}

h2
{
	margin-top: 5px;
	margin-bottom: 5px;
	font-size: 125%;
}

h3
{
	margin-top: 4px;
	margin-bottom: 4px;
	font-size: 110%;
	font-style: italic;
}

p
{
	margin-left: 10px;
	margin-right: 10px;
	color: #747146;
	font-size: 14px;
}

.headerText
{
	display: none;
	font-size: 0px;
	line-height: 0px;
	float: left;
}

/** Table Properties **/

table
{
	border: 1px solid #000;
	padding: 0px;
	border-collapse:collapse;
}

th
{
}

td
{
	border: 1px solid #000;
	margin: 0px;
}

/** Navigation Properties **/

div.menu
{
	width: 218px;
	padding-top: 4px;
	padding-left: 4px;
	margin-left: 2px;
	background-image:url(images/menu-vbar.gif);
	background-repeat: no-repeat;
	background-position: top right;
	min-height: 425px;
	float: left;
}

div.menu ul
{
	padding: 0px;
	margin: 0px;
}

div.menu ul li
{
	display: block;
	padding-left: 5px;
	padding-right: 5px;
	font-size: 14px;
	font-weight: bold;
	margin-top: 12px;
	margin-bottom: 10px;
}

div.menu ul li a
{
	text-decoration: none;
}

div.menu ul li a:hover
{
	text-decoration: underline;
}

div.menu ul li a:active
{
	color: #666633;
}

/** Form Properties **/

div.contactForm
{
	width: 196px;
	padding-left: 4px;
	margin-top: 12px;
	padding-bottom: 8px;
	background-color: #BCAC8B;
	border: 1px solid #604E39;
}

div.contactForm h2
{
	font-size: 16px;
	font-weight: bold;
	margin-top: 8px;
	margin-bottom: 3px;
	text-align: center;
	color: #604E39;
}

div.label
{
	text-align: left;
	margin-left: 4px;
	margin-bottom: 1px;
	margin-top: 5px;
	color: #463015;
}

form.request input
{
	width: 175px;
	margin-left: 4px;
}

form.request textarea
{
	width: 175px;
	margin-left: 4px;
}


form.request select
{
	width: 175px;
	margin-left: 4px;
}

/** Content Properties **/

div.body
{
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	background-color: #FFF9C0;
	min-height: 450px;
}

div.content
{
	float: left;
	min-height: 400px;
	width: 666px;
}

div.home_area
{
	float: left;
	margin: 10px;
	font-weight: bold;
	text-align: center;
	font-size: 16px;
}

div.green
{
	width: 900px;
	height: 4px;
	padding: 0px;
	line-height: 1px;
	font-size: 1px;
	clear: both;
	color: #747146;
	background-color: #747146;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 0px;
}

div.photos_left
{
	float: left;
	clear: left;
	margin-left: 5px;
	padding-top: 5px;
	width: 240px;
	text-align: left;
}

div.text_right
{
	float: left;
	clear: right;
	width: 390px;
	margin-left: 4px;
	padding-left: 10px;
	padding-right: 10px;
	text-align: justify;
	color: #747146;
	font-size: 14px;
}

div.text_right a
{
	text-decoration: underline;
}

div.text_left
{
	float: left;
	clear: left;
	width: 390px;
	padding-left: 10px;
	padding-right: 5px;
	text-align: justify;
	color: #747146;
	font-size: 14px;
}

div.text_left a
{
	text-decoration: underline;
}


div.photos_right
{
	float: left;
	clear: right;
	margin-left: 9px;
	padding-top: 5px;
	width: 240px;
	text-align: left;
}


div.text
{
	margin-left: 5px;
	width: 630px;
	color: #747146;
	font-size: 14px;
}

div.text a
{
	text-decoration: underline;
}


div.text_left h1
{
	clear: left;
}

div.text_right h1
{
	clear: right;
}

ul.team li
{
	color: #747146;
	font-size: 14px;
}

/** Footer Properties **/

div.footer
{
	background-color: #BCAC8B;
	color: #666633;
	clear: both;
	margin-top: 0px;
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	padding-top: 6px;
	padding-bottom: 4px;
	font-size: 14px;
}

div.footer address
{
	display:inline;
}

div.footer a
{
	color: #666633;
	text-decoration: none;
}

div.footer a:hover
{
	color: #660000;
	text-decoration: underline;	
}

div.copyright
{
	font-size: 12px;
	margin-top: 4px;
}

/* Momentary Blindness Additions */

h4 {
	clear: both;
	color: #747146;
	font-size: 150%;	
	text-align: left;
	margin-top: 5px;
	margin-bottom: -5px;
}

div.noPhoto {
	position:relative;
	float:left;
	clear:left;
	width:96%;
	margin-bottom:10px;
	padding-left: 10px;
	padding-right: 10px;
	text-align:justify;
	color: #747146;
	font-size: 14px;
}

div.noMore {
	position:relative;
	float:left;
	clear:left;
	width:96%;
	margin-top:10px;
	padding-left: 10px;
	padding-right: 10px;
	text-align:center;
	color: #45361F;
	font-size: 16px;
}
