/* Signature Hospitals Print CSS */

body{
  margin: 0px;
  padding: 8px 0px 0px 0px;
  background: #ffffff;
  color: #666666;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
}
img{ border: 0; }
.clear{ clear: both; }

#container{
  position: relative;
  width: 900px;
  /*margin: 0px auto;
  border-top: 5px solid #00309c;*/
}
#header{
  /*
  position: relative;
  height: 124px;
  margin-bottom: 8px;
  z-index: 20;
  */
  display:none;
}
#logo{ position: absolute; top: 0px; left: 0px; }


/* ----- NAVIGATION ----- */
#navArea{
  position: absolute;
  top: 0px;
  right: 0px;
  height: 124px;
  width: 608px;
  background: url(../images/menuBackground.png) no-repeat;
}
#nav{
  position: absolute;
  top: 54px;
  left: 4px;
  font-size: 11px;
}
#nav p{ margin: 0px; padding: 2px 6px; }
#nav a.top{
  display: block;
  position: absolute;
  top: 0px;
  height: 32px;
  width: 99px;
  color: #ffffff;
  text-decoration: none;
  font-weight: bold;
  text-align: center;
}
#nav a.top:hover{ background: #00309c; }
#nav_home{ left: 0px; border-right: 1px solid #ffffff; }
#nav_about{ left: 100px; border-right: 1px solid #ffffff; }
#nav_communities{ left: 200px; border-right: 1px solid #ffffff; }
#nav_physician{ left: 300px; border-right: 1px solid #ffffff; }
#nav_career{ left: 400px; border-right: 1px solid #ffffff; }
#nav_newsroom{ left: 500px; }
#dropdowns{
  position: absolute;
  top: 86px;
  left: 4px;
}
.dropdown{
  position: absolute;
  z-index: 100;
  padding: 5px 0px;
  background: #666666;
  display: none;
}
.dropdown a{
  display: block;
  position: relative;
  padding: 2px 0px;
  color: #ffffff;
  text-decoration: none;
  font-size: 11px;
  font-weight: normal;
  background: #666666;
  width: 99px;
}
.dropdown a:hover { background: #4b4b4b; text-decoration: none; }
.dropdown a.over { background: #4b4b4b; text-decoration: none; }
.dropPad { padding: 0px 4px; }
#dd_about{ left: 100px; }
#dd_communities{ left: 200px; }
#dd_physician{ left: 300px; }


/* ----- MIDDLE CONTENT AREA ----- */
#middle{ /*position: relative; width: 900px; margin-bottom: 1px;*/ }
#sideCol{
  /*
  position: relative;
  float: left;
  width: 284px;
  */
  display:none;
}
#sideCol img{ display: block; margin-bottom: 3px; }
#mainCol{
  position: relative;
  /*float: right;
  width: 608px;*/
}
#mainContent{
  /*position: relative;
  height: 438px;
  width: 590px;
  overflow: auto;
  margin: 14px 0px 0px 14px;*/
}
#homemain{
  /*
  position: absolute;
  top: 0px;
  left: 0px;
  width: 608px;
  height: 478px;
  background: url(../images/copyBackgroundFront.png) no-repeat;*/
}
#homeContent{
/*
  position: absolute;
  top: 122px;
  left: 28px;
  width: 250px;
  text-align: right;*/
}
#homeCallout{
  position: relative;
  padding: 8px 10px;
  margin-bottom: 8px;
  font-size: 12px;
  color: #ffffff;
  background: url(../images/grayline.jpg) repeat-x #c3c3c3;
}
#homeCallout h2{
  margin: 0px 0px 8px 0px;
  padding: 0px;
  font-size: 16px;
  font-weight: bold;
}
#homeCallout p{ padding: 0px; margin: 8px 0px; }
#homeCallout a{ color: #00309c; text-decoration: none; }
#homeCallout a:hover{ text-decoration: underline; }


/* ----- FOOTER & BOTTOM ----- */
#footer{
  /*
  position: relative;
  width: 900px;
  height: 34px;
  text-align: center;
  color: #ffffff;
  background: url(../images/footer.png) no-repeat;
  margin-bottom: 20px;
  */
  display:none;
}
#fpad{ padding-top: 8px; }
#bottom{
  position: relative;
  text-align: center;
}
a.graylink{ color: #666666; text-decoration: none; }

