/*----CSS Reset----*/
*{margin:0;padding:0}iframe,a img,fieldset,form,table{border:0}h6,h5,h4,h3,h2,h1,caption,th,td{font-size:100%;font-weight:normal}dd,dt,dl,ol,ul{list-style:none}legend{color:#000}button,select,textarea,input{font-size:100%}table{border-collapse:collapse}caption,th,td{text-align:left}
/*----End CSS Reset----*/
/*---------------------------------------------------------------------*/
/*----Elements----*/

body {
  background: #fff;
  font: normal 62.5% "FreeSans", Helvetica, Arial, sans-serif;
  color: #000;
  text-align: left;
  margin: 20px;
}


a {
  text-decoration: none;
  outline: none;
}

a:hover {
  text-decoration: underline;
}

/*----End Elements----*/
/*---------------------------------------------------------------------*/
/*----Framework----*/

.clear {
  clear: both;
  height: 1px;
  line-height: 1px;
  font-size: 1px;
}

.no-display {
  display: none;
}

#wrap {
}

#main {
  padding-bottom: 20px;
  padding-left: 7px;
}


/*----End Framework----*/
/*---------------------------------------------------------------------*/
/*----Header----*/

#header {
  display: none;
}


/*----End Header----*/
/*---------------------------------------------------------------------*/
/*----Nav----*/

#nav {
  display: none;
}


/*----End Nav----*/
/*---------------------------------------------------------------------*/
/*----Footer----*/

#footer {
  display: none;
}


/*----End Footer----*/
/*---------------------------------------------------------------------*/
/*----Sidebar----*/

#sidebar {
  display: none;
}

/*----End Sidebar----*/
/*---------------------------------------------------------------------*/
/*----Content----*/

#content {
  width: 100%;
}

#content p#breadcrumbs {
  display: none;
}

#content h1 {
  font-size: 1.8em;
  font-weight: bold;
  color: #5d5d5d;
  width: 48%;
  margin-bottom: 1em;
}

#content h1 span {
  color: #18a1cb;
}

#content #left {
  width: 100%;
}

#content p {
  margin-bottom: 1em;
  font-size: 1.2em;
  line-height: 1.4em;
}

#content h2 {
  color: #18a1cb;
  font-size: 1.4em;
  font-weight: bold;
  margin-bottom: 1em;
}

#content h3 {
  font-size: 1.3em;
  font-weight: bold;
  margin-bottom: 1em;
  color: #18A1CB;
}

#content #left ul li {
  font-size: 1.2em;
  line-height: 1.6em;
  list-style: disc;
}

#content #left ul li li {
  font-size: 1em;
  list-style: disc;
}

#content #left ul {
  margin-left: 20px;
  margin-bottom: 1em;
}

#content #left ul ul {
  margin-left: 20px;
  margin-bottom: 0;
}

#content #left ol li {
  font-size: 1.2em;
  line-height: 1.6em;
  list-style: decimal;
}

#content #left ol li li {
  font-size: 1em;
  list-style: decimal;
}

#content #left ol {
  margin-left: 20px;
  margin-bottom: 1em;
}

#content #left ol ul {
  margin-left: 20px;
  margin-bottom: 20px;
}

#content #left ol ul li {
  list-style: disc;
}

#content #left li p {
  font-size: 1em;
}


#content #left a {
  color: #18A1CB;
  font-weight: bold;
}

#content #left a.location {
  font-size: 1.2em;
  line-height: 1.4em;
  margin-left: 20px;
  display: block;
}

#content #left .doctorlist {
  margin-bottom: 1em;
}

#content #left .doctorlist .photo {
  float: left;
  width: 72px;
  margin-right: 10px;
}

#content #left .doctorlist .details {
  margin-left: 82px;
}

#content #left .doctor {
  width: 287px;
  height: 290px;
  padding: 19px 217px 0px 16px;
  margin-bottom: 1em;
}

#content #left .doctor h2 {
  color: #fff;
  font-size: 1.8em;
  font-weight: bold;
  border-bottom: 1px solid #fff;
}

#content #left .doctor p {
  color: #fff;
  font-size: 1.1em;
  margin-bottom: 1em;
}

#content #left .doctor p strong {
  color: #fea500;
  font-weight: bold;
}

#content #left p.disclaimer {
  color: #595959;
}

#content #left a.faq {
  font-size: 1.2em;
  line-height: 1.6em;
  margin-bottom: 1em;
  display: block;
}


#content #right {
  display: none;
}

#content dt {
  color: #18a1cb;
  font-size: 1.4em;
  font-weight: bold;
  margin-bottom: 1em;
}

#content dd {
  padding-left: 20px;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #cdcece;
}

#content small {
  font-size: 1.1em;
  border-top: 1px solid #efefef;
  padding-top: 20px;
  display: block;
  color: #666;
}


/*----End Content----*/