/* Template */
/* Main.css */
--------------------------------------- */

/* General
--------------------------------------- */

.hide {
    display: none;
    }

blockquote {
    padding: 1em 1.5em;
    display: block;
    }

ul {
    list-style: disc outside;
    padding: 0px;
    margin-top: 1em;
    margin-right: 0px;
    margin-bottom: 1em;
    margin-left: 0px;
    }

li {
    margin-bottom: 0.8em;
    margin-top: 0.8em;
    margin-left: 1.5em;
    margin-right: 0px;
    list-style-position: outside;
    list-style-type: disc;
    padding: 0px;
    }

table { 
    border-collapse: collapse;
    border-spacing: 0;
    }

img {
    border: none;
    }

p {
    margin-right: auto;
    margin-left: auto;
    padding: 0px;
    margin-top: .5em;
    margin-bottom: 1em;
    }

strong { 
    font-weight: bold;
    }

em {
    font-style: italic;
    }

body{
    margin: 0px;
    padding: 0px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    color: #45331D;
    list-style-type: square;
    background-color: #9E9269;
    text-align: left;
    }
    
#wood{
    background-image: url(Images/bkgd.jpg);
    background-repeat: no-repeat;
    background-position: top;
    }

#wood2{
    background-repeat: no-repeat;
    background-position: center top;
    }
    

/* Links
--------------------------------------- */


a, a:link{
    color: #000000;
    font-weight: bold;
    }
    
a:hover {
    color: #ECECE1;
    text-decoration: none;
    background-color: #8A8253;
    }

/* Headers
--------------------------------------- */

h1 {
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 13px;
    font-style: normal;
    font-weight: bold;
    color: #3C3322;
    text-transform: uppercase;
    letter-spacing: 2px;
    }

h2 {
    font-size: 16px;
    font-style: normal;
    font-weight: bold;
    color: #000000;
    font-family: Georgia, "Times New Roman", Times, serif;
    text-transform: none;
    }

h3 {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: bold;
    color: #8A8253;
    text-transform: none;
    }
    
h4 {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: bold;
    color: #000000;
    line-height: 16px;
    }
    
/* Layout
--------------------------------------- */

/* MainCol */

#mainCol {
    text-decoration: none;
    min-height: 230px;
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 0px;
    padding-left: 20px;
    }

#mainCol2 {
    text-decoration: none;
    min-height: 230px;
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 0px;
    padding-left: 20px;
    margin: 0px;
    float: left;
    width: 456px;
    }

#mainCol3 {
    text-decoration: none;
    font-family: Verdana;
    font-size: 10px;
    font-style: normal;
    font-weight: normal;
    color: #333333;
    background-color: #C3C2A4;
    text-decoration: none;
    min-height: 230px;
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 0px;
    padding-left: 20px;
    margin-top: 20px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    }
    
/* SubCol */

#subCol {
    text-decoration: none;
    font-family: Verdana;
    color: #EFEFE9;
    margin: 0px;
    padding-top: 10px;
    padding-right: 20px;
    padding-bottom: 10px;
    padding-left: 20px;
    }

#subCol a, #subCol a:link {
    color: #FFFFFF;
    font-weight: bold;
    text-decoration: underline;
    }
        
#subCol a:hover {
    color: #505038;
    text-decoration: none;
    background-color: #D1D1B6;
    }

#subCol h1 {
    color: #EFEFE9;
    }

#subCol h2 {
    color: #EFEFE9;
    }
    
/* ExtraCol */
    
#extraCol {
    text-decoration: none;
    font-family: Verdana;
    font-size: 10px;
    font-style: normal;
    font-weight: normal;
    color: #333333;
    background-color: #C3C2A4;
    background-repeat: no-repeat;
    background-position: center bottom;
    float: right;
    width: 164px;
    padding: 0px;
    margin-top: 20px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    }

#extraCol .element{
    width: 144px;
    padding-top: 0px;
    padding-right: 10px;
    padding-bottom: 0px;
    padding-left: 10px;
    margin-top: 20px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    }

    
#extraCol a, #extraCol a:link{
    color: #505038;
    font-weight: bold;
    text-decoration: underline;
    text-indent: 10px;
    }
    
#extraCol a:hover {
    color: #505038;
    text-decoration: underline;
    font-weight: bold;
    background-color: transparent;
    }

#extraCol h1.title {
    text-transform: uppercase;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 13px;
    font-style: normal;
    font-weight: bold;
    color: #FFFFFF;
    text-transform: uppercase;
    background-repeat: no-repeat;
    background-position: center top;
    color: #FFFFFF;
    background-color: #AFAE87;
    width: 144px;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
}

/* Navigation
--------------------------------------- */

/* main nav */

#mainNav {
    margin: 0;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0px;
    width: 353px;
    }

#mainNav ul{    
    padding: 0;
    margin: 0;
    z-index: 9999;
    }

#mainNav li{
    list-style: none;
    margin-top: 0px;
    margin-right: 1em;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-top: 6px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    float: left;
    }

#mainNav li a{
    display: block;
    font-weight: bold;
    text-decoration: none;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    color: #FFFFFF;
    margin: 0px;
    padding: 0px;
    font-size: 10px;
    text-transform: uppercase;
    }        

#mainNav li a:hover{
    color: #CECEB9;
    background-color: transparent;
    }

#mainNav li ul {
    display: none;
    }

#mainNav li:hover, #mainNav li.sfhover { 
    }

#mainNav li:hover{}
#mainNav li:hover a{}

#mainNav li:hover ul, #mainNav li.sfhover ul { 
    width: 150px;
    position: absolute;
    display: block;
    color: #CECEB9;
    }

/* Drop Menu */

#mainNav ul ul li{
    width: 150px;
    height: auto;
    padding: 0;
    border: 0;
    z-index: 9999;
    position: relative;
    background: #5A582E;
    margin: 0px;
    }

#mainNav ul ul li a{
    height: auto;
    padding: 5px;
    color: #FFFFFF;
    font-weight: normal;
    background-image: none;
    margin: 0px;
    text-transform: none;
    }

#mainNav ul ul li a:hover{
    background: transparent;
    color: #CECEB9;
    }

#mainNav li:hover ul ul, #mainNav  li.sfhover ul ul{
    display: none;
    }

/* 2 step */

#mainNav ul ul ul{
    display: none;
    }

#mainNav ul ul li:hover ul, #mainNav ul ul li.sfhover ul{
    display: block;
    position: absolute;
    left: 150px;
    top: 0;
    }

#mainNav ul ul li:hover ul ul, #mainNav ul ul li.sfhover ul ul{
    display: none;
    }

/* 3 step */

#mainNav ul ul ul ul{
    display: none;
    }

#mainNav ul ul ul li:hover ul, #mainNav ul ul ul li.sfhover ul{
    display: block;
    position: absolute;
    left: 200px;
    top: 0;
    }
    
#mainNav ul ul ul li{
    width: 150px;
    height: auto;
    border: 0;
    z-index: 9999;
    position: relative;
    margin: 0px;
    background-color: #5A582E;
    background-image: url(Images/arrow.gif);
    background-repeat: no-repeat;
    background-position: left 9px;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 3px;
    }

/* 4 step */

#mainNav ul ul ul ul ul{
    display: none;
    }

#mainNav ul ul ul ul li:hover ul, #mainNav ul ul ul li.sfhover ul{
    display: block;
    position: absolute;
    left: 150px;
    top: 0;
    }

/* Footer Navigation */    

#footer {
    color: #3A3625;
    margin: 0px;
    text-align: right;
    padding-top: 60px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    }

body#home #footer {
    padding-top: 30px;
    }

#footer ul{
    margin: 0px;
    padding: 0px;
    }

#footer li{
    display:inline;
    list-style:none;
    padding: 0px;
    margin-top: 0px;
    margin-right: 1em;
    margin-bottom: 0px;
    margin-left: 0px;
    }

#footer li a, #footer li a:link{
    margin: 0px;
    padding: 0px;
    font-weight: normal;
    color: #3A3625;
    text-decoration: underline;
    }

#footer li a:hover{
    margin: 0px;
    padding: 0px;
    }

/* Water
--------------------------------------- */

/* calendar */
.eventsElement table{border-collapse: collapse; color: #18588a;}
.eventsElement td{ padding: 1px; color: #333;    background: url('images/gray.gif');}
.eventsElement td a{color: #18588a;}
.eventsElement td td a{}
.eventsElement td td{    background-image: url('images/brown.gif')}
.eventsElement td table td a{width: 150px; padding: 5px; background-image: url('images/brown.gif'); }
.eventsElement th{padding: 7px 5px; background-image: url('images/red.gif');}
.eventsElement table table td{height: 25px;padding: 1px;}

#radium3 {
    float: right;
    }
.inlineContentAdder .content {
    width: auto !important;
    }

.RadEContentBordered{
    background: #fff;
    }

/* Forms
--------------------------------------- */

input {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #000000;
    font-weight: normal;}
    
select{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #000000;
    border: 1px solid #A5ACB2;}

.button {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: #FFFFFF;
    background-color: #6E5E3E;
    border: 0.1em solid #FFFFFF;
    height: 20px;
    width: 50px;}blockquote {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: bold;
    color: #4D762E;
}
