@charset "utf-8";
/*  CSS */

a,
a:link,
a:visited,
a:hover,
a:active	{color:#252525; outline: 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:25px 0 0 0;padding:0;color:#2a4027;}
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;}
#googlemap {width: 600px; height: 260px; border:1px solid #ccc;line-height:15px;float:left;}

.logo	{
	margin:0 0 0 0;
	padding: 5px 0 5px 0;
	}

.box h1	{color:#477b27;text-shadow:1px 1px 0 #FFFFFF;}
.heading	{
	padding:10px;
	color:#2a4027;
	font-size:24px;
	text-shadow:1px 1px 0 #FFFFFF;
	}


img.border	{
	padding: 8px;
	background:#fff;
	border:1px solid #ccc;
	}


.fl1	{
	width:560px;
	height:300px;
	background:url(../images/flmov1.jpg) no-repeat;
	}

.fl2	{
	width:420px;
	height:300px;
	background:url(../images/flmov2.jpg) no-repeat;
	}


/******   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% Arial, Helvetica, sans-serif;
	color: #252525;
	background:#f7e1af url(../images/bg.jpg) repeat-x;
	}
	
#wrapper	{
	width:1000px;
	height:auto;
	margin: 0 auto;
	padding: 0;
	text-align:left;
	background: url(../images/bgwrapper.png) repeat-y;
	font: 1.3em/1.5em Arial, Helvetica, sans-serif;
	}
	
#header	{
	height:210px;
	margin:0 auto;
	}

#content	{
	width:980px;
	margin:0px;
	padding: 10px;
	min-height:500px;
    height:auto !important;
    height:500px; 
	/* background:#f3f3f3; */
	}
	





/******* FOOTER *******/
#footer	{
	height:80px;
	font-size:.85em;
	line-height:1.3em;
	clear:both;
	margin-top:20px;
	text-shadow:1px 1px 0 #FFFFFF;
	}
#footer a	{text-decoration:none;}

#footer #credit				 {float:right;width:115px;}
#footer #credit a 	 		 {color:#aa8839;text-decoration:none;}
#footer #credit a:hover 	 {color:#000;text-decoration:none;}




/******* HORIZONTAL NAV MENU  ***********/
#nav	{
	background:url(../images/navbg.jpg) repeat-x;
	width:1000px;
	height:43px;
	margin:0;padding:0;
	border:1px solid #1e2e1e;
	}
	
ul#hrznav {
  margin: 0;
  border: 0 none;
  padding: 0;
  width: 1000px; /*For KHTML*/
  list-style: none;
  height: 24px;
	}

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 #223422;
  border-left: 1px solid #49612e;
  padding: 0 16px;
  float: none !important; /*For Opera*/
  float: left; /*For IE*/
  display: block;
  color: #fff;
  font: 14px/43px 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: #455b2b;
  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;
	}






.box	{
	width:225px;
	height:230px;
	padding:10px 0 10px 10px;
	margin: 15px 0px 0 15px; 
	/* 
	background:#f3f3f3;
	border:1px solid #dad9d9;
	*/
	float:left;
	text-shadow:1px 1px 0 #FFFFFF;
	}
	
* html .box {width:220px;}
.box4	{background:none;border:0px;}

/* BUTTONS */

button, a.button	{
    display:block;
    float:left;
    margin:0 7px 0 0;
    background-color:#eac57e;
    border:1px solid #dab876;
    color:#a07b34;
    font: 100% "Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
    line-height:130%;
    text-decoration:none;
    font-weight:bold;
    cursor:pointer;
    padding:5px 10px 6px 7px; /* Links */
	
	text-shadow:none;
}
button, a.button {
    width:auto;
    overflow:visible;
    padding:2px 15px 3px 12px; /* IE6 */
}
button[type], a.button[type]{
    padding:3px 15px 3px 12px; /* Firefox */
    line-height:17px; /* Safari */
}
*:first-child+html button[type]{
    padding:2px 15px 3px 12px; /* IE7 */
}

/* STANDARD */

button:hover, a.button:hover{
    background-color:#a07b34;
    border:1px solid #8b6a2b;
    color:#FFF;
	text-shadow:none;
}
.button a:active, a.button:active{
    background-color:#2a4027;
    border:1px solid #141f13;
    color:#fff;
}


/**********  CONTACT FORM   **********/
form#contact 	{
	margin:0;
	padding: 5px;
	float:right;
	width: 275px;
	background:#b7c8a2;
	border: 1px solid #91a07d;	
	}	

#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	{
	margin:0px 0px 10px 0px;
	position:relative;
	display:block;
	border:1px solid #91a07d;
	padding: 0px 10px 10px 10px;
	} 
	
#contact legend	{
	color:#415427;
	font-variant:small-caps;
	font:bold 1.0em Arial, Helvetica, sans-serif;
	padding:2px 5px;
	position: relative;  
	}

#contact span.state	{width:130px;float:left;text-align:right;}
	
#contact #zip {
	width: 60px;
	margin-right:12px;
	float: left;
	}
#contact #zipname	{width:27px;margin-left:13px;float:left;}
	
#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;}


.button a.submit, button.submit{
    display:block;
    float:left;
    margin:0 7px 0 0;
    font-size:100%;
    text-decoration:none;
    cursor:pointer;
	
	background-color:#E6EFC2;
    border:1px solid #C6D880;
    color:#529214;
	font:bold 100% "Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
	color:#565656;
}
.button a.submit:hover, button.submit:hover{
    background-color:#E6EFC2;
    border:1px solid #C6D880;
    color:#529214;
	cursor:pointer;
}
.button a.submit:active{
    background-color:#d12f19;
    border:1px solid #d12f19;
    color:#fff;
}	 
	
.buttons button img, .buttons a img{
    margin:0 3px -3px 0 !important;
    padding:0;
    border:none;
    width:16px;
    height:16px;
}

