@charset "utf-8";
.form-error {
    position: absolute;
    margin-left: 10px;
    background: #900;
    color: #fff;
    padding: 0 10px;
    line-height: 2em;
    font-size: 14px
    }
#archiveYearButtons a, #archiveMonthButtons a {
    line-height: 30px;
    width: 7.3%;
    display: inline-block;
    float: left;
    text-align: center
    }
#archiveYearButtons a:hover {
    text-decoration: none;
    background: #eee
    }
#archiveYearButtons a.directorySubmitSelected {
    background: #000;
    font-weight: bold
    }
#archiveMonthButtons {
    height: 30px;
    background: #eee;
    margin-bottom: 20px
    }
#archiveMonthButtons a {
    color: #666;
    font-size: 10px
    }
.ie #archiveMonthButtons a {
    width: 8.27%
    }
#archiveMonthButtons a.directorySubmitSelected {
    color: #e31b24;
    font-size: 12px;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: bold
    }
#archiveMonthButtons a:hover {
    text-decoration: none;
    background: #e0e0e0
    }
.newsRepeater {
    border-top: 3px solid #f0f0f0;
    padding: 10px;
    margin: 20px 0
    }
.newsRepeater:hover {
    border-color: #ccc
    }
.newsListImage {
    float: right;
    margin-bottom: 10px
    }
.readMoreBtn {
    margin-top: 10px;
    display: block
    }
/* -- default form styles -- */
.pageForm label {
    display: inline-block;
    vertical-align: top;
    width: 120px;
    margin: 0 0 10px;
    font-weight: bold;
    text-align: left
    }
.pageForm input {
    margin: 0
    }
.pageForm input[type="text"], .pageForm input[type="email"], .pageForm input[type="tel"], .pageForm input[type="password"], .pageForm textarea {
    border: none;
    -webkit-box-shadow: inset 1px 1px 2px #aaa;
    -moz-box-shadow: inset 1px 1px 2px #aaa;
    box-shadow: inset 1px 1px 2px #aaa;
    font: italic 12px/20px Arial, Sans-Serif;
    color: #666;
    width: 180px;
    padding: 3px 10px;
    margin: 0 0 10px;
    border-radius: 4px
    }
.pageForm input[type="checkbox"] {
    width: 20px;
    margin: 0;
    display: inline-block
    }
.pageForm input[type="text"]:focus, .pageForm input[type="password"]:focus, .pageForm textarea:focus {
    -webkit-box-shadow: inset 1px 1px 2px #444;
    -moz-box-shadow: inset 1px 1px 2px #444;
    box-shadow: inset 1px 1px 2px #444
    }
.no-boxshadow .pageForm input[type="text"], .no-boxshadow .pageForm input[type="email"], .no-boxshadow .pageForm input[type="tel"], .no-boxshadow .pageForm input[type="password"], .no-boxshadow .pageForm textarea {
    border: 1px solid #ccc
    }
.pageForm input[type="text"], .pageForm input[type="email"], .pageForm input[type="tel"], .pageForm input[type="password"] {
    height: 20px
    }
.pageForm textarea {
    height: 80px;
    line-height: 1.5em;
    padding: 10px
    }
.pageForm input.formSubmit {
    background: url(/images/button.png) center top no-repeat;
    width: 130px;
    height: 34px;
    line-height: 34px;
    font-size: 14px;
    text-transform: none;
    padding: 0;
    margin-left: 120px
    }
.pageForm #fat_captcha {
    vertical-align: middle;
    margin: 0 0 0 10px
    }
.interest-wrap {
    display: inline-block;
    margin-bottom: 10px
    }
.radio-buttons input {
    display: inline-block;
    margin-right: 5px
    }
/* -- google map -- */
#googleMap {
    height: 200px;
    margin: 20px 0
    }
/* -- Announcement Box -- */
.announcement {
    display: none
    }
.overlay {
    background: url(../images/overlay.png) repeat;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99999
    }
.announce-box {
    background: #fff;
    width: 60%;
    height: 35%;
    margin: 0 auto;
    margin-top: 5%
    }
.announce-header {
    background: #fff;
    height: 95px;
    position: relative
    }
.announce-header img.popup-logo {
    float: right;
    padding-right: 60px;
    margin: 10px;
    width: 28%;
    padding-top: 1.5%
    }
@media only screen and (max-width: 1055px) {
    .announce-header img.popup-logo {
        width: 40%
        }
    }
@media only screen and (max-width: 760px) {
    .announce-header img.popup-logo {
        width: 100%;
        margin: 0;
        padding: 0;
        display: block;
        background: none
        }
    }
.announce-header .close {
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer
    }
.announce-content {
    padding: 3%;
    overflow: hidden;
    background: #551E21;
    clear: both
    }
.announce-content img {
    padding-left: 2%;
    width: 175px
    }
@media only screen and (max-width: 760px) {
    .announce-content img {
        float: none
        }
    }
.announce-title {
    float: left;
    font-size: 35px;
    font-family: "Trajan W01 Regular";
    width: 65%;
    padding: 3%
    }
@media only screen and (max-width: 1055px) {
    .announce-title {
        width: 55%
        }
    }
.announce-content p.date {
    font-size: 20px;
    color: #FCEFCC;
    text-transform: uppercase;
    font-family: "Trajan W01 Regular";
    margin-bottom: 10px
    }
@media only screen and (max-width: 760px) {
    .announce-content p.date {
        clear: both;
        margin-top: 10px
        }
    }
.announce-content p.headline {
    font-size: 18px;
    color: #fff;
    font-family: "Arial";
    margin-bottom: 20px
    }
.announce-content a.button {
    background: url(/images/button.png) no-repeat scroll center top rgba(0, 0, 0, 0);
    font-size: 14px;
    height: 34px;
    line-height: 34px;
    padding: 0;
    text-transform: none;
    width: 130px;
    font-family: "Trajan W01 Regular";
    text-align: center
    }
.announce-content p.twitter {
    color: #3284a2;
    font-size: 22px;
    font-family: "ITC Caslon 224 W01 Book";
    margin-bottom: 20px
    }
#twitter-outer {
    background: url(../images/twitter-popup.jpg) left top no-repeat;
    padding-left: 90px
    }
.twitter-placeholder {
    background: #00526e;
    padding: 2%;
    font-family: "ITCCaslon224W01-BookIt";
    font-size: 26px;
    line-height: 28px;
    color: #fff
    }
.twitter-placeholder a {
    color: #fff
    }
.twitter-placeholder span.tw-text {
    display: block;
    font-size: 26px
    }
.twitter-placeholder span {
    font-size: 14px
    }
.twitter-placeholder span.tw-auth {
    margin-right: 5px
    }
p.date {
    color: #fff
    }
.sf p.date {
    color: #fff
    }
@media only screen and (max-width: 600px) {
    .announce-box {
        width: 90%
        }
    }