@charset "utf-8";
body {
	font: 0.8em Verdana, Arial, Helvetica, sans-serif;
	background: #474220;
	margin: 0;
	padding: 0;
	text-align: center; 
	color: #000000;
	background-repeat: repeat-x;
}
#container {
	width: 955px;
	background: #474220;
	margin: 0 auto;
	text-align: left;
}
#header {
	background: black; 
	padding: 0 10px 0 20px;
	height: 92px;
	background-image:url(/assets/images/headerBanner.png);
 	background-repeat: no-repeat;
	background-position: right;
}
#header h1 {
	margin: 0; 
	padding: 10px 0; 
}
#logo {
	background-image:url(/assets/images/deal-ready-logo.png);
	position: absolute;
	top: 5px;
	width: 211px;
	height: 197px;
	padding: 0;
	z-index: 3;
	display: block;
}
#menuBar {
	height: 32px;
	background: #AC8D19;
	text-align: center;
}
#menuBar a:link {
  color: #000; 
  text-decoration: none; 
  }
#menuBar a:visited {
  color: #000; 
  text-decoration: none; 

  }
#menuBar a:hover { 
  color: #000; 
  text-decoration: none; 
  }
#menuBar a:active {
  color: #000; 
  text-decoration: none; 
  }

#menuBar ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
	position: relative;
	top: 8px;
	left: 60px;
	font-weight: bold;
	}
#menuBar li {
	display: inline;
	list-style-type: none;
	padding: 0 20px 0 0;
	}

#mainContent-front {
	background: #D6CBA2;
	padding: 8px 0 0 20px;	
	height: 350px;
}
#sidebar1 {
	clear: left;
}
#left-text {
	position: absolute;
	top: 190px;
	color: black;
	font-weight: bold;
	z-index: 3;
	letter-spacing: -1px;
	float: left;
	font-size: 11px;
	width: 175px;
	}
#map {
	float: right;
	z-index: -1;
}	
#bling{
color:#C90;
font-size:10px;
}
#announcement {
	font: 0.7em Verdana, Arial, Helvetica, sans-serif;
	background-image: url(/assets/images/announcement.png);
	background-repeat: no-repeat;
	height: 233px;
	width: 143px;
	z-index:3;
	position: absolute;
	top: 372px;
	margin-left: 18px;
	padding: 20px 0 0 8px;
}
#announcement p {
	margin-right: 4px;
	line-height: 16px;
	text-align: center;
}
#announcement a {
	color: #000;
}
#footer {
	border-top: 7px solid #ac8d19;
	height: 137px;
	background: black;
	padding: 20px 0 0 0;
}
#footer p {
	border-top: 3px solid black;
	color: white;
}
#footer img{
	float: left;
	margin: 0 10px 0 0;
}
#wtia {
	float: left;
	width: 230px;
	padding: 0 0 0 250px;
}
	
#mtida {
	display: inline;
	float: left;
	padding-left: 40px;
	width: 300px;
}
.changeFooterStyle {
	text-decoration: underline;
	color: white;
	
}
