html,body{
    height:100%;
}
body{
    margin:0;
    padding:0;
    background:#b8a180;
}

#banner{
    text-align:center;
    background-color:#FFF;
    width:100%;
}

#navContainer{
    background:url(../img/menu-bg.png) center top repeat-x;
    width:100%;
    text-align:center;
}

#nav{
    width:900px;
    height:36px;
    line-height:36px;
    margin:0 auto;
    text-align:left;
}

/*#nav a{
    color:#003b25;
    display:block;
    float:left;
    padding:0px 10px;
    text-decoration:none;
    font:normal 14px Georgia, "Times New Roman", Times, serif;
    border-right:1px solid #a99477;
    line-height:36px;
    height:36px;
}*/

#slideshowContainer{
    width:100%;
    background:url(../img/green-gradient.png) center top repeat-x;
    height:283px;
    border-top:1px solid #FFF;
    border-bottom:1px solid #FFF;
}

#slideshow{
    margin:0 auto;
    width:604px;
    height:283px;
    padding-left:296px;
    text-align:right;
}

#contentContainer{
    width:100%;
    text-align:center;
    background:url(../img/body-shadow.png) center top no-repeat;
}
#content{
    width:860px;
    margin:0 auto;
    padding:20px;
    text-align:left;
    background:#FFF url(../img/content-borders.png) center top repeat-y;
    position:relative;
    min-height:360px;
    font:normal 12px Georgia, "Times New Roman", Times, serif;    
    color:#00492e;
}

#content h2{
    font:normal 24px Georgia, "Times New Roman", Times, serif;    
    color:#00492e;
    margin:12px 0;
    padding:0;
}

#sidebar{
    background:#d0b795 url(../img/sidebar-top.png) center top no-repeat;
    width:279px;
    float:left;
    margin-top:-290px;
    position:relative;
}

#quickLinks{    
    text-align:left;
    font:bold 18px Georgia, "Times New Roman", Times, serif;
    height:40px;
    border-bottom:1px solid #a18e74;
    line-height:40px;    
    padding-left:22px;
}

#sidebar a{
    display:block;
    color:#7c6c55;
    font:bold 13px Georgia, "Times New Roman", Times, serif;
    line-height:32px;
    /*border-top:1px solid #a18e74;*/
    padding-left:12px;
    margin:0px 22px;    
    background:url(../img/sidebar-arrow.png) center left no-repeat;
    text-decoration:none;
}
#sidebar a:hover{ text-decoration:underline;}
a.quicklinks{ border-top:1px solid #a18e74;}

.sideBarDivs{    
    text-align:left;
    font:bold 18px Georgia, "Times New Roman", Times, serif;
    line-height:37px;    
    background:#b8a180;
    padding-left:22px;
    border-top:1px solid #a18e74;
    border-bottom:1px solid #a18e74;    
}

#mostWantedContent{
    color:#483e2f;
    font:normal 12px Georgia, "Times New Roman", Times, serif;
    padding-left:22px;
    padding-right:12px;
    padding-bottom:15px;
    line-height:18px;
}

#mostWantedContent h2{
    font:bold 18px Georgia, "Times New Roman", Times, serif;    
    color:#483e2f;
    margin:12px 0;
    padding:0;
}

#contactUs{
    color:#483e2f;
    font:normal 12px Georgia, "Times New Roman", Times, serif;
    padding-left:22px;
    padding-right:12px;    
    line-height:18px;
}
#contactUs img{ display:none;}
#contactUs h2{ font:bold 14px Georgia, "Times New Roman", Times, serif; color:#00492e;}

#articleContent{
    position:relative;
    width:550px;
    float:left;
    padding-left:18px;
    line-height:18px;
}

#articleContent a{
    color:#7C6C55;
    text-decoration:underline;
}
#articleContent a:hover{
    text-decoration:none;
}

#footer{
    background:#FFFFFF url(../img/footer-background.png) center left no-repeat;
    margin:0 auto;
    width:860px;
    padding:0 70px;
    height:60px;
    color:#00492e;
    font:normal 14px Georgia, "Times New Roman", Times, serif;
}

#leftFooter{
    float:left;
    height:40px;
    padding-top:20px;
    padding-left:20px;
}

#rightFooter{
    float:right;
    height:40px;
    padding-top:20px;
    padding-right:20px;
}

#bensonTechnology{
    clear:both;
    margin:0 auto;
    height:24px;
    width:870px;
    padding-top:8px;
    padding-right:30px;
    line-height:24px;
    text-align:right;
    color:#81725d;
    font:normal 14px Georgia, "Times New Roman", Times, serif;
}
#bensonTechnology a{ color:#483E2F; text-decoration:none;}
#bensonTechnology a:hover{ text-decoration:underline;}

