#header-home .faq {
  position: absolute;
  display: block;
  top: 8px;
  right: 108px;
  font-size: 16px;
  font-weight: bold;
}
#header-home .faq a {
  text-decoration: none;
}
#header-home .faq a:hover {
  text-decoration: underline;
}
#header-home h1 {
	margin:0px;
}
#header-home h1 a {
  position: absolute;
  display: block;
  top: 8px;
  left:35px;
  height: 56px;
  width: 204px;
  background: url(../images/logo-lg.png) no-repeat left top;
  text-indent: -999em;
  text-decoration: none;
}
#header_container-home {
  height:74px;
  background: url(../images/bg_header-home.jpg) repeat-x;
}
#home {
	height:100%;
  padding: 5px 0 22px 0px;
  background: url(../images/bg_home.png) no-repeat center bottom;
  color: #FFFFFF;
}
#home input, #home select {
	font-size:12px;
}
#home .homeLeft {
  padding-top:1em;
  height: 400px;
  border-style:dotted;
  margin: 0 0 0 0;

}
#home .homeLeft p {
  margin:0px;
  padding:0px 0em 0em 1em;
  font-size: 22px;
  font-weight: bold;
}

#home .homeRight {
  padding-top:1em;
  margin: 0 0 0 0;
}

#home .homeRight .big {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 20px;
  font-weight: bold;
}

.center {
	text-align:center;
}

form#signup,
form#login {
  padding-left:24px;
}

form#login label.big {
  float:left;  
  margin-right:0.5em;
}

form#login input#user,
form#login input#pass {
  margin-top:0.5em;
  border: none;
  float:left;
  width: 120px;
  margin-right:0.5em;
}

form br {
  clear: left;
}

form#login button {
  float: left;
  width: 63px;
  height: 25px;
  background: url(../images/btn_orange-sm.png) no-repeat 0px 0px;
  color: #FFFFFF;
  text-align: center;
  font-size: 11px;
  font-weight:bold;
  paddin-bottom:2px;
  margin-top:0.25em;
}

form#login input.checkbox {
  margin-left: 77px;
  float:left;
  background: none;
  outline: none;
}

form#login label.checkbox {
  width: 105px;
}

form#login a.forgot {
  margin-left:26px;
  color: #FFFFFF;
}

form#signup label {
  width: 140px;
  text-align: right;
  margin-right: 8px;
  float:left;
  margin-top: 6px;
  font-weight: bold;
}

form#signup input {
  margin-top: 5px;
  margin-bottom:5px;
  width: 220px;
  padding: 0 2px 0 2px;
}

form#signup input#zip {
  width: 70px;
}

form#signup select#month {
  width: 97px;
}

form#signup select#gender {
  width: 97px;
}

form#signup label.big {
  width: 100%;
  margin-bottom: 5px;
  text-align: left;
}

form#signup button {
  float: right;
  width: 101px;
  height: 29px;
  background: url(../images/btn_orange-lg.png) no-repeat 0px 0px;
  color: #FFFFFF;
  text-align: center;
  font-size: 12px;
  padding-bottom: 4px;
  margin-top: 5px;
  margin-right: 12px;
  font-weight: bold
}
