@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", "Times New Roman", serif;
    max-width: 2560px;
    min-width: 980px;
}

/* IE7 fix */
*:first-child+html {
    font-family: "Times New Roman", serif;
}

[hidden] {
    display: none;
}

/* Navigation */

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

#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: 40px 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[type="search"] {
    -o-appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;

    border: 1px solid #990330;
}

#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;
}

.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;
}

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

.masthead > li.nav img {
    padding: 0 5px 0 5px;
}

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

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

.masthead h2 {
    padding: 5px 20px;
    margin: 5px 5px 0 5px;
}

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

.masthead .images {
    position: relative;
    width: 671px;
    height: 428px;
}

.masthead .images li {
    display: none;
    position: relative;
    width: 671px;
    height: 428px;
    position: absolute;
    z-index: 1;
}

.masthead .images li.li-0 {
    display: block;
}

.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: 0;
}

.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;
}

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

#home-page .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;
}

#content-page .service-nav > li {
    width: 33%;
}

.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: 180px;
}

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;
}

/* Text */

.masthead h2 {
    font-size: 1.2em;
}

/* 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: 70px;
}

#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;
}

/* Feeds */

.feed-content {
    background: url(/images/common_bg.gif) repeat top left;
}

.feed-content .pubdate {
    font-weight: bold;
    color: #333;
}

.feed-content .pubdate .separator {
    font-weight: normal;
    color: #000;
}

/*
#home-page h2.sn-facebook,
#content-page .service-nav li h2.sn-facebook {
    text-indent: -5000px;
    background-color: #ac1832;
    background-image: url(/images/facebook_heading.png);
    background-repeat:  no-repeat;
    background-position:  left center;
}

#home-page h2.sn-twitter,
#content-page .service-nav li h2.sn-twitter {
    text-indent: -5000px;
    background-color: #ac1832;
    background-image: url(/images/twitter_heading.png);
    background-repeat:  no-repeat;
    background-position:  left center;
}
*/

#content-page #page .service-nav li h2 {
    background: #ac1831;
    text-align: left;
    color: #fff;
}

/* 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;
}

#content-page .service-nav li.item-1 ul a:link,
#content-page .service-nav li.item-1 ul a:visited,
#content-page .service-nav li.item-1 ul a:hover,
#content-page .service-nav li.item-1 ul a:focus,
#content-page .service-nav li.item-1 ul a:link,
.masthead a:link,
.masthead a:visited,
.masthead a:hover,
.masthead a:focus,
.masthead a:active {
    color: #7b0327;
    font-weight: bold;
}

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

.masthead h2 {
    background: #ac1832;
    color: #fff;
}

#content-page .service-nav {
    border: 8px solid #7d092c;
    width: auto;
}

#content-page .service-nav > li {
    padding: 5px 5px 0 5px;
    width: 287px;
    /*height: 249px;*/
}

#content-page .service-nav li.item-1,
#content-page .service-nav li.item-3 {
    width: 287px;
    background: #fff;
    vertical-align: middle;
    /*height: 249px;*/
}

#content-page #page #service-health, 
#content-page #page .service-nav li.item-1 ul,
#content-page #page #service-health, 
#content-page #page .service-nav li.item-3 ul {
    background: #fff;
}

#content-page #service-health,
#content-page .service-nav li.item-1 ul {
    background: url(/images/common_bg.gif) repeat top left;
    overflow: auto;
}

#content-page #service-health {
    font-size: 0.8em;
    line-height: 1.3;
}

#content-page #service-health h3 {
    margin-bottom: 10px;
}

#content-page .service-nav > li.item-2 {
    border-left: 8px solid #7d092c;
    border-right: 8px solid #7d092c;
}

#content-page .service-nav  li h2 {
    background: #92344c;
    border: 0;
    margin: 0;
}

#content-page .service-nav  li h2 a:link,
#content-page .service-nav  li h2 a:visited,
#content-page .service-nav  li h2 a:hover,
#content-page .service-nav  li h2 a:focus,
#content-page .service-nav  li h2 a:active {
    border: 0;
    background: none;
    color: #fff;
}

/* Services */

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

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

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

#home-page .service-nav a:link,
#home-page .service-nav a:visited,
#home-page .service-nav a:hover,
#home-page .service-nav a:focus,
#home-page .service-nav a:active {
    font-size: 0.8em;
    color: #000;
}

.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;
}

#home-page .service-nav h2 a:link,
#home-page .service-nav h2 a:visited,
#home-page .service-nav h2 a:hover,
#home-page .service-nav h2 a:focus,
#home-page .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;
}

#content-page .ie7 #page .service-nav {
    width: 910px;
}

#home-page .ielt8 #page .service-nav {
    background-color: transparent;
}

#content-page .ie7 #page .service-nav > li {
    overflow: hidden;
    height: 300px;
}

#content-page .ie7 #page .service-nav > li.item-1,
#content-page .ie7 #page .service-nav > li.item-3 {
    width: 287px;
}

#home-page .ielt8 .service-nav .item-1,
#home-page .ielt8 .service-nav .item-3 {
    background: url(/images/common_bg.gif) repeat top left;
}

#home-page .ielt8 .service-nav .item-2 {
    background: url(/images/service_2_home.gif) repeat top left;
}

#content-page .ie7 #page .service-nav li h2 img.sn-icons,
.ie7 .masthead > li.nav img.sn-icons {
    padding: 0;
    margin-top: 0;
    margin-left: 20px;
    float: none;
}

#content-page .ie7 #page .service-nav li h2 img.sn-icons-twitter,
.ie7 .masthead > li.nav img.sn-icons-twitter {
    margin-left: 80px;
}

.ie7 .masthead > li.nav > ul.home-babies,
.ie7 .masthead > li.nav > ul.home-babies li {
    overflow: hidden;
    width: 290px;
    height: 208px;
}

.ie7 .masthead > li.nav > ul.home-babies {
    margin-left: 2px;
}

.ie7 #content-page #page .service-nav li h2,
.ie7 .masthead h2 {
    margin-right: 0;
    margin-left: 7px;
}

.ie7 .feed-content {
    margin-right: 0;
    margin-left: 7px;
    width: 266px;
}

.ielt8 ul.service-nav {
    background: #fff;
}

#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 */
/* Helen Keller Hospital */

body {
  background: #fff !important;
  color: #000 !important;
}

td.empty-job-cell {
  display: none !important;
  width: 1px !important;
}

.home-wrappings {
    width: 980px;
    margin: 20px auto;    
}

.home-wrapper {
    padding: 20px;    
}

ul.footer > li:first-child {
    text-align: center;
    vertical-align: top;
    padding-top: 40px;
    padding-left: 10px;
    padding-right: 20px;
}

.sub-navigation-menu {
    background: #018752;    
}

#toolbar {
    top: 0;    
}

#toolbar a:link,
#toolbar a:visited,
#toolbar a:hover,
#toolbar a:focus,
#toolbar a:active {
   color: #018752;    
}

#home-page .service-nav h2 a:link, #home-page .service-nav h2 a:visited, #home-page .service-nav h2 a:hover, #home-page .service-nav h2 a:focus, #home-page .service-nav h2 a:active {
    display: block;
    background: #018752;
    color: #fff;
    padding: 5px;
    border: 3px double #fff;
}

.masthead {
border: 3px solid #018752;
}

#masthead-text {
background: #018752;
color: #fff;
}

.masthead li.nav {
border-left: 3px solid #018752;
}

.masthead h2 {
background: #018752;
color: #fff;
}

#search input[type="search"] {
    -o-appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    border: 1px solid #018752;
}

#content-page .service-nav {
border: 8px solid #018752;
width: auto;
}

#content-page .service-nav > li.item-2 {
border-left: 8px solid #018752;
border-right: 8px solid #018752;
}

#content-page #page .service-nav li h2 {
background: #018752;
text-align: left;
color: #fff;
}

.content-menu a:link, .content-menu a:visited, .content-menu a:focus, .content-menu a:active {
    color: #018752;
    font-size: 14px;
    font-weight: bold;
}








.store-page {
    font-size: 1.5em;
}

a[href=""], a[href="#"] {
  cursor: default;
}

#home-page .feed-content {
   max-width: 270px;
   word-wrap: break-word;
   font-size: 12px;
}

img, abbr { border: 0; }
/*img { max-width: 100%; height: auto; }*/
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 {
   position: absolute;
   bottom: 0;
   right: 0;
}

.feed-content {
   padding-top: 12px;
}

#search {
text-align: right;
padding-top: 55px;
}

#content-page .service-nav li.item-1 ul a:link {
font-size: 0.9em;
}

#content-page .service-nav li h2 a:link {
font-size: 1.0em;
}

#masthead-text {
font-size: 1.0em;
}


.sub-navigation-menu a:link {
color: #ddd;
font: 12px/18px Verdana, Helvetica, Arial, sans-serif;
}


.content-menu .heading a:link {
font-size: 1.0em;
}


/* calendar */

.month {
background-color: #018752;
font-weight: bold;
border: 0px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
color: #FFF;
font-size: 16px;
}

.day {
background-color: #cdc8b2;
color: #018752;
border: 0px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
}

.activedate {
background-color: white;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
border: 0px;
}

.inactivedate {
background-color: #f6f5f3;
border: 0px;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
border-radius: 10px;
}

.today {
background-color: #fbf5ea;
border: 0px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
border: 1px solid #018752;
color: #018752;
}


/* end calendar */

#content-page #service-health {
	font-size: 0.7em;
	line-height: 1.3;
}

.feature18 {
	/* font-size: 20px */
	/* line-height: 22px */
	/* 20 / 16 = 1.25 */
	/* 22 / 20 = 1.1 */
	font: bold 1.25em/1.1 Verdana, Helvetica, Arial, sans-serif;
	color: #018752;
}

.feature14.heading {
	/* font-size: 18px */
	/* line-height: 22px */
	/* 18 / 16 = 1.125 */
	/* 22 / 18 = 1.2222 */
	font: bold 1.125/1.2222 Verdana, Helvetica, Arial, sans-serif;
	color: #555353;
}

.pagetitle,.heading {
	line-height:150%;
	margin-bottom:15px;
		
	/* font-size: 25px */
	/* line-height: 22px */
	/* 25 / 16 = 1.5625 */
	/* 22 / 25 = 0.88 */
	font: bold 1.5625em/0.88 Verdana, Helvetica, Arial, sans-serif;
}

ul.footer a:link {
color: #DBD5BD;
}

ul.footer a:visited {
color: #DBD5BD;
}

ul.footer a:hover {
color: black;
}

ul.copyright li a {
	margin-right: 10px;
	color: #000;
	font: 60%/1.4 "Open Sans", "Times New Roman", serif;
}

#content-page .content-area .content {
	padding-top: 70px;
	color: #545454;

	/* font-size: 12px, line-height: 22px */
	/* font-size: 12 / 16 = 0.75em */
	/* line-height: 22 / 12 = 1.833333 */
	font:  0.75em/1.8333 Verdana, Helvetica, Arial, sans-serif;
}

.pageContent a:link {
   color: #018752;
}

.pageContent a:visited {
   color: black;
}

.pageContent a:hover,
.pageContent a:focus,
.pageContent a:active {
   color: #229769;
}

ul.footer h3 {
font-size: 95%;
padding-bottom: 15px;
}

.content-menu a:hover {
color: #52010E;
}

#breadcrumbs {
    color: #018752;    
}

#breadcrumbs a:link,
#breadcrumbs a:visited,
#breadcrumbs a:hover,
#breadcrumbs a:focus,
#breadcrumbs a:active {
color: #666;
font: 9px/22px Verdana, Helvetica, Arial, sans-serif;
}

#breadcrumbs a:hover,
#breadcrumbs a:focus,
#breadcrumbs a:active {
/*color: #018752;*/
    color: #018752;
}

h3 {
color: #FFF;
}

.sub-navigation-menu a:hover {
background: none;
color: white;
text-decoration: none;
background-color: #229769;
}

.navigation-menu > li > a:hover {
color: #018752;
}

h1,h2 {
   color: #018752;
}

.masthead h2 {
text-shadow: #000 0.1em 0.1em 0.2em;
}

.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: #018752;
   font-size: 14px;
   font-weight: bold;
}

/* Footer */

.footer-wrap {
    background: url(/images/footer_wrap_background-1.png) no-repeat top center;
}


ul.footer {
    color: #dbd5bd;
    background: url(/images/footer_background-1.png) no-repeat top left;
}

ul.footer a:link,
ul.footer a:visited,
ul.footer a:hover,
ul.footer a:focus,
ul.footer a:active {
    color: #dbd5bd;
    font-size: 0.75em;
}

ul.footer > li {
    border-bottom: 1px solid #036f44;
}

ul.footer .social {
    border: 0;
}

ul.footer .general-information,
ul.footer .foundation {
    padding-left: 20px;

    /* Fallback background */
    background: url(/images/footer_column_rule_2.png) no-repeat left center;

    /* IE9+ and other browsers */
    background: url(/images/footer_column_rule_top-1.png) no-repeat left top,
                url(/images/footer_column_rule_bottom-1.png) no-repeat left bottom,
                url(/images/footer_column_rule_middle-1.png) repeat-y left center;
}


li.contact p.phone {

}


li.contact p.phone span.number {
color: #FFF;
font-size: 1.9em;
text-shadow: #000 0.1em 0.1em 0.2em;
}

/* "Email" Page */

#email-page label {
   display: block;
   margin-top: 10px;
   font-size: 1em;
   font-weight: bold;
   color: #018752;
   cursor: pointer;
}

#email-page input[type="submit"],
#email-page input[type="image"]{
   margin-top: 10px;
}

#email-page input[type="text"][size="20"] {
   width: 300px;
}

#email-page textarea {
   width: 300px;
   height: 8em;
}

#email-page input[type="text"]:focus,
#email-page textarea:focus {
   outline-color: #018752;
}

/* Base Font Size */

h1 { font-size: 1.4em; }
h2 { font-size: 1.1em; }

/* Font Size */

/* Default is 4. Use toolbar to decrease 
   down to 1 or up to 14. */

body.font-size-1 { font-size: 85%; }
body.font-size-2 { font-size: 90%; }
body.font-size-3 { font-size: 95%; }
body.font-size-4 { font-size: 100%; } /* default */
body.font-size-5 { font-size: 110%; } 
body.font-size-6 { font-size: 120%; }
body.font-size-7 { font-size: 130%; }
body.font-size-8 { font-size: 140%; }
body.font-size-9 { font-size: 150%; }
body.font-size-10 { font-size: 160%; }
body.font-size-11 { font-size: 170%; }
body.font-size-12 { font-size: 180%; }
body.font-size-13 { font-size: 190%; }
body.font-size-14 { font-size: 200%; }

#masthead-text h1 {color:#ffffff;}