@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-color: #D6CBA2;
	margin: 0 auto;
	border: 1px solid #000000;
	text-align: left;
	min-width: 955px;
}
#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;
}
#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;
}
#sidebar1 {
	float: left;
	width: 200px;
	background: #D6CBA2;
	padding-top: 75px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	margin: 0 0 10px 0;
}
#sidebar1 li {
	list-style-type: none;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 8px;
	margin-left: 28px;
}
#sidebar1 h3, #sidebar1 p {
	margin-left: 10px;
	margin-right: 10px;
}
#sidebar1 a:link {
	color: #000;
	text-decoration: none;
}
#sidebar1 a:visited {
	color: #000;
	text-decoration: none;
}
#sidebar1 a:hover {
	color: #000;
	text-decoration: none;
}
#sidebar1 a:active {
	color: #000;
	text-decoration: none;
}
#searchBar {
	border: 2px solid black;
	background-color: #efe1c6;
	text-align: center;
	width: 160px;
	margin-left: 25px;
}
#searchBar p {
	font-weight: bold;
	text-align: center;
}
#searchBar h1 {
	font: 0.7em Verdana, Arial, Helvetica, sans-serif;
}
.news {
	font: 0.7em Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	font-weight:bold;
}
#mainContent {
	padding: 20px 15px 15px 10px;
	background-color: #D6CBA2;
	float: right;
	width: 75%;
}
#mainContent img {
	border: 1px solid black;
	margin-left: 2px;
}
#mainContent a {
	text-decoration: underline;
	color: gray;
}
#mainContent h1 {
	font-size: 1.6em;
	padding: 0 0 6px 0;
	text-align: left;
	margin-bottom: 25px;
	border-bottom: 2px solid black;
}
#mainContent h2, h3, h4 {
	font-size: 1.4em;
	border-bottom: 2px black groove;
	width: 75%;
}
#mainContent h5 {
	font-size: 1.6em;
	height: 40px;
	text-align: left;
	margin-bottom: 25px;
}
ul.newsList li {
	padding: 0 0 10px 0;
}
#contactPics {
	width: 60%;
}
#searchTable {
	border: 2px solid black;
	margin: 20px auto 0 auto;
	text-align: left;
	width: 80%
}
#searchTable table {
	width: 100%;
}
#searchForm {
	border-bottom: 2px dotted black;
}
#searchTable a:link {
	color: #000;
	text-decoration: underline;
}
#searchTable a:visited {
	color: #000;
	text-decoration: underline;
}
#searchTable a:hover {
	color: #000;
	text-decoration: underline;
}
#searchTable a:active {
	color: #000;
	text-decoration: underline;
}
#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;
}
#mtidaContact {
	
	border: 1px #000000;
	width:369px;
	height: 120px;
	font-size: .8em;
}
#wtiaContact {
	font-size: .9em;
	border: 1px #000000;
	width:369px;
	height: 120px;
}
#mtida {
	display: inline;
	float: left;
	padding-left: 40px;
	width: 300px;
}
.fltrt {
	float: right;
	margin-left: 8px;
}
.fltlft {
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
.changeFooterStyle {
	text-decoration: underline;
	color: white;
}
