﻿@charset "utf-8";

.container_bk {
    background-color: #F3F5ED;
    background-image: url(../img/container_bk.png);
    background-repeat: repeat-x;
    overflow: hidden;
    padding-bottom: 10px;
}

.container_12.container_bk .content {
    margin-top: 10px;
}

.content h1, .content h2, .content h3 {
    font-family: Georgia, "Times New Roman", Times, serif;
    margin-bottom: 20px;
}

.pageTitle {
    font-size: 36px;
    margin-top: 5px;
    margin-bottom: 5px;
    font-weight: normal;
}

.content h1 {
    font-size: 24px;
}

.content h2 {
    font-size: 20px;
}

.content h3 {
    font-size: 16px;
}

.content {
    font-family: Arial, Helvetica, sans-serif;
}

    .content p {
        font-size: 14px;
        margin-top: 10px;
        margin-bottom: 10px;
        text-align: justify;
    }

    .content ul, .content ol {
        margin-left: 40px;
        margin-top: 10px;
        margin-bottom: 10px;
        font-size: 14px;
    }

a:link, a:visited {
    color: Black;
    text-decoration: underline;
}

a:hover {
    color: Gray;
    text-decoration: none;
}

body {
    font-family: Georgia, "Times New Roman", Times, serif;
}

.left h1 {
    font-size: 18px;
    font-weight: lighter;
    margin: 10px;
}

.left p {
    font-weight: lighter;
    margin: 10px;
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
}

.left img {
    float: left;
    display: inline-block;
    margin: 8px;
}

.left .photoGalleryLink {
    background-image: url(../img/links_bk.gif);
    background-repeat: no-repeat;
    display: block;
    height: 42px;
    padding: 3px;
    margin-top: 30px;
}

.left .regionalOffices {
    background-image: url(../img/regional_bk2.png);
    background-repeat: no-repeat;
    height: 190px;
    padding: 3px;
}

    .left .regionalOffices a:link, .left .photoGalleryLink a:link,
    .left .regionalOffices a:visited, .left .photoGalleryLink a:visited {
        color: Black;
        text-decoration: none;
    }

    .left .regionalOffices a:hover, .left .photoGalleryLink a:hover {
        color: White;
    }

.left .sponsers {
}

.newsItem .date {
    color: white;
}

.left ul {
    list-style-type: none;
    margin-top: 20px;
}

    .left ul li a:link, .left ul li a:visited {
        text-decoration: none;
        background-color: #FFF;
        display: block;
        height: 30px;
        color: #FFF;
        padding-top: 10px;
        padding-left: 10px;
        margin-bottom: 10px;
        background-image: url(../img/links_bk2.gif);
    }

    .left ul li a:hover {
        background-color: #F63;
        background-image: url(../img/links_bk.gif);
    }

.newsItem p {
    font-family: Arial, Helvetica, sans-serif;
    margin-top: 5px;
    font-size: 14px;
}

.newsItem {
    /* border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #999; 
	overflow: hidden;*/
    padding-bottom: 5px;
    padding-right: 20px;
    margin-bottom: 10px;
    margin-top: 20px;
}

    .newsItem .more, .left .more {
        background-image: url(../img/more_bk.png);
        height: 26px;
        background-repeat: no-repeat;
        margin: 5px;
        text-align: center;
        vertical-align: middle;
        width: auto;
    }

        .newsItem .more a:link,
        .newsItem .more a:visited,
        .left .more a:link,
        .left .more a:visited {
            background-image: url(../img/more_bk_left.png);
            display: block;
            background-repeat: no-repeat;
            background-position: right;
            height: 21px;
            text-decoration: none;
            font-size: 12px;
            color: #FFF;
            padding-top: 5px;
            padding-right: 10px;
            padding-bottom: 0px;
            padding-left: 10px;
        }

        .newsItem .more a:hover, .left .more a:hover {
            color: #000;
        }

.container_12.container_bk #content .newsItem h1 {
    font-size: 18px;
}

h1 a:link,
h1 a:visited,
h2 a:link,
h2 a:visited,
h3 a:link,
h3 a:visited {
    text-decoration: none;
    color: black;
}

h1 a:hover,
h2 a:hover,
h3 a:hover {
    color: Gray;
}

#regionalOffices h1 {
    margin: 5px;
}

.container_12 #banner {
    background-image: url(../img/Background.png);
    height: 180px;
    font-size: 60px;
    line-height: normal;
    padding-top: 20px;
}

#content .box {
    background-color: #FFF;
    display: block;
    overflow: hidden;
    height: 220px;
}

.container_12 #banner span {
    font-size: 36px;
    color: #F63;
}

.container_12 #topBanner {
    background-image: url(../img/Banner_bk.png);
    background-repeat: repeat-x;
}

    .container_12 #topBanner #minNav {
        background-image: url(../img/navMin_bk.png);
        height: 33px;
        background-repeat: no-repeat;
        text-align: center;
        padding-top: 7px;
    }

.minNav li {
    display: inline-block;
    float: left;
    list-style-type: none;
    text-align: center;
    border-right: 1px solid #333;
    margin-top: 7px;
    margin-left: 7px;
    padding-right: 3px;
}

.minNav a:link, #minNav a:visited {
    color: #333;
    text-decoration: none;
    float: left;
    margin-right: 3px;
    font-size: 12px;
    letter-spacing: 1px;
}

.minNav a:hover {
    color: #F63;
}

.menuItems {
    list-style-type: none;
}

    .menuItems a:link, .menuItems a:visited {
        display: block;
        float: left;
        margin-right: 10px;
        margin-left: 10px;
        font-size: 18px;
        text-decoration: none;
        color: #333;
        margin-top: 15px;
    }

    .menuItems a:hover {
        color: #F63;
        border-bottom: #F63 solid 2px;
        margin-top: 13px;
    }

.footer {
    background-color: #e66d35;
    display: block;
    background-image: url(../img/footerBK.png);
    background-repeat: no-repeat;
    background-position: bottom;
    overflow: hidden;
    padding-bottom: 30px;
}

    .footer #leftFooter p {
        font-style: italic;
        padding: 10px 20px;
        text-align: justify;
        font-weight: lighter;
        font-size: 14px;
    }

    .footer #midFooter p {
        font-style: italic;
        padding-right: 10px;
        padding-left: 10px;
        margin-top: 15px;
        color: #FFF;
        font-size: 16px;
        line-height: 20px;
    }

    .footer .midFooter a:link, #footer .midFooter a:visited {
        text-decoration: none;
        color: #FFF;
    }

    .footer .midFooter a:hover {
        text-decoration: none;
        color: #666;
    }

    .footer .midFooter h1 {
        font-style: italic;
        padding-right: 10px;
        padding-left: 10px;
        margin-top: 20px;
        color: #666;
        font-size: 24px;
    }

    .footer h2 {
        color: #666;
        font-size: 14px;
        margin-top: 14px;
        margin-bottom: 5px;
        font-weight: lighter;
        text-transform: capitalize;
    }
    /*.footer hr {
	height: 1px;
	margin-top: 10px;
	border-top: 1px dashed #F90;
	width: 100%;
}*/
    .footer .bSend {
        background-image: url(../img/bLeft.png);
        background-repeat: no-repeat;
        height: 28px;
        text-decoration: none;
        color: #FFF;
        font-weight: lighter;
        letter-spacing: 2px;
        text-align: center;
        margin-top: 15px;
        font-size: 14px;
        float: left;
        white-space: nowrap;
        display: block;
        width: 90px;
    }

        .footer .bSend a:link, .footer .bSend a:visited {
            background-image: url(../img/bRight.png);
            background-repeat: no-repeat;
            background-position: right;
            height: 24px;
            padding-top: 4px;
            text-decoration: none;
            color: #FFF;
            margin: 0px;
            display: block;
            width: 90px;
        }

        .footer .bSend a:hover {
            color: #F96;
        }
/*.footer input {
	height: 30px;
	font-size: 16px;
	border: 0px none;
	background-color: #F96;
	color: #FFF;
	padding: 0 0 0 5px;
}*/
.feedback {
    height: 80px;
    display: block;
    overflow: hidden;
    border: none 0px;
    background-color: #F96;
    padding: 3px;
    color: #FFF;
}

.member {
    display: inline-block;
    background-image: url(../img/avatar.png);
    background-repeat: no-repeat;
    background-position: center top;
    border: 3px solid #dadcd3;
    height: 60px;
    float: left;
}

.tab a:link, .tab a:visited {
    display: inline-block;
    padding: 5px 15px;
    text-decoration: none;
    border: 1px solid #dadada;
    margin: 5px 3px;
    background-color: #f5f5f5;
    color: gray;
    color: #333333;
}

.tab a:hover {
    background: white;
    color: Black;
}

.selectedYear,
.selectedYear a {
    /*color: black !important;*/
    color: #d47c00 !important;
    font-weight: bold;
    background: white !important;
}

.Pagging {
    display: inline-block;
    margin-top: 30px;
    text-align: center;
}

    .Pagging a:link, .Pagging a:visited {
        display: inline-block;
        width: 20px;
        height: 20px;
        border: 1px solid #dadcd3;
        background-color: White;
        text-decoration: none;
    }

    .Pagging a:hover {
        background-color: #dadcd3 !important;
        color: white !important;
    }

    .Pagging .selectedPage {
        background-color: #dadcd3 !important;
        color: black;
    }

hr {
    border-top: 1px dashed #dadcd3;
    margin-bottom: 10px;
}

.nomination {
    border: 1px dashed #666;
    background-color: White;
    padding: 10px;
}

.nominationButton a:link,
.nominationButton a:visited {
    color: #e66d35;
    display: block;
    padding: 10px;
    width: 300px;
    margin-top: 20px;
}

.nominationButton a:hover {
    color: gray;
}

.nominationForm .label {
    font-size: 12px;
    width: 220px !important;
    display: inline-block;
    text-align: right;
    margin: 0px 10px 10px 10px;
    padding-right: 10px;
    padding-top: 5px;
    vertical-align: top;
    padding-bottom: 20px;
}

.nominationForm td {
    font-size: 12px;
    margin: 0 10px 10px 10px;
    padding-right: 10px;
}

    .nominationForm td ol li {
        vertical-align: baseline;
        margin-bottom: 5px;
    }

        .nominationForm td ol li input {
            margin: 0px;
        }

.nominationForm h2 {
    margin: 10px;
}

.labelPanel {
    font-size: 12px;
    width: 140px !important;
    display: inline-block;
    text-align: right;
    margin: 10px;
}

.feedbackValidation {
    color: White !important;
    font-family: Georgia, "Times New Roman", Times, serif;
}

.modalPopup td {
    white-space: nowrap;
}

.modalPopup input,
.modalPopup select {
    margin: 0px;
    padding: 0px;
    margin-bottom: 10px;
}

select, input, textarea, label {
    margin-bottom: 10px;
}
/* album page */
.album {
    width: 130px;
    float: left;
    border: 2px solid #CCC;
    border-radius: 10px;
    display: block;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 20px;
    height: 110px;
    padding: 20px 10px 5px 10px;
    background-color: #e9edde;
    cursor: pointer;
}

    .album span {
        display: block;
        width: 100px;
        height: 70px;
        background-repeat: no-repeat;
        background-position: center;
        margin-bottom: 5px;
    }

        .album span.thumbTitle {
            height: auto;
        }

    .album span, .gallery span {
        font-size: 12px;
        text-decoration: none;
        cursor: pointer;
    }

    .album a:link, .album a:visited {
        text-decoration: none !important;
        cursor: pointer;
    }

    .album span:hover {
        color: Orange !important;
        cursor: pointer;
    }

.gallery {
    float: left;
    width: 180px;
    height: 160px;
    margin-right: 10px;
    margin-bottom: 20px;
    border-radius: 5px;
    border: 1px solid #ccc;
    padding: 20px;
    position: relative;
    text-align: center;
    background-color: #e9edde;
}

    .gallery img {
        /*width:170px;*/
        border: none;
        text-align: center;
    }

    .gallery span {
        position: absolute;
        bottom: 0px;
        left: 0px;
        width: 214px;
        text-align: center;
        padding: 5px 3px;
    }

    .gallery a {
        height: 120px;
        width: 200px;
        vertical-align: middle;
        display: table-cell;
    }

        .gallery a img {
            vertical-align: middle;
        }

.morNom {
    display: inline-block;
    background-color: #ccc;
    width: auto;
    padding: 5px;
    border-radius: 15px;
    float: right;
}

    .morNom a:link, .morNom a:visited {
        text-decoration: none !important;
        font-size: 12px;
        padding: 3px;
        color: White;
    }

    .morNom a:hover {
        color: Black;
    }


.Ranking table {
    font-size: 12px;
    width: 100% !important;
    display: inline-block;
    text-align: right;
    margin: 0 10px 10px 10px;
    padding-right: 10px;
    vertical-align: top;
}

.Ranking td, .Ranking th {
    font-size: 12px;
    margin: 10px 10px 10px 10px;
    padding: 5px;
    padding-bottom: 10px;
}

.Ranking th {
    font-size: 14px;
    font-weight: bold;
}

.back a:link, .back a:visited {
    border-radius: 5px;
    display: block;
    width: 35px;
    background-color: #ccc;
    color: White;
    text-decoration: none;
    margin: 5px;
    padding: 5px 10px;
}

.back a:hover {
    background-color: #F63;
    text-decoration: none;
}

.detailFeild {
    width: 100px;
}

.memberDetails div {
    clear: both;
}

.memberDetails p {
    display: inline-block !important;
    font-size: 12px;
    font-weight: bold;
    padding-right: 10px;
    width: 120px;
    text-align: right;
    float: left;
}

.memberDetails span {
    font-size: 12px;
    font-weight: normal;
    padding-top: 10px;
    display: inline-block;
}

.imgMember a:link, .imgMember a:visited {
    display: block;
    border-radius: 10px;
    background-color: #FF6633;
    text-align: center;
    color: White;
    text-decoration: none;
    padding-top: 5px;
    height: 25px;
    width: 100px;
    margin: 10px auto;
}

.imgMember a:hover {
    background-color: #ccc;
}

.biograpgy {
    position: absolute;
}

.biography span {
    display: inline-block;
    position: relative;
    height: auto;
    margin-left: 130px;
    margin-top: -35px;
    text-align: justify;
}

.option ul li {
    list-style-type: none;
    margin: 0 0 10px 0;
}

    .option ul li a:link, .option ul li a:visited {
        display: block;
        height: 20px;
        text-decoration: none;
        border-radius: 10px;
        background-color: #FF6633;
        padding: 5px 10px;
        color: White;
    }

    .option ul li a:hover {
        background-color: #ccc;
    }

.ui-widget .sendMail {
    font-family: Georgia, Serif;
    border-radius: 15px;
    background-color: #363636;
    height: 30px;
    text-decoration: none;
    color: #FFF;
    font-weight: normal;
    letter-spacing: 2px;
    text-align: center;
    margin-top: 15px;
    font-size: 12px;
    width: 100px;
}
