/*
    stylesheet: Screen CSS
    media:      screen
*/

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

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

#page {
    margin: 10px auto 0px auto;
    padding: 0px 10px 0px 10px;
    width: 934px;
    background: #fff url(/images/home_page2.gif) repeat-y top left;
}
body.home #page {
    padding: 0px 10px 0px 10px;
    width: 934px;
    background: #fff url(/images/home_page2.gif) repeat-y top left;
}
#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: 10px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    /* width: 32%; */
    width: 250px;
    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;
}


#header #pageOptions ul {
    margin: 5px 0px 0px 0px;
    padding:  0px 0px 0px 0px;
    font-family: verdana, sans-serif;
    font-size: 0.75em;    
    line-height: 1.7em;  
    list-style-type: none;
    
}
#header #pageOptions ul li {
    float: right;
    margin: 3px 5px 0px 0px;
    vertical-align: bottom;
}
#header #pageOptions a {
    display: block;
    padding-left: 5px;
    color: #2f7889;
}
#header #pageOptions a:hover {
    color: #c60;
}
#header #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;
}
/*** 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;
}

/*** 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;
    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; */
}
/*** 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;
}
/*** 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;
}
/*** 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 16px;
    width: 300px;
    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: 125px;
    border: none;
}
#bigBanner h2 {
    display: none;
}
#bigBanner img {
    border: none;
}

#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;
}
#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;
}
/*** 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 {
    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 {
    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 {
    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 {
    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 {
    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 {
    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 {
    margin: 0px;
    font-size: 1em;
}
#mainContent #informABCorrections a,
#informABContent a,
#htmlContent a {
    color: #2f7889;
}
#mainContent #informABCorrections a:hover,
#informABContent a:hover,
#htmlContent a:hover {
    color: #c60;
}
#mainContent #informABCorrections a:visited,
#informABContent a:visited,
#htmlContent 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 *************************************************************/
#mainContent #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;
}
#mainContent #crumbTrail a {
    color: #c60;
    text-decoration: none;
}
#mainContent #crumbTrail a:hover {
    color: #c60;
    text-decoration: underline;
}
#mainContent #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: 10px 0px 10px 0px;
    float: left;
    display: inline;
}

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

#quickLinksFooter {
    /* padding: 8px 271px; */
   /* background: #fff url(/images/bottom.jpg) no-repeat top left; */
}
 
#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;
}
#findA {    
    margin: 0px 0px 0px 0px;
    width: 272px;
    overflow: hidden;
}
#findA ul { 
    width: 220px;
    margin: 0px auto 0px auto;
    padding: 0px 0px 10px 27px;   
    line-height: 1.2em;
    list-style-type: none;
    
}
#findA ul li {
    margin: 4px 20px 0px -12px;
    font-family: verdana, sans-serif;
    font-size: 1.05em;
    text-align: left;
}
#findA a {
    text-align: left;
    text-decoration: none;
    color: #1180c3;
}
#findA a:hover {
    font-weight: bolder;
    text-decoration: none;
    color: #007ec2;
}
#findA a:visited {
    text-decoration: none;
    color: #1180c3;
}
#findA #findAHeader {
    padding: 13px 271px;
    background: #fff url(/images/findaHeader.gif) no-repeat top left;
}
#findA #findAFooter {
     padding: 16px 271px;
     margin: 0px 0px 10px 0px;
     background: #fff url(/images/concernsHeader.gif) no-repeat top left;
}

#findA #findAFooter2 {
     padding: 16px 271px;
     background: #fff url(/images/erwaittimesHeader.gif) no-repeat top left;
}


#news {
    float: left;
    display: inline;
    margin: 0px 0px 0px 0px;
    width: 272px;
    overflow: hidden;
    
}
#news #newsHeader {
    padding: 13px 271px;
    background: #fff url(/images/newsHeader.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;
}
#listItemsNav #news ul li a {    
    color: #1180c3;
}
#listItemsNav #news ul li a:hover {    
    color: #f58025;
}
#listItemsNav #news ul li a:visited {    
    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;
}
#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 #advisoryFooter {
   /* padding: 8px 271px; */
   /* background: #fff url(/images/RSS-line.gif) no-repeat top left; */
}
body.home #healthAdvisories #advisoryLinks {
    margin: 0px 10px 0px 10px;
    padding: 5px 0px 5px 0px;
    width: 220px;
    line-height: 1.2em;
    font-family: verdana, sans-serif;
    font-style: normal;
    font-size: 1.00em;
    color: #000000;
        
}
body.home #healthAdvisories h2 {
    margin: 10px 0px 0px 0px;
    font-family: verdana, sans-serif;
    font-size: 0.95em;
    color: #1d4d58;
}
body.home #healthAdvisories h3 {
    margin: 10px 0px 0px 0px;
    font-family: verdana, sans-serif;
    font-size: 0.8em;
    color: #c60;
}
ackup body.home #healthAdvisories ul {
    margin: 0px 0px 0px 0px;
    padding: 0px 10px 10px 0px;
    width: 220px;
    line-height: 1.2em;
    list-style-type: none;
}
body.home #healthAdvisories ul li {
    margin: 0.5em 0em 0em 0em;
    padding: 0em;
    font-family: verdana, sans-serif;
    font-size: 1.00em;
}
body.home #healthAdvisories a {    
    color: #1180c3;   
}
body.home #healthAdvisories a:hover {    
    color: #f58025;   
}
body.home #healthAdvisories a:visited {    
    color: #1180c3;   
}
body.home #healthAdvisories p {    
    font-family: verdana, sans-serif;
    font-size: 1.00em;
    font-style: normal;
    /* color: #1d4d58; */
    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;   
}



body.home #community {
    float: left;
    display: inline;
    margin: 0px 0px 10px 0px;
    width: 270px;
    overflow: hidden;
   
}
body.home #community #communityHeader {
    padding: 13px 271px;
    background: #fff url(/images/communityHeader-top.gif) no-repeat top left;
}
body.home #community #communityFooter {
    padding: 8px 271px;
   /* background: #fff url(/images/RSS-line.gif) no-repeat top left; */
}
body.home #community #communityLinks {
    margin: -5px 0px 0px 0px;
    padding: 0px 0px 5px 0px;
    width: 270px;
    line-height: 1.2em;
    font-family: verdana, sans-serif;
    font-style: normal;
    font-size: 1.00em;
    color: #000000;
}
body.home #community h2 {
    margin: 10px 0px 0px 0px;
    font-family: verdana, sans-serif;
    font-size: 0.95em;
    color: #1d4d58;
}
body.home #community h3 {
    margin: 10px 0px 0px 0px;
    font-family: verdana, sans-serif;
    font-size: 0.8em;
    color: #c60;
}
body.home #community ul {
    margin: 0px 0px 0px 0px;
    padding: 0px 10px 10px 0px;
    width: 220px;
    line-height: 1.2em;
    list-style-type: none;
}
body.home #community ul li {
    margin: 0.5em 0em 0em 0em;
    padding: 0em;
    font-family: verdana, sans-serif;
    font-size: 1.00em;
}
body.home #community a {    
    color: #1180c3;   
}
body.home #community a:hover {    
    color: #f58025;   
}
body.home #community a: visited {    
    color: #1180c3;   
}
body.home #community p {  
    margin: 10px 0px 0px 10px;  
    font-family: verdana, sans-serif;
    font-size: 1.00em;
    font-style: normal;
    /* color: #1d4d58; */
    color: #000000;
    width: 150px;
}

body.home #community .communityImage {
    margin: -145px -1px 0px 0px;
    float: right;
    width: 80px;
    height: 107px;
}







#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: -25px 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;
}
