/*
Public Screen Stylesheet

(1)  Global
(2)  Layout
(3)  Specific Typography
(4)  Navigation
(5)  Lists
(6)  Tables
(7)  News Module
(8)  Send Page Module
(9)  Forms
(10) Pagination



/* (1) Global ========================================*/
* {
    margin: 0;
    padding: 0;
}
body#public {
    background: #d1d2d4;
    color: #555;
    font: 14px/1.8 'Quattrocento', Georgia, "times new roman", times, serif;
    padding: 12px 0 0 0;
    margin: 0;
    text-align: center;
}
a img {
       border: 0 none;
}
#mainNav li ul, #footerNav li ul {
   display:none !important;
}
.center {
    text-align: center;
}
.errorMessage {
    font-weight: bold;
    color:#f00;
}
.Left {
    float: left;
    margin: 10px 10px 10px 0;
}
.Right {
    float: right;
    margin: 10px 0 10px 10px;
}
hr {height: 1px; color: #efefef; background: #efefef; margin: 10px 0; padding: 0;}

/* Start Self Clearing */

#outerWrap:after, .section:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

/* End Self Clearing */



/* (2) Layout ========================================*/

#outerWrap {
    background: #fff;
    padding-bottom: 40px;
}
#innerWrap {
    margin: 0 auto;
    position: relative;
    text-align: left;
    width: 960px;
}
#header {
    float: left;
    margin: 0;
    padding: 0;
    position: relative;
    width: 960px;
}
#header p {
    color: #fff;
    float: right;
    font-size: 22px;
    margin: 25px 0 0 0;
    text-align: right;
}
#header p span {
    color: #ddd;
    display: block;
    font-size: 13px;
    margin-bottom: 5px;
}
#contentWrap {
    float: left;
    width: 960px;
}
#featureWrap {
    float: left;
    margin: 0 0 30px 0;
    width: 960px;
}
#featureImg {
    float: left;
    height: 200px;
    overflow: hidden;
    width: 960px;
}
.testimonial .webpageWrapper {
    margin-bottom: 30px;
    position: relative;
}
.testimonial .webpageWrapper h1 {
    bottom: -50px;
    font-size: 14px;
    font-style: italic;
    position: absolute;
}
.leftCol {
    float: left;
    line-height: 1.4;
    margin: 0 10px 80px 20px;
    width: 310px;
}
#footer .leftCol {
    margin-bottom: 20px;
}
.rightCol {
    float: right;
    margin: 0 20px 0 0;
    width: 580px;
}
.webpageWrapper, .section {
    margin-bottom: 50px;
}
.buckets ul.bucket {
    list-style: none;
    margin: 0 0 0 -30px !important;
}
.buckets ul.bucket li {
    float: left;
    margin-left: 30px;
    width: 270px;
}
.buckets ul.bucket li li {
    list-style: disc;
    list-style-position: inside;
    margin-left: 0;
}
#footerWrap {
    background: url("./graphics/images/bg-footerWrap.gif") no-repeat 50% 36px;
}
#footerBg {
    background: url("./graphics/images/bg-footerTop.gif") no-repeat 50% 0;
    padding-top: 95px;
    margin: -63px auto 0 auto;
    width: 960px;
}
#footer {
    background: #58585a url("./graphics/images/bg-footer.jpg") no-repeat 50% 0;
    color: #fff;
    padding-top: 30px;
    position: relative;
    text-align: left;
    margin: 0 auto;
    width: 960px;
}
#footer p {
    font-size: 14px;
}

#footer address {
    font-style: normal;
}
.contactUs {
    line-height: 1.8;
}
#footerCap {
    background-color: #272729;
    border-top: 2px solid #6d6e72;
    clear: both;
    padding: 10px 20px;
}
#footerCap p {
    color: #ccc;
    font-size: 12px;
    font-style: normal;
    margin: 0;
}


/* (3) Specific Typography ========================================*/

p {
    margin-bottom: 18px;
}
h1 {
    border-left: 5px solid #d1d2d4;
    color: #6d6e72;
    font-size: 22px;
    font-weight: 100;
    line-height: 24px;
    margin-bottom: 18px;
    padding-left: 14px;
}
h1.gendocsPageTitle {
    border-left: 5px solid #d1d2d4;
    color: #6d6e72;
    font-size: 22px;
    font-weight: 100;
    line-height: 24px;
    margin-bottom: 18px;
    padding-left: 14px;
}
.home .webpageWrapper h1 {
    display: none;
}
#footer h1 {
    color: #ccc;
    border-left: 0 none;
    border-bottom: 1px solid #7d7d7f;
    padding-left: 0;
}
h2 {
    color: #981e32;
    font-size: 18px;
    font-weight: 100;
    line-height: 24px;
    margin-bottom: 18px;
}
sup {
    font-size: 9px;
}



/* (4) Navigation ========================================*/

a:link,
a:visited {
    border-bottom: 1px dotted #ccc;
    color: #981E32;
    text-decoration: none;
}
a:hover,
a:active {
    border-bottom: 1px solid #333;
    color: #333;
    text-decoration: none;
}
#footer a {
    border: 0 none;
    color: #ccc;
    text-decoration: none;
}
#footer a:hover {
    border: 0 none;
    text-decoration: underline;
}
#logo {
    border: 0 none;
    float: left;
    margin: 18px 0 32px 22px;
}
#logo a {
    border: 0 none;
}
#logo a:hover {
    border: 0 none;
}
#mainNav {
    background: #58585a url("./graphics/images/bg-mainNav.gif") repeat-x;
    float: right;
    position: relative;
    top: -12px;
    width: 600px;
}
#mainNav ul {
    float: left;
    margin: 0;
}
#mainNav li {
    display: block;
    float: left;
    text-align: center;
}
#mainNav li a {
    border: 0 none;
    border-right: 1px solid #58585b;
    color: #fff;
    display: block;
    font-size: 16px;
    font-weight: 100;
    font-variant: small-caps;
    padding: 162px 0 10px 0;
    text-decoration: none;
}
#mainNav li.item1 a {
    width: 80px;
}
#mainNav li.item2 a {
    width: 80px;
}
#mainNav li.item3 a {
    width: 90px;
}
#mainNav li.item4 a {
    width: 125px;
}
#mainNav li.item5 a {
    width: 115px;
}
#mainNav li.item6 a {
    width: 103px;
}
#mainNav li a.last {
    border-right: 0 none;
}
#mainNav li a:hover, #mainNav li a.current {
    background: #57585a;
    border: 0 none;
    border-right: 1px solid #58585b;
    color: #fff;
    text-decoration: none;
}
#subNav ul {
    list-style: none;
    margin: 0 0 30px 0;
}
#subNav li {
    margin-bottom: 1px;
}
#subNav li a {
    background: #d1d2d4;
    border: 0 none;
    border-left: 5px solid #666;
    color: #555;
    display: block;
    font-size: 16px;
    font-variant: small-caps;
    padding: 4px 8px;
}
#subNav li a:hover {
    background: #ccc;
    border: 0 none;
    border-left: 5px solid #666;
    color: #333;
}
#subNav li a.current {
    background: #B20737;
    border: 0 none;
    border-left: 5px solid #666;
    color: #fff;
}
#footerNav {
    margin-left: 10px;
}
#footerNav ul {
    margin: 0 0 40px 0;
}
#footerNav li {
    color: #7d7d7f;
    list-style: disc;
    list-style-position: inside;
}
#footerNav li a {
    color: #fff;
    padding: 0 8px 0 0;
    text-decoration: none;
}
#footerNav li a:hover {
    text-decoration: underline;
}
.moreLink {
    display: block;
    border-top: 1px solid #d1d2d4;
}
.moreLink a {
    background: #fff;
    border: 0 none;
    display: block;
    float: right;
    font-size: 11px;
    margin-top: -10px;
    padding: 0 0 0 8px;
}
.moreLink a:hover {
    border: 0 none;
}
.printPage a {
    background: url("./graphics/images/ico-print.png") no-repeat right center;
    display: block;
    margin-right: 20px;
    padding-right: 24px;
}

.social {
    list-style-type: none;
    float: right;
    }

.facebook {
    background: url("./graphics/images/ico-facebook.png") no-repeat right center;
    display: block;
    margin-right: 20px;
    padding-right: 24px;
}

.linkedin {
    background: url("./graphics/images/ico-linkedin.png") no-repeat right center;
    display: block;
    margin-right: 20px;
    padding-right: 24px;
}

#adminNav {
    bottom: 50px;
    left: 0;
    margin: 0;
    position: absolute;
}
#adminNav li.menuTrigger {
    cursor: pointer;
    text-indent: -100000px;
    overflow: hidden;
    padding: 10px;
}
#adminNav li.menuTrigger>a {
    background: url("./graphics/images/btn-adminNav.gif");
    display: block;
    height: 16px;
    width: 16px;
}
#adminNav li.menuTrigger>a:hover {
    background-position: 0 -16px;
}
#adminNav ul {
    left: -7px;
    list-style: none;
    position: absolute;
    bottom: 8px;
}
#adminNav li li {
    display: block;
    text-indent: 0;
    width: 100px;
}
#adminNav li li a {
    background: transparent url("./graphics/images/bg-adminNav.png") no-repeat right 0;
    color: #d1d2d4;
    display: block;
    float: left;
    font-size: 12px;
    font-weight: 100;
    height: 30px;
    margin-bottom: 1px;
    padding-right: 10px;
    position: relative;
    text-decoration: none;
    width: 100px;
}
#adminNav li li a span {
    background: transparent url("./graphics/images/bg-adminNav.png") no-repeat 0 -30px;
    display: block;
    line-height: 10px;
    padding: 10px 0 10px 35px;
}
#adminNav li li a span img {
    left: 10px;
    position: absolute;
    top: 8px;
}
#adminNav li li a:hover {
    background: transparent url("./graphics/images/bg-adminNav.png") no-repeat right -60px;
    color: #fff;
    text-decoration: none;
}
#adminNav li li a:hover span {
    background: transparent url("./graphics/images/bg-adminNav.png") no-repeat 0 -90px;
}
#credit {
    float: right;
    margin: 0;
}



/* (5) Lists ========================================*/

ol, ul {
    margin-left: 3em;
}
.rightCol ul,
.leftCol ul {
    margin: 0 0 18px 24px;
}
.rightCol li,
.leftCol li {
    line-height: 1.8;
    list-style-position: outside;
}



/* (6) Tables ========================================*/

table {
    width: 100%;
}
th {
    background: #dfdfdf;
    color: #222;
    font-size: 14px;
    font-weight: 500;
}



/* (7) News Module ========================================*/

.newsList {
    clear: both;
    margin: 20px 0 0 0 !important;
    list-style: none;
}
.newsList li {
    margin: 0 0 20px 0;
}
.rightCol .newsList li {
    margin: 0 0 20px 0;
    border-bottom: 1px solid #efefef;
    padding: 0 0 20px 0;
}
.newsList h2 {
    font-weight: 100;
    line-height: 18px;
    margin-bottom: 0;
}
.newsList h2 a {
    font-size: 14px;
}

.rightCol .newsList h2 a {
    font-size: 20px;
    line-height: 30px;
}

.newsList p {
    margin-bottom: 0;
}
.newsBlurb p {
    margin-bottom: 18px;
}
.newsSubHeadline {
    font-weight: 700;
}
.meta {
    color: #666;
    font-size: 12px;
    margin-bottom: 18px;
}
.newsBlurb {
    margin-top: 8px;
    font-size: 12px;
}
.newsDetailWrapper h1 {
    margin-bottom: 0;
}
#freedom_calendar { position: absolute; left: 100px; top: 100px; width: 175px; z-index: 100; visibility: hidden; clip:rect(0px 175px 145px 0px); height:145px; }



/* (7) Send Page Module ========================================*/

.sendpage { clear:both; }

.sendpageBody {
    background: #d1d2d4;
    color: #444;
    font: 12px "times new roman", times, serif;
    padding: 2%;
    text-align: left;
}
.sendpageBody div, .sendpageBody td {
    padding: 2px 0px;
}

.sendpageBody p, .sendpageBody span {
    padding: 15px;
}
.sendpageBody table {
    margin-top: -13px;
}
.sendpageBody table td {
    font: 12px "times new roman", times, serif;
}
.sendpageBody form {
    margin: 0;
}
.sendpageFormText {
    text-align: left;
}
.sendpageFormTextRequired {
    text-align: right;
    padding-right: 10px;
}
.sendpageBody form p {
    color: #333;
    font-weight: bold;
    font-size:14px;
    margin-top: -15px;
}
.sendpageBody input[type="text"] {
    font-size:12px;
    padding: 3px;
    margin-bottom: 2px;
    width: 120px;
}
.sendpageBody textarea {
    height: 50px;
    width: 100%;
}



/* (9) Forms ========================================*/

#form input, select, form input {
    color: #AFAFB1;
    font-size: 16px;
    padding: 5px;
    border: 1px solid #a7a9ac;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background: #FFFFFF; /* old browsers */
    background: -moz-linear-gradient(top, #D3D3D3 0%, #FFFFFF 17%); /* firefox */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#D3D3D3), color-stop(17%,#FFFFFF)); /* webkit */
    }

a.button, #form input[type="submit"], .eventBigLink, form input[type="submit"], .submitGroup a, #tableForm a, .formButtons a {
    font: 14px/1.8 'Quattrocento', Georgia, "times new roman", times, serif;
    padding: 10px 20px;
    margin: 10px 0;
    background: #B20737;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    color: #fff !important;
    font-weight: normal;
    border: 0;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.3), 0 1px 0 0 rgba(255, 255, 255, 0.7) inset, 0 -2px 0 0 rgba(0, 0, 0, 0.1) inset;
    -webkit-box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.3), 0 1px 0 0 rgba(255, 255, 255, 0.7) inset, 0 -2px 0 0 rgba(0, 0, 0, 0.1) inset;
    box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.3), 0 1px 0 0 rgba(255, 255, 255, 0.7) inset, 0 -2px 0 0 rgba(0, 0, 0, 0.1) inset;
    font-weight: normal;
    position: relative;
    z-index: 999;
    height: 40px;
    }

a.button:hover, #form input[type="submit"]:hover, form input[type="submit"]:hover {
    cursor: pointer;
    background: #555;
    }

form div.formtext, form div.formtextRequired {
    clear: both;
    float: left;
    margin: 0 8px 4px 0;
    text-align: right;
    width: 13em;
}

form input, form select {
    display: block;
    margin-bottom: 5px;
}

span input {
    display: inline;
}



/* (10) Pagination ========================================*/

.pagination {
    clear: both;
    display: block;
}
.pagination a, .pagination a:link, .pagination a:visited {
    text-decoration: none;
}
.pagination .prevnextCurrent, .pagination .prevnextWindow, .pagination .prevnextWindowArrow {
    border: solid 1px #ccc;
    margin: 0;
    padding: 4px 6px;
    font-size: 11px;
    margin-right: 2px;
    display: inline;
    display: inline-block;
}
.pagination a.prevnextWindow:hover, .pagination a.prevnextLink:hover, .pagination .prevnextWindowArrow:hover {
    border: solid 1px #000;
    color: #000;
}
.pagination .prevnextCurrent {
    background: #ccc;
    color: #000;
    font-weight: bold;
    padding: 4px 6px;
}
.pagination a.prevnextLink {
    border: 1px solid #ccc;
    padding: 4px 6px 4px;
    margin-right: 2px;
    font-size: 11px;
    display: block;
}

/* ModuleBegin::broadcastemail */
.enewsWrapper div { }
.enewsWrapper span { display: block; }
.enewsText { }
.enewsEmail { }
/* ModuleEnd::broadcastemail */



/* ModuleBegin::blog */
.blogListWrapper h2 {margin-bottom: 0;}
.blogComments {margin-bottom: 10px; padding-bottom: 10px; border-bottom: 1px solid #eee;}
.blogArchiveMonth { padding-left:10px; }
.blogArchiveYear { font-weight: bold; }
.blogDate { padding:5px; font-weight: bold; background-color: #eeeeee; margin-bottom: 10px;}
.blogDividerComments { height: 1px; background-color:#cccccc; }
.blogDividerTop { height: 1px; background-color:#cccccc; }
.blogEntry { padding-top: 5px; }
.blogEntryFooter { padding-bottom: 10px; }
.blogFooter { height: 1px; background-color:#cccccc; }
.blogPosted { padding-bottom: 5px; padding-top: 5px; color: #000066; }
.blogTitle { color: #000066; font-weight: bold; padding-top: 10px; }
/* ModuleEnd::blog */

/* (13) Staff Directory
==================================================*/

.staffSect ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.staffSect li {
    float: left;
    height: 320px;
    margin: 0 23px 20px 0;
    width: 170px;
    padding: 0;
}
.staffSect a.photo {border-bottom:0;}
.staffSect img.staffPic {
    border: 10px solid #efefef;
    float: right;
    margin: 0 0 8px 20px;
}
.staffSect a:hover img.staffPic {
    border-color: #ccc;
}
.staffSect li img.staffPic {
    float: none;
    margin: 0 0 8px 0;
}
.staffSect h2 {
    margin-bottom: 0;
    color: #981e32;
}
.staffSect h3 {
    font-size: 12px;
    line-height: 18px;
}
.staffSect h3.detail {
    margin: 10px 0;
}
.staffSect h2 a {
    color: #981e32;
}
.staffSect ul.teamSocialLi {
    list-style: none;
    list-style-position: inside;
    margin-top: 10px;
    margin-bottom: 40px !important;
}
.staffSect ul.teamSocialLi li {
    float: none;
    height: auto;
    margin-bottom: 0;
    width: auto;
}
.staffCallout {
    background: #256c8c;
    color: #fff;
    float: left;
    font-size: 11px;
    margin-bottom: 32px;
    padding: 10px;
    position: relative;
    width: 260px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}
.staffCallout h1 a, .staffCallout li a {
    color: #fff;
}
.staffCallout h1 {
    font-size: 16px;
    margin-bottom: 4px;
}
.staffCallout h2 {
    color: #74c6de;
    font-size: 10px;
    margin-bottom: 8px;
}
#detail ul li {
    float: none;
    height: auto;
    margin: 0 8px 8px 0;
    width: auto;
}
#detail ul {
    list-style: disc;
    margin: 0 0 0 20px;
}

.csLister h2 a, .csLister h2 {color: #981e32; margin-bottom: 0;}
.caseBlurb p {display: inline; }
.caseBlurb {margin-bottom: 30px; border-bottom: 1px solid #efefef; margin-bottom: 20px; padding-bottom: 20px;}
.csBox {margin-bottom: 30px;}
.blogLink, .facebookLink {margin-top: 40px;}
.blogLink a, .newsletterLink a, .facebookLink a {border-bottom: 0;}
.interiorNews {margin-bottom: 30px;}
.newsletterLink {margin-top: 30px;}

.addthis_toolbox {border-top: 1px solid #efefef; border-bottom: 1px solid #efefef; padding-top: 12px;}
.addthis_toolbox a {border: 0;}
