html, body, div, span, a, ul, ol, li, img, p, h1, h2, h3, h4, h5, h6 {  
   margin: 0;  
   padding: 0;  
   border: 0;  
   outline: none;  
}  
body {  
   background-color: #ffffff;  
}  
#blackline {
   height: 4px;
   background-color: #000000;
}
#wrapper {  
   width: 800px;  
   margin: 0 auto;  
}  
#logo {
   height: 80px;
   float: left;
   font-size: 50px;
   font-weight: bold;
   padding-top: 10px;
   padding-left: 10px;
   color: #ffffff;
   width: 790px;
   background-color: #005000;
}
#navbar {
   width: 800px;
   height: 130px;
   background-color: #f0d090;
}
#navbar ul#navigation {
   list-style-type: none;
   float: left;
   font-family: Arial, Helvetica, sans-serif;
   font-size: 18px;
   font-weight: bolder;
   text-transform: uppercase;
   padding-top: 10px;
}
#navbar ul#navigation li {
   list-style-type: none;
   float: left;
   margin: 0 5px;
}
#navbar ul#navigation li a {
   text-decoration: none;
   padding: 4px;
   color: #b37d16;
   border: 1px solid #f0d090;
}
#navbar ul#navigation li a:hover {
   background-color: #faf7ef;
   border-top: 1px solid #bd8f33;
   border-left: 1px solid #bd8f33;
   border-right: 1px solid #ffffff;
   border-bottom: 1px solid #ffffff;
}
#frontmainarea {  
   background-color: #f0f0a0;  
   width: 800px;
}  
#intromainarea {  
   background-color: #f0f0a0;  
   width: 800px;
}  
#servicesmainarea {  
   background-color: #f0f0a0;  
   width: 800px;
}  
#peoplemainarea {  
   background-color: #f0f0a0;  
   width: 800px;
}  
#contactsmainarea {  
   background-color: #f0f0a0;  
   width: 800px;
}  
#frontmainarea a {
   color: #b37d16;
   background-color: #f0d090;
   padding: 5px;
   color: #b37d16;
   font-family: Arial, Helvetica, sans-serif;
   font-size: 18px;
   font-weight: bolder;
   text-transform: uppercase;
   text-decoration: none;
}
#frontmainarea a:hover {
   background-color: #faf7ef;
   border-top: 1px solid #bd8f33;
   border-left: 1px solid #bd8f33;
   border-right: 1px solid #ffffff;
   border-bottom: 1px solid #ffffff;
}
#frontmainarea .frontpagecontents {
   width: 470px;
   float: left;
   color: #000000;
   padding-top: 50px;
   padding-left: 30px;
   padding-right: 30px;
}
#clearfix {
   clear: both;
} 
.contents {
   width: 600px;
   float: left;
   color: #000000;
   padding-top: 50px;
   padding-left: 50px;
   padding-right: 50px;
   padding-bottom: 30px;
}
#frontmainarea .frontpagecontents h1 {
   font-size: 40px;
   text-align: center;
   margin-bottom: 20px;
} 
#frontmainarea .frontpagecontents p {
   font-size: 25px;
   text-align: center;
   margin-bottom: 15px;
}
.contents h1 {
   font-size: 35px;
   text-align: left;
   padding-bottom: 20px;
} 
.contents h2 {
   font-size: 28px;
   text-align: left;
   margin-bottom: 10px;
} 
.contents p {
   font-size: 20px;
   text-align: left;
   padding-bottom: 20px;
}
#contactsmainarea .contents ul li {
   list-style-type: none;
   font-size: 20px;
   text-align: left;
   padding-bottom: 10px;
}
#servicesmainarea .contents ul li {
   font-size: 20px;
   text-align: left;
   padding-bottom: 10px;
}
#frontmainarea #sidebar {
   text-align: center;
   width: 230px;
   float: right;
   margin-top: 125px;
   margin-right: 40px;
}
#frontmainarea #sidebar .sidebarheader {
   height: 30px;
   background-color: #ffffff;
   border: 1px solid #ffffff;
   padding-left: 15px;
   font-family: Arial, Helvetica, sans-serif;
   font-size: 20px;
   font-weight: bold;
   text-align: center;
   padding-top: 15px;
   padding-bottom: 10px;
   color: #000000;
   margin-bottom: 10px;
}
#frontmainarea #sidebar .news {
   border: 1px solid #ffffff;
   margin-bottom: 10px;
   padding: 15px;
   color: #057e76;
   font-size: 20px;
   background-color: #ffffff;
}
#frontmainarea #stepin {
   width: 600px;
   font-size: 32px;
   float: left;
   margin-top: 30px;
   margin-bottom: 30px;
   text-align: center;
}

#footer {  
   height: 50px;  
   font-size: 18px;
   float: left;
}  
#map {
   height: 400px;
   width: 800px;
}

