﻿/*Body CSS*/

body {
    text-align: center;
    background: #efefef;
    font-size: 16px;
    line-height: 22px;
    font-family: Arial, Helvetica, sans-serif;
    margin: 0;
    padding: 0;
    -moz-user-select: text;
    -webkit-user-select: text;
    user-select: text;
}body { text-rendering: auto; }

.webkit.chrome.win body {
    -webkit-font-smoothing: antialiased;
}


/*Body CSS*/

/*Header CSS*/
header {
    text-align: left;
    color: #fff;
    line-height: 1.7em;
    width: 100%;
    padding: 0;
    height: 145px;

/*background: #9abcb5; 
background: -moz-linear-gradient(left,  #9abcb5 0%, #9abcb5 36%, #1e583b 100%); 
background: -webkit-gradient(linear, left top, right top, color-stop(0%,#9abcb5), color-stop(36%,#9abcb5), color-stop(100%,#1e583b));
background: -webkit-linear-gradient(left,  #9abcb5 0%,#9abcb5 36%,#1e583b 100%); 
background: -o-linear-gradient(left,  #9abcb5 0%,#9abcb5 36%,#1e583b 100%);
background: -ms-linear-gradient(left,  #9abcb5 0%,#9abcb5 36%,#1e583b 100%); 
background: linear-gradient(to right,  #9abcb5 0%,#9abcb5 36%,#1e583b 100%); 
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9abcb5', endColorstr='#1e583b',GradientType=1 );*/ 





/*background: #1e583b; 
background: -moz-linear-gradient(left,  #1e583b 0%, #9abcb5 64%, #9abcb5 100%); 
background: -webkit-gradient(linear, left top, right top, color-stop(0%,#1e583b), color-stop(64%,#9abcb5), color-stop(100%,#9abcb5)); 
background: -webkit-linear-gradient(left,  #1e583b 0%,#9abcb5 64%,#9abcb5 100%); 
background: -o-linear-gradient(left,  #1e583b 0%,#9abcb5 64%,#9abcb5 100%); 
background: -ms-linear-gradient(left,  #1e583b 0%,#9abcb5 64%,#9abcb5 100%); 
background: linear-gradient(to right,  #1e583b 0%,#9abcb5 64%,#9abcb5 100%); 
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e583b', endColorstr='#9abcb5',GradientType=1 );*/


    background: #688ca7;
    background: -moz-linear-gradient(left, #688ca7 0%, #90aec3 43%, #a0bbce 50%, #b6cede 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,#688ca7), color-stop(43%,#90aec3), color-stop(50%,#a0bbce), color-stop(100%,#b6cede)); 
    background: -webkit-linear-gradient(left, #688ca7 0%,#90aec3 43%,#a0bbce 50%,#b6cede 100%); 
    background: -o-linear-gradient(left, #688ca7 0%,#90aec3 43%,#a0bbce 50%,#b6cede 100%);
    background: -ms-linear-gradient(left, #688ca7 0%,#90aec3 43%,#a0bbce 50%,#b6cede 100%); 
    background: linear-gradient(to right, #688ca7 0%,#90aec3 43%,#a0bbce 50%,#b6cede 100%); 
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#688ca7', endColorstr='#b6cede',GradientType=1 ); 
}

@media (max-width: 736px) {
    header {
        background: #688ca7;
        background: -moz-linear-gradient(left, #688ca7 0%, #90aec3 43%, #a0bbce 50%, #b6cede 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, right top, color-stop(0%,#688ca7), color-stop(43%,#90aec3), color-stop(50%,#a0bbce), color-stop(100%,#b6cede)); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(left, #688ca7 0%,#90aec3 43%,#a0bbce 50%,#b6cede 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(left, #688ca7 0%,#90aec3 43%,#a0bbce 50%,#b6cede 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(left, #688ca7 0%,#90aec3 43%,#a0bbce 50%,#b6cede 100%); /* IE10+ */
        background: linear-gradient(to right, #688ca7 0%,#90aec3 43%,#a0bbce 50%,#b6cede 100%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#688ca7', endColorstr='#b6cede',GradientType=1 ); /* IE6-9 */
        height: 75px;
    }
}

@media (max-width: 800px) {
    header {
        background: #688ca7;
        background: -moz-linear-gradient(left, #688ca7 0%, #90aec3 43%, #a0bbce 50%, #b6cede 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, right top, color-stop(0%,#688ca7), color-stop(43%,#90aec3), color-stop(50%,#a0bbce), color-stop(100%,#b6cede)); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(left, #688ca7 0%,#90aec3 43%,#a0bbce 50%,#b6cede 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(left, #688ca7 0%,#90aec3 43%,#a0bbce 50%,#b6cede 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(left, #688ca7 0%,#90aec3 43%,#a0bbce 50%,#b6cede 100%); /* IE10+ */
        background: linear-gradient(to right, #688ca7 0%,#90aec3 43%,#a0bbce 50%,#b6cede 100%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#688ca7', endColorstr='#b6cede',GradientType=1 ); /* IE6-9 */
        width: 140%;
    }
}

@media (min-width: 768px) and (max-width: 768px) {
    header {
        background: #688ca7;
        background: -moz-linear-gradient(left, #688ca7 0%, #90aec3 43%, #a0bbce 50%, #b6cede 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, right top, color-stop(0%,#688ca7), color-stop(43%,#90aec3), color-stop(50%,#a0bbce), color-stop(100%,#b6cede)); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(left, #688ca7 0%,#90aec3 43%,#a0bbce 50%,#b6cede 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(left, #688ca7 0%,#90aec3 43%,#a0bbce 50%,#b6cede 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(left, #688ca7 0%,#90aec3 43%,#a0bbce 50%,#b6cede 100%); /* IE10+ */
        background: linear-gradient(to right, #688ca7 0%,#90aec3 43%,#a0bbce 50%,#b6cede 100%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#688ca7', endColorstr='#b6cede',GradientType=1 ); /* IE6-9 */
        height: 80px;
    }
}

.header-wrapper {
    margin: 0 auto;
    width: 976px;
    padding: 0 60px;
    height: 116px;
    text-align: left;
}

@media (max-width: 736px) {
    .header-wrapper {
        width: 90%;
        max-width: 90%;
        padding: 0 5%;
        height: 75px;
    }
}

@media (min-width: 768px) and (max-width: 768px) {
    .header-wrapper {
        width: 768px;
        max-width: 768px;
        padding: 0;
        height: 80px;
    }
}

@media (min-width: 1024px) and (max-width: 1024px) {
    .header-wrapper {
        width: 887px;
        max-width: 887px;
    }
}


header img {
    float: left;
    padding: 10px 0 0 0;
}

@media (max-width: 736px) {
    header img {
        width: 40px;
        height: auto;
    }
}

@media (min-width: 768px) and (max-width: 768px) {
    header img {
        width: 60px;
        height: auto;
        padding: 5px 0 0 10px;
    }
}

header img.SCtxt {
    margin-top: 28px;
    width: 328px;
    height: 92px;
}

@media (max-width: 736px) {
    header img.SCtxt {
        width: 125px;
        height: auto;
        margin-top: -1px;
    }
}

@media (min-width: 768px) and (max-width: 768px) {
    header img.SCtxt {
        width: 220px;
        height: auto;
        margin-top: -3px;
    }
}

.wrapper {
    width: 1099px;
    max-width: 1099px;
    margin: 0 auto;
    padding: 0;
    text-align: left;
}

@media (max-width: 736px) {
    .wrapper {
        width: 100%;
        max-width: 100%;
    }
}

@media (min-width: 768px) and (max-width: 768px) {
    .wrapper {
        width: 768px;
        max-width: 768px;
    }
}

@media (min-width: 1024px) and (max-width: 1024px) {
    .wrapper {
        width: 1000px;
        max-width: 1000px;
    }
}


.gecko.win .wrapper {
    overflow: auto;
    background-color: white;
}


nav.navigationTop {
    clear: both;
    width: 100%;
    margin: 0px 0 0 0;
    height: 30px;
    background: #fff;
}

@media (max-width: 736px) {
    nav.navigationTop {
        background: none;
        margin-top: -60px;
    }
}

@media (min-width: 768px) and (max-width: 768px) {
    nav.navigationTop {
        background: none;
        margin-top: -40px;
    }
}

/*Header CSS*/

/*Home Page CSS*/
a, a:visited {
    color: #2c2825;
    text-decoration: none;
}

    a:hover, article p a, article p a:visited {
        color: #13527E !important;
        text-decoration:underline;
    }

img {
    border: 0;
    -ms-interpolation-mode: bicubic;
    vertical-align: middle;
}


.mainPage.homePage {
    padding-bottom: 0;
    overflow: hidden;
    position: relative;
}

@media (min-width: 768px) and (max-width: 768px) {
    .mainPage.homePage {
        margin-top: -20px;
    }
}



@media (max-width: 736px) {
    .mainPage img {
        width: 100%;
        height: auto;
    }
}


@media (max-width: 736px) {
    .mainLinks {
        margin: 0;
        padding: 3%;
        width: 94%;
        background: #dbe6ed;
        border: none;
    }
}

@media (min-width: 768px) and (max-width: 768px) {
    .mainLinks {
        margin: 0;
        padding: 1% 5% 0;
        width: 90%;
        background: #dbe6ed;
        border: none;
    }
}

.mainLinks {
    width: 100%;
    border-bottom: 10px solid #efefef;
    margin: 0;
    padding: 40px 0;
    background: white;
}

    .mainLinks:after {
        content: "";
        display: table;
        clear: both;
    }

    .mainLinks div:first-of-type {
        margin-left: 60px;
    }

@media (max-width: 736px) {
    .mainLinks div:first-of-type {
        margin-left: 0;
        margin-right: 3%;
    }
}

@media (min-width: 768px) and (max-width: 768px) {
    .mainLinks div:first-of-type {
        margin-left: 0;
    }
}

@media (min-width: 1024px) and (max-width: 1024px) {
    .mainLinks div:first-of-type {
        margin-left: 10px;
    }
}


.mainLinks div {
    width: 230px;
    height: 160px;
    float: left;
    margin-right: 20px;
    position: relative;
}

    .mainLinks div:hover .mainLinkTxt {
        background: darkgrey;
    }

.mainLinks img {
}

.mainLinks div .mainLinkTxt:first-of-type {
    margin-left: 0;
}


.mainLinks div .mainLinkTxt {
    position: absolute;
    text-align: left;
    padding: 5px 5px 0 15px;
    bottom: 0;
    width: 210px;
    height: auto;
    color: white;
    background: grey;
    opacity: 0.9;
    color: white;
}

    .mainLinks div .mainLinkTxt:hover {
        background: darkgrey;
    }

    .mainLinks div .mainLinkTxt:first-of-type {
        margin-left: 0;
    }

@media (max-width: 736px) {
    .mainLinks div .mainLinkTxt {
        position: relative;
        width: 90%;
        margin: 0 10px 10px 10px;
        height: 110px;
        padding: 5%;
        background: white;
        color: #2c2825;
    }
}

@media (min-width: 768px) and (max-width: 768px) {
    .mainLinks div .mainLinkTxt {
        position: relative;
        width: 90%;
        margin: 0 10px 10px 10px;
        height: 110px;
        padding: 5%;
        background: white;
        color: #2c2825;
    }
}

.mainLinks div:last-child {
    margin-right: 0;
}

@media (max-width: 736px) {
    .mainLinks div:last-child {
        margin-left: 3%;
        margin-right: 0;
    }
}

@media (min-width: 768px) and (max-width: 768px) {
    .mainLinks div:last-child {
        margin-right: 0;
    }
}


.mainLinks div h4 {
    margin-bottom: 7px;
    margin-top: 0;
    font-size: 22px;
    line-height: 24px;
}

@media (max-width: 736px) {
    .mainLinks div h4 {
        color: black;
        font-size: 21px;
        line-height: 22px;
    }
}

@media (min-width: 768px) and (max-width: 768px) {
    .mainLinks div h4 {
        color: black;
        font-size: 22px;
        line-height: 24px;
    }
}

h4 {
    font-family: Arial, Helvetica, sans-serif;
    color: #a2a09b;
    font-size: 24px;
    line-height: 26px;
    margin: 0 0 15px;
    font-weight: normal;
}

.mainLinks div h4 a {
    color: #fff;
}

@media (max-width: 736px) {
    .mainLinks div h4 a {
        color: black;
    }
}

@media (min-width: 768px) and (max-width: 768px) {
    .mainLinks div h4 a {
        color: black;
    }
}

.mainLinks div h4 a:hover {
    color: white !important;
}



.mainColumns {
    margin: 0;
    padding: 0;
    width: 1087px;
    text-align: left;
    overflow: auto;
    height: auto;
    /*background: white;*/
    margin-bottom: 10px;
}

@media (max-width: 736px) {
    .mainColumns {
        width: 100%;
        padding: 0;
    }
}

@media (min-width: 768px) and (max-width: 768px) {
    .mainColumns {
        width: 100%;
        padding: 0;
    }
}

@media (min-width: 1024px) and (max-width: 1024px) {
    .mainColumns {
        width: 1024px;
        max-width: 1024px;
    }
}

.columnDivs {
    float: left;
    margin: 0;
    padding: 0 0 20px 0;
    width: 32.5%;
    min-width: 32.5%;
    max-height: 500px;
    min-height: 500px;
    overflow: auto;
    background:white;
    border:1px solid gainsboro;
}

    .columnDivs:last-of-type {
       width: 31.9%;
    }


@media (min-width: 1024px) and (max-width: 1024px) {
    .columnDivs:last-of-type {
        width: 30.5%;
    }
}

    .columnDivs:first-of-type 
    {
        font-weight:bold;
    }

@media (max-width: 736px) {
    .columnDivs {
        width: 100%;
        padding: 0;
    }
}

@media (min-width: 768px) and (max-width: 768px) {
    .columnDivs {
        width: 49.3%;
        padding: 0;
    }
}

@media (min-width: 768px) and (max-width: 768px) {
    .columnDivs:first-of-type {
        width: 100%;
    }
}

.columnDivs div {
    border-bottom: 10px solid #efefef;
    padding: 20px;
    font-size: 14px;
}

@media (max-width: 736px) {
    .columnDivs:first-of-type div {
        padding: 5%;
    }
}

@media (min-width: 768px) and (max-width: 768px) {
    .columnDivs:first-of-type div {
        padding: 5%;
        border-bottom: 10px solid #efefef !important;
    }
}

.columnDivs div:last-of-type {
    border-bottom: none;
}

@media (max-width: 736px) {
    .columnDivs div:last-of-type {
        border-bottom: 10px solid #efefef;
    }
}

@media (min-width: 768px) and (max-width: 768px) {
    .columnDivs div:last-of-type {
        border-bottom: none;
    }
}

.homePage.newListings div.Info {
    padding: 0;
    width: 100%;
}

@media (max-width: 736px) {
    .homePage.newListings {
        margin-top: 30px;
    }
}

.homePage.newListings div {
    border-bottom: 1px dotted !important;/*1px solid #efefef !important;*/
}

.homePage.newListings p {
    margin: 0.5em 0 0;
}


.middleDiv {
    margin-right: 10px;
    margin-left: 10px;
}

@media (max-width: 736px) {
    .middleDiv {
        border: none;
        margin: 0;
        border-top: none;
    }
}

@media (min-width: 768px) and (max-width: 768px) {
    .middleDiv {
        border-left: none;
        margin: 0 -10px 0 0;
        border-top: none;
    }
}

@media (max-width: 736px) {
    .columnDivs:last-of-type div {
        padding: 10% 5%;
    }
}

@media (min-width: 768px) and (max-width: 768px) {
    .columnDivs:last-of-type div {
        padding: 10% 5%;
    }
}

@media (min-width: 1024px) and (max-width: 1024px) {
    .columnDivs:last-of-type div {
        padding-right: 20px;
    }
}

.columnDivs:last-of-type div:last-of-type {
    border-bottom: none;
}

.InformationList {
    padding-left: 20px;
}

    .InformationList li {
        margin-bottom: 10px;
    }


.columnDivs div div {
    border-bottom: none;
    padding: 0;
}



.newListings .newListingsdate {
    margin-top: 0;
    padding-bottom: 10px;
    border-bottom: 1px solid #efefef;
    font-family: Arial, Helvetica, sans-serif;
    font-size:13px;
}

    .newListings .newListingsdate:last-of-type {
        border-bottom: none !important;
    }

.homePage.newListings p {
    margin: 0.5em 0 0;
}

p.newListingsdate {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    color: #a2a09b;
}


.homePage.newListings div:last-of-type {
    padding: 5px 0 !important;
    border-bottom: none !important;
}



p.newListingsMoreInfo {
    float: right;
    text-align: right;
    font-size: 14px;
    line-height: 18px;
    text-transform: uppercase;
}

    p.newListingsMoreInfo a {
        color: black;
        padding-left: 10px;
        font-family: Arial, Helvetica, sans-serif !important;
    }

        p.newListingsMoreInfo a:hover {
            color: #3979A6;
            font-family: Arial, Helvetica, sans-serif;
        }

/*Home Page CSS*/


/*Footer CSS*/
footer {
    clear: both;
    width: 100%;
    min-width: 1099px;
    padding: 0;
    background: #688ca7; /* Old browsers */
    background: -moz-linear-gradient(left, #688ca7 0%, #90aec3 43%, #a0bbce 50%, #b6cede 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,#688ca7), color-stop(43%,#90aec3), color-stop(50%,#a0bbce), color-stop(100%,#b6cede)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left, #688ca7 0%,#90aec3 43%,#a0bbce 50%,#b6cede 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left, #688ca7 0%,#90aec3 43%,#a0bbce 50%,#b6cede 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left, #688ca7 0%,#90aec3 43%,#a0bbce 50%,#b6cede 100%); /* IE10+ */
    background: linear-gradient(to right, #688ca7 0%,#90aec3 43%,#a0bbce 50%,#b6cede 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#688ca7', endColorstr='#b6cede',GradientType=1 ); /* IE6-9 */
    height: 190px;
    text-align: left;
    display: block;
    font-size: 14px;
    line-height: 19px;
    color: #fff;
}

@media (max-width: 736px) {
    footer {
        min-width: 100%;
        height: auto;
        overflow: auto;
    }
}

@media (min-width: 1024px) and (max-width: 1024px) {
    footer {
        min-width: 100%;
    }
}

@media (min-width: 768px) and (max-width: 768px) {
    footer {
        min-width: 100%;
        height: 200px;
        overflow: auto;
        margin-bottom: 0;
    }
}

footer .foot-wrapper {
    width: 1099px;
    text-align: left;
    max-width: 1099px;
    margin: 0 auto !important;
    padding: 20px 0 !important;
    float: none;
}

@media (max-width: 736px) {
    footer .foot-wrapper {
        width: 100%;
        max-width: 100%;
    }
}

@media (min-width: 768px) and (max-width: 768px) {
    footer .foot-wrapper {
        width: 768px;
        max-width: 768px;
        height: auto;
    }
}

@media (min-width: 1024px) and (max-width: 1024px) {
    footer .foot-wrapper {
        width: 1000px;
        max-width: 1000px;
    }
}

footer ul {
    margin-top: 0;
    float: left;
    text-align: left;
    width: auto;
    padding: 0 90px 0 0;
}

@media (max-width: 736px) {
    footer ul {
        padding: 0 20px 0 0;
        width: 33%;
    }
}

@media (min-width: 768px) and (max-width: 768px) {
    footer ul {
        padding: 0 50px 0 0;
        width: auto;
    }
}

@media (min-width: 1024px) and (max-width: 1024px) {
    footer ul {
        padding: 0 50px 0 0;
        width: auto;
    }
}


footer ul li {
    list-style-type: none;
}

    footer ul li a, footer ul li a:visited {
        color: #fff;
        font-family: Arial, Helvetica, sans-serif;
    }

@media (max-width: 736px) {
    footer ul li {
        line-height: 13px;
        margin-bottom: 7px;
    }
}

@media (min-width: 768px) and (max-width: 768px) {
    footer ul li {
        line-height: 13px;
        margin-bottom: 7px;
    }
}

/*Footer CSS*/


/*Search Box CSS*/

#searchbox
{
    background-color: #eaf8fc;
    background-image: -webkit-linear-gradient(#fff, #d4e8ec);
    border-radius: 35px;    
    border-width: 1px;
    border-style: solid;
    border-color: #c4d9df #a4c3ca #83afb7;            
    width: 500px;
    height: 35px;
    padding: 10px;
    margin: 100px auto 50px;
    overflow: hidden; /* Clear floats */
}


#search, 
#submit {
    float: left;
}

#search {
    padding: 5px 9px;
    height: 23px;
    width: 380px;
    border: 1px solid #a4c3ca;
    font: normal 13px 'trebuchet MS', arial, helvetica;
    background: #f1f1f1;
    border-radius: 50px 3px 3px 50px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25) inset, 0 1px 0 rgba(255, 255, 255, 1);            
}

/* ----------------------- */

#SearchBoxMian {
  width: 190px;
  border: 1px solid;
  height: 18px;
  padding: 2px 10px;
  position: relative;
  border-style: solid none solid solid;
  border-color: #4B7B9F;
  border-width: 0px;
  top: -5px;
  right: -4px;
  }

#SearchBtnMain {
  border-style: none;
  background: url('../images/searchbutton3.gif') no-repeat;
  width: 24px;
  height: 22px;
  border-style: solid;
  border-color: #4B7B9F;
  border-width: 1px;
}

#SearchBoxMian::-webkit-input-placeholder {
   color: #9c9c9c;
   font-style: italic;
}

#SearchBoxMian:-moz-placeholder {
   color: #9c9c9c;
   font-style: italic;
}  

#SearchBoxMian:-ms-placeholder {
   color: #9c9c9c;
   font-style: italic;
}

.SiteIndex {
float: right;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  /* font-weight: bold; */
  margin-right: 4px;
  /* background-color: #2690b3; */
  /* border-radius: 5px; */
  /* width: 73px; */
  text-align: center;
  /* background-image: url('../images/site-map_blue.png'); */
  background-repeat: no-repeat;
  background-size: 32% 92%;
  background-position-y: 4px;
  background-position-x: right;
  /* padding-right: 21px; */
  display: block;
  text-decoration: underline;
}
    .SiteIndex:hover {
        color:#13527E !important;
    }
/*Search Box CSS*/


.childPagediv h4 {
    color:black;
    text-align: center;
    float: none;
    padding-top: 15px;
    /*text-decoration:underline;*/
    /*background-image: -webkit-linear-gradient(top,#f5f5f5 0,#d0d0d0 100%);
    background-image: linear-gradient(to bottom,#f5f5f5 0,#d0d0d0 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5',endColorstr='#d0d0d0',GradientType=0);*/
    background: #688ca7;
    background: -moz-linear-gradient(left, #688ca7 0%, #90aec3 43%, #a0bbce 50%, #b6cede 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,#688ca7), color-stop(43%,#90aec3), color-stop(50%,#a0bbce), color-stop(100%,#b6cede)); 
    background: -webkit-linear-gradient(left, #688ca7 0%,#90aec3 43%,#a0bbce 50%,#b6cede 100%); 
    background: -o-linear-gradient(left, #688ca7 0%,#90aec3 43%,#a0bbce 50%,#b6cede 100%);
    background: -ms-linear-gradient(left, #688ca7 0%,#90aec3 43%,#a0bbce 50%,#b6cede 100%); 
    background: linear-gradient(to right, #688ca7 0%,#90aec3 43%,#a0bbce 50%,#b6cede 100%); 
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#688ca7', endColorstr='#b6cede',GradientType=1 ); 
    height:45px;
    font-weight:bold;
    text-decoration:underline;
}
.childPagediv {
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
    background: white;
}
.childPageSubdiv {
    padding: 0px 25px 16px 25px;
    text-align: left;
    font-size: 15px;
    overflow:hidden;
    text-align: justify;
}
.childPageSubdiv > p > a {
    padding-left: 20px;
}

.childPageSubdiv > p > a:hover {
    text-decoration:underline;
    color:blue;
}


.divAllJudges > div 
{
    border-bottom:1px dotted !important;
    padding-bottom:20px !important;
}

.divAllJudges > div:not(:first-of-type)
{
    padding-top:20px !important;
}

.divAllJudges > div:last-child
{
    border:none !important;
}



.divAllJudges img 
{
    margin: auto;
    display: block;
    width: 150px;
    height: 150px;
}

.divAllJudges p 
{
    font-weight:bold;
    text-align:center;
    font-size: 13px;
}

.childPageSubdiv > div > p > a {
    padding-left: 20px;
    font-weight:bold;
}

.childPageSubdiv > div > p > a:hover {
    text-decoration:underline;
    color:blue;
}

p.Alldate {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    color: #6b6a68;
    margin-top:-15px;
    padding-bottom:15px;
    border-bottom:1px dotted;
}

span.Alldate {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    color: #688ca7;
    margin-top:-15px;
    padding-bottom:15px;
    margin-left:20px;
}

.childPageSubdiv > div > div > p {
    padding-left: 20px;
}

.childPageSubdiv > div > div > p > a:hover {
    text-decoration:underline;
    color:blue !important;
}
.childPageSubdiv > div > div > p > a {
    color: #13527E !important;
    text-decoration:underline;
}
#ULCauseLits {
    color: Black;
    font: 14px/20px Arial, Helvetica, sans-serif;
    padding: 17px;
    margin: 0px;
    list-style: none;

}

#ULCauseLits li {
       margin-bottom:15px;
              list-style-image:url(../images/li_arrow.gif);

}
#ULCauseLits li span {
       text-decoration:underline;

}
    #ULCauseLits > li > ul {
        margin-top: 10px;
 
    }
#ULCauseLits > li > ul > li {
    margin-left:20px;
    margin-bottom:0px;

    list-style-image:url(../images/acrobatR.png);
}

#ULCauseLits > li > ul > li > a:hover {
color: #919191;
text-decoration:underline;
}


.jGrid {background-color: #fff; margin: 5px 0 10px 0; border: solid 1px #525252; border-collapse:collapse; font-family:Arial, Helvetica, sans-serif; color: #474747;width:100%;display:inline-table !Important}
.jGrid td {
      padding: 2px; 
      border: solid 1px #c1c1c1;
}
.jGrid td a{

      color:#006491}
.jGrid td a:hover{

      text-decoration:underline}

.jGrid th  {
      padding : 4px 2px; 
      color: #fff; 
      background: #7194ad; 
      border-left: solid 1px #525252; 
      font-size: 0.9em; 
      font-weight: normal;
}
.jGrid .alt {
      background: #fcfcfc; }
.jGrid .pgr {background: #b5cddd; }
.jGrid .pgr table { margin: 3px 0; }
.jGrid .pgr td { border-width: 0; padding: 0 6px; border-left: solid 1px #666; color: black; line-height: 12px; }   
.jGrid .pgr a { color: Gray; text-decoration: none; }
.jGrid .pgr a:hover { color: #000; text-decoration: none; }
.AltRow {
    background-color:#EFEFEF;
}
.Row{background: #fcfcfc;}

#MainContent_tblOCS tr td 
{
height:30px;
}


#MainContent_tblOCS tr td 
{
/*border-bottom:1px dotted black;*/
}

#MainContent_tblOCS tr td:first-child
{
width:15%;
}
#MainContent_tblOCS tr td:last-child
{
width:70%;
}

@-moz-document url-prefix() {
    #SearchBtnMain {padding-top:5px;}
}