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


body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #284127;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
	background-color: #284127;
	background-image: url(images/bkgrnd11.png);	/*background-image: url(images/bkgrnd.png); */
	line-height: 150%;
}
 

 h1 {
	font-size: 140%;
	line-height: 150%;
	color: #442E28;
 }



.leftHeading {
	font-size: 130%;
	color: #442E28;
	font-weight: bold;
}
 
 #container { 
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #BED76C;
	margin: 30px auto 30px auto; /* the auto margins (in conjunction with a width) center the page */
	border: 3px solid #8FAC6D;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
 #header {
	background-image: url(images/header_haze1.png);
	background-repeat: no-repeat;
	height: 150px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
	margin-bottom: 0;
} 

 #headerServ {
	background-image: url(images/header_haze2.png);
	background-repeat: no-repeat;
	height: 150px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
	margin-bottom: 0;
}

 #headerChin {
	background-image: url(images/header_haze4.png);
	background-repeat: no-repeat;
	height: 150px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
	margin-bottom: 0;
}

 #headerCont {
	background-image: url(images/header_haze3.png);
	background-repeat: no-repeat;
	height: 150px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
	margin-bottom: 0;
}

#navigation {
	padding: 0;
	margin: 0;
	
}

.navEntry {
	padding: 10px 0 0 0;
	margin: 0;
	float: left;
	height: 10px;
	width: 194px;
	vertical-align: top;
	line-height: 0;
	font-size: 80%;
	text-align: center;
	background: #8FAC6D;
	border-right: solid 1px #8FAC6D;
	}

 #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 200px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background-color: #8FAC6D; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 20px 15px 20px;
	margin-left: 20px;
	margin-top: 20px;
	font-size: 12px;
	line-height: 18px;
}


#sidebar1 ul {
display: block;
padding: 0 0 0 0;
margin: 15px 0 0 0;

}

#sidebar1 li {
	list-style-type: none;
	margin: 0 0 0 15px;
	padding: 0;
}

#sidebar1 a:link.email {
font-size: 10px;
}



#sidebar1 a:link {
	color: #334C2C;
	text-decoration: none;
	font-size: 12px;
}
#sidebar1 a:visited {
	text-decoration: none;
	color: #334C2C;
}
#sidebar1 a:hover {
	text-decoration: underline;
	color: #BED76C;
}
#sidebar1 a:active {
	text-decoration: none;
	color: #BED76C;
}

#sidebar1 img {
	border: 3px solid #BED76C;
}

 #mainContent { 
	margin: 50px 0 0 250px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 60px 20px 60px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 


a:hover {
	color: #334C2C;
	text-decoration: none;
	background-color: #8FAC6D;
	font-size: 95%;
}
a:active {
color: #334C2C;
	text-decoration: none;
	background-color: #8FAC6D;
	font-size: 90%;
}

a:link {
	color: #334C2C;
	text-decoration: none;
	font-size: 90%;
}

a:visited {
	text-decoration: none;
	color: #334C2C;
	font-size: 90%;
}

 #footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	text-align: center;
	font-size: 12px;
	background: #8FAC6D;
} 
 #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}


.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
	border: 3px solid #8FAC6D;
}

.map {
	border: 3px solid #8FAC6D;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
	border: 3px solid #8FAC6D;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.indent {
	background-position: 10px;
}


.outline {
	border: 2px solid #BDD56B;
	text-align: center;
}


.question {
	font-size: 95%;
	font-weight: bold;
	color: #284127;
}
    
/* styles for all items, except the far right, use menuR for that */	

        .menu {
	width: 156px;
	height: 25px;
	cursor: default;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #8FAC6D;
	text-align: center;
	line-height: 20px;
	float: left;
	color: #284127;
	position:relative;
	z-index: 101;
	vertical-align: middle;	
	margin: 0;
	padding: 5px 0 0 0;
    }

    .menu ul {
	width: 146px;
	height: 25px;
	display: none;
	text-align: left;
    }
    
.menu ul li{
	display: block;
	width: 146px;
	height: 25px;
	text-align: left;
	top: 15px;
}
    
    div.menu:hover ul {
	display: block;
      width: 146px;
	height: 25px;
      margin: 0;
      padding: 0;
	  color: #284127;
    }

	
.menu a{
font-size:13px;
}

.menu li a{
font-size: 12px;
}
.menu li a:link {
display:block;
	height: 25px;
	width: 146px;
	background-color: #284127;
	text-decoration: none;
	color: #BED76C;
	text-align: left;
	vertical-align: middle;
	padding: 5px 0 5px 10px;
	margin: 0;
}

.menu li a:visited {
display:block;
	height: 25px;
	width: 146px;
	background-color: #284127;
	text-decoration: none;
	color: #BED76C;
	text-align: left;
	vertical-align: middle;
	padding: 5px 0 5px 10px;
	margin: 0;
}

.menu li a:hover {
	display: block;
	height: 27px;
	width: 144px;
	background-color: #8FAC6D;
	text-decoration: none;
	color: #284127;
	text-align: left;
	vertical-align: middle;
	padding: 5px 0 5px 10px;
	margin: 0;
	border: 1px solid #284127;
}


.menu li a:active {
	display: block;
	height: 25px;
	width: 144spx;
	background-color: #8FAC6D;
	text-decoration: none;
	color: #284127;
	text-align: left;
	vertical-align: middle;
	padding: 5px 0 5px 10px;
	margin: 0;
	border: 1px solid #284127;
}




/* last menu item on right, so fits perfectly */

.email {
 font-size: 10px;
}
