/*Sblue*/
body {
    background-color: #005ac1;
    font-family: "Tahoma", Geneva, Verdana, sans-serif;
}

#tab, #page, #title, #footer {
    font-family: "Tahoma", Geneva, Verdana, sans-serif;
    font-size: 100%;
}

#wrapper {
    background-color: #005ac1;
    border-radius: 16px 16px 0 0;
    -moz-border-radius: 16px 16px 0 0;
    -webkit-border-radius: 16px 16px 0 0;
}

#wrapper_footer {
    padding-top: 8px;
    min-height: 85px; height: auto !important; height: 85px;
    background-color: #005ac1;
    border-radius: 0 0 20px 20px;
    -moz-border-radius: 0 0 20px 20px;
    -webkit-border-radius: 0 0 20px 20px;
}

#header p {
    font-size: 32px;
    color: #ffffff;
    letter-spacing: 0em;
    font-weight:normal;
}

#center_block {
    opacity: 0.9;
    filter: alpha(opacity=90);
}

#navigation {
    margin-top: 50px;
}

#navlist li {
    width: 158px;
    height: 30px;
    line-height: 30px;
}

#navlist li a {
    text-decoration: none;
    font-weight:bold;
    margin-left: -2px;
    letter-spacing: 0em;
    font-size:90%;
    height: 30px\b; /*hack for IE8 : cliakable tab*/
}

/*active*/
#navlist li.active{
    margin:6px 0px 6px 10px;
    background-color: #ffb83d;
    border:2px solid #ffffff;
    border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
}

#navlist li.active a{
    color: #805200;
}

#navlist li.active:hover a{
    color: #fff;
}

/*selected*/
#navlist li.selected{
    margin:6px 0px 6px 10px;
    background-color: #d63d0b;
    /*border: 1px solid #d63d0b;*/
    border:2px solid #ffffff;
    border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
}

#navlist li.selected a {
    color: #fff;
}

/*Space*/
#navlist li.space{
    width:160px;
    height: 17px;
    margin:0px 0px 0px 10px;
    * margin: -12px 0px -4px 10px;
}

/*Donate*/
#donate{
    width:178px;
    margin:0px 0px 0px 10px;
}

#content {
    width: 750px;
    letter-spacing: 0em;
    background-color: #1e9c1e;
    border: 3px solid #fff;
    border-radius: 16px;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
}

#content h1 {
    font-size: 160%;
    color: #0020c1;
}

/*link color*/
#content a, #iframeBody a,._name{
    /*color: #ecc718;*/
    color: #d7fb27;
    text-decoration: none;
}
#footer a  {
    color: #e89300;
    text-decoration: none;
}
#content a:hover, #iframeBody a:hover,#footer a:hover , #navigation li.addpage:hover{
    text-decoration: underline;
}

#block, #contact{
    color: #ffffff;
}

#block h2{
    /*color: #ffffff;*/
    color: #ffd966;
    font-size: 110%;
    font-weight: bold;
}

.galDesc, .img-block-desc {
    color: #ffd966;
}

.block_inner .block div div img, .block_inner .pic_gallery .gallery_img img {
    -webkit-border-top-left-radius: 8px;
    -webkit-border-top-right-radius: 8px;
    -webkit-border-bottom-left-radius: 8px;
    -webkit-border-bottom-right-radius: 8px;
    -moz-border-radius-topleft:  8px;
    -moz-border-radius-topright: 8px;
    -moz-border-radius-bottomleft: 8px;
    -moz-border-radius-bottomright: 8px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}

#footer{
    width:940px;
    color: #e1eaf5;
    margin: 45px 10px 10px 10px;
    background-color: #2164cc;
    opacity: 0.9;
    filter: alpha(opacity=90);
    height:25px;
    line-height:25px;
    border-radius: 16px;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    -webkit-border-radius: 12px\b;
    -moz-border-radius: 12px\b;
}

#credit, #credit a, #sdlogo, #sdlogo a {
    text-decoration: none;
}

#sdlogo, #sdlogo a{
    color: #a1c4ee;
}

#credit, #credit a{
    color: #ffffff;
}
