/*----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: #156899 url(http://www.divrad.com/images/site/background.jpg) center top repeat-x;
  font: normal 62.5% "FreeSans", Helvetica, Arial, sans-serif;
  color: #000;
  text-align: center;
}


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 {
  width: 988px;
  margin: 0 auto;
  text-align: left;
}

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


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

#header {
  margin-bottom: 20px;
}


#logo {
  float: left;
  margin-left: 10px;
  padding: 0px 0 5px;
}

#search {
  float: right;
  background: url(http://www.divrad.com/images/site/search-background.gif) left top no-repeat;
  width: 283px;
  height: 31px;
  margin-top: 41px;
  padding: 12px 10px;
}

#search label {
  font-size: 1.2em;
  font-weight: bold;
  color: #005e7a;
  float: left;
  line-height: 21px;
  margin-right: 5px;
  margin-top: 3px;
}

#search input#keywords {
  color: #b7b7b7;
  background: #fff;
  padding: 3px 5px;
  border: 1px solid #c5dbe2;
  float: left;
  width: 186px;
  margin-right: 5px;
  margin-top: 3px;
}


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

#nav {
  clear: both;
  background: url(http://www.divrad.com/images/site/nav-background.gif) left top no-repeat;
  width: 983px;
  height: 51px;
  padding-left: 5px;
}

#nav ul {
  height: 51px;
}

#nav ul li {
  display: block;
  float: left;
  height: 51px;
}

#nav ul li a {
  display: block;
  float: left;
  height: 51px;
  line-height: 51px;
  font-size: 1.1em;
  font-weight: bold;
  color: #fff;
  padding: 0 10px 0 11px;
}

#nav ul li a:hover {
  text-decoration: none;
  color: #000;
}


/*----End Nav----*/
/*---------------------------------------------------------------------*/
/*----Home Blocks----*/

#homeblocks {
  margin-bottom: 30px;
}


#homeblocks div.block {
  float: left;
  width: 320px;
  margin-right: 12px;
  position: relative;
  margin-bottom: 20px;
}

#homeblocks div.block a.icon {
  position: absolute;
  top: 65px;
  right: 15px;
  width: 110px;
  height: 140px;
  text-indent: -9999px;
  display: block;
  z-index: 100;
}

#homeblocks div.block p {
  font-size: 1.2em;
  line-height: 1.2em;
  color: #002443;
  padding: 12px 0 0 12px;
  width: 178px;
}


#homeblocks div#patients {
  background: url(http://www.divrad.com/images/site/home-patients-background.jpg) left top no-repeat;
  height: 385px;
}

#homeblocks div#patients h1 a {
  width: 320px;
  height: 54px;
  background: url(http://www.divrad.com/images/site/home-patients-header.jpg) left top no-repeat;
  text-indent: -9999px;
  display: block;
}


#homeblocks div#hospitals {
  background: url(http://www.divrad.com/images/site/home-hospitals-background.jpg) left top no-repeat;
  height: 385px;
}

#homeblocks div#hospitals h1 a {
  width: 320px;
  height: 54px;
  background: url(http://www.divrad.com/images/site/home-hospitals-header.jpg) left top no-repeat;
  text-indent: -9999px;
  display: block;
}


#homeblocks div#physicians {
  background: url(http://www.divrad.com/images/site/home-physicians-background.jpg) left top no-repeat;
  height: 385px;
  margin: 0;
}

#homeblocks div#physicians h1 a {
  width: 320px;
  height: 54px;
  background: url(http://www.divrad.com/images/site/home-physicians-header.jpg) left top no-repeat;
  text-indent: -9999px;
  display: block;
}

#homeblocks div.block form {
  position: absolute;
  top: 298px;
  width: 320px;
  text-align: center;
}

#homeblocks div.block form select {
  width: 182px;
  margin-top: 3px;
  height: 20px;
  font-size: 1.2em;
}


/*----End Home Blocks----*/
/*---------------------------------------------------------------------*/
/*----Footer----*/

#footer {
  border-top: 1px solid #fff;
  padding-top: 5px;
  clear: both;
  padding-bottom: 20px;
}

#footer p#copyright {
  float: left;
  color: #fff;
}

#footer a {
  color: #fff;
  display: inline;
}

#footer ul {
  float: right;
  clear: right;
  padding-bottom: 3px;
}

#footer ul li {
/*  float: left;
  display: block;*/
  border-right: 1px solid #fff;
  padding: 0 5px;
  text-transform: uppercase;
  display: inline;
}

#footer ul li.last {
  padding-right: 0;
  border-right: 0 none;
}

#footer .links {
  float: right;
  width: 65%;
}


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

#sidebar {
  width: 211px;
  float: left;
}

#sidebar .block {
  margin-bottom: 26px;
  background: url(http://www.divrad.com/images/site/sidebar-block-bottom.gif) left bottom no-repeat;
  padding-bottom: 15px;
}

#sidebar .block .middle {
  background: #fff;
}

#sidebar .block h1 {
  background: url(http://www.divrad.com/images/site/sidebar-header-background.gif) left top no-repeat;
  line-height: 41px;
  font-size: 1.5em;
  color: #fff;
  font-weight: bold;
  padding: 0 21px;
}

#sidebar .block .middle ul {
  padding: 10px 10px 0;
}

#sidebar .block .middle ul li {
  font-size: 1.4em;
  font-weight: bold;
  border-bottom: 1px solid #c6c7c8;
  padding: 2px 0;
  display: block;
}

#sidebar .block .middle ul li a {
  padding: 5px 10px;
  display: block;
  color: #1d719b;
}

#sidebar .block .middle ul li a.alt {
  background: #e4f7fd;
}

#sidebar .block .middle div {
  padding: 10px 20px 0;
}

#sidebar .block .middle div p {
  font-size: 1.1em;
  margin-bottom: 3px;
}

#sidebar .block .middle div select {
  width: 100%;
  font-size: 1.1em;
  padding: 2px;
  border: 1px solid #CDCECE;
  background: #fff;
}


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

#content {
  background: url(http://www.divrad.com/images/site/main-block-bottom.gif) left bottom no-repeat;
  float: left;
  margin-left: 20px;
  width: 741px;
}

#content #top {
  background: url(http://www.divrad.com/images/site/main-block-top.gif) left top no-repeat;
  padding: 14px 0;
}

#content #middle {
  background: #fff;
  padding: 0 14px;
}

#content p#breadcrumbs {
  float: right;
  width: 50%;
  color: #7d7d7d;
  text-align: right;
  margin: 0;
  font-size: 1em;
}

#content p#breadcrumbs a {
  color: #7d7d7d;
}

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

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

#content #left {
  float: left;
  width: 519px;
  border-right: 1px solid #cdcece;
  padding-right: 16px;
}

#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 h4 {
  margin-bottom: 1em;
  font-size: 1.3em;
  line-height: 1.4em;
  font-weight: bold;
}

#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.2em;
  margin-bottom: .5em;
}

#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 {
  float: left;
  width: 157px;
  margin-left: 11px;
}

#content #right h1 {
  width: 100%;
  color: #18a1cb;
  font-size: 1.4em;
  margin-bottom: 10px;
}

#content #right ul {
  border: 1px solid #cdcece;
  border-width: 1px 0 8px;
  margin-bottom: 3em;
}

#content #right li {
  display: block;
  font-size: 1.1em;
  font-weight: bold;
}

#content #right li a {
  display: block;
  padding: 5px 0;
  color: #707070;
}

#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;
}

#content .post {
  margin-bottom: 4em;
}

#content .post small {
  margin-bottom: 1em;
}


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

#map {
  border: 1px solid #CFCFCF;
  height: 350px;
}

#ysmwexp table tbody tr td {
  width: 6px;
}

#map div.mapdetails {
  width: 100px;
}

/*----End Map----*/
/*---------------------------------------------------------------------*/
/*----DaVinci----*/

#davinci {
  margin-bottom: 1em;
}

#content p.instructions {
  width: 100%;
}


/*----End DaVinci----*/
