html,body{
    height:100%;
}
body{
    margin:0;
    padding:0;
    background:#b8a185 url(../img/background.png) top center repeat-x;
}

#top, #middle, #bottom{
    position:relative;
    margin:0 auto;
    border:0;
    padding:0;
    width:943px;
}

#top{            
    height:109px;
    padding-top:48px;
    z-index:-100;
}

#left-shadow{
    position:absolute;
    border:0;
    padding:0;
    left:17px;
    top:157px;
}

#middle{
}

#content-background{            
    float;left;
    background:#fff;
    width:912px;
    margin-left:31px;
}

#content{
    position:relative;
    width:860px;
    border:1px solid #b0b0b0;    
    margin-left:26px;
}

#top-left-border{
    position:absolute;
    top:-22px;
    left:-22px;
    z-index:101;
}

#top-right-border{
    position:absolute;
    top:-22px;
    right:-22px;
    z-index:101;
}

#bottom-left-border{
    position:absolute;
    bottom:-22px;
    left:-22px;
    z-index:101;
}

#bottom-right-border{
    position:absolute;
    bottom:-22px;
    right:-22px;
    z-index:101;
}

#side-navigation{
    background:url(../img/vertical-dotted-line.png) right top repeat-y;
    float:left;
    position:relative;
    width:272px;    
}

#side-navigation-container{
    float:left;
    width:272px;    
}

#side-navigation a{
    display:block;
    background-image:url(../img/navigation-links.png);
    width:245px;
    height:32px;
    line-height:45px;
    text-decoration:none;
    color:#393939;
    font:bold 12px "Trebuchet MS", Arial, Helvetica, sans-serif;
    padding-left:26px;
    padding-top: 12px;
}

#contact-white-space{
    height:328px;    
    clear:both;
}

#side-navigation a:hover{
    background-image:url(../img/navigation-links-with-arrow.png);
	color:#408621;
}

#bottom-left-circle{
    position:absolute;
    bottom:-7px;
    left:-8px;
    z-index:100;    
}

#top-right-circle{
    position:absolute;
    top:-8px;
    right:-8px;
    z-index:100;
}

#bottom-right-arrow{
    position:absolute;
    bottom:-11px;
    right:-9px;
    z-index:100;
}

#side-navigation-contact{
    position:absolute;
    bottom:-328px;
    left:0;
    z-index:0;
}

#middle-right{
    float:right;    
    width:584px;
}

#slide-show{
    position:relative;
    float:left;    
    width:585px;
    height:241px;
}

#pencil{
    position:absolute;
    top:-145px;
    right:-8px;
    z-index:100;
}

#pencil img{ 
	behavior: url(/live_tpl/css/pngbehavior.htc);
} 

#on-the-job{
    position:absolute;
    bottom:-44px;
    right:48px;
    z-index:100;
}

#page-content{
    float:left;
    position:relative;
    padding-left:20px;
    padding-right:20px;
    padding-top:10px;
    padding-bottom:20px;
    color:#557b45;
    font:normal 14px Georgia, "Times New Roman", Times, serif;
    z-index:100px;
}

#page-content h2{
    color:#3c7027;
    border-bottom:1px solid #c1c0c0;
}

#footer{
    clear:both;
    position:relative;
    height:46px;
    line-height:46px;
    padding-left:15px;
}

#footer-dotted-line{
    position:absolute;
    left:0;
    top:0;
    background:url(../img/footer-dotted-line.png) repeat-x;
    height:1px;
    width:860px;
}

#turner-surveys{
    font:normal 22px georgia, garamond, serif;
    display:block;
    float:left;
    line-height:46px;
    color:#365d26;
}

#llc{
    font:normal 15px georgia, garamond, serif;
    display:block;
    float:left;
    line-height:46px;
    color:#365d26;
}

#professional-land-surveyors{
    font:italic 17px georgia, garamond, serif;
    color:#5f472b;
    display:block;
    float:left;
    line-height:46px;
}

#benson-technology{
    background:url(../img/benson-technology.png);
	display:block;
	cursor:pointer;
    width:287px;
    height:46px;
    float:right;    
}

#bottom{
    z-index:-100;
    clear:both;
    height:20px;
}

#bottom-white{
    background-color:#FFF;
    height:28px;
    position:relative;
    width:912px;
    margin-left:31px;
    z-index:-100;
}

.clear-both{
    clear:both;    
}
