@import url(//fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,400italic,600,600italic,700,700italic,800,800italic);

h1, h2, h3, h4, h5, h6, ol, ul, li, dl, dd, dt, p, img {
    margin: 0;
    padding: 0;
}

h1, h2 {
    line-height: 1.2;
}

img {
    border: 0;
}

ul {
    list-style: none;
}

a:link,
a:visited {
    text-decoration: none;
}

a:hover,
a:focus,
a:active {
    text-decoration: underline;
    outline: 0;
}

body {
    margin: 20px auto;
    font: 100%/1.4 "Open Sans", sans-serif;
    max-width: 2560px;
    min-width: 980px;
}

[hidden] {
    display: none;
}

/* Navigation */

.navigation-menu {
    display: table;
    margin: 0 auto;
}

/* Firefox */
@-moz-document url-prefix() {
    .navigation-menu {
        margin-bottom: 20px;
    }

    #content-page .navigation-menu {
        margin-bottom: 40px;
    }
}

.navigation-menu > li {
    display: table-cell;
    padding-left: 10px;
    padding-bottom: 5px;
    vertical-align: bottom;
    position: relative;
    top: -15px;
}

.navigation-menu > li:first-child {
    padding-left: 0;
}

.navigation-menu > li.list-item-3 {
    top: 0;
}

/* Sub Navigation Menu */

.sub-navigation-menu {
    display: none;
    position: absolute;
    z-index: 1000;
    white-space: nowrap;
    margin-top: 4px;

    -moz-border-radius: 0 0 6px 6px;
    -webkit-border-radius: 0 0 6px 6px;
    border-radius: 0 0 6px 6px;
}

.sub-navigation-menu a:link,
.sub-navigation-menu a:visited,
.sub-navigation-menu a:hover,
.sub-navigation-menu a:focus,
.sub-navigation-menu a:active {
    padding: 8px;
    line-height: 1;
    display: block;
    vertical-align: middle;
}

.sub-navigation-menu > li:last-child a:hover,
.sub-navigation-menu > li:last-child a:focus,
.sub-navigation-menu > li:last-child a:active {
    -moz-border-radius: 0 0 6px 6px;
    -webkit-border-radius: 0 0 6px 6px;
    border-radius: 0 0 6px 6px;
}
/* Header */

#header {
    width: 980px;
    margin: 20px auto;
    display: table;
}

#logo,
#search {
    display: table-cell;
    vertical-align: top;
    text-align: left;
}

#search {
    text-align: right;
    padding-top: 20px;
}

#search input {
    vertical-align: middle;
}

#search input.search-field {
    -o-appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;

    width: 170px;
    border: 1px solid #f1211f;
}

.ie6 #search input.search-field {
    width: 172px;
}

.ie7 #search {
    margin-right: -8px;
}

.ie7 #search input.search-field {
    width: 167px;
}

.ie8 #search {
    margin-right: -8px;
}

.ie8 #search input.search-field {
    width: 167px;
}

/* Firefox */
@-moz-document url-prefix() {
    #search input.search-field {
        width: 172px;
    }
}

/* IE 9 and 10, 11? */
@media screen and (min-width: 0) {
    #search input.search-field {
        width: 168px !important;
    }
}

#search input[type="search"]:focus {
    outline: 0;
}

/* Feeds */

.feed-content {
    padding: 5px 10px 10px 10px;
    margin: 0 5px;
    overflow: hidden;
    font: 0.8em/1.4 Georgia, "Times New Roman", serif;
}

#home-page .feed-content {
    height: 223px;
    /*height: 255px;*/
}

.feed-content li:first-child {
    margin-bottom: 10px;
}

#content-page .feed-content {
    margin: 0;
}

.content-page .feed-content {
    margin: 0;
}

.feed-content strong {
    color: #222;
}

#facebook-content {
    height: 120px;
}

#twitter-content .features {
    text-align: center;
}

#twitter-content .features a {
    font-weight: normal;
    font-style: italic;
    margin-left: 10px;
}

#twitter-content .features a:first-child {
    margin-left: 0;
}

#follow-us-on-twitter {
    padding-bottom: 32px;
}

#content-page #follow-us-on-twitter {
    padding-bottom: 2px;
}

/* Masthead */

.masthead {
    display: table;
    margin: 0 auto;
    /*width: 974px;*/
    width: 958px;
}

.masthead > li {
    display: table-cell;
    vertical-align: top;
    text-align: left;
   /* position: relative;*/
}

.masthead li.banner {
    text-align: center;
    padding-top: 5px;
}

.masthead > li.nav > ul {
    padding: 10px 15px 10px 15px;
    height: 213px;
    margin: 0 5px 5px 5px;
}

#masthead-text {
    text-align: left;
    min-height: 44px;
    margin: 0 5px 5px 5px;
    padding: 5px;
}

/*
#masthead-text.no-content {
    display: none;
}
*/

.masthead {
    position: relative;
}

.masthead .images {
    position: relative;
    /*z-index: 1;*/
}

.masthead .images li {
    position: relative;
    position: absolute;
    cursor: pointer;
    /*z-index: 1;*/
}

.masthead .images li,
.masthead .images li img {
    display: none;
}

.masthead li.banner,
.masthead .images,
.masthead .images li {
    width: 655px;
}

/*
.masthead .images,
.masthead .images li {
    height: 414px;
}
*/

.masthead .images li.li-0 {
    display: list-item;
}

.masthead .images li.li-0 img {
    display: inline;
}

.masthead > li.nav > ul.home-babies {
    margin: 0;
    padding: 0;
    position: relative;
    background: none;
}

.masthead > li.nav > ul.home-babies,
.masthead > li.nav > ul.home-babies li {
    width: 290px;
    height: 209px;
}

.masthead > li.nav > ul.home-babies li {
    display: none;
    position: absolute;
    top: 0;
    left: 5px;
}

.masthead > li.nav > ul.home-babies li.li-0 {
    display: block;
}

/* Content */

#home-page .content-area {
    display: none;
}

.content-area,
.service-nav {
    display: table;
    width: 980px;
    margin: 20px auto;
}

#content-page .service-nav {
    margin-top: 40px;
}

.service-nav {
    border-collapse: separate;
    /*width: 980px;*/
    width: 958px;
}

.service-nav > li {
    padding: 10px 10px 20px 10px;
    width: 270px;
}

/*
.service-nav > li ul {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
}
*/

/*
.service-nav > li.item-1,
.service-nav > li.item-2 {
    padding-right: 27px;
}
*/
/*
.service-nav > li.item-1 {
    padding-right: 27px;
}
*/

/*
.service-nav > li.item-2 h2 {
    width: 294px;
}
*/

.service-nav > li.item-3 h2 {
    width: auto;
}

.service-nav > li,
.content-area .content-area,
.content-area .content-menu-wrapper {
    display: table-cell; 
    vertical-align: top;
}

.content-area .content-menu-wrapper {
    width: 174px;
    padding: 0 20px 10px 0;
    position: relative;
    top: -60px;
    text-align: left;
}

.content-menu-wrapper .list-banner {
    padding: 20px;
}

.content-menu a:link,
.content-menu a:visited,
.content-menu a:hover,
.content-menu a:focus,
.content-menu a:active {
    padding: 5px 20px 5px 20px;
    font-size: 12px;
    display: block;
}

/* Footer */

ul.footer {
    display: table;
    width: 980px;
    margin: 0 auto;
    position: relative;
    padding-top: 63px;
    padding-bottom: 63px;
}

ul.footer .community-outreach {
    width: 160px;
}

ul.footer a:link,
ul.footer a:visited,
ul.footer a:hover,
ul.footer a:focus,
ul.footer a:active {
    padding-right: 8px;
}

ul.footer > li:first-child {
    text-align: center;
    vertical-align: top;
    padding-top: 100px;
    padding-left: 10px;
    padding-right: 20px;
}

ul.footer > li {
    display: table-cell;
    vertical-align: top;
    padding: 10px 0;
}

ul.footer .social {
    position: absolute;
    left: 0;
    bottom: 5px;
    padding-bottom: 0;
    width: 978px;
    text-align: right;
}

ul.footer .social li {
    display: inline;
}

ul.footer .social li img {
    margin-right: 10px;
}

ul.copyright:before {
    display: block;
    content: "";
    height: 10px;
}

ul.copyright {
    width: 980px;
    margin: 0 auto;
}

ul.copyright li {
    display: inline;
}

ul.copyright li a {
    margin-right: 10px;
}

/* Color and Images */

body {
    background: #ddd url(/images/body_bg.gif) repeat;
}

/* Content */

#content-page .content-area-wrap {
    position: relative;
    z-index: 200;
    width: 980px;
    margin: 0 auto;
    background: url(/images/bg_content_middle.png) repeat-y top left;
}

.content-menu .heading a:link,
.content-menu .heading a:visited,
.content-menu .heading a:hover,
.content-menu .heading a:focus,
.content-menu .heading a:active {
    font-size: 32px;
    margin: 0;
    padding: 0 10px 20px 10px;
    text-decoration: underline;
    display: block;
    background: #d5c6ac;
}

#content-page .content-area {
    position: relative;
    z-index: 10;
    padding-bottom: 20px;
}

#content-page .content-area .content-menu-wrapper{
    top: 0;
    width: 198px;
}

#content-page .content-area .content {
    padding-top: 10px;
    padding-bottom: 60px;
}

#content-page .content {
    padding-right: 40px;
    padding-left: 10px;
}

#content-page .content-menu,
#content-page .content {
    position: relative;
    z-index: 8;
}

#content-page .content-menu .heading {
    margin-bottom: 20px;
}

#content-page #top-decor {
    width: 980px;
    height: 300px;
    top: -20px;
    left: 0;
    position: absolute;
    z-index: 5;
    background: url(/images/bg_content_top_4.png) no-repeat top left;
}

#content-page .no-sub #top-decor {
    background-image: url(/images/bg_content_top_3.png);
}

#content-page #bottom-decor {
    width: 980px;
    height: 300px;
    bottom: -20px;
    left: 0;
    position: absolute;
    z-index: 5;
    background: url(/images/bg_content_bottom_2.png) no-repeat bottom left;
}

.contentpic2 {
    padding: 5px;
    margin: 20px 0 20px 20px;
    border: 1px solid #888;
    background: #fff;

    -moz-box-shadow: 4px 4px 6px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 4px 4px 6px rgba(0, 0, 0, 0.3);
    box-shadow: 4px 4px 6px rgba(0, 0, 0, 0.3);
}

/* Navigation Colors and Images */

.navigation-menu > li > a:link,
.navigation-menu > li > a:visited,
.navigation-menu > li > a:hover,
.navigation-menu > li > a:focus,
.navigation-menu > li > a:active {
    color: #000;
    font-size: 1.4em;
    margin-left: 44px;
}

.navigation-menu > li:first-child > a:link,
.navigation-menu > li:first-child > a:visited,
.navigation-menu > li:first-child > a:hover,
.navigation-menu > li:first-child > a:focus,
.navigation-menu > li:first-child > a:active {
    margin-left: 0;
}

.navigation-menu > li > .sub-navigation-menu {
    margin-left: 44px;
}

.navigation-menu > li:first-child > .sub-navigation-menu {
    margin-left: 0;
}

/* Masthead Colors and Images */

#masthead-text {
    background: #8a1035;
    color: #fff;
}

.sn-icons {
    float: right;
}

.sn-icons-twitter {
    margin-left: 8px;
}

.masthead {
    border: 3px solid #7b0327;
}

.masthead li.nav {
    border-left: 3px solid #7b0327;
}

.masthead li.nav  ul {
    background: url(/images/common_bg.gif) repeat top left;
}

.masthead a:link,
.masthead a:visited,
.masthead a:hover,
.masthead a:focus,
.masthead a:active {
    color: #7b0327;
    font-weight: bold;
    display: block;
}

.masthead a:hover,
.masthead a:focus,
.masthead a:active {
    text-decoration: underline;
}

/* Services */

.service-nav .item-1 {
    background: url(/images/service_item_1_bg2.png) repeat-y top right;
}

.service-nav .item-2 {
    background: url(/images/service_item_2_bg.png) repeat-y top right;
}

.service-nav .item-3 {
    background: url(/images/common_bg.gif) repeat top left;
}

.service-nav a:link,
.service-nav a:visited,
.service-nav a:hover,
.service-nav a:focus,
.service-nav a:active {
    font-size: 0.8em;
    color: #000;
    padding-right: 20px;
}

.service-nav h2 {
    font-size: 1.2em;
    padding: 10px;
    line-height: 1;
    color: #000;
    background: #FFF;
    margin: 0 0 10px 0;
    text-align: center;
    border: 2px outset #aaa;
}

.service-nav h2 a:link,
.service-nav h2 a:visited,
.service-nav h2 a:hover,
.service-nav h2 a:focus,
.service-nav h2 a:active {
    display: block;
    background: #aa0235;
    color: #fff;
    padding: 5px;
    border: 3px double #fff;
}

/* Sub Navigation Menu */

.sub-navigation-menu {
    background: #990330;
}

.sub-navigation-menu a:link,
.sub-navigation-menu a:visited,
.sub-navigation-menu a:hover,
.sub-navigation-menu a:focus,
.sub-navigation-menu a:active {
    color: #FFF;
    text-decoration: none;
}

.sub-navigation-menu a:hover,
.sub-navigation-menu a:focus,
.sub-navigation-menu a:active {
    text-decoration: underline;
}

/* =================== */

#toolbar {
    position: absolute;
    top: -20px;
    right: 40px;
    z-index: 100;
}

#breadcrumbs {
    position: absolute;
    width: 345px;
    top: 0;
    left: 230px;
    z-index: 100;
    font-size: 86%;
    font-weight: bold;
    color: #740013;
    line-height: 1.2;
    text-align: left;
    margin-right: 575px;
}

#breadcrumbs li {
    display: inline;
    margin-left: 8px;
}

#breadcrumbs li:before {
    content: "\2192\00A0";
}

#breadcrumbs li:first-child {
    margin-left: 0;
}

#breadcrumbs li:first-child:before {
    content: "";
}

#breadcrumbs a:link,
#breadcrumbs a:visited,
#breadcrumbs a:hover,
#breadcrumbs a:focus,
#breadcrumbs a:active {
    color: #756544;
    text-decoration: underline;
}

/* =================== */

ul.footer h3 {
    font-size: 90%;
    line-height: 1.2;
    text-decoration: underline;
}

ul.footer > li:first-child h3 {
    text-indent: -9000em;
}


.ielt8 #header,
.ie8 #header {
    display: block;
    /*min-height: 162px;*/
}


.ielt8 #logo,
.ie8 #logo {
    float: left;
    display: block;
    width: 600px;
    height: 157px;
}


.ielt8 #header-banner,
.ie8 #header-banner {
    width: 200px;
    height: 74px;
}


.ielt8 #search,
.ie8 #search {
    float: right;
    display: block;
}

.ielt8 .service-nav .item1 h2,
.ielt8 .service-nav .item2 h2 {
    width: 250px;
}

.ielt8 ul.footer > li:first-child {
    width: 300px;
}

.ielt8 ul.footer .foundation {
    width: 250px;
}

#mobile-html {
    font-size: 10px;
}

body.mobile-site {
    font-size: 3.6em;
}

.mobile-site .contentimage {
   display: block;
   height: auto;
    text-align: center;
}

.mobile-site .contentimage img {
    display: inline;
    max-width: 100%;
}

.mobile-site .contentpic2,
.mobile-site .pageContent {
   padding: 0;
   margin: 0;
}

#mobile-logo,
#mobile-return-to-menu {
    display: block;
}

#mobile-header,
#mobile-footer {
    text-align: center;
}

#mobile-logo {
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    height: auto;
}

#mobile-content-area {
    padding-left: 2em;
    padding-right: 2em;
    font-size: 1.2em;
}

#mobile-return-to-menu,
#mobile-return-to-full {
    display: inline-block;
    margin-top: 1em;
    margin-bottom: 1em;
    margin-left: auto;
    margin-right: auto;
    border: 0.1em solid #7d092c;
    font-size: 1.5em;
}

#mobile-return-to-menu,
#mobile-return-to-full {
    color: #fff;
}

#mobile-return-to-menu span,
#mobile-return-to-full span {
    display: inline-block;
    background: #7d092c;
    padding: 0.25em;
    border: 0.1em solid #fff;
}

/* Next CSS */
/* Genoa Community Hospital */

.service-nav .item-2 a:link, .service-nav .item-2 a:hover, .service-nav .item-2 a:visited {
    color:white;
}

ul.footer .community-outreach {
    padding-left: 180px;
}

ul.footer .phone {
    white-space: nowrap;
}

ul.footer .footer-banners img {
    position: relative;
    left: 20px;
}

.service-content.service-content-2 {
color: #FFF;
}

/*
.home-babies {
   position: relative;
   top: -125px;
}
*/

.masthead > li.nav > ul.home-babies {
    margin-top: 20px;
}

#using-ie8 .masthead > li.nav > ul.home-babies {
    margin-bottom: 5px;
}

.appt-box {
    display:none;
}

.service-content {
    color: #DBD5BD;
    width: 95%;
    font-size: 12px;
    padding-bottom: 20px;
}

.feature14.doc-office-number {
    color: #38625B;
    font-weight: bold;
}

.doctor {
    color: #528078;
}

ul.footer > li:first-child{
    text-align: center;
    padding-top: 50px;    
}

#search input.search-field {
    width: 172px;
    border: 1px solid #538078;
    height: 24px;
}

body {
    background: #E5DED0 url(/images/body_bg.gif) repeat-x;
}

ul.copyright li {
    float: left;
}

ul.copyright li.copyright-board-link {
    float: right;
}

ul.copyright {
    overflow: hidden;
}

table {
    font-size:12px;
    
}

table td {
    text-align:center;
    margin:0px auto;
}

table span.leader-title{
    font-size:10px;
    font-weight:bold;
}
table th {
    text-align:left;
    border-bottom:1px solid #ccc;
}

table tr.locations {
    border-bottom:1px solid #ccc;  
}

.image_caption {
    padding:5px;
    margin:5px 0px 5px 20px;
    float:left;    
}

.sub-navigation-menu .is-label {
    font-weight: bold;
    padding-left: 8px;
    padding-right: 8px;
    font-size: 16px;
}

/* News Ticker */

.rss-monthly-news-items dt {
    font-weight: bold;
    margin-top: 10px;   
}

/* Service */

.service-nav a:link,
.service-nav a:visited,
.service-nav a:hover,
.service-nav a:focus,
.service-nav a:active {
    font: 11px/14px "Open Sans", sans-serif;
color: #DBD5BD;
text-decoration: underline;
}

/* Content Page Left Menu */

ul.content-menu .is-label a:link,
ul.content-menu .is-label a:visited,
ul.content-menu .is-label a:hover,
ul.content-menu .is-label a:focus,
ul.content-menu .is-label a:active {
    color: #000;
    margin-top: 12px;
    text-decoration: none;
}

/* News Listing */

ul.news-pages {
    list-style: none;
    margin: 0;
    padding: 0;
}

ul.news-pages .date,
ul.news-pages .title {
    display: block;
}

ul.news-pages .date {
    font-weight: bold;
}

ul.news-pages .title {
    margin-bottom: 12px;
}

/* Masthead */

.masthead h2 {
    color: #000;
    font-size: 18px;
    margin-bottom: 10px;
}

#home-page .feed-content {
    max-width: 270px;
    /*height: 209px;*/
    word-wrap: break-word;
    font: 0.85em/20px "Open Sans", sans-serif;
}

/* Masthead Text (Overlay on Slideshow) */

#masthead-text {
    /*position: relative;*/
    position: absolute;
    bottom: 0;
    left: 0;
    width: 635px;
    z-index: 300;
    font-size: 1em;
    background: url(/images/masthead_text_background.png) repeat;
     /*background: #000;
     background: rgba(0, 0, 0, 0.5);*/
}

/* When there's no content in the masthead text area */
/*
#masthead-text.no-content {
    display: none;
}*/

.ielt10 #masthead-text {
     width: 635px;
     position: absolute;
     bottom: 0;
     left: 0;
}

/* Masthead Feed */

.masthead .feed-link {
   text-align: right;
}

.masthead .feed-link a:link,
.masthead .feed-link a:visited,
.masthead .feed-link a:hover,
.masthead .feed-link a:focus,
.masthead .feed-link a:active {
    color: #ee3f46;
}

/* Appointment Box - Below the three columns of links */

.appt-box {
   width: 958px;
   margin: 30px auto;
   overflow: hidden;
}

.appt-box-wrap {
   background: #e2cfae url(/images/appointment_box_background.jpg) no-repeat top left;
   height: 58px;
}

.appt-heading,
.appt-info {
    vertical-align: middle;
    text-align: center;
    font-size: 14px;
    height: 60px;
    line-height: 60px;
    float: left;
}

.appt-info {
    width: 600px;
    font-size: 12px;
    padding-left: 20px;
    float: left;
    color: #292929;
}

.ielt8 .appt-heading,
.ielt8 .appt-info {
    float: left;
    display: inline;
    zoom: 1;
    line-height: 60px;
    padding-left: 20px;
    padding-right: 20px;
}

.ielt8 .appt-info {
    width: 570px;
    padding-left: 0;
    padding-right: 0;
}

.appt-heading {
    padding-left: 40px;
    padding-right: 0;
    position: relative;
    width: 280px;
    text-align: left;
    color: #243F39;
}

.appt-box .phone-number,
.appt-box .phone-ext {
    font-weight: bold;
}

.appt-box .phone-ext {
   color: #243F39;
}

.content-menu .heading a:link {
    background: transparent;
}

.street-address {
    color: rgb(0, 0, 0);
    display: none;
}

.city {
    color: rgb(0, 0, 0);
    display: none;
}

.service-nav h2 {
    border: 0px outset #AAA;
    color: transparent;
    background: none;
    width: 260px;
}

.service-nav .item-1 h2 {
    background: url(/images/cp_lb.png) no-repeat top left;
    height: 145px;
}

.service-nav .item-2 h2 {
    background: url(/images/lb_rb.png) no-repeat top left;
    height: 145px;
}

.service-nav .item-3 h2 {
    background: url(/images/lb_cb.png) no-repeat top left;
    height: 145px;
}

.service-nav h2 a:link,
.service-nav h2 a:visited,
.service-nav h2 a:hover,
.service-nav h2 a:focus,
.service-nav h2 a:active {
    background: transparent;
    text-transform: uppercase;
    border: none;
    color: #Ffffff;
    font-weight: bold;
    font-size: 18px;
    background: url(/images/cp_lb.png) repeat-x;
}

.service-nav .is-label a:link,
.service-nav .is-label a:visited,
.service-nav .is-label a:hover,
.service-nav .is-label a:focus,
.service-nav .is-label a:active {
     font-weight: bold;
}

.service-nav .is-label a:hover,
.service-nav .is-label a:focus,
.service-nav .is-label a:active {
     text-decoration: none;
}

.service-nav .is-label {
     margin-top: 10px;
}

.service-nav .item-2 {
     background: url(/images/service_item_2_bg.png) repeat top right;
     position: relative;
}

.service-nav .split-list {
     display: table-cell;
     vertical-align: top;
}

.service-nav .item-2  .service-button {
     text-align: center;
     height: 42px;
     margin-top: 80px;
     margin-bottom: 20px;
}

.service-nav .item-2  .service-button  img {
     display: inline;
}

img, abbr { border: 0; }
a:hover, a:focus, a:active { outline: 0; }

.full-site .contentimage {
   float: right;
   padding: 6px;
}

#header {
   margin-top: 30px;
   margin-bottom: 30px;
   position: relative;
}

#header-banner {
   float: right;
   clear: right;
   margin-top: 10px;
}

.feed-content {
   padding-top: 12px;
   text-align: left;
}

#search {
  float: right;
  clear: right;
}

.sub-navigation-menu a:link {
    color: black;
    font: 12px/18px Verdana, Helvetica, Arial, sans-serif;
}

.sub-navigation-menu a:visited {
    color: black;
    font: 12px/18px Verdana, Helvetica, Arial, sans-serif;
}

.content-menu .heading a:link {
    font-size: 1.0em;
}

.feature18 {
    font: bold 1.25em/1.1 Verdana, Helvetica, Arial, sans-serif;
    color: #38625b;
}

.feature14.heading {
    font: bold 1.8/1.2222 Verdana, Helvetica, Arial, sans-serif;
    color: #555353;
    line-height: 24px;
    text-transform: capitalize;
    font-style: italic;
}

.pagetitle{
    line-height: 35px;
    margin-bottom:15px;
    font: bold 2.1em Verdana, Helvetica, Arial, sans-serif;
    text-transform: capitalize;
    color:#528078;
}

.heading {
    line-height:150%;
    margin-bottom:15px;
    font: bold 1.5625em/0.88 Verdana, Helvetica, Arial, sans-serif;
}

ul.footer a:link {
    color: #000000;
}

ul.footer a:visited {
    color: #000000;
}

ul.copyright li a {
    margin-right: 10px;
    color: #000;
    font: 60%/1.4 "Open Sans", sans-serif;
}

#content-page .content-area .content {
    padding-top: 70px;
    color: #545454;
    min-height: 200px;
    font:  0.75em/1.8333 Verdana, Helvetica, Arial, sans-serif;
}

.pageContent a:link,
.pageContent a:visited {
    color: #386159;
}

.pageContent a:hover,
.pageContent a:focus,
.pageContent a:active {
    color: #72a198;
}

ul.footer h3 {
    font-size: 95%;
    padding-bottom: 15px;
}

.content-menu a:hover {
    color: #52010E;
}

#breadcrumbs {
    color: #528078;
}

#breadcrumbs a:link {
    color: #666;
    font: 9px/22px Verdana, Helvetica, Arial, sans-serif;
}

#breadcrumbs a:hover {
    color: #b1865b;
}

h3 {
    color: white;
}

.sub-navigation-menu a:hover {
    background: none;
    color: #ffffff;
    text-decoration: none;
    background-color: #2f716f;
}

.sub-navigation-menu {
    background-color: #d1c8b7;
}

.navigation-menu > li > a:link {
    color: #603814;
    border-right: 0px solid #B3AA97;
    border-left: 0px solid #EEE8DC;
    padding-right: 20px;
}

.navigation-menu > li > a:hover {
    color: #b9946e;
}

.navigation li.img {
    height: 35px;
}

.navigation-menu img {
    float: left;
}

h1,h2 {
    color:#F62935;
    text-transform: uppercase;
}

.masthead li.nav {
    border-left: 3px solid #2f716f;
}

.masthead {
    border: 3px solid #2f716f;
}

.masthead a:link,
.masthead a:focus,
.masthead a:visited {
    color:#DED2BC;
}

.masthead a:hover {
    color:#fff;
}

/* Content Page Left Menu Links */

.content-menu a:link,
.content-menu a:visited,
.content-menu a:focus,
.content-menu a:active {
    color: #528078;
    font-size: 14px;
    font-weight: bold;
}

/* Footer */

.footer-wrap {
    background: url(/images/footer_wrap_background.png) no-repeat top center;
}

ul.footer {
    color: #243f39;
    background: url(/images/footer_background.png) no-repeat top left;
}

ul.footer a:hover{
    color:white;
    font-size: 0.75em;
    text-decoration:underline;
}

ul.footer a:link,
ul.footer a:visited,
ul.footer a:focus,
ul.footer a:active {
    color: #dbd5bd;
    font-size: 0.75em;
}

ul.footer > li {
    border-bottom: 0px solid #243f39;
}

ul.footer .social {
    border-bottom: 1px solid #476f67;
}

ul.footer .foundation {
    padding-left: 20px;   
    background: url(/images/footer_column_rule.png) no-repeat 0 20px;
}

ul.footer .foundation a:before {
     content: "\BB";
     margin-right: 4px;
}

ul.footer .general-information ul {
     margin-top: 15px;
}

li.contact p.phone span.number {
color: #aad0c8;
font-size: 1.9em;
text-shadow: #000 0.0em 0.0em 0.0em;

}

/* "Email" Page */

#email-page label {
   display: block;
   margin-top: 10px;
   font-size: 1em;
   font-weight: bold;
   color: #740013;
   cursor: pointer;
}

#email-page input[type="submit"],
#email-page input[type="image"]{
   margin-top: 10px;
}

#email-page input[type="text"][size="20"] {
   width: 300px;
}

/* Calendar */

.activedate {
    background-color: #F7F4EE;
    border: none;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    border: 0px;
    border-bottom: 1px solid #ddd8cd;
    border-top: 1px solid #ffffff;
}

.inactivedate {
    background-color: #f6f6f6;
    border: 0px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    border-bottom: 1px solid #d7d8d8;
    border-top: 1px solid #F1f1f1;
}

.today {
    background-color: #f3eee3;
    border: 0px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    color: #284e47;
}

.month {
    background-color: #38625b;
    font-weight: bold;
    border: 0px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    color: #FFF;
    font-size: 24px;
    border-bottom: 1px solid #2c544d;
    border-top: 1px solid #689d94;
    text-shadow: 1px 2px 4px #19443c,0 0 0 #000,1px 2px 4px #19443c,0 1px 0 #FFF;
    height: 40px;
}

.day {
    background-color: #b1865b;
    color: #ffffff;
    border: 0px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    border-bottom: 1px solid #9b734a;
    border-top: 1px solid #c6a079;
}

.calendar_table {
    border: 0px !important;
}

/* End Calendar */

html.mobile-site {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.mobile-site a,
.mobile-site input, 
.mobile-site button {
    -ms-touch-action: none !important;
}

.mobile-site body {
    background: #fff;
    margin: 20px 0;
    padding: 0;
    min-width: 100%;
    max-width: 100%;
}

.mobile-site iframe {
    max-width: 280px;
    padding: 0;
    margin: 0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.mobile-site .mobile-button-to-menu {
    margin: 20px 0;
}