@charset "UTF-8";
body  {
	font: 100% Arial, Helvetica, sans-serif;
	background: #c1d8f2;
	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: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #414141;
}
p{
	font-size: 80%;
	line-height: 1.7em;
	padding-bottom: 5px;
	}
p a{
	text-decoration:none;
	color: #5a8936;
	}	
p a:hover{
	color: #94d6f2;
}

h1{
	font-size: 95%;
	color: 414141;
	line-height: 1.5em;
	}
h2{
	font-size: 85%;
	font-weight: normal;
	color: #5a8936;
	line-height: 1.5em;
	}
h2 a{	
	text-decoration:none;
	color: #5a8936;
	}	
h2 a:hover{
	color: #94d6f2;	
	}	
#container { 
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 10px auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
#header { 
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	background-image: url(images/banner_bkgd.jpg);
	background-repeat: no-repeat;
	padding-bottom: 80px;
}
#header img{
	border: none;
	text-decoration: none;
	padding: 40px 0 20px 40px;
}
body#home a#home,
body#about a#about,
body#projects a#projects,
body#services a#services,
body#news a#news,
body#resources a#resources,
body#contact a#contact{
	color: #414141;
}
#menu {
	width: 100%;
	float: left;
	padding-left: 30px;
	background: none;
}
#menu ul {
	list-style: none;
	margin: 0 20px;
	padding: 0;
	float: left;
}
#menu ul ul{
	width: 12em;
	line-height: 1.5em;
	margin: 0 -5px;
}
#menu ul ul ul{
	width: 8em;
	margin: 0px;
}
#menu a, #menu h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: .85em;
	letter-spacing: .09em;
	display: block;
	margin: 0;
	padding: 2px 3px;
}

#menu h2 a, #menu h2{
	color: #693;
	text-transform: uppercase;
	background: none;
	text-decoration: none;
}

#menu h2 a:hover {
	color: #6bcef2;
}

#menu ul ul a{
color: #693;
background: #b5cfa6;
text-decoration: none;
padding: 5px 0 5px 20px;

}

#menu a:hover {
color: #fff;
}
#menu li {position: relative;}
div#menu ul li:hover ul
{display: block;}
#menu ul ul {
position: absolute;
z-index: 500;
}
#menu ul ul ul {
position: absolute;
top: 0;
left: 100%;
}
div#menu ul ul,
div#menu ul li:hover ul ul,
div#menu ul ul li:hover ul ul
{display: none;}

div#menu ul li:hover ul,
div#menu ul ul li:hover ul,
div#menu ul ul ul li:hover ul
{display: block;}

#wrapper {
	width: 100%;
	padding: 0 30px 0 30px
}
#onecol{
	padding: 0 100px 0 40px;
}
#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 328px; /* 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: #FFFFFF; /* the background color will be displayed for the length of the content in the column, but no further */
}
#sidebar1 h1{
	font-size: 80%;
	font-weight: normal;
	color: #5a8936;
	line-height: 1.5em;
	padding-bottom: 5px;
	}
#sidebar1 h1 a{
	text-decoration:underline;
	color: #5a8936;
	}
#sidebar1 h1 a:hover{
	color: #94d6f2;
	}
#sidebar1 h1 a:active{
	color: #414141;
	}
#sidebar h1 span{
	text-indent: 20px;	
	}	
#sidebar1 h2{
	font-size: 75%;
	font-weight: bold;
	color: #414141;
	padding-bottom: 5px;
	}
#sidebar1 h2 a{
	text-decoration:none;
	color: #a8c492;
	}
#sidebar1 h2 a:hover{
	color: #94d6f2;
	}
#sidebar1 h2 a:active{
	color: #414141;
	}	
#sidebar1 h2 span{
	font-size: 90%;
	font-weight: normal;
	font-style: italic;
	}	
#sidebar1 h3{
	font-size: 75%;
	font-weight: bold;
	color: #414141;
	padding-top: 10px;
	}	
#sidebar1 h3 span{
	font-size: 90%;
	font-weight: normal;
	font-style: italic;
	line-height: 1.5em;
	}
#sidebar1 h4{
	font-size: 70%;
	font-weight: bold;
	color: #414141;
	padding-left: 10px;
	}
#sidebar1 h4 a{
	text-decoration:none;
	color: #a8c492;
	}
#sidebar1 h4 a:hover{
	color: #94d6f2;
	}
#sidebar1 h4 a:active{
	color: #414141;
	}	
#sidebar1 h4 span{
	font-size: 90%;
	font-weight: normal;
	font-style: italic;
	}
#sidebar1 h5{
	font-size: 70%;
	font-weight: bold;
	color: #414141;
	padding-top: 5px;
	}	
#sidebar1 h5 span{
	font-size: 95%;
	font-weight: normal;
	font-style: italic;
	line-height: 1.5em;
	}	
#sidebar1 p{
	font-size: 70%;
	color: #414141;
	padding-bottom: 10px;
}
#sidebar1 img{
	padding: 10px 0;
	}
#mainContent { 
padding-right: 80px;
	float: right;
	width: 450px; /* 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. */

} 

#mainContent ul li{
	font-size: 80%;
	color: #414141;
	line-height: 2em;
	list-style: disc;
	padding-bottom: 10px;
	}	
#mainContent h1{
	font-size: 95%;
	color: 414141;
	line-height: 1.5em;
	}
#mainContent h1 span{
	font-size: 90%;
	font-weight: normal;
	font-style: italic;
	}	
#mainContent h2{
	font-size: 85%;
	font-weight: normal;
	color: #5a8936;
	line-height: 1.5em;
	}
#mainContent h2 a{	
	text-decoration:none;
	color: #5a8936;
	}	
#mainContent h2 a:hover{
	color: #94d6f2;	
	}
#mainContent h2 a:active{
	color: #414141;
	}	
#mainContent h2 span{
	font-size: 90%;
	font-weight: normal;
	font-style: italic;
	color: #414141;
	}	
#mainContent img{
	align: left;
	margin: 5px 20px 0 0;
	border: 1px solid #414141;
	}
#left {
	float:left;
	width:400px;
	padding-left: 20px;
}
#right {
	float:right;
	width:400px;
	padding-right: 30px;
}
#left h1{
	font-size: 90%;
	color: 414141;
	line-height: 1.5em;
	}
#right h1{
	font-size: 90%;
	color: 414141;
	line-height: 1.5em;
	}
#left ul li{
	font-size: 80%;
	color: #414141;
	line-height: 1.5em;
	list-style: none;
	padding-bottom: 10px;
	}	
#right ul li{
	font-size: 80%;
	color: #414141;
	line-height: 1.5em;
	list-style: none;
	padding-bottom: 10px;
	}	
	#left h2{
	font-size: 85%;
	color: #5a8936;
	line-height: 1.5em;
	}
	#right h2{
	font-size: 85%;
	color: #5a8936;
	line-height: 1.5em;
	}
#footer { 
	padding: 10px 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#FFFFFF; 
} 
#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: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 50%;
	color: #414141;
}
#footer p a{
	text-decoration:none;
	color: #CCCCCC;
}
#footer p a:hover{
	color: #414141;
}
#footer p span{
	padding-right: 20px;
	}
.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;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.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;
}
.emphasis {
	font-style: italic;
	}
.indent {
	padding-left: 20px;
	}