#header ul li a {
	padding: 0 22px;
	margin-right: -12px;
}
#header ul li {
	background:transparent url(navspacer.jpg) no-repeat scroll 2px 15px;
}

#header ul {
	border-color: #8f2b25;
}
#footer {
	background: transparent url(footer.jpg);
	border-bottom: none;
}

#mainText {
	width: 620px;
	float: left;
	padding: 0 5px;
}

#mainText table
{
	border-collapse: collapse;
}

#mainText table td
{
	padding: 10px;
}

#sideText {
	width: 331px;
	float: right;
}

h1 {
	font: 2.3em "Arial";
	font-weight: bold;
	color: #8f2b25;
}

h2 {
	color: #000000;
	background: none;
}
h3 {
	font: 1.37em "Arial";
	color: #000;
}
.agentSummaryContent {
	font-size: 12px;
	height: auto;
}
.clearFix:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}
/* The two clears are needed for IE */
.clearFix {
	display: block;
}
table {
	margin: auto;
}


/* contact */
/* contact form formatting */

form
{
	width:380px;
	padding:20px;
	margin: 0 auto;
}

form div {
  width: auto;
  zoom: 1;
  margin: 5px 0 0 0;
  padding: 1px 3px;
}

label {
  display: block;
  float: left;
  width: 130px;
  padding: 3px 5px;
  margin: 0 0 5px 0;
  text-align: right;
  color: black;
}

form div.optional label, label.optional {
  font-weight: normal;
}

form div.required label, label.required {
  font-weight: bold;
}

select, textarea {
  padding: 1px 3px;
  margin: 0 0 0 0;
}

textarea
{
	width: 166px;
	color: black;
}

select
{
	width: 178px;
	height: auto;
}

input
{
	width: 172px;
	color: black;
}