*{
    outline-color: -moz-use-text-color;
    outline-style: none;
    outline-width: 0;
     
    margin: 0;
    padding: 0;  
}

a{
    text-decoration: none;
    color: #768737;
    font-weight: bold;
}

a:hover{}

a:link{}

a:visited{}

a img{
    border: none;
}

a.facebook {
    background: transparent url('../img/facebook.gif') no-repeat scroll 0 0 !important;
    padding: 1px 5px 5px 22px;
}

a.twitter {
    background: transparent url('../img/twitter.gif') no-repeat scroll 0 0 !important;
    padding: 1px 5px 5px 22px;
}

body{
    background-image: url('../img/template/bg.jpg');
    background-position: top;
    background-repeat: repeat-x;
    background-color: #758636;
    font-family: Verdana;
    font-size: 12px; 
    text-align: center;
    position: relative; 
}

.cmscontent p{
    line-height: 1.5em;
    margin: 0;
    padding: 0;    
}

.cmscontent h1{
    display: block;
    font-weight: bold;
    font-size: 14px; 
    color: #6f3d22; 
    padding:2px 0 0;   
}

.cmscontnet h2{
    display: block; 
    font-weight: bold;
    color: #52612a;
    font-size: 12px;    
}


h1{
    display: block;
    font-weight: bold;
    font-size: 16px; 
    color: #6f3d22; 
    padding:12px 0;  
}

h2{   
    font-size: 15px; 
    color: #52612b;
    width: 100%;
    border-bottom: 1px solid #52612B;
    text-decoration: none;  
    margin: 12px 0;         
    overflow: hidden;
    font-family: Arial;
}

h2 .title{        
    font-weight: bold;              
    float: left;  
}

h2 .link{
    text-transform: none; 
    float: right; 
    font-size: 12px;  
    color: #52612B;
}

h2 .link a:hover{
    color: #FED800;
}

h3{
    display: block;
    font-weight: bold;
    font-size: 14px; 
    color: #6f3d22; 
    padding:2px 0 0;  
}

h4{
    display: block; 
    font-weight: bold;
    color: #52612a;
    font-size: 12px; 
}
.treadlitegroup{
    display: inline;
    font-weight: bold;
    font-size: 12px; 
    color: #6f3d22;
}

.page{
    background-image: url('../img/template/bgleaf.jpg');
    background-position: top left;
    background-repeat: no-repeat;
    width: 1015px;
    position: relative;
    text-align: center;
    min-height: 504px;
    margin: auto;
}

.container{
    width: 760px;
    margin: auto;
    padding: 35px 0;
    position: relative;     
}

.header{ 
    background-image: url('../img/template/head.gif');
    background-position: bottom center;
    background-repeat: no-repeat;
    height: 80px;
    width: 760px; 
}

.header .left{
    background-image: url('../img/template/headleft.gif');
    background-position: left;
    background-repeat: no-repeat;
    height: 94px;
    width: 250px;
    float: left;
}

.header .right{
    background-image: url('../img/template/headtopright.gif');
    background-position: top right;
    background-repeat: no-repeat;
    width: 511px;
    height: 94px;
    float: right;
}

.header img{
    height: 84px;
    width: 511px;
    margin-top: 10px;
}

.footer{
    font-size: 10px;
    color: #6f3d22;
}

.footer .dot{
    color: #768737;
}

.maincontentbottom{
    background-image: url('../img/template/containerbot.gif');
    background-position: top;
    background-repeat: no-repeat;
    height: 5px;
    margin: 0;
    padding: 0;
}

.navigation{
    background-image: url('../img/template/navbar.jpg');
    background-repeat: no-repeat;
    width: 718px;
    height: 34px;
    padding: 0 9px;
    margin: 0;
}

.navigation .tabs{
    width: 136px;
    height: 31px;
    margin: 2px 2px 0;
    display: block;
    float: left;
    padding: 0;    
    font-size:12px;    
}

.navigation .tabs a{
    background-repeat: no-repeat;  
    display: block;
    position: relative;      
    padding: 8px 0 9px;
    color: #666666;
    text-decoration: none;  
    font-weight: normal;
}


.navigation .tabs .selected{
    background-image: url('../img/template/selectedtab.gif');
    background-repeat: no-repeat;
    color: #ffffff;
    display: block;
    position: relative;    
    padding: 8px 0 9px;
    cursor: default;    
}

.navigation .tabs .notselected{  
    background-repeat:no-repeat;
    color:#666666;
    display:block;
    font-weight:normal;
    padding:8px 0 9px;
    position:relative;
    text-decoration:none;   
}

.navigation .tabs .notselected:hover{  
    background-image: url('../img/template/hovertab.gif');
    cursor: default;  
}

.navigation .tabs a:hover{
    background-image: url('../img/template/hovertab.gif');
    cursor: pointer;     
}

.content{
   /* background-image: url('../img/template/containerbg.gif');
    background-repeat: repeat-y; */
    background-color: #FFFFFF;
    padding: 5px 21px 0 21px;
    _padding: 5px 1px 0 21px;
    width: 718px;    
    margin: 0 auto;    
}

.maincontent{
    padding: 20px 0;
    text-align: left;
    width:718px;   
    line-height:1.5em;  
    position: relative; 
}

.lcboxcontent{           
/*    line-height:1.5em;   */
}

.lcboxcontent .textblock{  
    padding-bottom:12px;
}

.textblock{  
    padding-bottom:12px;
}

.dropdown{
    position: absolute;    
    z-index: 1000;
}

.dropdown ul{
    position: relative;  
    display: block; 
    background-color: #DDDDDD;
    text-align: left;  
    padding: 1px 0 3px;     
}

.dropdown ul li{
    position: relative;    
    display: block;  
    list-style-type: none;   
    list-style-position: outside;
}

.dropdown ul li a{
    text-decoration: none;
    font-weight: normal;
    color: #000000;
    padding: 4px;
    margin: 0 2px;             
    display: block;
    position: relative;   
    border: 1px solid #DDDDDD;
}    

.dropdown ul li a:hover{
    background-color: #FFFFFF;
    border: 1px solid #999999;
}  

.button{
    width: 100%;
    text-align:center;
}

.button a{
    background-image: url('../img/template/button.jpg');
    height: 30px;
    width: 125px;
    background-repeat: no-repeat;
    text-align:center;
    padding-top:4px;
    color:#666666;
    display:block;
    font-weight:normal;
    margin: 4px auto;    
}

.button:hover{
    /*cursor: pointer;*/
}

#HomeSSdiv{
    width: 395px;
    height:249px;
    float: left; 
    position: relative;
    margin: 20px 0 0 15px;          
}

#HomeSSdiv .sstextdiv{    
    background-image: url('../classes/phpThumb/phpThumb.php?src=../../img/template/blackbox.jpg&fltr[]=ric|10|10&w=395&h=249&far=1&zc=1&q=95');
    background-repeat: no-repeat;     
    width: 395px;  
    margin: 0;   
    font-size: 18px;      
    height: 249px;
}

#HomeSSdiv .sstext{
    text-align: center;
    color: #768737;
    width: 395px;  
    margin: 110px auto;   
    font-size: 18px;
}

.normalBullet li{
    list-style-position: inside;
}

.triangleBullets li{       
    list-style-position: outside; 
    list-style-type: none;   
}

.triangleBullets li a{                                           
    background: url('../img/template/greenTriangle.gif');  
    background-position: left center;
    background-repeat: no-repeat; 
    padding-left: 25px; 
    color: #52612B;
}

.triangleBullets li a:hover{    
    background: url('../img/template/orangeTriangle.gif');      
    background-position: left center;
    background-repeat: no-repeat;  
    padding-left: 25px; 
    color: #EAAB1F;
}

.teammembertext{   
    margin-left: 100px;
}

.teammemberphoto{
    width: 100px;
    float: left;   
}
.linklistcontent{     
    padding:6px 10px 0;  
}

#serviceleft{
    float: left;
    margin-left: 15px;      
}

#servicespagenavtop{
    width: 261px;   
    height: 34px; 
    background-image: url('../img/template/servicespagenavtitle.gif');   
    background-position: bottom center; 
    background-repeat: no-repeat;      
}

#servicespagenavmid{  
/*    width: 261px;     
    background-color: #778637;   */  
}

#servicespagenavmid li{
    list-style-type: none;
    list-style-position: outside;   
}

#servicespagenavmid .noa{
    color: #FFFFFF;
    font-family:arial;
    font-size:12px;
    line-height:2em;
    background-image: url('../img/template/servicesArrow.gif');
    background-position: left center;
    background-repeat: no-repeat;
    padding-left: 25px;
    font-weight: bold;  
}

#servicespagenavmid a{
    color: #FFFFFF;
    font-family:arial;
    font-size:12px;
    line-height:2em;
    background-image: url('../img/template/servicesArrow.gif');
    background-position: left center;
    background-repeat: no-repeat;
    padding-left: 25px;  
}

#servicespagenavmid a:hover{
    color: #FED800;
    background-image: url('../img/template/servicesArrowHover.gif');
    background-position: left center;
    background-repeat: no-repeat;
    padding-left: 25px;   
}

#servicespagenavbot{
    width: 261px;
    height: 6px;
    background-image: url('../img/template/servicespagenavbot.gif');
    background-position: top center;
    background-repeat: no-repeat;
}

#servicespagenavmid,#servicespagenavtop,#servicespagenavbot{
    /*margin-left: 15px;      */
}

.infoboxtop{
    width: 261px;   
    height: 34px; 
    background-image: url('../img/template/infoboxtop.jpg');   
    background-position: bottom center; 
    background-repeat: no-repeat;     
}

.infoboxtop p{
    color:#FFFFFF;
    font-size:14px;
    font-weight:bold;
    padding: 8px 10px; 
}

.infoboxmid{   
    width: 261px;
    background-image: url('../img/template/infoboxmid.jpg');
    background-position: center;
    background-repeat: repeat-y;
}

.infoboxbot{
    width: 261px;
    height: 8px;
    background-image: url('../img/template/infoboxbot.jpg');
    background-position: top center;
    background-repeat: no-repeat;
}

.event{
    overflow: hidden;
    margin: 15px 0 0 0;
    padding: 0 0 15px 0;   
    border-bottom:1px solid #52612B;
}

.noevent{
    overflow: hidden;
    margin: 15px 0 0 0;
    padding: 0 0 15px 0;           
}

.eventleft{
    float: left;
    padding: 10px 20px 10px 0;
    text-align: center;
    width: 150px;
}

.eventright{
    /*float: left; */
    /*width: 530px; */
}

.zncblogsubhead{
    overflow: hidden;   
    margin: 0 0 7px;
    
}

.zncblogsubheadleft{
    color: #663300;
    text-align: left;
    font-style: italic; 
    /*padding: 0 25px 0 0;       */
    margin : 0;
    overflow: hidden;                                          
}

/*.zncblogsubheadright{
    color: #663300;
    float: right;
    font-weight: bold; 
    overflow: hidden;  
}
    */
.zncblogtext{
    clear: both;
    padding: 0px 0;
    margin : 0;  
    border-bottom: 1px dotted #444444;  
    overflow: hidden;     
}

#historytop{
/*    background-image: url('../img/template/bloglisttop.jpg');
    background-position: bottom center;
    background-repeat: no-repeat; 
    width: 200px;
    height: 7px;    */ 
}

#history{
/*    background-color: #667616; */   
}

#historybot{
/*    background-image: url('../img/template/bloglistbot.jpg');
    background-position: top center;
    background-repeat: no-repeat; 
    width: 200px;
    height: 7px;  */ 
}

#history .header{
/*    background-image: url('../img/template/bloglistheader.jpg');
    background-position: top center;
    background-repeat: repeat-x; 
    width: 200px;
    height: 22px; 
    text-align: center;
    font-weight: bold;
    color: #FFFFFF;
    padding-top: 2px;
    margin: 0 0 5px;  */ 
}
.bloglink{
    padding: 0 6px;  
    color: #000000; 
    font-weight: normal;   
}

.bloglink a{
    color: #FFFFFF; 
    font-weight: normal;        
}

.bloglink a:hover{
    color: #FED800; 
    font-weight: normal;    
}   

.blogtime{  
    font-size: 10px;
    padding: 0 13px 5px;
    color: #000000; 
    font-weight: normal; 
}

.blogcomment0{
    background-color: #D5E58C;    
}

.blogcomment1{  
    background-color: #FFFFFF; 
}

.blogcomment0, .blogcomment1{
    border-bottom: 1px solid #777777;   
    width: 100%;
    height: auto; 
}

#addComment{   
    border-top: 1px solid #777777;  
    width: 100%;
    height: auto; 
}

.blogheader{
    color:#663300;
    font-style:italic;
    margin:0;
    overflow:hidden;
    text-align:left;              
}

.blogcontent{
    margin-left: 20px;          
}        

.homeblog{
    padding-left: 20px;
    width: 243px; 
}

.homebloghead{
/*    background-image: url('../img/template/homepageblogboxhead.jpg');
    background-position: bottom center; 
    background-repeat: no-repeat;
    height: 40px;
    width: 243px; */      
}  

.homebloghead p{   
/*    font-size: 14px;
    color: #FFFFFF;
    padding: 10px 10px;
    font-weight: bold; */
}

.homeblogbody{
/*    background-image: url('../img/template/homepageblogboxbody.jpg');
    background-position: center; 
    background-repeat: repeat-y;
    width: 243px;  */
}  
 
.homeblogbody p{     
    color: #000000;
    padding: 0 10px;  
} 
.homeblogbody .title{     
    color: #000000;
    padding: 10px 10px;
    font-weight: bold; 
    font-size:110%;
}
.homeblogbody .readmore{     
    text-align: right;
    padding-top: 20px;
}
.homeblogbody .readmore a{     
     color: #000000;   
}

.homeblogfoot{
    background-image: url('../img/template/homepageblogboxfoot.jpg');
    background-position: top center; 
    background-repeat: no-repeat;
    height: 10px;
    width: 243px;
}  

          