a:active, a:focus
{
    outline:none;
    -moz-outline-style:none;
}


a:link
{
    color: #993802;
    text-decoration: none;
}

a:visited 
{
    color:#992802;
    text-decoration: none;
}


body {
background-image: url(/LayoutComponents/pagebackground.gif);
background-repeat: repeat-y;
background-position: center top;
background-color: #98762C;
margin: 0px 0px 0px 0px;
color: #000000;
font-size: 10pt; 
font-family: Arial;
}

.mainDiv
{
    width: 100%;
}

.Header
{
width: 900px;
height: 108px;
background-image: url(/LayoutComponents/MainHeader.jpg);
background-repeat: no-repeat;
background-position: left top;

}
.MenuHolder
{
    width: 898px;
    height: 33px;
    background-image: url(/LayoutComponents/MenuBackground.jpg);
    background-repeat: no-repeat;
    background-position: left top;
    padding-top: 2px;
    padding-left: 2px;
    padding-right: 0px;
    padding-bottom: 0px;
    margin-left: 0px;
    margin-bottom: 0px;
    text-align: left;
    color: #000000;
    vertical-align: middle;
}

.MenuLinkBtn
{
    color: #ffffff;
    font-size: 12pt;
    font-family: Garamond, 'Times New Roman' , serif;
    text-align: center;
    text-decoration: none;

}
.MenuLinkBtn:hover
{
    color: #926e28;

}

.RotatingImageHolder
{
width: 900px;
height: 265px;
background-color: #000000;


}

.ContentHolder
{
width: 900px;
height: 100%;
background-color: #b99c64;
text-align: left;
padding-left: 0px;
padding-right: 0px;
padding-top: 0px;
padding-bottom: 30px;
margin-bottom: 30px;

}


.Footer
{
width: 900px;
height: 60px;
color: #dfb456;


}


/* SlideShowCSS */


#gallery
{
    float: left;
    width: 300px;
    height: 300px;
    margin: 0px auto;
    padding: 10px;
    border: 0px solid #644e1d;
    background: url(/slideshow/images/gallerybg.gif) left top no-repeat;
    top: 308px;
    left: 39px;
}
#images
{
    border: 2px solid #9ac1c9;
    height: 225px;
    background: #eef5f6;
    margin-bottom: 20px;
}
#image
{
    position: relative;
    width: 285px;
    height: 214px;
    padding: 5px;
    border: 2px solid #644e1d;
    background: #FFF url(/slideshow/images/loading.gif) center center no-repeat;
}
#image img
{
    position: absolute;
    top: 5px;
    left: 5px;
}
#thumbwrapper
{
    margin-top: 10px;
    padding: 5px 0;
    width: 295px;
    height: 40px;
    border: 2px solid #644e1d;
    background: #ffffff;
}
#thumbarea
{
    float: left;
    overflow: hidden;
    height: 50px;
    width: 295px;
    
}
#thumbs
{
    float: left;
    list-style: none;
    margin-left: 5px;
    height: 50px;
    width: 10000px;
    border-right: 5px solid #FFF;
    top: 148px;
    left: 72px;
}
#thumbs li
{
    float: left;
    margin-right: 5px;
    cursor: pointer;
}
.imgnav
{
    position: absolute;
    height: 214px;
    width: 20%;
    z-index: 100;
    outline: none;
    cursor: pointer;

}
#previmg
{
    left: 0;
    background: url(/slideshow/images/left.gif) left center no-repeat;
    border-left: 0px solid #FFF;
    filter: alpha(opacity=40);
}
#previmg:hover
{
    opacity: 1;
    filter: alpha(opacity=70);
}
#nextimg
{
    right: 0;
    background: url(/slideshow/images/right.gif) right center no-repeat;
    border-right: 0px solid #FFF;
    filter: alpha(opacity=40);
}
#nextimg:hover
{
    opacity: 1;
    filter: alpha(opacity=70);
}
