@charset "utf-8";
/*  CSS */

a,
a:link,
a:visited,
a:hover,
a:active	{color:#57301c; outline: none;}
:focus		{ -moz-outline-style: none;}

.left		{float:left;}
.right		{float:right;}
.clear		{clear:both;}
.clrright	{clear:right;}
.clrleft	{clear:left;}

h1			{font:1.6em Arial, Helvetica, sans-serif;margin:0;padding:0}
h2			{font:1.5em Arial, Helvetica, sans-serif;margin:0;padding:0}
h3			{font:1.4em Arial, Helvetica, sans-serif;margin:0;padding:0}


.pad5		{padding:5px;}
.sm9		{font-size:0.63em;}
.sm10		{font-size:0.69em;}

img {behavior: url(inc/pngbehavior.htc);}
#map img {behavior:none !important;}
#map {line-height:15px;}


ul#pdf li	{list-style-image:url(../images/pdf.png);behavior: url(inc/pngbehavior.htc);}

/******   LAYOUT   ******/
* {outline-style: none;}

html,body	{
	height:100%;
	width: 100%;
	margin: 0 auto;
	}
	
body	{
	margin:0 auto;
	text-align:center;
	padding:0;
	font: 62.5% Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color: #57301c;
	background:#fffef5 url(../images/bg.jpg) repeat-x;
	}
	
#wrapper	{
	width:960px;
	height:auto;
	margin: 20px auto;
	padding:20px;
	text-align:left;
	background: url(../images/wrapperbg.jpg);
	font: 1.3em/1.5em Tahoma, Verdana, Arial, Helvetica, sans-serif;
	}
	
#header	{
	height:90px;
	margin:0 auto 10px auto;
	}

#content	{
	width:960px;
	}
	

.logo	{
	margin:25px 0 0 0px;
	}



/******* FOOTER *******/
#footer	{
	height:80px;
	font-size:.85em;
	line-height:1.3em;
	background: #b7ab94;
	clear:both;
	padding:0 10px;
	}
#footer a	{text-decoration:none;}

#footer #credit				 {float:right;width:115px;}
#footer #credit a 	 		 {color:#252525;text-decoration:none;}
#footer #credit a:hover 	 {color:#000;text-decoration:none;}




/******* HORIZONTAL NAV MENU  ***********/
ul#hrznav {
  margin: 25px 0 0 0;
  border: 0 none;
  padding: 5px 3px;
  width: 670px; /*For KHTML*/
  list-style: none;
  height: 39px;
  background:#57301c;
  float:right;
	}

ul#hrznav li {
  margin: 0;
  border: 0 none;
  padding: 0;
  float: left; /*For Gecko*/
  display: inline;
  list-style: none;
  position: relative;
  height: 24px;
	}

ul#hrznav ul {
  margin: 0;
  border: 0 none;
  padding: 0;
  width: 160px;
  list-style: none;
  display: none;
  position: absolute;
  top: 24px;
  left: 0;
	}

ul#hrznav ul li {
  float: none; /*For Gecko*/
  display: block !important;
  display: inline; /*For IE*/
	}

/* Root Menu */
ul#hrznav a {
  border-right: 1px solid #6f3f26;
  border-left: 1px solid #402213;
  padding: 10px 7px;
  float: none !important; /*For Opera*/
  float: left; /*For IE*/
  display: block;
  color: #ffffff;
  font: 12px/26px Arial, Helvetica, sans-serif
  text-transform:uppercase;
  text-decoration: none;
  height: auto !important;
  height: 1%; /*For IE*/
	}

/* Root Menu Hover Persistence */
ul#hrznav a:hover,
ul#hrznav li:hover a,
ul#hrznav li.iehover a {
  background: #967960;
  color: #FFF;
	}

/* 2nd Menu */
ul#hrznav li:hover li a,
ul#hrznav li.iehover li a {
  float: none;
  background: #EEE;
  color: #666;
	}

/* 2nd Menu Hover Persistence */
ul#hrznav li:hover li a:hover,
ul#hrznav li:hover li:hover a,
ul#hrznav li.iehover li a:hover,
ul#hrznav li.iehover li.iehover a {
  background: #CCC;
  color: #FFF;
	}

/* 3rd Menu */
ul#hrznav li:hover li:hover li a,
ul#hrznav li.iehover li.iehover li a {
  background: #EEE;
  color: #666;
	}

/* 3rd Menu Hover Persistence */
ul#hrznav li:hover li:hover li a:hover,
ul#hrznav li:hover li:hover li:hover a,
ul#hrznav li.iehover li.iehover li a:hover,
ul#hrznav li.iehover li.iehover li.iehover a {
  background: #CCC;
  color: #FFF;
	}

/* 4th Menu */
ul#hrznav li:hover li:hover li:hover li a,
ul#hrznav li.iehover li.iehover li.iehover li a {
  background: #EEE;
  color: #666;
	}

/* 4th Menu Hover */
ul#hrznav li:hover li:hover li:hover li a:hover,
ul#hrznav li.iehover li.iehover li.iehover li a:hover {
  background: #CCC;
  color: #FFF;
	}

ul#hrznav ul ul,
ul#hrznav ul ul ul {
  display: none;
  position: absolute;
  top: 0;
  left: 160px;
	}

/* Do Not Move - Must Come Before display:block for Gecko */
ul#hrznav li:hover ul ul,
ul#hrznav li:hover ul ul ul,
ul#hrznav li.iehover ul ul,
ul#hrznav li.iehover ul ul ul {
  display: none;
	}

ul#hrznav li:hover ul,
ul#hrznav ul li:hover ul,
ul#hrznav ul ul li:hover ul,
ul#hrznav li.iehover ul,
ul#hrznav ul li.iehover ul,
ul#hrznav ul ul li.iehover ul {
  display: block;
	}






/**********  CONTACT FORM   **********/
form#contact 	{
	margin:0;
	padding: 5px;
	float:right;
	width: 275px;
	}	


#contact label,#contact input {
	display: block;
	width: 150px;
	float: left;
	margin-bottom: 10px;
	}

#contact label {
	text-align: right;
	width: 75px;
	padding-right: 5px;
	}

#contact br {clear: left;}

#contact fieldset	{
	background: #485059;
	color:#fff;
	border: 1px solid #7c5b47;	
	margin:0px 0px 10px 0px;
	position:relative;
	display:block;
	padding: 0px 10px 10px 10px;
	} 
	
#contact legend	{
	color:#e79904;
	font-variant:small-caps;
	font:bold 1.0em Tahoma, Verdana, Arial, Helvetica, sans-serif;
	padding:2px 5px;
	position: relative;  
	left: -7px;  
	top: -0.75em;
	}

#contact fieldset ol {  
	padding-top: 0.25em;
	}
	
#contact #city {
	display: block;
	width: 60px;
	margin-right:12px;
	float: left;
	margin-bottom: 10px;
	}
	
#contact #comments	{
	display: block;
	width: 240px;
	height:70px;
	margin-bottom: 15px;
	}

textarea{overflow:auto;}
	
#contact #submit	{
	width: 85px;
	height:32px;
	margin-left:90px;
	}
	
#contact .shhhh, .shhhh {display:none;}





.pic	{
	padding:3px;
	background:#fff;
	border:1px solid #97805f;
	}




#contentNav {
	width:960px;
	margin:0;
	padding:0;
	clear:both;
	}
#contentNav ul {
	margin:0 0 0 0px;
	padding:0;
	list-style:none;
	}
#contentNav li {
	float:left;
	padding:6px 8px;
	width:210px;
	margin:0 16px 0 0;
	background:#5fa59e;
	position:relative;
	border:1px solid #559690;
	}

#contentNav li.last {margin-right:0px;}

#contentNav li:hover,
#contentNav li.over {
	background-color:#74c3bb;
	}
#contentNav li h2 {
	display:block;
	margin:0 0 0 0;
	text-indent:10px;
	font:normal 16px Arial, Verdana, sans-serif;
	text-transform:uppercase;
	}

#contentNav li h2 a {
	color:#57301c;
	display:block;
	width:190px;
	text-decoration:none;
	background:#f5e7c4;
	padding:10px;
	}	
#contentNav li:hover h2 a,
#contentNav li.over h2 a,
#contentNav li:hover h2 a:hover,
#contentNav li.over h2 a:hover {
	color:#fff;
	background:#57301c;
	text-decoration:none;
	}
#contentNav li p {
	width:205px;
	margin:0 0 0 0px;
	padding:0;
	display:block;
	color:#333; 
	font:12px/18px Tahoma, Arial, Verdana, sans-serif;
	}

#contentNav li p img {margin:4px -10px;border:0px;display:block;}

#contentNav li p a {
	color:#333;
	display:block;
	padding:0px 10px 0px 10px;
	text-decoration:none;
	}
#contentNav li p a span {
	color:#2c6b20;
	text-decoration:underline;
	}
#contentNav li:hover p,
#contentNav li.over p,
#contentNav li.over p a, 
#contentNav li p a:hover {
	color:#fff;
	}	
#contentNav li p a:hover span {
	color:#9c1515;
	text-decoration:none;
	}