/* ==================== HTML5 Boilerplate Start ==================== */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }

html { font-size: 100%; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }
html, button, input, select, textarea { color: #222; }
body { background: url('/BodyBg.jpg') top center #fff repeat-x;
    font-family: Arial, sans-serif; font-size: 12px; margin: 0; line-height: 1.4;
    min-width: 1024px;}



a { color: #0c1e5d; text-decoration: none; }
a:visited { color: #0c1e5d; }
a:hover { color: #153396; }
a:focus { outline: thin dotted; }
a:hover, a:active { outline: 0; }

abbr[title] { border-bottom: 1px dotted; }
b, strong { font-weight: bold; }
blockquote { margin: 1em 40px; }
dfn { font-style: italic; }
hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }
ins { background: #ff9; color: #000; text-decoration: none; }
mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }
pre, code, kbd, samp { font-family: monospace, serif; _font-family: 'courier new', monospace; font-size: 1em; }
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }

q { quotes: none; }
q:before, q:after { content: ""; content: none; }
small { font-size: 85%; }
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }

ul, ol { margin: 1em 0; padding: 0 0 0 40px; }
dd { margin: 0 0 0 40px; }
nav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }

img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }
svg:not(:root) { overflow: hidden; }
figure { margin: 0; }

form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }

label { cursor: pointer; }
legend { border: 0; *margin-left: -7px; padding: 0; white-space: normal; }
button, input, select, textarea { font-size: 100%; margin: 0; 
  vertical-align: baseline; *vertical-align: middle; }
button, input { line-height: normal; }
button, input[type="button"], input[type="reset"], input[type="submit"] { 
  cursor: pointer; -webkit-appearance: button; *overflow: visible; }
button[disabled], input[disabled] { cursor: default; }
input[type="checkbox"], input[type="radio"] { box-sizing: border-box; 
  padding: 0; *width: 13px; *height: 13px; }
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: 
    content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button { 
  -webkit-appearance: none; }
button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }
textarea { overflow: auto; vertical-align: top; resize: vertical; }
input:valid, textarea:valid {  }
input:invalid, textarea:invalid { background-color: #f0dddd; }

table { border-collapse: collapse; border-spacing: 0; }
td { vertical-align: top; }

.chromeframe { margin: 0.2em 0; background: #ccc; color: black; padding: 0.2em 0; }

@media only screen and (min-width: 35em) {}

.ir { display: block; border: 0; text-indent: -999em; overflow: hidden;
  background-color: transparent; background-repeat: no-repeat; 
  text-align: left; direction: ltr; *line-height: 0; }
.ir br { display: none; }
.hidden { display: none !important; visibility: hidden; }
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; 
  overflow: hidden; padding: 0; position: absolute; width: 1px; }
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { 
  clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }
.invisible { visibility: hidden; }
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { *zoom: 1; }

@media print {
  * { background: transparent !important; color: black !important; 
    box-shadow:none !important; text-shadow: none !important; 
    filter:none !important; -ms-filter: none !important; } 
  a, a:visited { text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; } 
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; } 
  tr, img { page-break-inside: avoid; }
  img { max-width: 100% !important; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3 { page-break-after: avoid; }
}

/* ==================== HTML5 Boilerplate End ==================== */


/* ELEMENT STYLES
---------------------------------------- */

.outerWrapper { background: url('/WrapperBg.jpg') top center transparent no-repeat;
    max-width: 1400px; margin: 0 auto; min-height: 700px; overflow: visible; position: relative; }

.mainWrapper { display: block; margin: 0 auto; min-height: 700px; position: relative; width: 980px; }

.headerArea { position: relative; height: 360px; }

.logo { position: absolute; left: -20px; top: 0px; z-index: 10; }

.sectionTitle { padding:0 0 20px 15px; margin-bottom:10px; }

h1, h2, h3, h4 { color: #3b4755; font-size: 18px; font-family: Arial, sans-serif; 
  font-weight: bold; margin:20px 0 5px 0; padding-left:15px; }

h2 { font-size: 16px; }
h3 { font-size: 14px; }
h4 { font-size: 12px; }

p { margin:5px 0; color:#3c4856; padding-left:15px; }

p > a { font-weight: bold; }

.printLabel { display: none; }

/* ALTERNATE PARAGRAPH STYLES
---------------------------------------- */

/* These stylings are applied to paragraphs in content areas by wrapping  */
/* content in a div and apply the appropriate class name                  */

.blueBg, .beigeBg {
  background: #ccd8e6;
  padding: 15px 15px 15px 0;
  margin:0 0 10px 0;
  color: #3c4856;
}

.blueBg p:last-child, .beigeBg p:last-child {
  margin-bottom: 0;
}

.beigeBg {
  background: #fcf8ef;
}

/* These styles can be applied to p elements or li */
/* elements to make them slightly larger than normal */

.biggerText { font-size: 16px; }

/* RAD MENU
---------------------------------------- */

.menu { min-height: 50px; position: absolute; top: 19px; right: 0; width: 800px; }

.rmLink, .rmLink:active, .rmLink:link, .rmLink:visited
{ color: White; font-family: Arial, Helvetica, sans-serif; 
  text-shadow: #000 1px 1px 2px; text-decoration: none; }

.rmRootGroup > .rmItem > .rmSelected, 
.rmRootGroup > .rmItem > .rmLink:hover, 
.rmRootGroup > .rmItem > .rmExpanded
{ background: url('/rmLinkBg.png') bottom center transparent no-repeat; 
  color: White; text-decoration: none; }

.rmRootGroup > .rmItem > .rmLink 
{ font-size: 15px; line-height: 50px; text-transform:uppercase; }

/* Hide the Home link from the Top Nav menu */
.rmRootGroup > .rmFirst { display:none; }

.rmMultiColumn { background-color: #0d234a; opacity:0.95; filter:alpha(opacity=95); }
    .rmMultiColumn .rmLink { line-height: 35px; }
    .rmMultiColumn .rmLink:hover { background-color:#1d488c }

.rmMultiColumn .rmMultiColumn { background-color: #1d488c}


/* NAVIGATION LINKS
---------------------------------------- */

.hLinkArea { position: relative; background-color: #151d38; 
           padding: 7px 0; height: 63px; width: 980px; }

.hLinkArea a { display: block; height: 63px; float: left; text-indent: -99999px; }
.hLinkArea a:hover { background-position: 0 0; }

.hBtnHospitals { background: url('/HBtnHospitals.png') bottom; width: 245px; }
.hBtnHITHelp { background: url('/HBtnHITHelp.png') bottom; width: 244px; }
.hBtnTrustees { background: url('/HBtnTrustees.png') bottom; width: 244px; }
.hBtnAllieds { background: url('/HBtnAllieds.png') bottom; width: 247px; }


.vLinkArea { display: none; }
.vLinkArea { position: relative; background-color: #151d38; padding: 7px; 
  height: 250px; width: 256px; }
.vLinkArea a { display: block; height: 62px; }
.vLinkArea a:hover { background-position: 0 0; }

/* ADVERTISEMENTS
---------------------------------------- */
.bannerAd1 { height: 290px; padding-top: 70px; width: 980px; }

ul.message { clear:both; }

.bannerAd2 .message table { margin: 15px 0 0 0; padding-top:15px; }

/* COMPACT LOGIN
---------------------------------------- */
.userloginView { background-color: #edddb4; margin: 10px; padding: 10px; width: 230px; }
.userloginView .requiredMessage { font-size: 0.9em; font-weight: 600; }


/* CONTENT
---------------------------------------- */
.bodyArea { min-height: 400px; background: #fff; padding-bottom: 15px; overflow: hidden; }

.leftPanel { float: left; padding: 15px; min-height: 300px; width: 680px; position: relative; }

.rightPanel { background: #e0bf64; float: right; min-height: 300px; width: 270px; margin-bottom: 20px; }

.sectionTitle { color: #ae2206; font-size: 1.5em; font-weight: bold; }

/* BREADCRUMBS
---------------------------------------- */
.breadcrumb { color: #0c1e5d; position: relative; margin:0 0 15px 10px; font-size: 11px; }
.breadcrumb a { color: #0c1e5d; text-decoration: none; margin: 0px 5px; }
.breadcrumb a:hover { color: #0c1e5d; text-decoration: underline; }
.breadcrumb .bcLast { font-weight: bold; color: #ae2206; }

/* ALPHABET SELECTION
---------------------------------------- */

.alphabet {
    list-style: none;
    padding: 0 0 5px 15px;
}

.alphabet a {
    float: left;
    padding:0 5px;
    border-right:1px solid #777;
}

.alphabet > a {
    border: 0;
}

/* PRINT BUTTON
---------------------------------------- */
.printLink {
    position: absolute;
    right: 20px;
    top: 15px;
}

/* FOOTER
---------------------------------------- */
.footerWrapper { background: url('/FooterBg.png') bottom left #fff repeat-x; 
    height: 130px; }
.footerArea { color: #fff; font-size: 11px; height: 100px; margin: 0 auto; position: relative; 
    padding: 20px 0 10px; text-align: center; vertical-align: middle; width: 980px; }
              
.footerArea a { color: #fff; text-decoration: none; }
.footerArea a:hover { color: #fff; text-decoration: underline; }              

/* GREETING
---------------------------------------- */
.greeting { font-weight: 600; padding: 0 10px 5px; }
.greeting a { text-decoration: underline; }

/* SEARCH
---------------------------------------- */
.searchArea { background: #b68809; padding: 10px 20px; margin-bottom: 10px; 
  position: relative; width: 230px; }

.search_TextBox, .Search_TextBox { border: solid 1px #c0bba3; padding: 5px 10px; width: 180px; }

.search_Link, .Search_Link { display: none; }


/* RSS FEEDS
---------------------------------------- */
.rssVerticalContainer { background-color: White; margin: 10px; 
   padding: 10px; width: 230px; }

.rssVertical_ItemTitle a { font-size: 1.5em; font-weight: 600; color: #0c1e5d; }
.rssVertical_RssItemInner { margin-bottom: 10px; }
   .rssVertical_RssItemTitle a { color: #0c1e5d; }
   .rssVertical_RssItemAuthor,
   .rssVertical_RssItemDescription,
   .rssVertical_RssItemPubDate { display: none; }


.rssHorizontalContainer { background-color: White; margin: 10px; 
   padding: 10px; width: 230px; }

.rssHorizontal_ItemTitle a { font-size: 1.5em; font-weight: 600; color: #0c1e5d; }
.rssHorizontal_RssItem { margin-bottom: 10px; }
   .rssHorizontal_RssItemTitle a { color: #0c1e5d; }
   .rssHorizontal_RssItemAuthor,
   .rssHorizontal_RssItemDescription,
   .rssHorizontal_RssItemPubDate { display: none; }

/* SECTIONS
---------------------------------------- */
.parentSection .contentList { margin-left: 15px; }

.itemTitle { font-size: 1.1em; font-weight: 600; margin-bottom: 5px; }

.parentSection .itemRow { margin-bottom: 10px; overflow: hidden; }

.linkSection .sectionTitle { padding-left: 0; }
.linkSection { padding-left: 15px; }

.userloginView { display: none; }
#home .userloginView { display: block; }
#home .sectionTitle { display: none; }

/* HTML SECTIONS
---------------------------------------- */
.htmlContent table { margin-left: 15px; }

.htmlContent table p { padding: 10px 0; }

/* GEOMAP SECTION
---------------------------------------- */
.geoMap_Canvas { width: 100%; }


/* FORMS
---------------------------------------- */

.ContactFormListTable { margin-left: 15px; }

/* SOCIAL MEDIA
---------------------------------------- */
.RadSocialShare {
  position: absolute;
  top:10px;
  right:80px;
}
.sshListItem { margin-right: 10px; }

/* Ticker
---------------------------------------- */
pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.4;
  word-break: break-all;
  word-wrap: break-word;
  color: #333;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.ticker-container {
  background: #fff;
  border: 2px solid #b68809;
  padding: 10px;
  max-width: 280px;
  margin: 0 auto;
}
.ticker-container h1 {
  color: #01255f;
  font-size: 24px;
}

/*******************************************************/
/* 20151224 override for transition to new site design */
/*******************************************************/
.parentSection_ItemImage {
    display:none;
    visibility:hidden;
}