* {
  margin: 0px;
  padding: 0px;
}
body {
  background: url(../images/main-site-bg-tile.jpg);
  font: 11px Arial, Helvetica, sans-serif;
  color: #333333;
  text-align: center;
}
#center-wrapper {
  width: 800px;
  margin: 0px auto;
}
#float-wrapper {
  float: left;
  width: 800px;
  text-align: left;
	margin-top: 20px;
  display: inline;
}
.landing {
	background: url(../images/landing-content-bg-tile.jpg);	
  color: #fff5e8;
}
.secondary {
  background: #fff5e8;
}
.landing .header {
  float: left;
  height: 87px;
  width: 800px;
  background: url(../images/top-banner-bg-landing.jpg) no-repeat;
  display: inline;
}
.secondary .header {
  float: left;
  height: 87px;
  width: 800px;
  background: url(../images/top-banner-bg-secondary.jpg) no-repeat;
  display: inline;
}
.main-navigation {
  margin-left: 22px;
  margin-top: 15px;
  font-weight: bold;
}
.main-navigation ul {
  float: left;
  display: inline;
}
.main-navigation li {
  float: left;
  padding-right: 7px;
  display: inline;
  background: url(../images/main-site-nav-bg-fixed.gif) no-repeat 0px 2px;
  padding-left: 14px;
}
.main-navigation .first-item {
  background: none !important;
  padding-left: 0px !important;
}
.main-navigation a {
  color: #FF3F1E;
  text-decoration: none;
  float: left;
  display: inline;
}
.main-navigation a:hover {
	color: #fff5e8;
}
.landing .banner {
  float: left;
  width: 800px;
  height: 253px;
  display: inline;
}
.secondary .banner {
  float: left;
  width: 800px;
  height: 171px;
  background: url(../images/secondary-banner-left.jpg) no-repeat;
  display: inline;
}
.secondary .banner .banner-image {
  float: left;
  margin-left: 23px;
  display: inline;
}
.secondary .banner .localvine {
  float: left;
  margin-left: 3px;
  display: inline;
}
.landing .content {
  float: left;
  width: 800px;
  margin-top: 20px;
  padding-bottom: 30px;
  color: #fff5e8;
  display: inline;
}
.landing .left-content {
	float: left;
	width: 500px;
	margin-left: 22px;
	display: inline;
	font-size: 13px;
	line-height: 19px;
}
.landing .right-content {
	float: left;
	width: 216px;
	margin-left: 40px;
	display: inline;
}
.landing .right-content h3 {
	border-bottom: 1px solid #fff;
	margin-bottom: 12px;
}
.landing .right-content a {
  text-decoration: underline;
	color: #ffffff;
}
.landing .left-content a {
  text-decoration: none;
	color: #FF3F1E;
}
.secondary .content {
  float: left;
  width: 800px;
  margin-top: 20px;
  padding-bottom: 30px;
  color: #5A4A42;
  display: inline;
}
.secondary .content a {
  color: #D83A20;
  text-decoration: none;
}
.secondary .content a:hover {
  text-decoration: underline;
}
.secondary .left-content {
  float: left;
  width: 494px;
  margin-left: 22px;
  display: inline;
}
.secondary .right-content {
  float: left;
  width: 210px;
  margin-top: 29px;
  margin-left: 38px;
  font-size: 10px;
	font-weight: bold;
  display: inline;
}
.secondary .right-content ul {
  list-style: none;
}
.secondary .right-content li {
  display: block;
  padding-left: 12px;
  background: url(../images/right-col-list-arrow-off.gif) no-repeat 0px 4px;
  margin-bottom: 6px;
}
.secondary .right-content a {
  color: #5A4A42;
}
.landing .footer {
  float: left;
  width: 800px;
  padding-bottom: 14px;
	color: #ffffff;
  font-weight: bold;
  display: inline;
}
.secondary .footer {
  float: left;
  width: 800px;
  padding-bottom: 8px;
  border-bottom: 8px solid #83090b;
  color: rgb(120,0,0);
  font-weight: bold;
  display: inline;
}
.secondary .footer p, .landing .footer p {
  margin-left: 22px;
}
.landing .footer a {
  text-decoration: none;
	color: #FF3F1E;
}
.secondary .footer a {
  text-decoration: none;
  color: #D83A20;
}
.MainNavigationActive {
	color: #fff5e8 !important;
}