/* CSS Document */

/* Site Design - elegantseagulls.com */

body {
  text-align: center;
  background: url(images/back_top.jpg) #382513 top left repeat-x;
  margin: 0;
  padding: 0;
  font-family: Verdana, Arial, Helvetica;
  font-size: 13px;
  color: #434242;
}

.wrapper {
  width: 900px;
  margin: 0 auto;
  padding: 0;
  text-align: left;
  position: relative;
}

.wrapper2 {
  width: 900px;
  margin: 0 auto;
  padding: 0;
  text-align: left;
}

#content {
  margin-top: 30px;
  margin-bottom: 30px;
}

.clear {
  clear: both;
}

h1 {
  color: #382513;
  font-size: 30px;
  margin-bottom: 40px;
  line-height: 30px;
  font-family: Georgia;
  font-weight: normal;
}

h2 {
  color: #d8caa8;
  font-size: 20px;
  margin: 0px;
}

h3 {
  font-size: 15px;
  color: #5c832f;
  margin: 0 0 10px 0;
  padding: 0;
  font-weight: bold;
}

.stand {
  background-color: #284907;
  padding: 5px 10px;
  color: #ffffff;
  font-size: 17px;
}

.green {
  font-size: 15px;
  color: #5c832f;
  margin: 0 0 10px 0;
  padding: 0;
  font-weight: bold;
  font-style: normal;
}

.top_headline {
  text-indent: -9999px;
  background: url(images/new_hospital.jpg) top left no-repeat;
  width: 176px;
  height: 22px;
  margin: 0;
  padding: 0;
}

#height {
  height: 350px;
}

.brown {
  color: #5c832f;
  font-size: 13px;
}

.pink {
  color: #ed0875;
  font-size: 13px;
}

a {
  color: #674d34;
}

a:hover {
  color: #f9941d;
}

.v_line {
  color: #999999;
  padding: 0 10px;
}

.number {
  font-size: 13px;
  font-style: none;
  font-weight: bold;
  color: #325213;
}

.board_left {
  float: left;
  width: 140px;
  margin-right: 30px;
  margin-bottom: 20px;
  text-align: center;
}

.board_right {
  float: right;
}

.board_left img,
.board_right img {
  padding: 2px;
  border: 1px solid #d8caa8;
}

/*.............................................................................................. Branding - Header ........ */

#logo {
  padding-top: 10px;
}

#main_photo {
  position: absolute;
  top: 49px;
  right: -120px;
  background: url(images/bell_header_pic.gif) top left no-repeat;
  width: 696px;
  height: 252px;
  margin: 0;
  padding: 0;
}

.top_nav {
  position: absolute;
  top: 10px;
  right: 20px;
  font-size: 11px;
  z-index: 99;
  text-align: right;
}

.top_nav a {
  color: #674d34;
  text-decoration: none;
}

.top_nav a:hover {
  color: #f9941d;
}

.nav_pad {
  padding-left: 10px;
}

#intro {
  position: absolute;
  left: 0;
  top: 170px;
  width: 350px;
  font-size: 13px;
  color: #fdf6f0;
  line-height: 1.5em;
  background-color: #573e21;
}

.fb {
  border: none;
  margin-left: 10px;
}

.fb img {
  vertical-align: middle;
  border: none;
}

.content {
  background-color: #ffffff;
}

/*.............................................................................................. Footer ........ */

#footer {
  background-color: #382513;
  padding: 20px;
  color: #967555;
  font-size: 12px;
  position: relative;
  padding-bottom: 60px;
}

#footer a {
  color: #967555;
}

#footer a:hover {
  color: #d8caa8;
}

.lost {
  position: absolute;
  right: 0;
  top: -10px;
}

#nav_hold {
    display: none;
}

#left_main {
    float: left;
    width: 75%;
}

#right_main {
    float: right;
    width: 25%;
    margin-top: 100px;
}