﻿@import url("/common/css/reset.css");

body
{
    background-color: #efefef;
    text-align: center;
    font-family: Georgia;
    margin-bottom: 20px;
}

a
{
    color: #000;
    text-decoration: none;
}

a:hover
{
    text-decoration: underline;
}

.hidden 
{
    display: none;
}

#wrap
{
    width: 853px;
    margin: auto;
}

#head
{
    background: #dad3dc;
    border-bottom: 10px solid #fff;
}
#head .content
{
    text-align: left;
    width: 853px;
    margin: auto;
    background: #fff;
    height: 105px;
    font-size: 12px;
}
/*
        #head .content h1 {
            padding: 70px 0 20px 10px;
            width: 150px;
            margin-left: 10px;
            float: left;
            background: #ddd;
        }
        */
#head .content .nav
{
    display: none;
    background: #dad3dc;
    float: left;
    width: 517px;
    height: 105px;
    margin-left: 10px;
}
#head .content .nav ul
{
    list-style: none;
    padding: 80px 0 0 10px;
}
#head .content .nav ul li
{
    font-size:11px;
    text-transform: capitalize;
    float: left;
    border-right: 1px solid #333;
    padding: 3px 5px;
}
#head .content .nav ul li.last
{
    border: none;
}

a.content
{
    color: #5ba1e6;
    text-decoration: underline;
}

#main, #template1, #slidetemplate
{
    width: 833px;
    padding: 0 10px 10px 10px;
    background: #fff;
}
#template2
{
    background: #fff;
    width: 833px;
    padding: 0 10px 10px 10px;
}
#slidetemplate .slidecontainer
{
    float: right;
    text-align: left;
    height: 450px;
}
.slidecontainer .thumb
{
    float: left;
    width: 70px;
    height: 70px;
    margin: 5px;
}
.thumb a
{
    border: 0;
}
.slidecontainer .thumb img
{
    width: 75px;
    height: 75px;
}
#slidetemplate .content
{
    margin: 0;
    text-align: left;
    float: left;
    background: #fff;
    width: 400px;
}
#template1 .content, #template2 .content
{
    margin: 0;
    text-align: left;
    background: #fff;
}
#main .content
{
    margin: 0;
    text-align: left;
    background: #d6c7c0;
}
.content p
{
    margin-bottom: 16px;
    font-size: 11px;
    line-height: 18px;
}
.content h2
{
    margin: 10px 10px 16px 0;
    font-size: 24px;
    font-weight: normal;
    line-height: 26px;
}
#template2 h2
{
    margin: 0 10px 16px 0;
}
#footer
{
    border-top: 1px solid #000;
    clear: both;
    margin: 10px auto;
    text-align: left;
    background: #fff;
}
#footer .content
{
    background: #c8d2dc;
    font-size: 11px;
    padding: 10px 10px 10px 10px;
    margin: 0 10px 10px 10px;
    border-bottom: 10px solid #fff;
    text-align: center;
    line-height: 160%;
}
/* Special headers */
h1
{
    background: url( "/common/images/logo.gif" ) top left no-repeat;
    float: left;
    margin-left: 10px;
    
    font-family: Georgia;
    font-size: 24pt;
    font-weight: normal;
    line-height: 150%;
}
h1 span
{
 /*   display: none;*/
}
h1 a
{
    width: 305px;
    height: 105px;
    display: block;
}


#tiny 
{
    font-family: Tahoma;
    color: #999;
    font-size: 9px;
}
#tiny a
{
    color: #999;
}
#tiny .hide
{
    
}


.teaser
{
    font-size: 11px;
    color: #666;
    margin: 5px 0;
}



#slOuterContainer
{
    margin-top: 40px;
    float: right;
    width: 400px;
    position: relative;
    text-align: center;
}

#slContainer
{
    margin: auto;
    text-align: left;    
}

#slSlideContainerInner    
{
    position: relative;
    width: 400px;
    height: 400px;
    background: #fff;
    z-index: 0;
}
#slSlideImageContainer 
{
    text-align: center;
    vertical-align: middle;
    height: 250px;
}
#slSlideImageContainer img {
    margin: auto;
}
#slSlideNavigation
{
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 10;
}
#slSlideNavigation a
{
    outline: none;
}
#slSlideNext, #slSlidePrev { 
    width: 49%;
    height: 100%;
    display: block;
    background: transparent url(/common/images/blank.gif) no-repeat;
}
#slSlideNext {
    right: 0;
    text-align: right;
    float: right;
}
#slSlideNext 
{
    background: transparent url(/common/images/next3.gif) right 15% no-repeat;
}
#slSlidePrev
{
    background: transparent url(/common/images/prev3.gif) left 15% no-repeat;
}
#slSlideNext:hover, #slSideNext:visited:hover
{
    /*background: transparent url(/common/images/next2.gif) right 15% no-repeat;*/
}
#slSlidePrev:hover, #slSlidePrev:visited:hover
{
    /*background: transparent url(/common/images/prev2.gif) left 15% no-repeat;*/
}
#slSlidePrev {
    left: 0;
    float: left;
}
#slLoading 
{
    font-family: Arial;
    font-size: 11px;
    color: #999;
    position: absolute;
    top: 40%;
    left: 0%;
    height: 25%;
    width: 100%;
    text-align: center;
    line-height: 0;
    z-index: 10;
}

#slSlideInformation 
{
    background: url(/common/images/80p_white.png);
    height: 51px;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
    text-align: center;
}
#slSlideDescription 
{
    margin: auto;
    text-align: left;
    padding-top: 5px;
    font-family: Georgia;
    font-size: 11px;
}
#slImageno 
{
    font-size: 10px;
    color: #666;
}


.slThumb
{
    padding: 0 5px 5px 0;
}
