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



body {
background-color:#c4df9b;
}

#content{
	background-color:#FFFFFF;
	width: 808px;
	margin: 20px auto 20px auto;
	padding: 10px 0 10px 0;

//background-image: url(gradient.jpg);
//background-repeat: repeat-y;
}

#header{
width: 788px;
height: 163px;
background-image: url(banner.jpg);
margin: auto;

}

#menu{
width: 788px;
height: 38px;
background-color: #5a8d5c;
margin: 10px auto 10px auto;
color: white;
font-family:Baskerville, Georgia, "Times New Roman", Times, serif;
font-size: 18px;
}

#menu ul{
list-style:none;
padding: 0;
margin: 0;
}

#menu a, #subMenu a {
color: white;
text-decoration: none;
}

#menu li{
float: left;
display: relative;
line-height: 38px;
padding: 0 10px 0 10px;
}

#menu li:hover{
background-color: #7ca17d;
}

#clear{
clear: both;
}

#subMenu{
width: 165px;
height: 144px;
background-color:#FFFFFF;
margin: 0px 10px 0px 10px;
color: white;
font-family: Arial, Helvetica, sans-serif;
font-size: 14px;
//font-weight: bold;
text-align: center;
float: left;
}

#subMenu ul{
list-style:none;
padding: 0;
margin: 0;
}

#subMenu li{
background-color: #fe9789;
margin-bottom: 10px;
line-height: 36px;
}

#subMenu li:hover{
background-color: #ed8c7f;
}

#text{
width: 698px;
text-align:left;
margin-left: 50px;
}

#textindent{
width: 563px;
text-align: left;
margin-left:185px;
}


#textindent2{
width: 579px;
text-align: left;
margin-left:209px;
}

h1 {
color: #768F79;
border-bottom: 2px dotted #aaaaaa;
font-size: 22px;
font-family:Baskerville, Georgia, "Times New Roman", Times, serif;
margin-bottom: -5px;
}

h2{
color: #768F79;
font-size: 18px;
font-family:Baskerville, Georgia, "Times New Roman", Times, serif;
margin-bottom: -10px;
}


p {
color: #768F79;
font-size: 14px;
font-family:Arial, Helvetica, sans-serif;
}

.text{
line-height: 20px;
padding-top:10px;
}


#pictures{
width: 788px;
height: 246px;
background-image: url(homeGraphic.jpg);
margin: 0 auto 20px auto
}

#space{
background-color: white;
height: 20px;
}

#building{
margin-left: 10px
}

#chart{
width: 788px;
height: 400px;
margin-left: 10px;
background-image: url(services.jpg);
}


#footer{
margin: 30px auto 0 auto;
//padding: 10px auto 10px auto;
width: 788px;
height: 60px;
background-color: #c5c5b2;
text-align: center;
text-color: #768F79;
}

#footer a{
color: #768F79;
text-decoration: underline;
}





