@charset "utf-8";
/* CSS Document */

body {
    font: Arial, Helvetica, sans-serif;
    font-size: 12px;
    background: url(/images/template/bg.jpg) top center no-repeat #1d52a0;
}                     

h1 {
    font-size: 1.6em;
}

h2 {
    font-size: 1.3em;
}



hr{
    width: 85%;
    height: 1px;
    background-image:url(/images/template/grey_line.jpg);
    border: none;
}
input.btn, button.btn{
    padding: 2px 10px 2px 10px;
    border: 1px solid #009;
    background-color: #09F;
    color: #009;
    cursor: pointer;
}
    input.btn:hover, button.btn:hover{
        border: 1px solid #09F;
        background-color: #009;
        color: #09F;
    }
tr.odd{
    background-color: #CCC;    
}
tr.even{
    background-color: #999;
}

/**********************************************
topnav
**********************************************/
#top_nav {
    width: 693px;
    height: 17px;
    margin: 30px auto 5px auto;
    text-align: right;
    color: white;
    font-size:11px;
}
    #top_nav a{
        color: white;
    }
/**********************************************
border
**********************************************/
#border {
    width: 655px;
    margin: auto;
    position: relative;
    padding: 0px 10px 72px 10px;
    background: url(/images/template/bottom_water.jpg) bottom left no-repeat #FFF;
}                                            

    .main div#border,
    .sharedPages div#border {
        border: solid 8px #435d01;
    }
    
    .ktwyd div#border {
        border: solid 8px #e09319;
    }
    
    .dwsmc div#border {
        border: solid 8px #d04cb2;
    }
    
    
/**********************************************
header
**********************************************/
#header {
    margin: 10px 0px 0px 0px;
    position:relative;    
    z-index: 99;     
}
/**********************************************
slideshow
**********************************************/
#slideshow {
    height: 223px;  
    width: 644px;
    position: relative; 
    top: 3px;
    left: 6px;
    -moz-box-shadow: -1px 0px 7px #ccc;
    -webkit-box-shadow: -1px 0px 7px #ccc;
    box-shadow: -1px 0px 7px #ccc;
}
    #slideshow #KW_24572 {
        
    }
        #slideshow #KW_24572 #slide {
            position: absolute;
            top: 0px;
            left: 0px;
            z-index: 100;
        }
    #slideshow #logo {
        width: 279px;
        height: 223px;
        position: absolute;
        z-index: 200;
    }
/**********************************************
nav
**********************************************/

div#nav {
    margin: 4px 0 0 4px;            
}                        

    ul#topSections {
        list-style: none;
        margin-left: 2px;    

    }
    
        ul#topSections li {
            float: left;
            height: 35px;  
            text-align: center;  
        }      
        
        ul#topSections li.nnbw {
            width: 134px;
            padding: 6px 40px;
            background-color: #97BA73;
        }
        
        ul#topSections li.ktwyd {
            width: 134px;
            padding: 6px 40px;     
            background-color: #E78716;    
        }
        
        ul#topSections li.dwsmc {
            width: 216px;      
            padding: 6px 0;         
            background-color: #E477AE;    
        }
        
            ul#topSections li a {
                color: #FFF; 
                font-size: 16px;
            }
        
        

/**********************************************
content Pane
**********************************************/
#content_pane{
    position: relative;
}
/**********************************************
content
**********************************************/
#content {
    margin: 0 0 75px 20px;
}
    body.ktwyd #content,
    body.dwsmc #content {
        margin: 50px 80px 75px 25px;
    }

    #content a {
        text-decoration: underline;
/*        color: #8c9a07;*/
        color:#509731;
    }
    #content a:visited {
        color:#518ebd;
    }
    #content p.red {
        color: #a14920;
    }
    #content #somethingSpecial{
        position: absolute; 
        right: 30px;               
        bottom: -80px;
    }
    #content #distributorFamily{
        position: absolute;
        margin: 0px;
    }
    #breadcrumb{
        padding:10px 0 0 0;
    }
    
.credit{
    font-size:.8em;
}

.blue{
    color:#3366ff;
}

.error{
    color:#F00;
}

/**********************************************
Footer
**********************************************/
#footer {
    width: 675px;
    height: 22px;
    margin: 8px auto 0px auto;
    text-align: right;
    color: white;
    font-size:11px;
    position: relative;
}

/* common elements */

a.findNicoletWater {
  background: url("/images/common/findNicoletWaterBg.jpg") no-repeat scroll left top transparent;
  color: white !important;
  display: block;
  font-size: 13px;
  font-weight: bold;
  padding: 15px 17px;
  text-decoration: none !important;
  width: 220px;      
  margin-left: auto;
}

ul.callout {
    padding: 1px 30px !important;
    margin: 0;
    background-color: #e09319;    
}

span.dropcap {
    font-size: 28px;    
}

.main div#content a {
            
}

.ktwyd div#content a {
    color: #e09319;    
}      

.ktwyd div#content {
    /*font-family: Verdana, sans-serif;*/
} 

.ktwyd div#content {
    /*font-family: Verdana, sans-serif;*/
} 

.ktwyd div#content {
    /*font-family: Verdana, sans-serif;*/
} 

  

.dwsmc div#content a {
    color: #d04cb2;    
}    

.ktwyd div#content li,
.dwsmc div#content li,
.sharedPages div#content li {
    margin: 16px;    
}

#content #somethingSpecialHome {
  left: 55px;
  position: relative;
  top: 20px;
}
#content #ocontoTourism {
	left: 55px;
	position:relative;
	top:40px;
}

a#sitemap {
    color: #FFF;
}

a#sitemap:hover {
    text-decoration: underline;
}      

table.contact td {
    padding: 8px 12px;
}


.clearfix {
    display: inline-block;
}
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    overflow: hidden;
    visibility: hidden;
}
.clearfix {
    display: block;
}
