@charset "utf-8";
/* CSS Document */

html, body {
  margin:0px;
  padding:0px;
  font: normal 12px/16px Verdana, Arial, Helvetica, sans-serif;
  color: #FFFFFF;
  background: #48484a url(/images/bg.jpg) repeat-y center top;
  /*text-shadow: #a0a0a0 0 1px 1px;*/
  
}
a {
  color: #ffffff;
  text-decoration: none;
	-webkit-transition: all .1s linear;
}

a:hover, a:focus {
	color: #fff;
	text-shadow: #999 0 0 5px;
}




html { overflow: -moz-scrollbars-vertical !important; }

.style1 {color: #FFFFFF}
.style3 {
	color: #FFFFFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
}
.style9 {font-size: 11px}

table.black {
  background: #000000;
  height: 40px;
  width: 100%;
  font: normal 14px Arial, Helvetica, sans-serif;
}

.blue {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-weight: normal;
  color: #6699cc;
  text-align: center;
}

.blue a {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-weight: bold;
  color: #6699cc;
  text-align: center;
  text-decoration: none;
}

.blue a:hover {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-weight: bold;
  color: #6699cc;
  text-align: center;
  text-decoration: underline;
}

.white {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-weight: normal;
  color: #FFFFFF;
  text-align: center;
}

.white a {
  font-weight: bold;
  color: #FFFFFF;
  text-decoration: none;
}

.white a:hover {
  font-weight: bold;
  color: #FFFFFF;
  text-decoration: underline;
}

ul.nav a {
  color: #000000;
}

ul.nav em {
  color: #6699ff;
} 
ul.nav {
  margin: 7px 0px 10px -10px;
  padding: 0px;
  text-align: center;
}
ul.nav li {
  display: inline;
  padding-left: 10px;
  border-left: 1px solid #000000;
  font: 13px Verdana, Arial, Helvetica, sans-serif;
  padding-right: 10px;
}

ul.nav li.first {
  border-style: none;
}
table.content {
  margin-top: 360px;
  width: 580px;
  float: left;
  margin-left:30px;
}

.rpt-bg {
  background: #6389ba;
  margin: 500px 0px 0px;
  padding: 0px;
  width: 907px;
}

div.sidebar {
  width: 200px;
  float:left;
  margin-top:260px;
  margin-left:35px;
}

h1 {
  font: normal 34px Georgia, "Times New Roman", Times, serif;
  color: #FFFFFF;
  border-bottom: 1px dotted #333333;
  margin: 0px 0px 20px;
  padding-bottom: 5px;
  text-shadow: #000 0 1px 1px;

}

h2 {
  font: normal 18px Georgia, "Times New Roman", Times, serif;
  color: #FFFFFF;
  margin:0px 0px 5px;
  padding:0px;
}

div.doctor h3, h3 a {
  font-size: 20px;
  font-style: normal;
  font-weight: normal;
  color: #FFFFFF;
  text-decoration: none;
  margin: 0px 0px 5px;
  padding: 0px;
  text-shadow: #000 0 1px 1px;
}

div.doctor h3 a:hover {
  font-size: 20px;
  font-style: normal;
  font-weight: normal;
  color: #273f5d;
  text-decoration: none;
  margin: 0px 0px 5px;
  padding: 0px;
  text-shadow: #000 0 1px 1px;
}


div.doctor {
  font-size: 12px;
  font-weight: normal;
  color: #fff;
  text-decoration: none;
  margin-bottom: 20px;
  border-bottom: 1px solid #496891;
  padding-bottom: 20px;
  height: 90px;
}

div.doctor img {
  height: 75px;
  width: 75px;
  float: left;
  margin-right: 20px;
  border: 5px solid #666666;
}

div.doctor-mini {
  margin-bottom: 10px;
  border-bottom: 1px solid #496891;
  padding-bottom: 10px;
}

div.doctor-mini a {
  font-size: 14px;
  font-weight: normal;
  color: #000000;
  text-decoration: none;
}

div.sidebar ul {
  margin: 10px 0px;
  padding: 0px 0px 10px;
  list-style: none;
  border-bottom: 1px dotted #000000;
}

div.sidebar ul li {
  line-height: 20px;
}

div.retweet {
  float: left;
  margin-right: 10px;
  margin-top: 3px;
  background: transparent;
}

table.apt tr td {
  padding: 5px;
}

input.sendbutton	{
  width:245px;
  padding:2px 1em;
  background:url(/images/apt-request-submit.png) repeat-x;
  border:0px;
  height: 38px;
  cursor:pointer;
}
input.send-msg-button	{
  width:245px;
  padding:2px 1em;
  background:url(/images/send-message-btn.png) repeat-x;
  border:0px;
  height: 38px;
  cursor:pointer;
}
.field {
  padding: 7px;
  width: 300px;
  color: #666666;
  font: 12px Arial, Helvetica, sans-serif;
  background: #FFFFFF url(/images/fields-bg.jpg) repeat-x;
  border-style: none;
}
.field:focus {
  color: #FF0000;
}
.aptitle {
  background: #466792;
  padding: 5px;
  font-family: Arial, Helvetica, sans-serif;
  color: #FFFFFF;
}
.bump2 {
  margin-top: 7px;
}
div.form-title {
  font: bold normal 16px Arial, Helvetica, sans-serif !important;
  color: #fff;
  text-align: right;
  text-shadow: #000 0 1px 1px;
  font-weight:bold !important;
}
.red {
  color:#466792 !important;
  text-shadow: #fff 0 1px 1px !important;
}
div.form-title span {
  color: #FF0000;
}
table.apt tr td a {
  text-decoration: underline;
  font-weight: bold;
}