/***********************
  M O U N T A I N    
  skin.css
***********************/

/* ---------------------------------------------
= 0. COLORS INDEX
================================================ */

/*

  #d4d6d7 - page background pale gray
  #efefef - soft grey background
  #085FAC - main royal blue
  
  #055693 - header link 
  #7CBAD1 - link highlight
  #055693 - hyperlink 
  #3B3B3B - bar button / footer info font color
  #999999 - side nav  color title back

*/


/* --------------------------------------------
= 8. TEXT
===============================================*/
  
  /* 8.1 HEADINGS 
  ----------------------------------------------- */

  h1, h2, h3, h4, h5, h6 { font-weight: normal; }

  h1, h2, h5 { color: #028774; }

  h3, h4, h6 { color: #b18128; }

  
  h1 { 
    border-bottom: 1px solid #cccccc; 
    font-size: 28px;
    line-height: 34px;
    margin-bottom: 15px;
  }
  
  h2 { 
    font-size:18px; 
    color: #028774;
    padding-bottom: 5px; 
    margin: 0 0 10px 0;
  }
  
  /*#content-sub1 h2 {
    background: #fff;
    border-top: 5px solid #cccccc;
    padding:5px 10px 5px 10px;
    margin: 10px 0 0;
    color: #666666;
    clear: both;
    font-size:14px;
    font-weight:bold;
  }*/

  h3 {
    color: #028774; 
    font-size:18px; 
    font-weight: normal;
    margin-bottom:10px;
  }

  h4 {
    color: #b18128; 
    font-size:14px;
    margin-bottom:15px;
    margin-top:15px;
    font-weight: bold;
  }
  
  
  

  h5 {
    color: #333333;
    font-size: 16px;
    font-weight:bold;
    margin-bottom:15px;
    margin-top:15px;
  }

  h6 { 
    color: #000;
    font-size: 14px; 
    font-weight:bold; 
    text-transform: uppercase; 
    letter-spacing: 1px;
    margin-bottom:15px;
    margin-top:15px;
  }

  
  h3 a,
  h3 a:link {
    font-size: 14px;
    color: #028774;
    text-decoration: none;
  }
  
  h3 a:visited {
    color: #b18128;
  }
  
  h3 a:hover,
  h3 a:focus {
    color: #000;
  }
  

  /* 8.2 TEXT ELEMENTS
  ----------------------------------------------- */
  p { margin: 0 0 15px 0; }

  a, a:link {
  color: #055693;
  text-decoration: underline;
}
  a:hover, a:focus {
  color: #666666;
}
  
  a:visited {
  color: #015a7b;
}
  
  a:visited:hover {
  color: #666666;
}

  /* blockquote {} */

  strong {
  font-weight: bold;
}

  em, dfn {
  font-style: italic;
}

  dfn {
  font-weight: bold;
}

  sup, sub {
  line-height: 0;
}

  abbr, acronym {
  border-bottom: ;
}

  /* address {} */

  ins {
  font-weight: bold;
  text-decoration: none;
}
  del {
  text-decoration: line-through;
}

  pre {
  white-space: pre;
}
  pre, code, tt {
  font-family: 'andale mono', 'lucida console', monospace;
  color: #999;
  font-size: 14px;
  line-height: 14px;
  margin-bottom: 15px;
}


  /* 8.3 LISTS 
  ----------------------------------------------- */
  ul {
  list-style-type: disc;
  margin-bottom: 15px;
}
  ol {
  list-style-type: decimal;
  margin-bottom: 15px;
}

  #interior #content-main ul,
  #interior #content-main ol {
    padding: 0 40px 0 40px;
  }

  dl { margin:0 0 15px 0; }
  dl dt { font-weight:bold; }
  dd { margin-left:15px; }
  

  /* 8.4 TABLES 
  ----------------------------------------------- */
   
  table {
  margin: 10px 0 15px 0;
  width: 100%;
  border: 1px solid #ccc;
  border-bottom: 0;
}

  th {
  background: #ccc;
  color: #525252;
  font-weight: bold;
  text-align: left;
}
  th, td, caption {
  padding: 3px 5px;
  vertical-align: top;
}
  td, th {
  border-bottom: 1px solid #ccc;
}

  /* tfoot {} */

  /* caption {} */

  tr.alt { background: #e8e8e8; }


  /* 8.5 FORMS
  ----------------------------------------------- */
  legend { display: none; }

  fieldset {
  padding: 20px 0;
  margin: ;
  border-bottom: 1px solid #ccc;
}
   
  label {
  font-size: 14px;
  font-weight: bold;
  float: left;
  width: 150px;
}

  input[type="text"] {
  color: #666;
  font-size: 14px;
  padding: 3px 5px;
  border: 1px solid #999;
  width: 300px;
}

  textarea {
  color: #666;
  /*width: ;
  height: ;*/
  padding: 5px;
}

  select {
  border: 1px solid #999;
  color: #666;
}

  option {
  color: #666;
  padding: 0 3px 3px 3px;
}

  /* 8.7 IMAGES
  ----------------------------------------------- */
  


/* ---------------------------------------------
= 1. BODY
================================================ */  
  body {
    color: #222;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px; 
    line-height: 20px;
    background: #d4d6d7 url(/themes/mountain/design/images/template/top-gradient.gif) repeat-x;
  }

/* --------------------------------------------
= 2. PAGE
=============================================== */
  #page-wrap {
  
    
  }
  
  #page{
    background: #fff;
  }
  
  
  
  /*--------------------------------- 
  COLUMNS
============================================= */
  .twoCol{
    margin-bottom: 10px;
  }
  
    
  .col.last{
    /*min-height: 400px;*/
  }
  
  #interior .col{
    /*margin-right: 20px;*/
  }
  /* for portal - 2 column home and interior, plus 3 column interior */
  
 #interior .col.portal2, #home .col.portal2{
   width: 690px;
 }
 
 #interior .col.portal3, #interior .col.last{
  float: left;
  width: 47%;
  margin-right: 20px;
}

#interior .col.last{
  margin-right: 0;
}

/*#interior .col.last{
    width: 0;
    height: 0;
  
}*/
  
/*----------------------------------------------
= 3. HEADER
================================================ */
  
  #header-wrap{
  
       background: transparent url(/themes/mountain/design/images/template/promo-background-texture.png)  no-repeat;
       /*padding-top: 10px;*/
       overflow: auto;
  
  } 
  
  #header { 
  /*  margin-top: 5px;*/
    background: transparent url(/themes/mountain/design/images/template/doctor-photo.png) top right  no-repeat;
  }



  #header .nav-sub {
    background: #085FAC;
  }

  #header .nav-sub ul{
    list-style:  none;
    margin-left: 23px;
  }

  #header .nav-sub ul li {
    float: left;
    margin-right: 20px;
  }

  #header .nav-sub ul li a {
    color: #e8e8e8;
    padding: 3px 5px;
    text-decoration: none;
  }
  #header .nav-sub li a:hover {
     background: #afeeee;
    color: #000;
  }
  
  a.eNewsButton:link, a.eNewsButton:visited, a.eNewsButton:hover {
    float: right;
    background: #7cbad1 url(/themes/mountain/design/images/template/icons/page_white_text.png) no-repeat 5px 3px;
    color: #ffffff;
    padding: 3px 10px 3px 25px;
    margin: 27px 10px 0 0;
    text-decoration: none;
    border: 1px solid #cccccc;
  }
  
  a.eNewsButton:visited {
    color: #e8e8e8;
  }
  
  a.eNewsButton:hover {
    color: #7CBAD1;
    text-decoration: underline;
    background-color: #ffffff;
  }

  
  /* = 3.1 LOGO
  ----------------------------------------------- */
  #branding {
    margin-top: 0px;
  }
  
  #logo h1 {
   border: 0; 
   }
  
  #logo h1 a {
  
    float: left;
    margin: 0;
    text-indent: -5000px;
    width: 342px;
    
  }

  #logo h2.tagLine{
    color: #02685a;
    font: bold 16px "Times New Roman", Times, serif;
    font-style: oblique;
    float: left;
    clear:left;
    margin: 30px 5px 5px 10px;
    
  }
  
  /* = 3.2 SEARCH
  ----------------------------------------------- */
  #site-search { 
    background: transparent; 
    padding-left:6px;
    top:285px;
    z-index:40;
  }

  #site-search fieldset { border: 0; padding: 0; }

  fieldset.search input { width: 210px; background: #fff; }

  fieldset.submit { margin-top: 3px; width: 20px; float: right;}
  
  fieldset.submit input { border: 0; float: right; width: 14px; position: absolute; right: 30px; }
  
  fieldset.submit a {
    background: url(/themes/mountain/design/images/template/icons/magnify.png) no-repeat 0 0; 
    border: 0;
    bottom: 3px;
    /*float: right;*/
    width: 14px;
    position: absolute;
    right: 12px;
    text-indent: -5000px;  
  }

  /* = 3.3 MAIN NAVIGATION
  ----------------------------------------------- */
  .nav {
  margin-top: 30px;
  }

  #nav-main {
  margin: 15px 0;  
  }

  #nav-main ul li { 
    
    font-size: 14px;
    font-weight: normal;
    line-height: 25px;
    
  }

  /* link styles */
  #nav-main ul li a, #nav-main ul li a:visited {
    background: #028774;
    color: #fff;
    font-weight: bold;
    display: block;
    padding: 3px 20px;
    text-align: left;
    text-decoration: none;
    margin: 5px 10px;
    -moz-border-radius: 40px;
    -webkit-border-radius: 40px;
    border-radius: 40px;
    border: 1px solid white;  
  }
  
  #nav-main ul li a:hover {
    background: #eace9b;
  }
  
  /* style of menu item while submenu is showing */
  #nav-main ul li:hover a, #nav-main ul li.sfHover a {
    color: #028774;
    background: #eace9b;
    border: 1px solid #028774;
    /* background: transparent url(/themes/mountain/design/images/template/icons/ct-bullet.png) no-repeat  275px 50%; */
    -moz-box-shadow: 2px 2px 3px #023730;
    -webkit-box-shadow: 2px 2px 3px #023730;
    box-shadow: 2px 2px 3px #023730;
  }
  
  /* resets styles for submenu */
  #nav-main ul li ul li,
  #nav-main ul li ul li a,
  #nav-main ul li:hover ul li a,
  #nav-main ul li.sfHover ul li a {
    background-image: none;
  }
  
  /* contains submenu */
  #nav-main ul li ul {
    width: 285px;
  }
  
  /* submenu link styles */
  #nav-main ul li:hover ul li a,
  #nav-main ul li:hover ul li a,
  #nav-main ul li.sfHover ul li a {
    background: #fff;
    text-transform: none;
  }
  
  #nav-main ul li:hover ul li a:hover,
  #nav-main ul li:hover ul li a:focus {
    background: #e8e8e8;
  }
  
  #nav-main ul li:active {
    color: #028774; 
    background: #deb261;
    outline: 0;
  }

  #nav-main ul li:hover {
    visibility: inherit; /* fixes IE7 'sticky bug' */
  }

  #nav-main ul li:hover ul,
  #nav-main ul li.sfHover ul {
    left: 285px; /* match top ul list item width */
    top: 0px; /* match top ul list item height */
    z-index: 99;
  }

  
  /* = 3.4 SUB NAVIGATION
  ----------------------------------------------- */
  /* arrows */
  #nav-main a.sf-with-ul {
    padding-right:   2.25em;
    min-width: 1px; /* trigger IE7 hasLayout so spans position accurately */
  }
  .sf-sub-indicator {
    position: absolute;
    display: block;
    right: .75em;
    top: 1.05em; /* IE6 only */
    width: 10px;
    height: 10px;
    text-indent: -999em;
    overflow: hidden;
    background: url(/themes/mountain/design/images/template/arrows-ffffff.png) no-repeat -10px -100px; 
    /* 8-bit indexed alpha png. IE6 gets solid image only */
  }
  a > .sf-sub-indicator {  /* give all except IE6 the correct values */
    top: .8em;
    background-position: 0 -100px; /* use translucent arrow for modern browsers*/
  }
  /* apply hovers to modern browsers */
  a:focus > .sf-sub-indicator,
  a:hover > .sf-sub-indicator,
  a:active > .sf-sub-indicator,
  li:hover > a > .sf-sub-indicator,
  li.sfHover > a > .sf-sub-indicator {
    background-position: -10px -100px; /* arrow hovers for modern browsers*/
  }

  /* point right for anchors in subs */
  #nav-main ul ul .sf-sub-indicator { background-position:  -10px 0; }
  #nav-main ul ul a > .sf-sub-indicator { background-position:  0 0; }
  /* apply hovers to modern browsers */
  #nav-main ul ul a:focus > .sf-sub-indicator,
  #nav-main ul ul a:hover > .sf-sub-indicator,
  #nav-main ul ul ul a:active > .sf-sub-indicator,
  #nav-main ul ul li:hover > a > .sf-sub-indicator,
  #nav-main ul ul li.sfHover > a > .sf-sub-indicator {
    background-position: -10px 0; /* arrow hovers for modern browsers*/
  }

  /* shadows for all but IE6 */
  #nav-main .sf-shadow ul {
    -moz-box-shadow: 0 0 5px rgba(0,0,0,.5);
    -webkit-box-shadow: 0 0 5px rgba(0,0,0,.5);
    box-shadow: 0 0 5px rgba(0,0,0,.5);
  }

  #nav-main ul li .submenu-links .sf-shadow {
    background-image: none;
  }

  #nav-main .sf-shadow ul.sf-shadow-off {
    background: transparent;
  }

/*-----------------------------------------------
= 4. CONTENT
================================================= */

  #content-wrap{
    background: transparent url(../images/template/mountain-overlay.png) 0 0 no-repeat;
  
  }
  
    
  #home #content-main ul {
   
    margin: 0px 0px 10px 25px;
  }

  #home #content-main ul li h3 {
     color: #005649;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 20px;

  }

 
    
  #content-sub1{
     background: #deb261 url(/themes/mountain/design/images/template/nav-gradient.png) left bottom no-repeat;
     min-height: 899px;
   }

  #content-sub1 p a, 
  #content-sub1 p a:visited {
    display:block;
    margin: 5px 0 0 0;
    width: 200px;
    
  }
  
  li.featured-item1,
  li.featured-item2,
  li.featured-item3 {
    color: #ffffff;
    
  }
  
  li.featured-item1 { border-top: 8px solid #2155ae; }
  
  li.featured-item2 { border-top: 8px solid #428397; border-left: 1px solid #ffffff; }
  
  li.featured-item3 { border-top: 8px solid #496bb5; border-left: 1px solid #ffffff; }
  
  li.featured-item1 a:link,
  li.featured-item2 a:link,
  li.featured-item3 a:link {
    color: #ffffff;
  }
  
  li.featured-item1 a:visited,
  li.featured-item2 a:visited,
  li.featured-item3 a:visited {
    color: #e8e8e8;
  }
  
  
  li.featured-item1 a:hover,
  li.featured-item2 a:hover,
  li.featured-item3 a:hover {
    color: #7cbad1;
  }
  
  #home #content-main span.imager {
    background: transparent;
    border: 8px solid #dddddd;
    width:295px;
    height:230px;
    float: right;
    margin: 20px 0 10px 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
  }
  
/*  a.jellyButton:link, a.jellyButton:visited {
    background: #085FAC url(/themes/mountain/design/images/template/frisket_button.png) no-repeat;
    float: left;
    padding: 10px 0px 0px 35px;    
    height: 28px;
    text-decoration: none;
    color: #efefef;
    font-size: 13px;
    margin-left: 65px;
    text-shadow: 2px 2px 2px #000;
    width: 125px;    
  }
  
  a.jellyButton:hover, a.jellyButton:visited:hover {
    background-color: #0A7ADE ;
    color: #fff;
    text-shadow: 2px 2px 2px #000;
  }*/
  
  #socialLinks {
    width:100%;
    float: left;
    margin: 10px 0 0 0; 
    padding: 0;
  }
    
  a.facebook,  a.twitter,  a.youtube{
    text-indent: -5000px;
    float: left;
    width: 32px;
    height: 32px;
    border-bottom: 2px solid transparent;  
    margin: 0 10px 0 0;
  }
  
  a.facebook:hover, a.twitter:hover, a.youtube:hover{
    border-bottom: 2px solid #fff;  
  }
  
  a.facebook{ background: url(/themes/mountain/design/images/template/badge_facebook.png) no-repeat;}
  a.twitter{ background: url(/themes/mountain/design/images/template/badge_twitter.png) no-repeat;}
  a.youtube{ background: url(/themes/mountain/design/images/template/badge_youtube.png) no-repeat;}
  /*
  a.facebook:hover,  a.twitter:hover,  a.youtube:hover{
  
  }
  */
  
  .content-sub1-box {
    float: left;
    width: 285px;
    margin: 10px 0 0 0;
    padding:0;    
  }
/*----------------------------------------------
= home 
================================================ */  
/*#home #content-sub2 ul li {
  background: #666666 url(/themes/mountain/design/images/template/bg_sub.png) repeat-x top left;
  border: 0px;
  float: left;
  list-style: none;
  margin: 0px 5px 10px 5px;
  padding: 0px;
  width: 310px;
}

#home #content-sub2 h4 {  
  padding: 18px 0px 18px 10px;
  border-bottom: 1px solid #cccccc;
  font-size: 14px;
  line-height: 14px;
}

#home #content-sub2 h4 em {
  display: block;
  float: left;
  font-weight: normal;
  font-size: 80%;
  color: #333;
}

#home #content-sub2 ul li p {
  font-size:12px;
  padding: 5px 0px 0px 10px;

}

#home #content-sub2 ul li p a {
  float: left;
  width: 150px;
  margin-top: 5px;
  text-decoration: none;
}

#home #content-sub2 ul li img {
  margin: 10px 7px 5px 10px;
  clear: both;
  float: right;
}


  
  #home #content-sub3 h2, #home #content-sub2 h2 {
    background: #666666 url(/themes/mountain/design/images/template/bg_subTopper.png) no-repeat top right;
    color: #ffffff ;
    font-size: 14px;
    padding: 10px 10px 10px 10px;
  }
  */
  

    
  
  
a.feeder {
  display: block;
  margin: 0px 0px 5px 0;
  width: 100%;
  padding: 0px 0px 5px 0 ; 
  text-align: center;
}



  
  /* = 4.3 TABBED ITEMS
  ----------------------------------------------- */
  
  
  
  
  
  
  /* = 4.4 CONTENT-SUB
  ----------------------------------------------- */
#content-sub2{
  min-height: 120px;
  text-align: center;
  background: #029f8d url(/themes/mountain/design/images/template/mountainstar-logo.png) no-repeat center bottom;
  border: 2px solid #02685a;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}
  #content-sub2 .inner-box{
  width: 95%;
  margin: 5px 2px 50px 2px;
}

#content-sub2 h4{
  color: #fff;
  text-align: center;
  margin: 4px 0;
}

#content-sub2 p{
  margin: .5em 0;
}


#content-sub2 p a{
  color: #000;
}

#content-sub2 p a:hover{
  color: #fff;
}
  
  
#content-sub3, #content-sub3{
  background: #fff;
  padding: 0;
  
  border-radius: 20px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
}

#content-sub3 img{
  padding: 6px; /*adjusts padding around floated icon image */
}  

#content-sub3 h4 {
  color: #3B3B3B;
  margin: 8px 0 6px 0;  
  }
  
#content-sub3 p a {
  display:block;
  margin: 5px 0 5px 0;
  padding: 0 5px;
      
  }
  
#home #content-sub4{
  background: #deb261;
  border-radius: 20px;  
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  height: 200px;
}

  
#home #content-sub4 h2{
  margin: 8px 15px 6px 15px;
  color: #fff;
  border-bottom: 2px solid #fff;
}  
  
  
  
/*----------------------------------------------- 
= 5. FOOTER
================================================= */

  #footer {
    background: #028774;
    color: #fff;
    
  }

  #facility-info {
    font-size: 12px;
    text-align: left;
    padding: 10px;
    float: left;
  
  }
  
  .vcard  { 
    text-align: left;
  
  }

  .vcard div { 
    /*display: inline;*/
    margin: 0 0.4em 0 0;
    
  }

  .vcard span { 
    margin: 0 0.4em 0 0; 
  }
  
  .adr, .street-address, .tel { float: none; }
  .locality, .region, .postal-code{
    float: left;
    margin-left: 3px;
  }
  .tel{
    clear: both;  
  }
  
  
  .street-address { width: 200px; }
  
  #site-info {
    color:#e8e8e8;
    float: right;
    font-size: 12px;
    text-align: right;
    padding-bottom: 20px;
  }
  
  #site-info a {
    color: #e8e8e8;
    font-size: 12px;
  }
  
  #legal-links {
    color: #e8e8e8;
    margin: 0 0 1em;
  }

  #legal-links ul li {
    font-size: 12px;
    list-style: none;
  }

  #legal{
    float: left;
  }
  
  #legal ul{
    margin: 0;
    list-style:none;
  }
  
  li.legal-pricing a {
  background: url(/themes/mountain/design/images/template/icons/money_dollar.png) no-repeat 0 2px;
}
  li.divisionLink a {
  background: url(/themes/mountain/design/images/template/icons/Hospital.png) no-repeat 0 2px;
}
  li.physicianPortalLink a {
  background: url(/themes/mountain/design/images/template/icons/UserSetup.png) no-repeat 0 2px;
}
  
  li.legal-pricing a, li.divisionLink a, li.physicianPortalLink a{
    color: #e8e8e8;
    font-size: 12px;
    padding: 4px 0px 0px 20px;
    text-decoration:none;
  }
  
  
  
/*----------------------------------------------- 
= 6. INTERIOR PAGES 
================================================= */
/*#interior #featured-content {
  background: #cccccc url(../utility/banner-pics/banner23.jpg) 0 0;
  border-bottom: 2px solid transparent;
}

#interior #featured-content img {
  width: 660px;
}*/

/*#interior #content-main {
  background: #fff;
}*/

.listItem { 
  margin-bottom: 15px; 
  float:left; 
  clear: both; 
}
  
  
/* ---------------------------------------------
= 7. EXTRAS
================================================ */

/* health content search */
.btn {
    background:#028774;
    padding:5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    margin-top:10px;
}
a.btn {
    color:#fff;
    text-decoration:none;
}

dl {
    width:550px;

}

dt {
    margin:10px;
    width:400px;
    overflow:auto;
}

dd {
    float:left;
}


  

  
/*------------------------------------------------- 
9. QUICK LAYOUT FLOATS
---------------------------------------------------*/


/* ---------------------------------------------
= Job Opportunity
================================================ */
#job-module .submitContent dt.formFieldLabel label {
    float: left;
    margin: 0;
    padding: 0;
  width:auto;
}
#job-module .ui-tabs .ui-tabs-panel{
  background: none;
  color: #424242;
  clear: none;
  float: none;
  width: auto; 
  border: none;
  border-top: none;
}
#job-module .ui-corner-all .job-panes{
    border: 1px solid #999;
    border-top:none;
}

.addThis{width:140px;}
