/* overrides below */
.inner #content {
  margin-bottom: 5px;
}
.inner #nav_bar {
  margin-left: 74px;
}

/* .inner specific styles below */
#left_nav {
  _display: inline;
  float: left;
  width: 173px;
  height: 100%;
  margin-left: 19px;
  /*background: url(images/bg_inner_logo.gif) no-repeat;*/
  color: white;
  font-size: 13px;
}
#left_nav ul {
  margin: 0;
  padding: 5px 0 0 13px;
}
#left_nav li {
  margin: 0;
  padding: 12px 0 0 10px;
  list-style: none;
}
#left_nav li.head {
  font-size: 15px;
  font-weight: bold;
}
#left_nav li.current {
	padding-left: 20px;
	background: url('images/leftnavcurrent.gif') no-repeat 8px 16px;
}
#left_nav li.head.current {
	background: url('images/leftnavcurrent.gif') no-repeat 8px 17px;
}
#left_nav a {
  color: white;
}
#left_nav a:hover {
  text-decoration: underline;
}
#sign_up {
  width:  100%;
  height: 32px;
  margin-top: 30px;
}
#label_email {
  float: left;
	width: 100%;
  text-align: center;
  padding-bottom: 5px;
  font-size: 10px;
  font-weight: bold;
}
#email {
  float: left;
  width: 121px;
  height: 17px;
  padding: 2px 2px 0;
  margin: 0 4px;
  border: none;
  border-width: 0px; /* IE */
  text-align: center;
  font-size: 10px;
  font-weight: bold;
  color: #3573ba;
}
#form_sign_up_submit {
  float: left;
  width:  36px;
  height: 19px;
  padding: 0;
  margin: 0;
  border: none;
  background-image: none;
  background-color: white;
  color: #ef2f24;
}
#header {
  float: left;
  clear: none;
  width: 757px;
  height: 117px;
  background-color: white;
}
#tell_a_friend {
  position: absolute;
  top: 25px;
  left: 0px;
  background: url(images/button_tellafriend.gif) no-repeat;
}
#tell_a_friend a {
  display: block;
  width: 148px;
  height: 18px;
}
#tell_a_friend a:hover {
  background: url(images/button_tellafriend_hover.gif) no-repeat;
}
#content_title {
  display: inline; /* For IE double margin bug. Is ignored becaues of float. */
  width: 540px;
  margin-left: 30px;
  color: #ef2f24;
  font-size: 20px;
  font-weight: bold;
  font-family: Arial, sans-serif;
  padding-top: 8px;
}
#content_title a {
  color: #ef2f24;
  font-size: 20px;
  font-weight: bold;
  font-family: Arial, sans-serif;
}
.main_content {
  float: left;
  width: 712px;
  margin-left: 30px;
  padding-bottom: 30px;
  color: #535249;
  font-family: Arial, sans-serif;
  font-size: 12px;
  line-height: 20px;
}
.main_content p {
  margin: 0;
  padding: 10px 0 0;
}
.main_content p.head {
  font-size: 15px;
  font-weight: bold;
    padding-bottom: 10px;
}

.main_content p.head2 {
  font-size: 22px;
  font-weight: bold;
    padding-bottom: 10px;
}

#footer_nav {
  _display: inline;
  float: left;
  width: 530px;
  height: 30px;
  margin-left: 222px;
  font-size: 8pt;
  line-height: 12pt;
}
#footer_nav a {
  margin-right: 10px;
  color: #1888ca;
  font-weight: bold;
  padding-bottom: 4px;
}
#footer_nav a.last { margin-right: 0; }
#footer_nav span { color: #77787b; }

.section {
	color: #ef2f24;
	letter-spacing: 4px;
	font-weight: bold;
	margin-top: 28px;
	text-transform:uppercase;
}

.bannerimg {padding-bottom: 10px; padding-right: 15px;}
