* {
  margin: 0px;
  padding: 0px;
}
body {
   background: #9EA887;
font: 11px Arial, Helvetica, sans-serif;
  color: #632531;
  text-align: center;
}
#center-wrapper {
  width: 800px;
  margin: 0px auto;
}
#float-wrapper {
  float: left;
  width: 800px;
  text-align: left;
	margin-top: 2px;
  display: inline;
}

.landing {
  background: #FFFFFF;	
  color: 333888;
}
.secondary {
  background: #FFFFFF;
}
.landing .header {
  float: left;
  height: 86px;
  width: 800px;
  background: url(../images/SteppeHeader.gif) no-repeat;
  display: inline;
}
secondary .header {
  float: left;
  height: 87px;
  width: 800px;
  background: #9EA887
  display: inline;
}
.main-navigation {
  margin-left: 80px;
  margin-top: 65px;
  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: #CFC1A1;
  text-decoration: none;
  float: left;
  display: inline;
}
.main-navigation a:hover {
	color: #632531;
}
.top-navigation {
  margin-left: 100px;
  margin-top: 8px;
  font-weight: bold;
}
.top-navigation ul {
  float: right;
  display: inline;
}
.top-navigation li {
  float: left;
  padding-right: 10px;
  display: table-row;
  background: no-repeat 0px 2px;
}
.top-navigation .first-item {
  background: none !important;
  padding-left: 0px !important;
}
.top-navigation a {
  color: #470024;
  text-decoration: none;
  float: right;
  display: inline;
}
.top-navigation a:hover {
	color: #fff5e8;
}
.landing .banner {
  float: left;
  width: 800px;
  height: 165px;
  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: #000000;
  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: #000000;
  display: inline;
}
.secondary .footer {
  float: left;
  width: 800px;
  padding-bottom: 8px;
  border-bottom: 8px solid #83090b;
  color: #000000;
  display: inline;
}
.secondary .footer p, .landing .footer p {
  margin-left: 22px;
}
.landing .footer a {
  text-decoration: none;
	color: #000000;
}
.secondary .footer a {
  text-decoration: none;
  color: #000000;
}
.MainNavigationActive {
	color: #ffffff !important;
}
.TopNavigationActive {
	color: #ffffff !important;
}

/* begin styles for RSS Feed */
.rss_box {
	 margin: 5px 5%;
	 padding: 4px 8px;
	 width: 200px;
	 background-color: #ffffff;
}
.rss_title, rss_title a {
	font-family: verdana, arial, sans-serif;
	font-size: 11;
	font-weight:normal;
	margin: 0px 0;
	padding: 0;
	letter-spacing: 1px;
}
.rss_items {
}
.rss_item  {
  font-family: verdana, arial, sans-serif;
  font-size: 11px;
  font-weight : normal; 
  margin: 0px 0;
}
.rss_item a:link, .rss_item a:visited, .rss_item a:active {
	text-decoration : none;
	border-bottom: 1px solid #336699;
	color: #000000;
}
.rss_item a:hover { 
	text-decoration : none;
	color: #000000;
	border-bottom: 1px dotted #336699;
}
.rss_date {
	font-size: 9px;
	font-weight : normal;
	color: #000000;
}
img{  
	border-style: none;
}