.GlobalMenu_RootMenuItem {
    cursor: pointer;
    line-height: 27px;
    text-decoration: none;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 12px;
    color: #C4B686;
    font-weight: bold;
    background:repeat:repeat-x;
    background-color: transparent;
    display: inline;

    }


.GlobalMenu_RootMenuItemSelected {
    cursor: pointer;
    line-height: 27px;
    text-decoration: none;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 12px;
    color: #BBAB73;
    font-weight: bold;
    background:repeat:repeat-x;
    display: inline;
    background-color: transparent;
    border-top-color: #494949;
    border-right-color: #494949;
    border-bottom-color: #494949;
    border-left-color: #494949;
    }

.GlobalMenu_MenuItem {
    cursor: pointer;
    line-height: 22px;
    text-decoration: none;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: bold;
    background-color: #000000;
    margin-left: 50px;
    color: #C4B686;
    width: auto;
    border: 0px solid #000000;
    }
    
.GlobalMenu_MenuItemSelected {
    cursor: pointer;
    text-decoration: none;
    font-family: arial, helvetica, sans-serif;
    font-size: 10px;
    font-weight: bold;
    background-color: #1F1F1F;
    color: #AE9B59;
    width: auto;
    border: 0px solid #000000;
    line-height: 22px;
}

.GlobalMenu_MenuGroup{
    z-index: 1000;
    padding: 0;
    background-color: #D8CAA0;
    }

.GlobalMenu_MenuArrow {
    font-family: webdings;
    font-size: 10pt;
    cursor: pointer;
    }

.GlobalMenu_RootMenuArrow {
    font-family: webdings;
    font-size: 10pt;
    cursor: pointer;

}

Sub Navigation    
    
    .rootPages {
    margin: 0;
    padding: 0;
    text-align: left;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: #000000;
            }

 

.rootPages li {
    padding: 0;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    color: #000000;
    display: inline;
    text-decoration: underline;
    list-style-type: none;
    margin-top: 0;
    margin-right: 1em;
    margin-bottom: 0;
    margin-left: 0;
    text-align: left;
            }

 

.rootPages a, .rootPages a:link, .rootPages a:visited {
    color: #000000;
    font-weight: bold;
    text-decoration: underline;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
            }

 

.rootPages a:active, .rootPages a:hover {
    color: #3F3F3F;
    text-decoration: underline;
    font-weight: bold;
    background-color: #BD9A6F;
}


body {
    margin: 0;
    padding: 0;
    text-align: center;
    font-size: 11px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    line-height: 1.4em;
    background-color: #89693E;
    background-image: url(images/bg.jpg);
    }
#content {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #000000;
    text-align: left;
}
#content a, a:link, a:visited {
    color: #999900;
    }

#content a:visited {
    color: #999900;
    }

#content a:hover, a:active {
    color: #666600;
    background-color: #DACDAF;
    }
    
#leftcontent {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #F4F0E8;
    text-align: left;
}
#leftcontent a, a:link, a:visited {
    color: #D9D89F;
    }

#leftcontent a:visited {
    color: #D9D89F;
    }

#leftcontent a:hover, a:active {
    color: #D9D89F;
    background-color: #4A442F;
    }

#frame {
    text-align: left;
    width: 829px;
    padding: 0;
    margin-top: 0em;
    margin-right: auto;
    margin-bottom: 1em;
    margin-left: auto;
    }

#header {
    margin: 0;
    padding: 0;
    }

#container {
    margin: 0;
    padding: 0;
    }

#mainCol {
    margin: 0;
    padding: 0;
    }    

#subCol {
    margin: 0;
    padding: 0;
    }

#extraCol {
    margin: 0;
    padding: 0;
    }

#footer {
    margin: 0;
    padding: 0;
    list-style: none;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    color: #000000;
    font-weight: bold;
    }



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


h1 {
    font-size: 12px;
    color: #000000;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    }

h2 {
    font-size: 12px;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-weight: bold;
    color: #F4F0E8;
    }

h3 {
    font-size: 28px;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 22px;
    }
    
h4 {
    font-size: 16px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-weight: bold;
    color: #000000;
    }

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

form.contact {
    padding: .5em 1em 1em 1em;
    background: #EEE;
    display: block;
    margin: 0;
    padding: 1em;
    clear: both;
    }
    
form.contact p {
    clear: both;
    text-align: right;
    padding-bottom: 0;
    padding-top: 0;
    margin: 0;
    }

form.contact label {
    float: left;
    width: 40%;
    text-align: right;
    }
  
form.contact input, form.contact select, form.contact textarea {
    float: right;
    width: 55%;
    text-align: left;
    }

.required {
    color: #F00;
    background-color: transparent;
    }

form.contact .submit {
    margin: 0;
    padding: 0;
    }
    
    
    
    
    
    
    
    
    
/* NAVIGATION */
.mainNav {
    padding: 0;
    margin: 0;
}    
        #secPage .mainNav {
            margin: 0 0 0 90px;
        }    

    .mainNav li {
        font-size: 12px;
        font-family: georgia, times, serif;
        color: #c4b686;
        list-style: none;
        font-weight: bold;
        position: relative;
        padding: 0;
        margin: 0;
    }        
            #secPage .mainNav li {
                float: left;
                margin-right: 12px;
            }    
                
        .mainNav li a {
            display: block;
            color: #c4b686 !important;
            padding: 5px 0;
            text-decoration: none;
        }            
            .mainNav li:hover a,    
            .mainNav li a:hover,        
            .mainNav li.selectedPage a {
                color: #bbab73;
            }
    
    
        /* level 2 */
        .mainNav li:hover ul.level2, 
        .mainNav li:focus ul.level2, 
        .mainNav li.sfhover ul.level2 {
            display: block;
        }                
        
        .mainNav li ul.level2 {
            display: none;
            position: absolute;
            z-index: 99;
            top: 8px;
            left: 150px;
            width: 160px;
            background: #000;
            padding: 0;
            margin: 0;
        }    
                #secPage .mainNav li ul.level2 {
                    top: 25px;
                    left: 0;
                    width: 170px;
                }    
        
        
            .mainNav ul.level2 li {
                float: none;
                margin: 0 0 5px 0;
                padding: 0;
                font-family: arial; 
                font-size: 10px;
            }
                .mainNav ul.level2 li a {
                    padding: 3px 5px;
                    display: block;
                    color: #c4b686;
                    text-align: left;
                    background: none !important;
                    width: 160px;
                }
                    .mainNav ul.level2 li a:hover {
                        color: #bbab73;
                        background: #1F1F1F !important;
                    }
                    
                    
                    
.contents a {
    color: #999900 !important;
}            
    .contents a:hover {
        color: #666600 !important;
        background: #DACDAF;
    }
    

    
.footerNav {
    margin: 10px 0 25px 55px;
    padding: 0;
    list-style: none;
}
    .footerNav li {
        margin: 0 15px 0 0;
        padding: 0;
        list-style: none;
        display: inline;
    }
        .footerNav li a {
            color: #000;
            font-size: 11px;
        }
        
        
.contents .element {
    padding: 0 30px;
    font-size: 12px;
}



/* thumbnails */    
/* thumbnails with shadows */
.photoGalleryElement .thumbShadow {
    font-size: 11px !important;
    margin: 0 8px 15px 0 !important;
}
    .photoGalleryElement .thumbShadow .thumbContents a {
        border: none !important;
        text-decoration: none;
        color: #333;
    }
            .photoGalleryElement .thumbShadow .thumbContents a:hover { 
                background: none !important;
            }
    .photoGalleryElement .thumbShadow .thumbContents img {
        padding: 5px !important;
        background: #fff !important;
        border: none !important;
}

#radium3{float:right;}
body#homePage div#radium3 { margin:0 40px 0 0; }
