/**
 * Page Layout
 */
#glow {
  background: transparent url(../images/bg_glow.jpg) no-repeat top center;
}
#wrapper {
	width: 930px;
	margin: 0 auto;
}
#topshadow {
  background: transparent url(../images/footer_sprites.png) no-repeat 50% 0;
  padding: 0 15px;
  width: 900px;
  height: 8px;
}
#container {
  background: transparent url(../images/bg_content.png) repeat-y top center;
  padding: 1px 15px 0;
  width: 900px;
  min-height: 300px;
}

/**
 * Top Links
 */
#top {
  color: #fff;
  margin: 0 auto;
  padding: 10px 15px 0;
  width: 900px;
  height: 30px;
  position: relative;
  z-index: 15;
}
#top a,
#footer a {
  color: #fff;
  text-decoration: none;
}
#top a {
  margin-right: 10px;
}
#top a:hover, #top a:focus, #top a:active,
#footer a:hover, #footer a:focus, #footer a:active {
  text-decoration: underline;
}
#top .inner {
  float: right;
}
#top .links {
  font-size: 1.1em;
  float: left;
  margin: 5px 5px 0 0;
}
#top .links li {
  background: none;
  margin: 0;
  padding: 0;
  display: inline;
}
#social-icons {
  float: left;
  padding-top: 4px;
  margin-right: 5px;
}

/**
 * Search Box
 */
#top #search-box {
  float: left;
}
#top #search-box form {
  margin: 0;
}
#top #search-box .form-text {
  background-color: #efefef;
  color: #983222;
  font-size: 1.1em;
  line-height: 1.3em;
  padding: 4px 4px 2px;
  width: 150px;
  height: 15px;
  border: 1px solid #4f595f;
}
#top #search-box .form-text:focus {
  background-color: #ffffff;
}
#top #search-box .form-submit {
  font-size: 1.1em;
  line-height: 1.1em;
  margin: 0;
  padding: 4px 2px;
  position: relative;
}

/**
 * Primary Navigation
 */
#navbar {
  background: #fafafa url(../images/nav.png) repeat-x bottom left;
  margin: 0 2px;
  padding: 0;
  width: 896px;
  position: relative;
  z-index: 998;
}
#primary {
  width: 896px;
  height: 32px;
  margin: 0 0 0 1px;
}
#primary li {
  background: transparent url(../images/nav.png) no-repeat top right;
  margin: 0;
  padding: 0;
  float: left;
  position: relative;
}
#primary li:hover,
#primary li.active {
  background-color: #fff;
  background-image: none;
  border-right: 1px solid #a4a4a4;
}
#primary li.active li {
  border: none;
}
#primary li:hover a,
#primary li.active a {
  margin-right: -1px;
}
#primary li:hover ul a,
#priamry li.active ul a {
  color: #242b35;
}
#primary a {
  color: #242b35;
  font-size: 1.4em;
  line-height: 1.6em;
  text-decoration: none;
  padding: 5px 20px;
  display: block;
  float: left;
}
#primary a:hover, #primary a:focus, #primary a:active {
  color: #983222;
}
#primary li.last {
  background-image: none;
}

/* Dropdown Navigation */
#primary li div.shadow {
  display: none;
  padding: 0 5px 5px;
  position: absolute;
  top: 32px;
  left: -6px;
  z-index: 30;
}
#primary li div.shadow {
  background: transparent url(../images/dropdown_shadow.png) no-repeat bottom left;
  width: 242px;
}
#primary li div.columns {
  background: transparent url(../images/dropdown_shadow_wide.png) no-repeat bottom left;
  width: 682px;
}
#primary li div.border {
  background-color: #fff;
  padding: 5px;
  float: left;
  border: 1px solid #a4a4a4;
  border-top: 2px solid #fff;
}
#primary li div.shadow div.border {
  width: 220px;
}
#primary li div.columns div.border {
  width: 660px;
}
#primary li:hover div.shadow,
#primary li.over div.shadow {
  display: block;
}
#primary li ul {
  float: left;
  left: auto;
  width: 220px;
  margin: 0;
}
#primary li ul li {
  background-image: none;
}
#primary li ul li a {
  font-size: 1.1em;
  line-height: 1.2em;
  font-weight: bold;
  padding: 5px 0 5px 15px;
  width: 205px;
}
#primary li ul li a:hover {
  background-color: #f0c764;
  color: #242b35;
}
/* Physician Directory Dropdown */
#physician-menu  ul {
  padding-bottom: 5px;
}
#physician-menu  form{
  background: transparent url(../images/bg_gradient_silverbox.png) repeat-x 0 0;
  border-top: 1px solid #dadada;
  margin: 0 -5px 5px;
  padding: 5px 0 0 20px;
  clear: both;
}
#physician-menu h2 {
  font-size: 1.2em;
  margin: 0;
}
#physician-menu label,
#physician-menu select {
  font-size: 1.1em;
  line-height: 1.2em;
  font-weight: bold;
}
#physician-dropdown #edit-specialty {
  margin-bottom: 5px;
}

/* Skip to Navigation */
#skip {
  position: relative;
}
a.skip:focus, a.skip:active {
  background-color: #983222;
  color: #fff;
  display: block;
  font-size: 1.2em;
  font-weight: bold;
  padding: 10px;
  text-align: center;
  text-decoration: none;
  border: 1px solid #394a58;
  border-top: none;
  z-index: 999;
  left: 14px;
  top: 0;
  width: auto;
  height: auto;
  overflow: visible;
}

/*
 * Logo
 */
#logo {
  position: absolute;
  top: 20px;
  left: 30px;
  z-index: 60;
}

/**
 * Footer
 */
#footer {
  background: transparent url(../images/footer_sprites.png) no-repeat 50% -30px;
  color: #fff;
  font-size: 11px;
  text-align: left;
  width: 900px;
  padding: 75px 15px 20px;
}
#footer-message {
  float: left;
}
#secondary {
  float: right;
  padding-bottom: 20px;
}
#secondary a {
  color: #fff;
  text-decoration: none;
}
#secondary a:hover {
  text-decoration: underline;
}
#secondary li {
  background: none;
  margin: 0;
  padding: 0 10px;
  border-right: 1px solid #8f949a;
  display: inline;
}
#secondary li.last {
  border-right: none;
  padding-right: 0;
}

/**
 * Columns
 */
.columns3 {
  background: transparent url(../images/columns_three_bg.png) repeat-y 50% 0;
  clear: both;
  margin: 10px 0;
}
.columns3 .col {
  padding: 10px 15px 10px 10px;
  width: 196px;
  float: left;
}
.columns2 {
  clear: both;
  margin: 10px 0;
}
.columns2 .col {
  padding: 10px 25px 10px 0;
  width: 310px;
  float: left;
}
.box-rounded-yellow .columns2 .col {
  width: 285px;
}

/**
 * Markup free clearing
 * http://www.positioniseverything.net/easyclearing.html
 */
.clear-block:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}
.clear-block {
  display: inline-block;
}
/* Hides from IE-mac \*/
* html .clear-block {
  height: 1%;
}
.clear-block {
  display: block;
}
/* End hide from IE-mac */


/**
 * Utilities
 */
.hide,
.offscreen {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 0;
  height: 0;
  overflow: hidden;
}
.noborder {
  border: none;
}
.divider {
  border-top: 1px solid #ccc;
}
.center {
  margin-left: auto;
  margin-right: auto;
}
.mollom-captcha-content {
  display: block;
}
