* {
  padding: 0px;
  margin: 0px;
}

html, body {
  height: 100%;
  color: #131313;
  font: 14px/16px arial, verdana;
}

body {
  background-color: #ecece8;
}

img {
  border: 0px;
}

h1, h2, h3 {
  font-size: 100%;
  font-family: metaplusmedium, arial;
}

h1 {
  font-size: 150%;
}

a, a:visited, a:hover, a:active {
  color: #131313;
}

p {
  line-height: 19px;
}

.bold {
  font-weight: bold;
}

.italic {
  font-style: italic;
}

.highlight {
  font-weight: bold;
  color: #ff0000;
}

#container {
  width: 924px;
  height: 100%;
  margin: 0px auto;
  position: relative;
}

/* Header */

#pageHeader {
  height: 164px;
  position: relative;
  background: transparent url(/images/shared/bg_header.jpg) top left no-repeat;
}

#headerLogo {
  width: 150px;
  height: 164px;
}

#headerSearch {
  height: 25px;
  width: 290px;
  color: #ecece8;
  top: 0px;
  right: 35px;
  position: absolute;
  text-align: right;
  background: #333 url(/images/shared/text_title_search.gif) top left no-repeat;
}

#headerSearch #search {
  width: 175px;
  font-size: 80%;
  margin-top: 2px;
  margin-right: 2px;
  padding: 2px 5px;
  border: 1px solid #fff;
}

#headerSearch #submit {
  border: 1px solid #fff;
  background-color: #333333;
  color: #fff;
  padding: 0px 5px;
  margin-right: 5px;
  cursor: pointer;
}

#headerPhoneNumber {
  width: 140px;
  height: 23px;
  top: 5px;
  left: 153px;
  position: absolute;
  background: transparent url(/images/shared/text_phone_number.gif) top left no-repeat;
}

#headerNavigation {
  width: 762px;
  top: 80px;
  left: 150px;
  position: absolute;
}

#headerNavigation ul, #headerNavigation ul li {
  margin: 0px;
  padding: 0px;
}

#headerNavigation ul li, div.inlineNavigation ul li {
  display: inline;
  padding: 0px 5px 0px 7px;
  background: transparent url(/images/shared/bg_bullet.gif) 2px -2px no-repeat;
}

#headerNavigation ul li.first, div.inlineNavigation ul li.first {
  background: none;
  padding-left: 0px;
  padding-right: 12x;
}

#headerNavigation ul li.last, div.inlineNavigation ul li.last {
  padding-left: 20px;
  padding-right: 0px;
}

#headerNavigation ul li a, div.inlineNavigation ul li a {
  color: #131313;
  padding: 3px 8px;
  line-height: 24px;
  font-family: metaplusmedium, arial;
  text-decoration: none;
}

#headerNavigation ul li a:hover, div.inlineNavigation ul li a:hover {
  color: #ededeb;
  background-color: #040402;
}

#headerNavigation ul li a.active, div.inlineNavigation ul li a.active {
  color: #ededeb;
  background-color: #040402;
}

/* Content */

#pageContent {
  width: 900px;
  padding-top: 1px;
  margin: 0px auto;
  position: relative;
}

/* Footer */

#contentFooter {
  width: 900px;
  height: 141px;
  position: relative;
  background: transparent url(/images/shared/bg_content_footer.jpg) top left no-repeat;
}
#contentFooter2 {
  width: 900px;
  height: 141px;
  position: relative;
  background: transparent url(/images/shared/bg_content_footer2.jpg) top left no-repeat;
}

#contentFooter #newsletterSignup {
  width: 320px;
  height: 75px;
  top: 15px;
  left: 650px;
  position: absolute;
}
#contentFooter #newsletterSignup #emailAddress {
  font-size: 80%;
  line-height: 12px;
  color: #fff;
  margin-top: 5px;
  padding: 2px 5px;
  margin-left: 15px;
  background-color: #333333;
  border: 1px solid #0d0d0d;
}

#contentFooter #quoteRequest {
  width: 410px;
  height: 75px;
  top: 15px;
  left: 120px;
  position: absolute;
}

#contentFooter2 #newsletterSignup {
  width: 320px;
  height: 75px;
  top: 15px;
  left: 650px;
  position: absolute;
}
#contentFooter2 #newsletterSignup p{ margin-left:35px; margin-top:20px;}

#contentFooter2 #newsletterSignup #emailAddress {
  font-size: 80%;
  line-height: 12px;
  color: #fff;
  margin-top: 5px;
  padding: 2px 5px;
  margin-left: 15px;
  background-color: #333333;
  border: 1px solid #0d0d0d;
}

#contentFooter2 #quoteRequest {
  width: 410px;
  height: 75px;
  top: 15px;
  left: 120px;
  position: absolute;
}

#pageFooter {
  min-height: 50px;
  color: #333;
  margin-top: 20px;
  padding-bottom: 25px;
}

#pageFooter p {
  margin-top: 0px;
  font-size: 80%;
  text-align: center;
  line-height: 12px;
}

#footerNavigation {
  text-align: center;
}

#footerNavigation ul, #footerNavigation ul li {
  margin: 0px;
  padding: 0px;
}

#footerNavigation ul li {
  display: inline;
  padding: 0px 0px 0px 6px;
  background: transparent url(/images/shared/bg_bullet.gif) 2px -2px no-repeat;
}

#footerNavigation ul li.first {
  background: none;
  padding-left: 0px;
  padding-right: 0x;
}

#footerNavigation ul li.last {
  padding-left: 6px;
  padding-right: 0px;
}

#footerNavigation ul li a {
  color: #333333;
  padding: 1px 8px;
  line-height: 20px;
  text-decoration: none;
}

#footerNavigation ul li a:hover {
	background-color:#000;
	color:#FFF;
}

#footerNavigation ul li a.active {
}

/* misc style declarations */

.text-lead {
  font-size: 170%;
}

.left {
  float: left;
}

.right {
  float: right;
}

/* tab styles */

.panel {
  clear: both;
  display: none;
}

.panel.active-tab-body {
  display: block;
}

