/*
    stylesheet: Screen CSS
    media:      screen
*/

#pageOptions li.largeText {
    display: none;
}
#pageOptions li.normalText {
    display: block;
}

body {
    margin: 0px;
    padding: 0px;
background: #e5f2f8;

    }


#wrapper {width:100%;
      background: -moz-linear-gradient(top, #bdd3de, #e5f2f8 195px);
      background: -webkit-gradient(linear, 0 0, 0 195px, from(#bdd3de), to(#e5f2f8));
      background: -o-linear-gradient(top, #bdd3de, #e5f2f8 195px);
      background: -ms-linear-gradient(top, #bdd3de, #e5f2f8 195px);
         background: linear-gradient(top, #bdd3de, #e5f2f8 195px);
      -pie-background: linear-gradient(top, #bdd3de, #e5f2f8 195px); 
}

#page {
    margin: 10px auto 0px auto;
    padding: 0px 10px 0px 10px;
    width: 934px;
    background: #fff url(/images/home_page2.gif) repeat-y top left;
    box-shadow: 0px 0px 5px #999; -moz-box-shadow: 0px 0px 5px #999; -webkit-box-shadow: 0px 0px 5px #999;
}
body.home #page {
    padding: 0px 10px 0px 10px;
    width: 934px;
   /* background: #fff url(/images/home_page2.gif) repeat-y top left; */
    box-shadow: 0px 0px 5px #999; -moz-box-shadow: 0px 0px 5px #999; -webkit-box-shadow: 0px 0px 5px #999;
}

#h2_black {
    margin: 10px 0px 0px 0px;
    padding: 0px;
    font-family: verdana, arial, sans-serif;
    font-size: 1.2em; /* 16px */
    font-weight: bold;
    color: #666666;
    line-height: 1.3em;
}

#h1_big {
    margin: 10px 0px 0px 0px;
    padding: 0px;
    font-family: verdana, arial, sans-serif;
    font-size: 36px; /* 18px */
    color: #000000;
    font-weight: normal;
    line-height: 1.2em;
}


#header {
    padding: 0px 0px 10px 0px;
    width: 934px;
    overflow: hidden;
    /* background: #fff url(/images/header.gif) no-repeat bottom left; */
}
#header #headerLogo {
    float: left;
    margin: 15px 0px 10px 15px;
    width: 255px;
    /* width: 33%; */
    height: 46px;
    overflow: hidden;
}
#header #headerLogo a {
    display: block;
    padding: 46px 0px 0px 152px;
    width: 0px;
    height: 0px;
    overflow: hidden;
    background: transparent url(/images/headerLogo.gif) no-repeat top left;
}
#headerQuickLinks {
    float: right;
    margin: 20px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    /* width: 32%; */
    width: 250px;
    height: 40px;
    overflow: hidden;
    font-family: arial, sans-serif;
    font-size: 0.75em;
    font-weight: bold;
    text-align: right;
}
#header #headerQuickLinks a {
    color: #a71930;
}
#header #headerQuickLinks a:hover {
    color: #f58025;
    text-decoration: underline;
}
#header #headerQuickLinks a.selected {
    font-weight: bold;
    color: #f58025;
}


#headerQuickLinks #quickNav {
    float: right;
    color: #000000;
    margin-top: 20px;
    margin-bottom: 4px;
}


#headerQuickLinks #quickNav a {
    color: #000000;
    margin-top: 0px;
    margin-left: 10px;
    text-decoration: none;
}
#headerQuickLinks img {
    margin: 0px 0px -10px 0px;
    border: none;
}


#headerQuickLinks hr {
    border: 0;
    margin: 0px 0px -5px 0px;
    width: 75%;
    color: #1086c6;
    height: 1px;
}


#charity {
    margin: 10px 0px 0px 0px;
    padding: 0px;
    width: 450px;
    
    font-family: verdana, arial, sans-serif;
    font-size: 0.8em; /* 16px */
    font-weight: bold;
    color: #f04024;
    line-height: 1.3em;

}

#metaNav {
    width:934px; height:30px; margin:0px auto 0px auto; font-family:verdana, sans-serif; font-size:.75em; text-align:right;
}
#metaNav a {
    margin:0 10px; text-decoration:none; color:#666;
}
.metaNavText {
    position:relative; top:8px;
}
#metaNav img {
    border: none;
    margin:0px -7px 0px -7px;
}
.star { 
    color: #f58025;
    font-weight: bold;    
}


#pageLine {
    width: 934px;
   /* height: 30px; */
    margin-top: -10px;
    padding-bottom: 5px;
}
#pageLine #pageOptions {
    width: 248px;
    display: inline;
    float: right;   
    margin-bottom: 5px;
}
#pageLine #pageOptions ul {
    margin: 5px 0px 10px 0px;
    padding:  0px 0px 0px 0px;
    font-family: verdana, sans-serif;
    font-size: 0.75em;    
    line-height: 1.7em;  
    list-style-type: none;
    
}
#pageLine #pageOptions ul li {
    float: right;
    margin: 3px 5px 0px 0px;
    vertical-align: bottom;
}
#pageLine #pageOptions a {
    display: block;
    padding-left: 5px;
    color: #2f7889;
}
#pageLine #pageOptions a:hover {
    color: #c60;
}
#pageLine #pageOptions img {
    border: 0px;
    margin: 3px 5px 0px 0px;
}
/*** quick search ************************************************************/
#header #quickSearch {
    float: left;
    margin: 15px auto 10px auto;
    padding: 8px 0px 8px 0px;
    width: 399px;
    /* width: 33%; */
    overflow: hidden;
    
}
#header #quickSearch label {
    display: none;
}
#header #quickSearch div.field {
    float: left;
    display: inline;
    width: 194px;
    height: 33px;
    background: url(/images/searchText.gif) no-repeat;
}
#header #quickSearch div.field input.text {
    float: right;
    display: inline;
    margin: 5px 0px 0px 0px;
    padding: 3px 5px 4px 5px;
    width: 160px;
    font-size: 0.75em;
    border: 1px solid #999;
}
#header #quickSearch div.button {
    float: left;
    display: inline;
    margin: 5px 0px 0px 0px;
    width: 93px;
    height: 33px; 
}
#header #quickSearch div.button button {
    display: block;
    width: 93px;
    height: 33px;
    cursor: pointer;
    font-size: 0.75em;
    border: 0;
    margin: 0;
    padding: 0;
    background: url(/images/searchButton.gif) no-repeat;
    text-indent: -1000em;
}

/*** Emergency Message Box ***********************************************/
 #emergencyMessagebox {
    margin: 5px 0px 0px 0px;
    padding: 0px 10px 5px 95px;
    overflow: hidden;
    font-family: verdana, sans-serif;
    font-size: 0.75em;
    background: #ca0000 url(/images/emergencyMessage.gif)  no-repeat 15px 8px; 
    color: #FFFFFF;
    border: 1px solid #ccc; 
}
#emergencyMessages div h2 {
    font-size: 1.8em;
    font-family: verdana, arial, sans-serif;
    margin-bottom: 1px;
    margin-top: 15px;
}
#emergencyMessages div p {
    margin: 5px 0px 8px 1px;
    font-size: 1.2em;
    font-family: verdana, sans-serif;
}

#emergencyMessages div p a{
    color: white;
}

/*** End of Emergency Message Box ***********************************************/

/*** Where From, Emergency Messages ***********************************************/
#header #whereFrom,
#header #emergencyMessages {
    float: left;
    display: inline;
    margin: 5px 0px 0px 0px;
    width: 686px;
    height: 30px;
    overflow: hidden;
    background: url(/images/homepage_emerg.gif) no-repeat 0px 0px;
}
#header #emergencyMessages h2 {
    display: none;
}
#header #whereFrom p,
#header #emergencyMessages p {
    margin: 5px 0px 0px 0px;
    font-family: verdana, sans-serif;
    font-size: 0.75em;
    line-height: 1.5em;
}
#header #whereFrom div.message,
#header #emergencyMessages div.message {
    margin: 5px 0px 0px 0px;
    padding: 0px 10px 10px 30px;
    width: 686px;
    overflow: hidden;
    font-family: verdana, sans-serif;
    font-size: 0.75em;
    /* background: #fcfc9e url(/images/emergencyMessage.gif) no-repeat 10px 8px; */
    /* border: 1px solid #ccc; */
}
#header #whereFrom div.message h2,
#header #emergencyMessages div.message h2 {
    display: block;
    margin: 10px 0px 0px 0px;
    padding: 0px;
    font-family: verdana, sans-serif;
    font-size: 1.1em;
    color: #fc8a29;
}
#header #emergencyMessages div.message h2 {
    display: none;
}

#myZone {
    float: left;
    display: inline;
    overflow: hidden;
    width: 686px;
    margin: 10px 0px 0px 0px;
    font-family: helvetica, sans-serif;
    font-size: 12px;
}
#myZone a {
    text-decoration: none;
    color: #1180c3;
}
#myZone a:hover {
    color: #007ec2;
}
#myZone a:visited {
    color: #1180c3;
}
#myZone .myZoneBold {
    margin-right: 10px;
    color: #f58025;
    font-weight: bold;
}

/*** main navigation *********************************************************/


#mainNavigation {
    float: left;
    margin: 0px;
    padding: 0px 0px 0px 0px;
    width: 962px;
    overflow: hidden;
   /* background: #ffffff url(/images/mainNav.gif) repeat-x bottom left;*/
    background-color: #1086c6;
}

#mainNavigation h2 {
    display: none;
}
#mainNavigation ul {
    margin: 0px;
    padding: 0px 0px 0px 0px;
    list-style-type: none;
}
#mainNavigation ul li {
    float: left;
    display: inline;
    margin: 0px 0px 0px 0px;
    padding: 0px;
    overflow: hidden;
    border-right: 1px solid white;
}
#mainNavigation ul li a {
    display: block;
    padding: 10px 12px 10px 23px;
    font-family: helvetica, sans-serif;
    font-size: 0.85em;
    color: #ffffff;
    text-decoration: none;
    background: transparent url(/images/mainNavItem.gif) no-repeat bottom left;
}
#mainNavigation ul li a:hover {
    color: #ffffff;
    background: transparent url(/images/mainNavItemSelected2.gif) no-repeat bottom left;
}
#mainNavigation ul li a:visited {
    color: #ffffff;
}
#mainNavigation ul li.selected {    
    padding: 0px 0px 0px 0px;
    color: #ffffff;
/*    background: transparent url(/images/mainNavItemSelected2.gif) no-repeat bottom left;*/
}
#mainNavigation ul li.selected a {
    font-weight: normal;
    color: #ffffff;
    background: transparent url(/images/mainNavItemSelected2.gif) no-repeat bottom left;
}
#mainNavigation ul li.selected a:hover {
    color: #ffffff;
}
#mainNavigation ul li.selected a:visited {
    color: #ffffff;
}

/*** drop downs **************************************************************/
.SubNav {
    position: absolute; 
    display: block;
    margin: 0px 0px 0px 0px;
    padding: 5px 10px 7px 10px;
    visibility: hidden; 
    overflow: hidden;
    z-Index: 50000;
    font-family: tahoma, sans-serif;
    font-size: 0.75em;
    list-style-type: none;
    background: #e0eef7 url(/images/mainNavDropDown.gif) repeat-x top left;
    border-top: 1px solid #e0eef7;
    border-left: 1px solid #e0eef7;
    border-right: 1px solid #e0eef7;
    border-bottom: 1px solid #e0eef7;   
}
.SubNav li {
    display: block;
    margin: 0px;
    padding: 0px;
}
.SubNav li a {
    display: block;
    padding: 4px 0px 4px 8px;
    color: #245db6;
    text-decoration: none;
    background: transparent url(/images/mainNavigationDropDownItem.gif) no-repeat 0px 10px;
}
.SubNav li a:hover {
    color: #c60;
    background-color: #fff;
    text-decoration: none;
}
/*** content *****************************************************************/
#content {
    /*float: left;
    display: inline;*/
    clear: both;
    margin: 0px 0px 10px 0px;
    padding: 0px 0px 20px 0px;
    width: 934px;
    overflow: hidden;
   /*  background: transparent url(/images/footer_bar.gif) no-repeat bottom right; */
}
body.home #content {
    /* background: transparent url(/images/footer_bar.gif) no-repeat bottom right; */
}
#content_wide {
    clear: both;
    margin: 0px auto 0px auto;
    padding: 0px 0px 20px 0px;
    width: 934px;
    min-height: 535px;
    overflow: hidden;    
}


/*** section content *********************************************************/
#sectionContent {
    float: left;
    display: inline;
    padding: 0px;
    width: 234px;
    overflow: hidden;
}
#sectionContent #sectionNavigation {
    margin: 0px;
    padding: 0px 0px 20px 0px;
    overflow: hidden;
    background: transparent url(/images/sectionNavigation2.gif) no-repeat bottom left;
}
#sectionContent #sectionNavigation h2 {
    display: none;
}
#sectionContent #sectionNavigation .selectedText {
    display: block;
    padding: 0px 10px 0px 25px;
    width: 209px;
    
    font-family: verdana, sans-serif;
    font-weight: bold;
    color: #c60;
    text-decoration: none;
    line-height: 1.5em;
    background: transparent url(/images/sectionNavigationItem.gif) no-repeat 15px 7px;
}
#sectionContent #sectionNavigation .suppSelectedText {
    font-weight: bold;
    color: #c60;
}
#sectionContent #sectionNavigation ul {
    margin: 0px;
    padding: 0px;
    font-size: 1.6em;
    line-height: 1.2em;
    list-style-type: none;
}
#sectionContent #sectionNavigation ul li {
    margin: 0em;
    padding:  0em 0em 0em 0em;
    width: 234px;
}
#sectionContent #sectionNavigation ul li a {
    display: block;
    padding: 0px 10px 0px 15px;
    width: 219px;
    
    font-family: georgia, serif;
    color: #1d4d58;
    text-decoration: none;
}
#sectionContent #sectionNavigation ul li a:hover {
    color: #c60;
}
#sectionContent #sectionNavigation ul ul {
    margin: 1em 0em 0em 0em;
    width: 234px;
    font-size: 0.47em;
    line-height: 1em;
}
#sectionContent #sectionNavigation ul ul li {
    margin: 0.5em 0em 0em 0em;
    width: 234px;
}
#sectionContent #sectionNavigation ul ul li a {
    display: block;
    padding: 0px 10px 0px 25px;
    width: 209px;
    
    font-family: verdana, sans-serif;
    color: #2f7889;
    text-decoration: none;
    line-height: 1.5em;
    background: transparent url(/images/sectionNavigationItem.gif) no-repeat 15px 7px;
}
#sectionContent #sectionNavigation ul ul li.selected a {
    color: #c60;
}
#sectionContent #sectionNavigation ul ul ul {
    margin: 1em 0em 0em 0em;
    width: 234px;
    font-size:  0.87em;
    line-height: 1em;
}
#sectionContent #sectionNavigation ul ul ul li {
    margin: 0px 0px 0px 10px;
    width: 200px;
}

/*** promotions **************************************************************/
#sectionContent #promotions {
    margin: 0px 0px 0px 20px;
}
#sectionContent #promotions h2 {
    display: none;
}
#sectionContent #promotions img {
    border: 0px;
}
#sectionContent #promotions a {
    display: block;
    margin: 10px 0px 0px 0px;
    width: 200px;
    overflow: hidden;
}


#column2e {
    display: block;
    margin: 0px auto 0px auto;
    padding-right:3px;
    width: 930px;
}
#column2e h1 {
    margin: 10px 0px 0px 0px;
    padding: 0px;
    width: 920px;
    font-family: verdana, arial, sans-serif;
    font-size: 1.4em; /* 18px */
    color: #2f7889;
    font-weight: normal;
    line-height: 1.2em;
   /* background: transparent url() no-repeat top left;*/
}

#htmlContent_wide {
    margin: 0px 0px 0px 0px;
    width: 934px;
}
#htmlContent_wide iframe {
    margin-bottom: 20px;
}
#htmlContent_left {
width: 48%;
display: inline;
float: left;
margin: 3px 5px 5px 5px;
padding: 0px 0px 20px 0px;
overflow: hidden;
}
#htmlContent_right {
width: 48%;
float: left;
margin: 1%;
}

#htmlContent_split_left {
width: 65%;
float: left;
margin: 1%;
}
#htmlContent_split_right {
width: 31%;
float: left;
margin: 1%;
}

#htmlcontent_top {
    width:96%
    float:left;
    margin:1%;
}

/*** main content ************************************************************/
#mainContent {
    float: left;
    display: inline;
    margin: 0px 0px 0px 14px;
    width: 686px;
    min-height: 500px;
    overflow: hidden;
    /*background: #ccc;*/
}
#mainContentApp {
    float: left;
    display: inline;
    margin: 0px 0px 0px 22px;
    width: 450px;
    overflow: hidden;
    /*background: #ccc;*/
}
body.home #mainContent {
    margin: 0px 0px 0px 0px;
    width: 960px;
}
#mainContent #column1 {
    float: left;
    display: inline;
    margin: 5px 0px 0px 0px;
    width: 649px;
    overflow: hidden;
}
body.home #mainContent #column1 {
    float: left;
    display: inline;
    margin: 0px 0px 0px 0px;
    width: 630px;
    overflow: hidden;
}
#mainContent #column2 {
    float: left;
    display: inline;
    margin: 0px 0px 10px 0px;
    width: 304px;
    overflow: hidden;
    /*background: #efefef;*/
}

#mainContent #column2a {
    display: inline;
    float: left;
    margin: 10px 10px 0px 10px;
    width: 450px;
    overflow: hidden;  
}




body.twoColumn #column2 {
    width: 649px;
}
body.twoColumn #mainContent #column2a {
    width: 649px;
}
body.home #column3 {
    margin: 5px 0px 0px 0px;
}
#column1 #itemLists {
    float: right;
}
#column3 {
    display: inline;
    float: left;
    width: 214px;
    overflow: hidden;
}
body.home #column3 {
    padding: 0px 0px 0px 0px;
    background: #fff url(/images/sectionNavigation2.gif) no-repeat top left;
}
#column1 #keyMessages {
    margin: 10px 0px 0px 17px;
    width: 301px;
    overflow: hidden;
    float: left;
}
#column1 #keyMessages h2 {
    display: none;
}
#column1 #keyMessages img {
    border: none;
}
/*
#column1 #keyMessages a.message {
    display: block;
    margin: 10px 0px 0px 0px;
    overflow: hidden;
}
#column1 #keyMessages a.message img {
    border: 0px;
}
*/
#column1 #keymessages #keyMessagesSpacer {
    height: 22px;
    background: #000 url(/images/keyMessageSpacer.gif) repeat-y bottom left;
}

#bigBanner {
    float:left;
    display: inline;
    margin:20px 0px 10px 0px;
    width: 618px;
    height: 93px;
    border: none;
}
#bigBanner h2 {
    display: none;
}
#bigBanner img {
    border: none;
}

#navBanner {
    float:left;
    display: inline;
    margin:0px 0px 5px 0px;
    width: 272px;
    border: none;
}
#navBanner h2 {
    display: none;
}
#navBanner img {
    border: none;
}

#homeCarouselText {
    width: 598px;
    height: 35px;
    margin-top: -23px;
    padding: 5px 5px 15px 15px;
    border-left: 5px solid #666666;
    border-right: 5px solid #666666;
    border-bottom: 5px solid #666666;
}



#features {
    float: left;
    display: inline;
    margin: 10px 0px 0px 0px;
    width: 448px;
    overflow: hidden;
}
body.home #features {
    margin: 0px;
    width: 618px;
}
#features h2 {
    margin: 10px 10px 0px 10px;
    padding: 0px;
    font-family: verdana, arial, sans-serif;
    font-size: 1em;
    color: #c60;
    line-height: 1.5em;
}
#features ul {
    margin: 10px 0px 0px 0px;
    padding: 0px 0px 15px 27px;
    font-family: verdana, sans-serif;
    font-size: 0.75em;
    line-height: 1.2em;
}
#features ul li {
    margin: 0.5em 0em 0em 0em;
}
#features ul li a {
    color: #2f7889;
}
#features ul li a:hover {
    color: #c60;
}
#careLinks {
    float: left;
    clear: left;
    display: inline;
    margin: 0px 0px 0px 0px;
    padding: 10px 0px 0px 0px;
    width: 300px;
    /* height: 300px; */
    overflow: hidden; 
}
#careLinks #careHeader {
    float: left;
    display: inline;
    margin: 0px;
    overflow: hidden;
    width: 300px;
    height: 26px; 
    /* border-bottom: 1px solid #1180c3;    */
}
#careLinks .careLinksBg {
    background: transparent url(/images/videoBg.gif) repeat-y bottom left;
}
#careLinks_image {
    border: 1px solid #1180c3;
    background: #c3e1f1;
}


#careLinks_panel {
    margin-top: 0px;
    background: #c3e1f1;
    height: 60px;
    border-right: 1px solid #1180c3;
    border-left: 1px solid #1180c3;
}

#careLinks_panel #spotlight_divider {
    height: 3px;
}

#careLinks a {
    text-decoration: none;
    color: #1180c3;
}
#careLinks a:hover {
    color: #f58025;
}

#careLinks #careLinks_panel h3 {
    margin: 0px;
    padding: 0px 5px 0px 5px;
    font-family: verdana, sans-serif;
    font-size: 0.75em;
    color: #1180c3;
}
#careLinks #careLinks_panel p {
    margin: 2px 0px 0px 0px;
    padding: 0px 5px 0px 5px;
    font-family: verdana, sans-serif;
    font-size: 0.65em;    
    color: #1180c3;
}

#careLinks #careLinksVLink {
    padding-top: 5px;
    float: right;
}
#careLinks #careLinksVLink img {
    border-style: none;
}
#careLinks img {
    border: none;
}
#carePageLinks {
    float: left;
    clear: left;
    display: inline;
    margin: 10px 0px 0px -20px;
    width: 450px;
    overflow: hidden;
    
}
#carePageLinks .front {
    font-family: verdana, sans-serif;
    font-size: 0.70em;
    color: #2f7889;
}
#carePageLinks ul {
    list-style-type: none;
}
#carePageLinks li {
    margin: 3px 0px 0px 0px;
}
#carePageLinks a {
    font-family: verdana, sans-serif;
    font-size: 0.70em;
    font-weight: bold;
    color: #2f7889;
}

#symptoms {
    display: inline;
    margin: 10px 0px 0px 0px;
    width: 272px;
    height: 115px;
}
#symptoms img {
    border: none;
}


#mainContent #tableOfContents {
    margin: 10px 0px 0px 0px;
    width: 450px;
}
body.twoColumn #mainContent #tableOfContents {
    width: 649px;
}
body.twoColumn #mainContent #tableOfContents #zoneLinks {
    width: 280px;
    display: inline; 
    float: left;
    margin: 10px 0px 0px 0px;
    color: #2f7889;
}
body.twoColumn #mainContent #tableOfContents #zoneLinks p {
   color: #2f7889;
}
body.twoColumn #mainContent #tableOfContents #zoneLinks a {
   color: #2f7889;
}
body.twoColumn #mainContent #tableOfContents #zoneLinks a:visited {
   color: #2f7889;
}
body.twoColumn #mainContent #tableOfContents #zoneLinks ul{
    margin: 10px 0px 15px 0px;
    padding: 0px 0px 0px 17px;
    font-family: verdana, sans-serif;
    line-height: 1.5em;
    color: #2f7889;
    list-style-type: disc;
}
body.twoColumn #mainContent #tableOfContents #zoneMap {
    display: inline; 
    float: left;
    margin: 10px 0px 0px 0px;
    text-align:center;
}
body.twoColumn #mainContent #tableOfContents #zoneMap p {
   color: #2f7889;
   font-family: verdana, sans-serif;
}
body.twoColumn #mainContent #tableOfContents #zoneMap a {
   color: #2f7889;
   font-family: verdana, sans-serif;
}
body.twoColumn #mainContent #tableOfContents #zoneMap a:visited {
   color: #2f7889;
}
#mainContent #tableOfContents h2 {
    margin: 10px 0px 0px 0px;
    padding: 0px;
    
    font-family: verdana, arial, sans-serif;
    font-size: 0.8em; /* 16px */
    color: #c60;
    line-height: 1.3em;
}
#mainContent #tableOfContents h2 a {
    color: #2f7889;
}
#mainContent #tableOfContents h2 a:hover {
    color: #c60;
}
#mainContent #tableOfContents p {
    margin: 5px 0px 0px 0px;
    padding: 0px;
    
    font-family: verdana, sans-serif;
    font-size: 0.75em; /* 12px */
    color: #333;    
    line-height: 1.5em;
   
}
#mainContent #tableOfContents ul {
    margin: 0.5em 0em 0em 17px;
    padding: 0px;
    line-height: 1.5em;
}
#mainContent #tableOfContents ul li {
    margin: 0.5em 0em 0em 0em;
    padding: 0px;
    
    font-family: verdana, sans-serif;
    font-size: 0.75em; /* 12px */
    color: #333;    
    line-height: 1.5em;
}
#mainContent #tableOfContents ul li a {
    color: #2f7889;
}
#mainContent #tableOfContents ul li a:hover {
    color: #c60;
}
#tableOfContents h3 {
    margin: 10px 0px -3px 0px;
    font-family: verdana,arial, sans-serif;
    font-size: 0.8em;  /* 13px */
    font-weight: bold;
    line-height: 1.2;
    color: #c60;
}

#mainContent #rss {
    margin-top: 10px;
}
#mainContent #rss h2 {
    margin: 10px 0px 0px 0px;
    padding: 0px;
    width: 450px;
    
    font-family: verdana, arial, sans-serif;
    font-size: 0.8em; /* 16px */
    color: #c60;
    line-height: 1.3em;
}
#mainContent #rss ul {
    margin: 10px 0px 0px 0px;
    padding: 0px;
    font-family: verdana, sans-serif;
    font-size: 0.75em; /* 12px */
    color: #333; 
    line-height: 1.5em;
    list-style-type: none;
}
#mainContent #rss a {
    padding: 4px 10px 6px 22px;
    color: #2f7889;
    background: transparent url(/images/rssIcon.gif) no-repeat left center;
}
#mainContent #rss a:hover {
    color: #c60;    
}
#sectionSearch {
    margin: 10px 0px 0px 0px;
    padding: 10px 0px 0px 0px;
    width: 450px;
    background: transparent url(/images/mainContentYellowBox.gif) no-repeat top left;
/*    background: #fefecf;*/
}
#sectionSearch form {
    margin: 0px;
    padding: 0px 10px 10px 10px;
    background: transparent url(/images/mainContentYellowBox.gif) no-repeat bottom left;
}
#sectionSearch label {
    display: block;
    margin: 0px;
    padding: 0px;
    
    font-family: verdana, arial, sans-serif;
    font-size: 0.8em; /* 16px */
    font-weight: bold;
    color: #c60;
    line-height: 1.3em;    
}
#sectionSearch #q {
    width: 320px;
}
#sectionSearch input.button {
    width: 80px;
}
#browseGeographic {
    margin: 0px 5px 0px 5px;
    padding: 10px 10px 10px 10px;
    width: 418px;
    border-left: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
    background: #f9f9f9;
}
#browseGeographic h2 {
    margin: 0px;
    padding: 0px;
    
    font-family: verdana, arial, sans-serif;
    font-size: 0.8em; /* 16px */
    color: #c60;
    line-height: 1.3em;    
}
#browseGeographic ul {
    margin: 10px 0px 0px 0px;
    padding: 0px 0px 0px 17px;
    font-family: verdana, sans-serif;
    font-size: 0.75em;
    line-height: 1.5em;
    color: #666;
    list-style-type: square;
}
#browseGeographic ul li {
    margin: 0.5em 0em 0em 0em;
    padding: 0px;
}
#browseGeographic ul li a {
    color: #2f7889;
}
#browseGeographic ul li a:hover {
    color: #c60;
}
#browseType {
    margin: 10px 0px 0px 0px;
    width: 450px;
}
#browseType ul {
    margin: 10px 0px 0px 0px;
    padding: 0px 0px 0px 17px;
    font-family: verdana, sans-serif;
    font-size: 0.75em;
    line-height: 1.5em;
    color: #666;
    list-style-type: square;
}
#browseType ul li {
    margin: 0.5em 0em 0em 0em;
    padding: 0px;
}
#browseType ul li a {
    color: #2f7889;
}
#browseType ul li a:hover {
    color: #c60;
}
#searchNavigation,
#browseAlphabetical {
    margin: 10px 0px 0px 0px;
    width: 450px;
}
#searchNavigation h2 {
    display: none;
}
#browseAlphabetical h2,
#browseType h2 {
    margin: 10px 0px 0px 0px;
    padding: 0px;
    width: 450px;
    
    font-family: verdana, arial, sans-serif;
    font-size: 0.8em; /* 16px */
    color: #c60;
    line-height: 1.3em;
}
#browseType p {
    margin: 0em 0em 0em 0em;
    padding: 0px;
}
#searchNavigation ul,
#browseAlphabetical ul {
    margin: 10px 0px 0px 0px;
    padding: 0px;
    overflow: hidden;
    list-style-type: none;
}
#searchNavigation li,
#browseAlphabetical li {
    float: left;
    display: inline;    
    margin: 0px 3px 3px 0px;
}
#searchNavigation li a,
#browseAlphabetical li a {
    display: block;
    padding: 2px 5px 3px 5px;
    
    font-family: verdana, sans-serif;
    font-size: 0.75em;
    font-weight: bold;
    color: #2f7889;
    text-decoration: none;
    
    border: 1px solid #666;
    background: #fefecf;
}
#searchNavigation li a:hover,
#browseAlphabetical li a:hover {
    color: #c60;
    text-decoration: underline;
    border: 1px solid #c60;
}
#seniors { 
    font-size: 13pt;
    font-family: Verdana,sans-serif;
}
/*** content *****************************************************************/
/*** facility details ********************************************************/
#mainContent #facilityDetailsOuter {
    margin: 10px 0px 0px 0px;
    padding: 5px 0px 0px 0px;
    width: 450px;
    background: transparent url(/images/mainContentYellowBox.gif) no-repeat top left;    
}
#mainContent #facilityDetailsInner {
    margin: 0px;
    padding: 0px 0px 5px 0px;
    width: 450px;
    overflow: hidden;
    background: transparent url(/images/mainContentYellowBox.gif) no-repeat bottom left;    
}
#mainContent #facilityDetailsInner h2 {
    margin: 10px 10px 0px 10px;
    padding: 0px;
    
    font-family: verdana, arial, sans-serif;
    font-size: 0.8em; /* 16px */
    color: #c60;
    line-height: 1.3em;
}
#mainContent #facilityDetailsInner p {
    margin: 10px 10px 0px 10px;
    padding: 0px;
    
    font-family: verdana, sans-serif;
    font-size: 0.75em; /* 12px */
    color: #333;    
    line-height: 1.5em;
}
#mainContent #facilityDetailsInner a {
    color: #2f7889;
}
#mainContent #facilityDetailsInner a:hover {
    color: #c60;
}
#mainContent #mapArea {
    display: block;
    float: right;
    display: inline;
    width: 276px;
}
#mainContent #mapCanvas {
    border: 1px solid #999;
}
#mainContent #mapCanvas img {
    display: block;
}
#mainContent #mapViewLargeLink {
    display: block;
    text-align: center;
    font-family: verdana, sans-serif;
    font-size: 0.75em; /* 12px */
}
/*** content *****************************************************************/
#mainContent div.pre {
    margin: 10px 0px 0px 0px;
    padding: 0px;
    width: 450px;
    font-family: verdana, sans-serif;
    font-size: 0.75em; /* 12px */
    color: #333;    
    line-height: 1.5em;
    white-space: pre-line;
}
#mainContent h1 {
    margin: 10px 0px 0px 0px;
    padding: 0px;
    width: 450px;
    
    font-family: verdana, arial, sans-serif;
    font-size: 1.4em; /* 18px */
    color: #2f7889;
    font-weight: normal;
    line-height: 1.2em;
   /* background: transparent url() no-repeat top left;*/
}
body.twoColumn #mainContent h1 {
    width: 649px;
}
body.home #mainContent h1,
body.services #mainContent h1,
body.facilities #mainContent h1,
body.informABFacility #mainContent h1 {
    display: none;
}
#mainContent p.date {
    margin: 10px 0px 0px 0px;
    padding: 0px;
    width: 450px;
    
    font-family: verdana, sans-serif;
    font-size: 0.75em; /* 12px */
    color: #333;
    line-height: 1.5em;
}
body.informABFacility #mainContent #htmlContent {
    padding-top: 15px;
    background: transparent url(/images/mainContentYellowBox.gif) no-repeat 0px -990px;
}
#mainContent #informABCorrections,
#informABContent,
#htmlContent {
    margin: 0px 0px 0px 0px;
}
#informABContent h2,
#htmlContent h2,
#htmlContent_wide h2 {
    margin: 10px 0px 0px 0px;
    padding: 0px;
    width: 450px;
    
    font-family: verdana, arial, sans-serif;
    font-size: 0.8em; /* 16px */
    color: #c60;
    line-height: 1.3em;
}
body.twoColumn #htmlContent h2 {   
    margin: 10px 0px 0px 0px;
    padding: 0px;
    width: 649px;
    
    font-family: verdana, arial, sans-serif;
    font-size: 0.8em; /* 16px */
    color: #c60;
    line-height: 1.3em;
}
#informABContent h3,
#htmlContent h3,
#htmlContent_wide h3 {
    margin: 10px 0px 0px 0px;
    padding: 0px;
    width: 450px;
    
    font-family: verdana, sans-serif;
    font-size: 0.75em; /* 12px */
    color: #000;
    line-height: 1.3em;
}
#mainContent #informABCorrections p,
#informABContent p,
#htmlContent p,
#htmlContent_wide p {
    margin: 10px 0px 0px 0px;
    padding: 0px;
    
    font-family: verdana, sans-serif;
    font-size: 0.75em; /* 12px */
    color: #333;    
    line-height: 1.5em;
}
#informABContent ol,
#htmlContent ol,
#htmlContent_wide ol {
    margin: 10px 0px 0px 0px;
    padding: 0px 0px 0px 25px;
    font-family: verdana, sans-serif;
    font-size: 0.75em; /* 12px */
    color: #333;    
    line-height: 1.5em;
}
#informABContent ul,
#htmlContent ul,
#htmlContent_wide ul {
    margin: 10px 0px 0px 0px;
    padding: 0px 0px 0px 17px;
    font-family: verdana, sans-serif;
    font-size: 0.75em; /* 12px */
    color: #333;    
    line-height: 1.5em;
}
#informABContent ol li,
#informABContent ul li,
#htmlContent ol li,
#htmlContent ul li,
#htmlContent ol li,
#htmlContent_wide ul li {
    margin: 0.5em 0em 0em 0em;
}
#page #htmlContent ol {
    padding: 0px 0px 0px 30px;
}
#informABContent ol ol,
#informABContent ul ol,
#informABContent ol ul,
#informABContent ul ul,
#htmlContent ol ol,
#htmlContent ul ol,
#htmlContent ol ul,
#htmlContent ul ul,
#htmlContent_wide ol ol,
#htmlContent_wide ul ol,
#htmlContent_wide ol ul,
#htmlContent_wide ul ul {
    margin: 0px;
    font-size: 1em;
}
#mainContent #informABCorrections a,
#informABContent a,
#htmlContent a,
#htmlContent_wide a {
    color: #2f7889;
}
#mainContent #informABCorrections a:hover,
#informABContent a:hover,
#htmlContent a:hover,
#htmlContent_wide a:hover {
    color: #c60;
}
#mainContent #informABCorrections a:visited,
#informABContent a:visited,
#htmlContent a:visited,
#htmlContent_wide a:visited {
    color: #2f7889;
}
#htmlContent span.url {
    color: #c60;
}
#htmlContent span.size {
    color: #000;
}
#searchNavigation li.selected a {
    color: #c60;
    border: 1px solid #c60;
}
#htmlContent #grayBox {
    padding-right: 0.75em;
    padding-left: 1em;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    background: #ccc;
    float: right;
    margin: 5px;
    width: 50%;
    overflow: hidden;
}
#htmlContent #grayBox h2 {
    margin: 0px 0px 5px 0px;
    font-size: 0.85em;
    font-weight: bolder;
    color: #cc6600;
}
#htmlContent #grayBox p {
    font-size: 0.6em;  
}
#mainContent #siteMap {
    margin: 10px 0px 0px 0px;
    font-family: verdana, sans-serif;    
    line-height: 1.5em;
}
#mainContent #siteMap ul {
    margin: 0px;
    padding: 0px 0px 0px 17px;
    font-size: 0.75em;
    list-style-type: disc;
}
#mainContent #siteMap ul ul {
    font-size: 1em;
}
#mainContent #siteMap a {
    color: #2f7889;
}
#mainContent #siteMap a:hover {
    color: #c60;
}
/*** crumb trail *************************************************************/
#crumbTrail {
    margin: 0px 20px 0px 0px;
    padding: 0px 0px 0px 0px;
    width: 450px;
    overflow: hidden;
    font-family: arial, sans-serif;
    font-size: 0.75em;
    color: #999;
}
#column2e #crumbTrail {
    width: 920px;
}
#crumbTrail a {
    color: #c60;
    text-decoration: none;
}
#crumbTrail a:hover {
    color: #c60;
    text-decoration: underline;
}
#crumbTrail a:visited {
    color: #c60;
}
#informationFor h2 {
    margin: 10px 0px 0px 0px;
    padding: 10px 10px 0px 10px;
    font-family: verdana, sans-serif;
    font-size: 0.8em;
    color: #c60;
    background: transparent url(/images/listHeader.gif) no-repeat top left;
}
#informationFor p {
    margin: 10px 10px 0px 10px;
    padding: 0px;
    font-family: verdana, sans-serif;
    font-size: 0.75em;
    color: #000;
}
#informationFor ul {
    margin: 10px 0px 0px 0px;
    padding: 0px 10px 0px 27px;
    width: 177px;
    line-height: 1.2em;
}
#informationFor ul li {
    margin: 0.5em 0em 0em 0em;
    padding: 0em;
    font-family: verdana, sans-serif;
    font-size: 0.75em;
}
#informationFor ul li a {    
    color: #2f7889;
}
/*** forms *******************************************************************/
.pCriticalError {
    margin: 10px 0px 0px 0px;
    padding: 37px 0px 0px 0px;
    font-family: verdana, sans-serif;
    font-size: 0.75em;
    color: #c00;
    line-height: 1.5em;
    background: url(/images/applicationError.gif) no-repeat top left;
}
form {
    margin: 0px;
    padding: 0px;
}
fieldset {
    margin: 10px 0px 0px 0px;
    padding: 0px 0px 5px 0px;
    
    border: 1px solid #ccc;
}
legend {
    margin: 0px 0px 0px 5px;
    padding: 0px;
    font-family: verdana, sans-serif;
    font-size: 0.75em;
    font-weight: bold;
    color: #2f7889;
}
fieldset p {
    margin: 0px 5px 0px 5px;
    padding: 10px 0px 0px 0px;
    font-family: verdana, sans-serif;
    font-size: 0.75em;
}
div.form span.error {
    display: block;
    padding-left: 22px;
    height: 16px;
    font-weight: bold;
    color: #c00;
    background: url(/images/formError.gif) no-repeat top left;
    
}
div.field span.error {
    padding: 2px 0px 3px 22px;
}
p.formLegend {
    font-family: verdana, sans-serif;
    font-size: 0.75em;    
}
div.form .required {
    color: #c00;
}
/*div.radio span.error,
div.field span.error {
    display: block;
    font-weight: bold;
    color: #c00;
}*/
div.field {
    float: left;
    display: inline;
    margin: 5px 0px 0px 5px;
    padding: 0px;
    width: 440px;
    overflow: hidden;
    font-family: verdana, sans-serif;
/*    background: #c00;*/
}
div.text label {
    font-size: 0.75em;
}
div.text input {
    display: block;
    margin: 0px;
    width: 432px;
    font-size: 0.75em;
}
div.radio label {
    font-size: 0.75em;
}
div.text textarea {
    display: block;
    margin: 0px;
    width: 432px;
    font-size: 0.75em;
}
div.form div.buttons {
    margin: 5px 0px 0px 0px;
    padding: 5px;
    width: 438px;
    border: 1px solid #999;
    background: #efefef;
}
#pdfLink {
    font-family: verdana, sans-serif;
    font-size: 0.90em;
    padding: 5px 0px 0px 0px;
}
#pdfLinkText {
    width: 600px;
    font-size: 0.80em;
    color: #c0c0c0;
    padding: 0px 0px 0px 15px;
}
.autoNumber {
    margin-right: 10px;
}
/*** related content *********************************************************/
#relatedContent {
    float: left;
    display: inline;
    margin: 0px 0px 0px 22px;
    width: 214px;
    overflow: hidden;
}
body.home #relatedContent {
    width: 934px;
    margin: 0px 0px 0px 0px;
}
#relatedContent #qas_blocks {
    float: left;
    display: inline;
    position: relative;
    margin: 20px auto 0px auto;
    padding: 10px 15px 7px 15px;
    width: 258px;
    height: 128px;
    overflow: hidden;
    border: 1px solid orange;
    font-family: verdana, sans-serif;
}
#relatedContent #qas_blocks h2 {
    margin: 0px 0px 0px 0px;
    font-size: 0.9em;            
    color: #1180c3;
}
#relatedContent #qas_blocks h3 {
    margin: 3px 0px 0px 0px;
    font-size: 0.8em;
}
#relatedContent #qas_blocks p {
    margin: 5px 0px 0px 0px;
    font-size: 0.75em;
    line-height: 1.3em;
}
#relatedContent #qas_blocks a {
    font-size: 0.75em;
}
#qasLink {
    position: absolute;
    right: 15px;  
    bottom: 10px;
}
#qasLink a {
    font-family: verdana, sans-serif;
    font-size: 0.85em;
    color: #1180c3;
}
#qasLink a:hover {
    color: #f58025;
}
#relatedContent #pageOptions {
    margin: 0px 0px 0px 0px;
    width: 214px;
    overflow: hidden;    
}
#relatedContent #pageOptions h2 {
    display: none;
}
#relatedContent #pageOptions ul {
    margin: 0px;
    padding:  0px;
    font-family: verdana, sans-serif;
    font-size: 0.75em;    
    line-height: 1.5em;
    list-style-type: none;
}
#relatedContent #pageOptions ul li {
    margin: 0.5em 0px 0px 0px;
}
#relatedContent #pageOptions a {
    display: block;
    padding-left: 20px;
    color: #2f7889;
}
#relatedContent #pageOptions a:hover {
    color: #c60;
}
#page #pageOptions li.print a {
    /* background: url(/images/iconPrint.gif) no-repeat 0px 4px; */
}
#page #pageOptions li.largeText a,
#page #pageOptions li.normalText a {
    /* background: url(/images/iconTextSize.gif) no-repeat 0px 3px; */
}
#page #pageOptions img {
    border: 0px;
    margin: 3px 5px 0px 0px;
}
#pagePhotos {
    margin: 10px 0px 0px 0px;
    width: 214px;
    overflow: hidden;
    text-align: center;
}
#pagePhotos img {
    border: 0px;
    margin-bottom: 10px;
}

#listItemsNav {
    float: right;
    display: inline;
    width: 272px; 
    font-size: 12px;
}

#quickLinks {
    width: 272px;
    margin: 0px 0px -10px 0px;
    float: left;
    display: inline;
}


#quickLinksHeader {
    margin: 0px 0px -5px 0px;
    padding: 13px 271px;
    background: #fff url(/images/quick_links.gif) no-repeat top left;
}

#quickLinksFooter {
    /* padding: 8px 271px; */
   /* background: #fff url(/images/bottom.jpg) no-repeat top left; */
}


#waitTime {
    float: left;
    display: inline;
    margin: 0px 0px -5px 0px;
    width: 272px;
    overflow: hidden;
    
}


#waitTimeHeader {
    margin: 5px 0px -5px 0px;
    padding: 13px 271px;
    background: #fff url(/images/wait_times_reporting.gif) no-repeat top left;
}

#waitTimeFooter {
    /* padding: 8px 271px; */
   /* background: #fff url() no-repeat top left; */
}

#listItemsNav #waitTime h2,
#listItemsNav #quicklinks h2 {
    margin: 10px 10px 0px 10px;
    font-family: verdana, sans-serif;
    font-size: 0.95em;
    color: #1d4d58;
}
#listItemsNav #waitTime ul,
#listItemsNav #quickLinks ul {
    margin: 3px 0px 0px 0px;
    padding: 0px 10px 10px 27px;
    width: 220px;
    line-height: 1.2em;
}
#listItemsNav #waitTime ul li,
#listItemsNav #quickLinks ul li {
    margin: 0.5em 0em 0em 0em;
    padding: 0em;
    font-family: verdana, sans-serif;
    font-size: 1.00em;
}
#listItemsNav #waitTime ul li a,
#listItemsNav #quickLinks ul li a {    
    color: #1180c3;
}
#listItemsNav #waitTime ul li a:hover,
#listItemsNav #quickLinks ul li a:hover {    
    color: #f58025;
}
#listItemsNav #waitTime ul li a:visited,
#listItemsNav #quickLinks ul li a:visited {    
    color: #1180c3;
}

 
#relatedContent #quickLinksOuter,
#column3 #relatedInfoOuter,
#relatedContent #relatedInfoOuter {
    margin: 5px 0px 0px 0px;
    padding: 0px 0px 10px 0px;
    width: 230px;
    overflow: hidden;
    background: transparent url(/images/relatedInformation.gif) no-repeat bottom left;}
#listItemsNav #quickLinksInner, 
#relatedContent #quickLinksInner {
    padding: 5px 0px 0px 0px;
    width: 230px;
    overflow: hidden;
  /*  background: #fff url(/images/quick-linksBG.gif) top left; */
}
 
#column3 #relatedInfoInner,
#relatedInfo #relatedInfoInner {
    padding: 5px 0px 0px 0px;
    width: 214px;
    overflow: hidden;
    font-size: 12px;
    background: transparent url(/images/relatedInformation.gif) no-repeat top left;
}
#listItemsNav #quickLinksInner h2, 
#relatedContent #quickLinksInner h2,
#column3 #relatedInfoInner h2,
#relatedContent #relatedInfoInner h2 {
    margin: 0px;
    padding: 10px 10px 0px 10px;
    font-family: verdana, sans-serif;
    font-size: 1.1em;
    color: #c60;
}
#listItemsNav #quickLinksInner h3, 
#relatedContent #quickLinksInner h3,
#column3 #relatedInfoInner h3,
#relatedContent #relatedInfoInner h3 {
}
#listItemsNav #quickLinksInner p, 
#relatedContent #quickLinksInner p,
#column3 #relatedInfoInner p,
#relatedContent #relatedInfoInner p {
    margin: 0px;
    padding: 10px 10px 0px 10px;
    font-family: verdana, sans-serif;
    font-size: 1.00em;    
    line-height: 1.5em;
}
#listItemsNav #quickLinksInner ul, 
#relatedContent #quickLinksInner ul,
#column3 #relatedInfoInner ul,
#relatedContent #relatedInfoInner ul {
    margin: 0px;
    padding: 0px 10px 0px 27px;
    
    font-family: verdana, sans-serif;
    font-size: 1.00em;    
    line-height: 1.2em;
}
#listItemsNav #quickLinksInner ul li, 
#relatedContent #quickLinksInner ul li,
#column3 #relatedInfoInner ul li,
#relatedContent #relatedInfoInner ul li {
    margin: 0.6em 0em 0em 0em;
}
#listItemsNav #quickLinksInner ul li a, 
#relatedContent #quickLinksInner ul li a,
#column3 #relatedInfoInner ul li a,
#relatedContent #relatedInfoInner ul li a {
}
#listItemsNav #quickLinksInner a, 
#relatedContent #quickLinksInner a,
#column3 #relatedInfoInner a,
#relatedContent #relatedInfoInner a {
    color: #1180c3;
}
#listItemsNav #quickLinksInner a:hover {
    color: #f58025;
}
#listItemsNav #quickLinksInner a:visited {
    color: #1180c3;
}


#giveButton {
    display: inline;
    width: 272px;
    height: 50px;
    margin: -5px 0px 10px 0px;
}
#giveButton a {
    text-decoration: none;
}
#giveButton img {
    border: none;
}

#findA {    
    margin: 10px 0px -10px 0px;
    width: 272px;
    overflow: hidden;
}

#findA #findAWrapper {
    border-right: 1px #AD5442 solid;
    border-left: 1px #AD5442 solid;
    background-color:#F2F2F2;
    display: block;
    width: 270px;
    min-height: 90px;
}

#findA #findAWrapper ul { 
    width: 168px;
    margin-left: 0px;
    margin-top: 5px;
    padding: 10px 0px 10px 15px;   
    line-height: 1.2em;
    list-style-type: none;
    float: left;
}
#findA #findAWrapper ul li {
    font-family: verdana, sans-serif;
    font-size: 1.05em;
    line-height: 1.4em;
}
#findA #findAWrapper a {
    text-decoration: none;
    color: #1180c3;
}
#findA #findAWrapper a:hover {
    font-weight: bolder;
    text-decoration: none;
    color: #007ec2;
}
#findA #findAWrapper a:visited {
    text-decoration: none;
    color: #1180c3;
}
#findA #findAWrapper img {
        margin-top: 5px;
        margin-right: 10px;
        float:right;
        width: 73px;
}

#findA #findAHeader {
    padding: 13px 272px;
    background: #fff url(/images/health_care_locator_top.gif) no-repeat top left;
}
#findA #findAFooter2 {
     padding: 16px 272px;
     background: #fff url(/images/health_care_locator_bottom.gif) no-repeat top left;
}


#concerns {
    /* padding: 16px 272px; */
     margin: 0px 0px 10px 0px;
    /* background: #fff url(/images/concerns-feedback.gif) no-repeat top left; */
}
#concerns a {
    text-decoration: none;
}
#concerns img {
    border: none;
}


#news {
    float: left;
    display: inline;
    margin: 0px 0px 0px 0px;
    width: 272px;
    overflow: hidden;
    font-family: verdana, sans-serif;
    font-size: 1.00em;
    color: #1d4d58;
}

#news #newsHeader {
    margin: 5px 0px -5px 0px;
    padding: 13px 271px;
    background: #fff url(/images/news_health_advisories.gif) no-repeat top left;
}

#news #newsFooter {
   /* padding: 8px 271px; */
   /* background: #fff url(/images/RSS-line.gif) no-repeat top left; */
}
#listItemsNav #news h2 {
    margin: 10px 10px 0px 10px;
    font-family: verdana, sans-serif;
    font-size: 0.95em;
    color: #1d4d58;
}
#listItemsNav #news ul {
    margin: 3px 0px 0px 0px;
    padding: 0px 10px 10px 27px;
    width: 220px;
    line-height: 1.2em;
}
#listItemsNav #news ul li {
    margin: 0.5em 0em 0em 0em;
    padding: 0em;
    font-family: verdana, sans-serif;
    font-size: 1.00em;
    color: #1d4d58;
}
#listItemsNav #news ul li a {    
    color: #1180c3;
}
#listItemsNav #news ul li a:hover {    
    color: #f58025;
}
#listItemsNav #news ul li a:visited {    
    color: #1180c3;
}
#listItemsNav #news a {
    color: #1180c3;
}
#healthAdvisories {
    float: left;
    display: inline;
    margin: 0px 0px 10px 0px;
    width: 657px;
    overflow: hidden;
}
#healthAdvisories h2 {
    margin: 15px 0px 0px 0px;
    font-family: verdana, sans-serif;
    font-size: 0.95em;
    /* color: #1d4d58; */
    color: #c60;
}
if#healthAdvisories h3 {
    margin: 10px 0px 0px 0px;
    font-family: verdana, sans-serif;
    font-size: 0.8em;
    color: #1d4d58;
}
#healthAdvisories p {
    font-family: verdana, sans-serif;
    font-size: 1.00em;
    font-style: italic;
    color: #1d4d58;
}
#healthAdvisories #mapLink {
    padding: 0px 8px 5px 5px;
    float: right;
    font-family: verdana, sans-serif;
    font-size: 0.70em;
    text-align: right;
    color: #2f7889;
}
#healthAdvisories ul {
    margin: 0px 0px 10px 0px;
    padding: 0px 10px 0px 0px;
    line-height: 1.2em;
    list-style-type: none;
}
#healthAdvisories ul li {
    margin: 0.5em 0em 0.5em 0em;
    padding: 0em;
    font-family: verdana, sans-serif;
    font-size: 1.00em;
}
#healthAdvisories ul li a {    
    color: #2f7889;
    font-weight: bold;
    font-size: 1.00em;
}
#healthAdvisories .adv {
    float: left;
    margin: 0px 0px 0px 0px;
    /* width: 600px; */
}
#healthAdvisories .advDate {
    color: #c60;
    font-size: 0.8em;
}
#healthAdvisories .advText {
    font-size: 0.90em;
}
body.home #healthAdvisories {
    float: left;
    display: inline;
    margin: 0px 0px 10px 0px;
    width: 272px;
    overflow: hidden;
}
body.home #healthAdvisories #advisoryHeader {
    padding: 13px 271px;
    background: #fff url(/images/advisoriesHeader.gif) no-repeat top left;
}
body.home #healthAdvisories #advisoryLinks {
    margin: 0px 10px 0px 10px;
    /* padding: 5px 0px 5px 0px; */
    width: 250px;
    line-height: 1.2em;
    font-family: verdana, sans-serif;
    font-style: normal;
    font-size: 1.00em;
    color: #000000;
        
}
body.home #healthAdvisories a {    
    color: #1180c3;   
}
body.home #healthAdvisories a:hover {    
    color: #f58025;   
}
body.home #healthAdvisories a:visited {    
    color: #1180c3;   
}
body.home #news #advisoryLinks {
    margin: 0px 10px 0px 10px;
    padding: 5px 0px 10px 0px;
    width: 220px;
    line-height: 1.2em;
    font-family: verdana, sans-serif;
    font-style: normal;
    font-size: 1.00em;
    color: #000000;
}
body.home #news #zoneNewsHeader {
    font-family: verdana;
    font-size: 0.95em;
    font-weight: bold;
    padding: 0px 0px 0px 10px;
}
body.home #news #advisoryLinks a {    
    color: #1180c3;   
}
body.home #news #advisoryLinks a:hover {    
    color: #f58025;   
}
body.home #news #advisoryLinks a:visited {    
    color: #1180c3;   
}




#relatedContent #promotions {
    clear: left;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 10px 0px;
    width: 214px;
    overflow: hidden;
    text-align: center;
}
#relatedContent #promotions h2 {
    display: none;
}
#relatedContent #promotions a.promo {
    display: block;
    margin: 0px 0px 0px 0px;
    width: 200px;
    height: 74px;
    overflow: hidden;    
}
#relatedContent #promotions a.promo img {
    display: block;
    border: 0px;
}
/*** footer ******************************************************************/

#footer {
    clear: both;
    margin: -15px 0px 0px 0px;
    padding: 0px 0px 10px 0px;
    width: 934px;
    overflow: hidden;
    /* background: transparent url(/images/footer.gif) repeat-y top left; */
}

#footerInfoBar {
    float: left;
    width: 934px;
    height: 62px;
}

#footerBar {
    margin-top: 62px;
    padding: 34px 934px 0px 0px;
    background: #fff url(/images/footer_bar.gif) no-repeat bottom left;
}
#footer #logos {
    clear: left;
    margin: 10px 0px 0px 0px;
    padding: 0px 0px 10px 0px;
    width: 912px;
    overflow: hidden;
    /*background: #ccc;*/
}
#footer #logos h2 {
    display: none;
}
#footer #logos a.logo {
    float: right;
    display: inline;
    margin: 0px 0px 0px 10px;
    overflow: hidden;
}
#footer #logos a.logo img {
    display: block;
    border: 0px;
}
#footer #footerQuickLinks {
    float: right;
    display: inline;
    margin: 10px 0px 0px 0px;
    width: 540px;
    overflow: hidden;
    font-family: arial, sans-serif;
    font-size: 0.75em;
}
#footer #footerQuickLinks a {
    color: #1d4d58;
    text-decoration: none;
}
#footer #footerQuickLinks a:hover {
    color: #1d4d58;
    text-decoration: underline;
}
#footer #copyright {
    float: right;
    display: inline;
    margin: 10px 20px 0px 0px;
    width: 350px;
    overflow: hidden;
    font-family: arial, sans-serif;
    font-size: 0.75em;    
    text-align: right;
}

#footer .phpLogo {
    float: left;
    height: 55px;
    width: 680px;
}
#footer .phpLogo img {
    border: none;
}

#footer .socialMedia {
    float: right;
    text-align: right;
    width: 254px;
    margin: 16px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    font-family: verdana, sans-serif;
    font-size: 0.75em;
}
#footer .socialMedia img {
    border: none;
}
 
/*** keyword list ******************************************************************/
#keywordheadline h2{
font-family: verdana,sans-serif;
font-size: 0.8em;
color: #cc6600;
}

#keywordlist {
font-family: verdana,sans-serif;
font-size: 0.75em;
line-height: 1.2em;
}

#keywordlist ul {
list-style-position: outside;
}
 
 
 
 



/*** Quick Table ******************************************************************/ 
#mainContent #column2a #htmlContent .qTable {width:100%; border:5px;}
#mainContent #column2a #htmlContent .qTable td {font-family: verdana, sans-serif;
    font-size: 12px;
    color: #333;    
    line-height: 1.5em;
}
#mainContent #column2a #htmlContent .qTable h2 {margin: 10px 0px 0px 0px;
    padding: 0px;
    width: 100%;
    
    font-family: verdana, arial, sans-serif;
    font-size: 14px;
    color: #c60;
    line-height: 1.3em;
}
#mainContent #column2a #htmlContent .qTable h3 {margin: 10px 0px 0px 0px;
    padding: 0px;
    width: 100%;
    
    font-family: verdana, sans-serif;
    font-size: 12px;
    color: #000;
    line-height: 1.3em;
}
#mainContent #column2a #htmlContent .qTable p {margin: 5px 0px 0px 0px;
    padding: 0px;
    
    font-family: verdana, sans-serif;
    font-size: 12px;
    color: #333;    
    line-height: 1.5em;
}
#mainContent  #column2a #htmlContent .qTable ul {
    margin: 0.5em 0em 0em 17px;
    padding: 0px;
    line-height: 1.5em;
}
#mainContent  #column2a #htmlContent .qTable li {
    margin: 0.5em 0em 0em 0em;
    padding: 0px;
    
    font-family: verdana, sans-serif;
    font-size: 12px;
    color: #333;    
    line-height: 1.5em;
}
#mainContent  #column2a #htmlContent .qTable ul li a {
    color: #2f7889;
}
#mainContent  #column2a #htmlContent .qTable ul li a:hover {
    color: #c60;
}

/* Accordion javascript CSS start ---------------------------------------------------------*/ 
.accordion_set {
    margin:0;
    padding:8px;
    height:18px;
    border-top:#f0f0f0 1px solid;
    background:#587885;
    text-decoration:none;
    color:#fff;
    font-size:.8em;
    font-family:verdana, sans-serif;
    cursor:pointer;font-weight:bold;
}
.accordion_title {
    float:left;
}
.accordion-open, .collapse-open {
    background:#8fbace;
    color:#fff;
}
.accordion-open span, .collapse-open span {
    display:block;
    float:right;
    padding:8px;
}
.accordion-open span, .collapse-open span {
    background:url(/ico_minus.png) center center no-repeat;
}
.accordion-close span, .collapse-close span {
    display:block;
    float:right;
    background:url(/ico_plus.png) center center no-repeat;
    padding:8px;
}
/*
.accordion_content ul li{
    list-style:none;
    font-weight:bold;
}
*/

/********** New Carousel **********/
#features{background:#666666 !important;}
.carousel-group ul li a img{border:0;}
.bx-wrapper .bx-viewport{left:-14px;background:#666666;padding-top:0px;padding-bottom:5px;-moz-box-shadow:none;-webkit-box-shadow:none;box-shadow:none;border:0;}
.bx-wrapper .bx-caption{width:592px;background:rgba(255, 255, 255, 0.90) !important;filter:alpha(opacity=90);bottom:10px !important;}
.bx-wrapper .bx-caption span p{font-size:14px;line-height:18px;color:#000000;padding:0;margin:0;}
.bx-wrapper .bx-caption span p b{font-size:16px;line-height:20px;}
.bx-wrapper .bx-caption span a{color:#000000;}
.bx-caption-left{float:left;margin-top:0;margin-left:0;padding-top:0;padding-left:0;}
.bx-caption-right{float:right;margin-top:3px;}
.bx-caption-left a{color:#000000;text-decoration:none;}
.bx-caption-right a{color:#000000;font-size:13px;font-weight:bold;text-decoration:none;}
.bx-caption a, .bx-caption a:hover{color:#000000;text-decoration:underline;}
.bx-wrapper .bx-prev {display:none;}
.bx-wrapper .bx-next {display:none;}
.bx-pager {margin-left:10px;}
.carousel-thumbs{margin-left:-10px;text-align:center; margin-top:-50px !important;}
.carousel-thumbs a i{display:none;}
#content #column1 .carousel-thumbs a img{margin: 10px -2px 10px 0px;}
.carousel-thumbs a img{padding:2px;border: solid #929292 1px;}
.carousel-thumbs a.active span{position:absolute;margin-left:48px;color:#ffffff !important;background:url(/icon_carouselUp.gif) transparent no-repeat;width:20px;height:10px;}
.carousel-thumbs a.active img{border: solid #ffffff 1px;}