* {
  margin: 0px;
  padding: 0px;
  list-style: none;
  outline: none;
}

img, a {
  border: none;
}

.clear {
  clear: both;
  height: 0px;
  overflow: hidden;
}

h1 {
  font-size: 40px;
  margin: 41px 18px 0px;
  font-weight: bold;
  border-bottom: 2px solid #000;
  font-family: "Arial";
}

h2 {
  font-size: 17px;
  margin: 0px 18px 0px;
  font-weight: normal;
  text-align: center;
  color: #7E7E7E;
  font-family: "Arial";
}

h3 {
  font-family: "Trebuchet MS";
}

h5 {
  font-size: 14px;
  font-weight: normal;
  font-family: "Trebuchet MS";
}

body {
  background: #0A173F url(../images/main_back.jpg) top left;
  color: #FFF;
  font-family: "MS Sans Serif";
  font-size: 11px;
}

#wrapper {
  width: 980px;
  margin: 100px auto 0px;
  background: #FFF;
  border: 1px solid #666666;
  position: relative;
}

#leftside {
  width: 473px;
  min-height: 643px;
  float: left;
  background: #223A90 url(../images/leftside_back.jpg) repeat-x top left;
}

#leftside .date {
  padding: 25px 0px 0px 22px;
  line-height: 50px;
  color: #CCCCCC;
  font-family: "Trebuchet MS";
}

#leftside .menu {
  height: 29px;
  padding: 0px 0px 30px 10px;
  background: url(../images/menu_back.gif) repeat-x;
}

#leftside .menu li {
  float: left;
  height: 25px;
  margin: 6px 7px 0px;
  line-height: 25px;
  color: #4C4C4C;
}

#leftside .menu li a {
  float: left;
  line-height: 22px;
  color: #FFF;
  font-family: "MS Sans Serif";
  font-size: 14px;
  text-decoration: none;
}

#leftside .menu li a:hover, #leftside .menu li a.active {
  color: #FF9900;
}

#rightside {
  width: 505px;
  min-height: 621px;
  float: right;
  color: #000;
}

#rightside .book {
  margin: 20px 0px 0px;
  background: url(../images/btn_book.jpg) no-repeat;
  width: 143px;
  height: 31px;
  float: left;
  text-indent: -1000px;
  overflow: hidden;
}

.content {
  padding: 0px 10px 0px 25px;
}

.content p {
  display: block;
  color: #999999;
  margin: 20px 0px;
  font-family: "Verdana";
  font-size: 11px;
  line-height: 20px;
}

#rightside .content {
  padding: 0px 10px 0px 15px;
}

#rightside .homebuttons {
  background: url(../images/natalie_home.jpg) no-repeat top right;
}

#rightside .separator {
  height: 23px;
  width: 282px;
  background: url(../images/home_buttons_separator.gif) no-repeat;
}

#rightside .callnow {
  float: left;
  width: 249px;
  height: 48px;
}

#rightside .address {
  float: right;
  width: 227px;
  height: 48px;
}

#footer {
  background: #000;
  position: absolute;
  right: 0px;
  bottom: 0px;
  width: 477px;
  line-height: 22px;
  padding: 0px 15px;
  color: #6F6F6F;
}

#footer p {
  float: left;
}

#footer span {
  float: right;
}

#footer span a {
  color: #F00;
  text-decoration: none;
}

.doctors .main {
  float: left;
  width: 313px;
}

.doctors .smalls {
  float: right;
  width: 80px;
}

.about li {
  line-height: 20px;
}

.about li a, .links a {
  color: #FF9900;
  text-decoration: none;
  font-family: "Verdana";
}

.about li a:hover, .links a:hover {
  text-decoration: underline;
}

#map {
  width: 485px;
  height: 321px;
  background: url(../images/map.jpg) no-repeat 0px 0px;
}

#map.satellite {
  background-position: 0px -321px;
}

.map a {
  width: 130px;
  height: 21px;
  float: left;
  margin: 20px 0px 0px;
  overflow: hidden;
}

#mapbtn {
  background: url(../images/btn_map.jpg) 0px 0px;
  text-indent: -1000px;
}

#mapbtn.satellite {
  background-position: 0px -21px;
}

td {
  padding: 2px;
  font-family: "MS Sans Serif";
  font-size: 12px;
}

td.title {
  font-size: 14px;
  padding: 15px 2px;
}

td textarea {
  font-family: "MS Sans Serif";
  font-size: 12px;
  width: 200px;
  height: 100px;
}

td input, td textarea {
  border: 1px solid #666;
}

input.error, textarea.error {
  border-color: #920000;
}

.info {
  font-size: 14px;
  font-family: "Verdana";
  color: #920000;
  text-align: center;
}