
/**
 * HTML Tags
 */

HTML {
  overflow-y: scroll;
}

A, A:link, A:active, A:visited, A:hover {
  color: #000000;
  outline: none;
  text-decoration: underline;
}

A:hover {
  color: #cc0000;
}

BODY {
  margin: 5px;
  background: #ffffff url('../images/bgs/body.gif') top center no-repeat;
  color: #666666;
  font-family: Tahoma,Arial,Helvetica,sans-serif;
  font-size: 11px;
  line-height: 16px;
  text-align: center;
}

FORM {
  margin: 0px;
}

H1, H2, H3, H4, H5, H6 {
  color: #cc0000;
  font-family: Arial,Helvetica,sans-serif;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  margin-top: 8px;
  margin-bottom: 4px;
}

HR {
  height: 1px;
  border: 0px;
  border-top: 1px solid #dddcdb;
}

IMG {
  border: 0px;
}

P {
  margin-top: 0px;
  margin-bottom: 16px;
}

B, STRONG {
  color: #cc0000;
}


/**
 * Wrapper
 */

#wrapper {
  position: relative;
  margin: 0px auto;
  width: 990px;
  text-align: left;
}


/**
 * Header
 */

#header {
  height: 70px;
}

#header #logo {
  float: left;
  width: 250px;
}

#header #logo IMG {
  margin: 18px 35px 0px 50px;
}

#header #tagline {
  float: left;
  width: 210px;
  height: 70px;
  background: url('../images/bgs/tagline.gif') no-repeat;
}

#header #tagline IMG {
  margin: 31px 0px 0px 36px;
}

#header #utility {
  float: right;
  color: #d6d4cf;
  line-height: 24px;
  padding-right: 13px;
  position: relative;
  z-index: 999;
}

#header #utility A {
  color: #666666;
}

#header #utility A:hover {
  color: #cc0000;
}

#header .flexdesign {
  position: absolute;
  width: 98px;
  height: 103px;
  top: 31px;
  right: 0px;
  z-index: 100;
}


/**
 * Navigation
 */

#topbar {
  width: 988px;
  height: 38px;
  background: url('../images/bgs/bar-shadow.gif') no-repeat;
}

#topbar #nav {
  position: relative;
  width: 980px;
  height: 30px;
  top: 4px;
  left: 4px;
  background: url('../images/bgs/bar.gif') repeat-x;
}

#topbar #nav A {
  float: left;
  background: url('../images/bgs/nav-right.gif') top right no-repeat;
  color: #ffffff;
  font-family: Arial,Helvetica,sans-serif;
  font-size: 11px;
  font-weight: bold;
  line-height: 30px;
  text-transform: uppercase;
  text-decoration: none;
}

#topbar #nav A SPAN {
  display: block;
  padding: 0px 14px;
  background: url('../images/bgs/nav-left.gif') top left no-repeat;
}

#topbar #nav A:hover {
  color: #ffffff;
  background: url('../images/bgs/nav-right.gif') bottom right no-repeat;
}

#topbar #nav A:hover SPAN {
  color: #ffffff;
  background: url('../images/bgs/nav-left.gif') bottom left no-repeat;
}

#topbar #nav A.active,
#topbar #nav A.active:hover {
  color: #cc0000;
  background: #ffffff url('../images/bgs/nav-over.gif') top repeat-x;
  border-bottom: 4px solid #ffffff;
}

#topbar #nav A.active SPAN,
#topbar #nav A.active:hover SPAN {
  color: #cc0000;
  background: none;
}


/**
 * Headline
 */

#headline {
  float: left;
  /* padding: 15px 20px; */
  padding: 10px 20px;
}

#headline #title {
  color: #cc0000;
  font-family: Times,serif;
  font-size: 20px;
  line-height: 24px;
  text-transform: uppercase;
}

#headline #breadcrumbs {
  color: #999999;
}

#headline #breadcrumbs .here {
  padding-right: 4px;
  font-weight: bold;
}

#headline #breadcrumbs A {
  color: #000000;
  text-decoration: underline;
}

#headline #breadcrumbs A:hover {
  color: #cc0000;
}


/**
 * Neighborhoods Select
 */

#select-neighborhood {
  float: right;
  /* padding: 15px 20px 5px 20px; */
  padding: 5px 90px 5px 20px;
}

#select-neighborhood FORM {
  width: 280px;
  height: 33px;
  /* margin-top: 6px; */
  background: url('../images/bgs/select.gif') no-repeat;
}

#select-neighborhood SELECT {
  position: relative;
  width: 265px;
  top: 7px;
  left: 7px;
  color: #666666;
  font-size: 11px;
}


/**
 * Container
 */

#container {
  clear: both;
  padding: 5px;
}


/**
 * Sub Navigation
 */

#subnav {
  position: relative;
  height: 30px;
  margin-bottom: 20px;
  background: url('../images/bgs/subnav.gif') bottom repeat-x;
  z-index: 100;
}

#subnav A {
  float: left;
  border-top: 2px solid #ffffff;
  color: #000000;
  font-family: Arial,Helvetica,sans-serif;
  font-size: 11px;
  font-weight: bold;
  line-height: 28px;
  text-transform: uppercase;
  text-decoration: none;
}

#subnav A SPAN {
  display: block;
  background: url('../images/bgs/subnav-right.gif') right no-repeat;
}

#subnav A:hover,
#subnav A.active,
#subnav A.active:hover {
  color: #cc0000;
}

#subnav A.active,
#subnav A.active:hover {
  border-top: 2px solid #cc0000;
  background: #ffffff;
}

#subnav A SPAN {
  padding: 0px 16px;
}

#subnav A.active SPAN,
#subnav A.active:hover SPAN {
  border-left: 1px solid #dddcdb;
  border-right: 1px solid #dddcdb;
  padding: 0px 15px;
  background: none;
}


/**
 * Sub Header
 */

#subheader {
  padding-bottom: 8px;
}

#subheader H1,
#subheader H2,
#subheader H3 {
  margin-top: 0px;
}

#subheader P {
  margin-top: 0px;
  margin-bottom: 8px;
}

#subheader .photo {
  float: left;
  width: 115px;
  text-align: center;
}

#subheader .content {
  width: 460px;
  margin-left: 115px;
  margin-right: auto;
  padding-top: 4px;
}

#subheader .address {
  float: right;
  width: 290px;
  padding-top: 4px;
}

#subheader .address B,
#subheader .address STRONG {
  color: #0068a6;
}


/**
 * Content Areas
 */

#content {
  float: left;
}

#left {
  float: left;
}

#right {
  float: right;
}


/**
 * Content Box (Generic)
 */

#contentbox {
  border-top: 2px solid #cc0000;
  background: #ffffff;
}

#contentbox .padding {
  border: 1px solid #ececef;
  padding: 10px;
}


/**
 * Wireframe Table
 */

TABLE.wireframe {
  clear: both;
  border-collapse: collapse;
  border-top: 2px solid #cc0000;
  background: url('/images/bgs/gradient.jpg') repeat-x;
}

TABLE.wireframe TR TD {
  border: 1px solid #ececef;
  padding: 20px;
}

TABLE.wireframe TR TD .logo {
  margin-top: 20px;
  margin-bottom: 40px;
  text-align: center;
}


/**
 * Bottom Bar
 */

#bottomshadow {
  position: relative;
  clear: both;
  width: 988px;
  height: 38px;
  margin-top: 0px;
  margin-bottom: 8px;
  background: url('../images/bgs/bar-shadow.gif') no-repeat;
}

#bottomshadow .flexdesign {
  position: absolute;
  width: 98px;
  height: 103px; 
  top: -15px;
  left: 0px;
  z-index: 100;
}

#bottomshadow #bottombar {
  position: relative;
  width: 980px;
  height: 30px;
  top: 4px;
  left: 4px;
  background: #cf1110 url('../images/bgs/bar.gif') repeat-x;
}

#bottomshadow #bottombar #yourhome {
  float: left;
  padding-left: 105px;
}

#bottomshadow #bottombar #backtotop {
  float: right;
  padding-right: 24px;
  background: url('../images/bgs/backtotop.gif') 62px 13px no-repeat;
}

#bottomshadow #bottombar #backtotop A {
  color: #d79b9b;
  line-height: 26px;
}

#bottomshadow #bottombar #backtotop A:hover {
  color: #ffffff;
}


/**
 * Footer
 */

#footer {
  position: relative;
  padding-left: 110px;
  color: #666666;
}

#footer A {
  color: #999999;
  text-decoration: underline;
}

#footer A:hover {
  color: #cc0000;
}

#footer .icon {
  float: left;
  padding-right: 8px;
}

#footer .desc {
  float: left;
  padding-right: 30px;
}

#footer .title {
  font-weight: bold;
}

#footer .legal {
  float: right;
  padding-right: 5px;
  text-align: right;
}

#footer .legal IMG {
  float: right;
  margin-top: 1px;
  margin-left: 4px;
}

#disclosure {
  font-size: 10px;
  color: #999;
  margin: 20px 0;
  text-align: center;
}


/**
 * Special Links
 */

A.contact {
  float: left;
  height: 40px;
  margin: 24px 0px 16px 145px;
  padding-left: 35px;
  background: url('/images/icons/questions.gif') 0px 0px no-repeat;
  font-family: Arial,Helvetica,sans-serif;
  font-weight: bold;
  line-height: 28px;
  text-decoration: none;
  text-transform: uppercase;
}


/**
 * Special Lists
 */

UL.links {
  list-style-type: none;
  margin: 16px 0px;
  padding: 0px;
}

UL.links LI {
  margin: 0px;
  padding-left: 22px;
  background: url('/images/icons/letter.gif') 0px 5px no-repeat;
  line-height: 18px;
}


/**
 * Popup Window
 */

#popup {
  background: none;
  padding: 10px;
  text-align: left;
}

#popup #controls {
  float: right;
}

#popup #controls TABLE {
  border-collapse: collapse;
}

#popup #controls TABLE TD {
  padding: 7px 2px;
}

#popup #title {
  margin: 18px 0px;
}


/**
 * Icon Key
 */

#key {
  margin-bottom: 16px;
}

#key IMG {
  position: relative;
  top: 4px;
  margin-left: 5px;
}


/**
 * Errors
 */

#errors {
  background: #fae5e5;
  border: 1px solid #cc0000;
  color: #cc0000;
  margin: 16px 0px;
  padding: 10px;
}

ul.errors li {
  color: #cc0000;
}


/**
 * Messages
 *

p.message {
  background: green;
  color: #fff;
  padding: 10px;
  margin: 5px 0 0 0;
}

p.error {
  background: #cc0000;
  color: #fff;
  padding: 10px 20px;
  margin: 0;
}

ul.errors {
  background: #cc0000;
  color: #fff;
  list-style: none;
  padding: 10px;
  margin: 0;
}

ul.errors li {
  color: #fff;
  margin: 0;
  padding: 0;
}

*/