@import url("reset-min.css");

body{
   font: 62.5%/2.2em Arial, Tahoma, Verdana,Helvetica, sans-serif;
   color: #4b4942;
   background: #4A553E;
}

a{text-decoration: none;color: #5599a7;}
a:hover{color: #bb800f;}
.hide,hr{display: none;}

#containertop{
   position: absolute;
   width: 902px;
   margin: -10px auto 0 auto;
   height: 10px;
   background:url(images/container_top.png) left bottom no-repeat;
}

#container{
   width: 902px;
   margin: 20px auto 0 auto;
   background: #171A0F url(images/bg_container.png);
   padding-bottom:10px;
}

h1{
   font-size: 365%;
   width: 700px;
   height: 30px;
   padding-top:10px;
   padding-bottom: 10px;
   padding-left:95px;
   background: url(images/logo.gif) 0 0 no-repeat;
   color: #FFFFFF;
}

#navigation_wrapper{
   background: #363B28 url(images/nav_bg.gif) 0 0 repeat-x;
   height: 37px;
   width: 861px;
   margin: 10px auto 10px auto;
}

#navigation{
   float: left;
   padding-left:7px;
   height: 37px;
}

#navigation li{	float: left; }

#navigation li a{
   padding: 7px 10px 0 10px;
   height: 30px;
   float: left;
   font-family: "Trebuchet MS";
   font-size: 1.45em;
   font-weight: bold;
   letter-spacing:-0.03em;
   color: #000000;
}

#navigation li a:hover{
   color: #82865b;
   background: #394030 url(images/nav_hover_bg.gif) 0 0 repeat-x;
}

#main_image{
   width:860px;
   margin: 0 auto;
}

.banner{
   float: left;
   width: 215px;
   background: #918C0A;
   padding-bottom:6px;
}

.image_wrapper{ text-align: center; }

.banner img{border: 1px solid #181B0F;}

.banner h2{
   height: 38px;
   font:1.9em "Lucida Grande", "Trebuchet MS", Arial, Helvetica, sans-serif;
   color: #EEE;
   padding: 10px 0 0 17px;
}

#services{
   width: 860px;
   margin:5px auto 0 auto;
   border: 1px solid #3B3F2D;
   background: #CDD075;
}

#services h2{
   background: #2d3622 url(images/services_top_bg.jpg);
   font-size:2.3em;
   color: #FFFFFF;
   padding-left: 12px;
   padding-top: 12px;
   padding-bottom: 12px;
   border-bottom: 1px solid #2b2e1f;
}

#servicescontent{
   width: 840px;
   margin: 0 auto;
   padding: 10px 0 10px 0;
   font: 18px Verdana, Arial, Tahoma, Helvetica, sans-serif;
   color: #000;
   text-align: justify;
}

#footer_wrapper{
   width: 871px;
   padding-bottom:25px;
   margin: 0 auto;
   font-size: 1.2em;
   text-align: center;
}

p.c2 { font-size: 80%; }
span.c1 { font-size: 120%; }

#sitemap{
   width: 861px;
   margin: 10px auto 10px auto;
   height: 250px;
}

#sitemap_lista{
   float: left;
   padding-left:7px;
   height: 37px;
}

#sitemap_lista li{ float: left; }

#sitemap_lista li a{
   padding: 7px 500px 0 10px;
   float: left;
   font-family: "Trebuchet MS";
   font-size: 1.45em;
   letter-spacing:-0.03em;
   color: #000000;
}

#sitemap_lista li a:hover{
   color: #82865b;
   background: #394030 url(images/nav_hover_bg.gif) 0 0 repeat-x;
}



