body {
    background-color: #cfcfcf;
    margin: 0;
    padding: 0;
    font-size: 13px;
    font-family: Tahoma, sans-serif;
}

h1 {
    color: #00aeef;
    margin: 30px 0 10px;
    font-size: 140%;
    letter-spacing: normal;
    word-spacing: normal;
    font-family: Helvetica, sans-serif;
}

h2 {
    font-family: Verdana, sans-serif;
    font-size: 108%;
    color: #00aeef;
    font-weight: normal;
    margin: 0 0 5px;
    padding: 0;
}

h3 {
    margin: 0 0 10px;
}

p {
    margin-top: 0;
    line-height: 1.4em;
}

.left-col,
.right-col {
    float: left;
}

.left-col {
    padding-right: 30px;
    width: 410px;
    padding-bottom: 40px;
    font-size: 12px;
    background-color: #fff;
}

.left-col ul,
.right-col ul {
    list-style-type: none;
    padding-left: 10px;
}

.left-col ul li,
.right-col ul li {
    text-indent: -9px;
    padding-left: 10px;
    padding-bottom: 6px;
    line-height: 1.4em;
}

.left-col ul li:before,
.right-col ul li:before { 
    content: "- " ;
}

.left-col img {
    padding-bottom: 10px;
}

.right-col {
    width: 410px;
    padding-left: 15px;
    padding: 60px 15px;
    font-size: 12px;
}

.line {
    border-bottom: solid 1px #cfcfcf;
    height: 0px;
    line-height: 0em;
    margin: 15px 0;
}

.all {
    background-color: #fff;
}

.header {
    height: 115px;
    background-color: #53534a;
}

.logo {
    position: relative;
    top: 60px;
    outline: 0;
    border: 0;
}

.header a {
    text-decoration: none;
}

.logo-bottom {
    position: relative;
    top: 5px;
}

#nav {
    float: right;
    margin: 0;
    padding: 0;
}

#nav li {
    float: left;
    list-style-type: none;
}

#nav a {
    width: 92px;
    padding-top: 95px;
    padding-bottom: 5px;
    display: block;
    background-repeat: no-repeat;
    color: #ddd;
    text-decoration: none;
    vertical-align: baseline;
    text-align: center;
    letter-spacing: 0.1em;
}
#nav a:hover, #nav a.selected {
    color: #fff;
}
#home:hover,
#home.selected  {
    background-image: url('/common/images/nav-home.png');
    background-position: center 30px;
}

#services:hover,
#services.selected  {
    background-image: url('/common/images/nav-services.png');
    background-position: center 25px;
}

#resources:hover,
#resources.selected {
    background-image: url('/common/images/nav-resources.png');
    background-position: center 33px;
}
#contact:hover,
#contact.selected  {
    background-image: url('/common/images/nav-contact.png');
    background-position: center 40px;
}

#for-doctors {
    font-style: italic;
}

.blue-bar {
    height: 50px;
    background-color: #cfcfcf;
    background-image: url('/common/images/blue-bar.png');
    background-repeat: repeat-x;
    color: #fff;
    line-height: 43px;
    font-size: 123%;
    font-family: Verdana, sans-serif;
    text-align: center;
}

.blue-bar a {
    color: #fff;
}

.blue-bar .yui3-g {
    letter-spacing: normal;
    word-spacing: normal;
}

.container {
    margin: auto; 
    width: 880px;
    padding: 0 15px;
}

.body_container {
    background: url('/common/images/bg.gif') top center repeat-y
}

.container:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.footer {
    height: 100px;
}

.form {
    width: 100%;
}

.form td {
    padding-bottom: 10px;
}

.label {
    padding-right: 10px;
    vertical-align: top;
}

.field input {
    width: 97%;
}

textarea {
    width: 97%;
    height: 130px;
}

input[type="checkbox"] {
    width: auto;
}

.select_error {
    height: 15px;
    width: 15px;
    background-image: url('/common/images/x.png');
    background-position: right top;
    background-repeat: no-repeat;
    float: right;
    margin-right: 9%;
}

input[type="text"].error {
    background-image: url('/common/images/x.png');
    background-position: right 3px;
    background-repeat: no-repeat;
}

input[type="text"].valid {
    background-image: url('/common/images/check.png');
    background-position: right 3px;
    background-repeat: no-repeat;
}

input[type="submit"] {
    background: none;
    padding: 2px 10px;
    color: #fff;
    width: auto;
}

#nocheck {
    display: none;
}

address {
    font-style: normal;
}

.right-col .form {
    margin-left: 20px;
}

.map {
    float: left;
    margin-right: 15px;
    border: solid 1px #000;
}

.info {
    float: left;
    width: 200px;
}

.right-col em
{
    font-size: 85%;
}

.right-col ul {
}

form {
    padding-bottom: 10px;
}

hr {
    height: 0px;
    border: none;
    border-bottom: 1px solid #00aeef;
    margin: 10px 0;
}