/* All page content is wrapped in the following two divs */
.static_content_wrap {
  border: 1px solid #ccc;
  padding: 1px;
  background: #fff;
}
.static_content {
  border: 1px solid #e6e6e6;
  background: #fff;
  padding: 18px 21px;
}


/* Following rule is for static content inside the regular two-column
 * layout (Ex: 404 page, access denied, maintenance pages)
 */
#left .static_content {
  border: 0;
  background: none;
  padding: 20px 0 0 25px;
}

#left .maintenance p {
  font: bold 13px Arial;
  margin-right: 25px;
  float: left;
  width: 100%;
}

.static_content h1 {
  margin-left: 0;
  margin-bottom: 27px;
  float: left;
}

.static_content h1.alt {
  float: none;
  margin-bottom: 18px;
}

.static_content .first {
  clear: both;
}

.static_content ol li {
  margin-bottom: 12px;
}

.static_content ol li span.mockh3 {
  display: block;
  font-size: 13px;
  font-weight: bold;
}

.iframe_body {
  background-color: white;
  text-align: left;
  padding-top: 60px;
}
.iframe_body #left {
  width: 100%;
}
.iframe_body #left .static_content {
  padding: 18px 5px;
}
.iframe_body #left .static_content h1 {
  margin-bottom: 20px;
}
.iframe_body #left .static_content p {
  text-align: left;
  font-size: 12px;
  font-weight: bold;
  color: #333333;
  padding: 0 15px 0 2px;
  margin: 0;
  float: none;
  width: 350px;
}

#terms-of-service h4 {
  color: #333333;
  font-size: 13px;
  text-decoration: underline;
  font-weight: normal;
}

/* Styles for Help page */

h1#help {
  margin: 0;
  float: left;
}

#help_menu {
  width: 260px;
  float: left;
  clear: both;
  margin-top: 20px;
  padding-left: 3px;
}

#help_menu h2 {
  margin: 0 0 1px;
  padding-left: 24px;
  padding-top: 6px;
  cursor: pointer;
}

#help_menu img {
  float: left;
  margin: 0;
  vertical-align: top;
  padding-top: 6px;
  cursor: pointer;
}

.active_help_menu_link {
  font-weight: bold;
}

#help_menu a.hidden_menu_link {
  display: none;
}

#help_menu a,
#popular_topics a {
  display: block;
  margin-bottom: 5px;
}

#help_menu a {
  margin-left: 25px;
}

#help_content {
  width: 391px;
  float: left;
  clear: right;
  padding-left: 25px;
  margin-top: 28px;
}

#help_content div h3,
#help_content blockquote h3 {
  margin: 0;
  padding: 0;
  font-size: 13px;
}

#help_content div h3:first-child {
  font-size: 14px;
}

#help_content blockquote h3:first-child {
  font-size: 13px;
}

#popular_topics {
  width: 205px;
  float: left;
  clear: right;
  padding: 0 0 25px 23px;
  margin-top: 10px;
}

#popular_topics h1 {
  margin: 0 0 15px;
  float: none;
  font-size: 12px;
  width: 85px;
}

#popular_topics_links {
  width: 167px;
  padding: 16px;
  border: 1px solid #ccc;
}

#questions {
  margin-bottom: 0;
  font: bold 14px Arial;
}

/* contact us link and form */

.contact_us_link {
  font: bold 14px Arial;
  color: #54b848;
  margin: 0;
  padding: 0;
}

.contact_us_link:hover {
  color: #3c9d35;
}

#contact_us {
  text-align: left;
  width: 444px;
  background-color: #ffffff;
  padding: 2px 0 5px 3px;
  height: 407px;
}

#contact_us h4 {
  margin: 0;
  padding: 0;
  font: bold 16px Arial;
  color: #54b848;
}

#contact_us form {
  margin: 0;
}

#contact_us form p {
  margin: 0;
  padding: 0;
}

#contact_us form p#reason {
  margin-top: 18px;
}

#contact_us form textarea#comments_text {
  font-style: italic;
  color: #999999;
}

#contact_us form textarea#comments_text.normal {
  font-style: normal;
  color: #000000;
}

#contact_us form p#select_error_message {
  margin-left: 140px;
  margin-bottom: 7px;
  height: 5px;
  font-size: 1px;
}

#contact_us form p#name_error_message,  #contact_us form p#phone_number_error_message,  #contact_us form p#url_error_message {
  margin-left: 140px;
  margin-bottom: 7px;
  height: 5px;
  font-size: 1px;
}

#contact_us form p#email_error_message {
  margin-left: 140px;
  margin-bottom: 7px;
  height: 13px;
  font-size: 1px;
}

#contact_us form p#text_error_message {
  margin-left: 140px;
  width: 100px;
  height: 10px;
  font-size: 1px;
}

#contact_us form p label {
  width: 134px;
  float: left;
  position: relative;
  top: 2px;
  text-align: right;
  padding-right: 6px;
  font: bold 13px Arial;
  vertical-align: middle;
}

#contact_us form p select {
  width: 262px;
  *width: 264px;
  border: 1px solid #999999;
}

#contact_us form p input {
  width: 260px;
  border: 1px solid #999999;
}

#contact_us form textarea {
  width: 260px;
  height: 150px;
  border-right: 1px solid #999999;
  border-left: 1px solid #999999;
  border-top: 1px solid #999999;
  font: normal 12px Arial;
}

#contact_us div#innerTextArea {
  background-color: #ccc;
  color: #333333;
  font-size: 10px;
  height: 12px;
  margin: 0 0 0 140px;
  _margin: 0 0 0 143px;
  width: 255px;
  *width: 257px;
  padding: 0 0 0 5px;
  position: relative;
  top: -2px;
  border-right: 1px solid #999999;
  border-left: 1px solid #999999;
  border-bottom: 1px solid #999999;
}

#contact_us.thank_you_page h4 {
  margin-bottom: 70px;
}

#contact_us.thank_you_page h3 {
  margin: 0 auto 30px;
  padding: 0 40px;
  text-align: center;
  font: bold 20px Arial;
  color: #333333;
}

#contact_us input#send_contact_form {
  margin-bottom: 12px;
  margin-left: 332px;
}

#contact_us #contact_footer {
  font: normal 10px Arial;
  color: #999999;
  margin-right: 17px;
  margin-left: 31px;
}

#contact_us #contact_footer a {
	color: #333333;
  margin-left: 255px;
}

/* Apply to a H1 tag (with no spans inside) to remove the skid */
.no_skid {
  background: none;
  float: none;
  margin-bottom: 30px;
}

/* Privacy Central Specific Rules Follow */
.privacy_central_w_icon {
  margin-left: 5px;
  vertical-align: middle;
}

.privacy_central_site_list dl {
  float: left;
  width: 33%;
  margin-bottom: 20px;
  position: relative;
}

/* site map */

.static_content .site_map h1 {
  margin-bottom: 20px;
}

.site_map h2 {
  margin-top: 0;
}

.site_map h3 {
  margin-bottom: 0;
  margin-left: 25px;
}

.site_map p {
  margin-top: 0;
  margin-left: 25px;
}