/* DQ Goodies Stylesheet */

@import url("reset.css");
@import url("formbox.css");

/* general layout */ 
body {
  font-family: Arial, Helvetica, sans-serif;
}
.container {
  background:url(../images/gradient_background.jpg) repeat-x 0 0;
}
.utility {
  height: 26px;
  width: 980px;
  margin: 0 auto;
  font-size: 10px;
  line-height: 26px;
}
  .utility ul li {
    float: left;
    padding: 0 24px 0 0;
  }
  .utility a {
    color: #ee3c43;
    text-decoration: none;
  } 
  .utility a:hover {
    text-decoration: underline;
  }
  .addthis_button {
    display: block;
    margin-top: 5px;
  }
  .locator {
    float: right;
    height: 26px;
  }
  .locator form,
  .locator p {
    float: left;
  }
  .locator p {
    padding-right: 10px;
    color: #6e6e6e;
    line-height: 24px;
  }
  .locator input {
    height: 14px;
    width: 58px;
    border: 1px solid #a5a5a5;
    font-size: 10px;
    color: #6e6e6e;
    float: left;
    padding: 2px 4px 0px 4px;
    margin: 3px 0 0 0;
  }
  .locator form a.go {
    display: block;
    float: left;
    margin: 4px 0 0 4px;
  }
.flashWrapper {
  height: 600px;
  width: 980px;
  margin: 0 auto;
}
#flashContent .alt-content {
  display: block;
  height: 600px;
  width: 980px;
  background: transparent url(../images/flash_bg.jpg) no-repeat 0 0;
  text-indent: -9999px;
}
.footer {
  width: 980px;
  margin: 0 auto;
  font-size: 9px;
  color: #a59680;
  margin-top: 10px;
}
.footer span {
  float: left;
}
.container .ui-dialog .ul-dialog-titlebar {
  display: none !important;
}
