[if IE 5]>
<style type="text/css"> 
/* place css box model fixes for IE 5* in this conditional comment */
.thrColFixHdr #sidebar1 { width: 180px; }
</style>
<![endif]
[if IE]>
<style type="text/css"> 
/* place css fixes for all versions of IE in this conditional comment */
.thrColFixHdr #sidebar2, .thrColFixHdr #sidebar1 { padding-top: 30px; }
/* the above proprietary zoom property gives IE the hasLayout it needs to avoid several bugs */
</style>
<![endif]

body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #bdc2af;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	margin-top: 0px;
	background-color: #FFFFFF;
}
.thrColFixHdr #container {
	width: 990px;
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left;
	position: relative;
} 
.thrColFixHdr #header {
	background: #ffffff;
	height: 95px;
	width: 990px;
} 
.thrColFixHdr  #bannertopContent {
	width: 728px;
	height:90px;
	border:solid 1px #CCCCCC;
	float: left;
}
.thrColFixHdr #goFindContent {
	width: 200px;
	height:90px;
	float: right;
}
.thrColFixHdr #headerGreybar {
	height: 22px;
	width:auto;
	background-color: #EBEBEB;
}
.thrColFixHdr #headerMasthead {
	background: #FFFFFF;
	width:auto;
	height: 90px;
}
.thrColFixHdr  #coverContainer {
	height: 150px;
	width: 120px;
	position: absolute;
	left: 860px;
	top: 95px;
}
.thrColFixHdr  #navbar1 {
	margin: 0;
	background-color: #EBEBEB;
	height: 22px;
	width:auto;
}
.thrColFixHdr #navbar2 {
	margin: 0;
	background-color: #445893;
	height: 22px;
	width:auto;
	padding: 0px 0px 0px 10px;
	margin-bottom: 10px;
}

.thrColFixHdr  #jobsContainer {
	margin: 0; 
	height: 42px;
	margin-bottom:10px;
}
.thrColFixHdr    #jobsContent {
	float: left; 
	width: 198px; 
	height:  38px;
	padding: 1px 8px 1px 5px;
	border:solid 1px #CCCCCC;
}
.thrColFixHdr    #motorsContent {
	float: left; 
	width: 198px; 
	height:  38px;
	padding: 1px 8px 1px 5px;
	margin-left:10px;
	border:solid 1px #CCCCCC;
}
.thrColFixHdr    #propertyContent {
	float: left; 
	width: 201px; 
	height:  38px;
	padding: 1px 5px 1px 1px;
	margin-left:10px;
	border:solid 1px #CCCCCC;
}
.thrColFixHdr    #contactContent {
	float: right;
	width: 318px;
	height:  33px;
	padding: 6px 1px 1px 1px;
	border:solid 1px #CCCCCC;
}

.thrColFixHdr #mainContent {
	background: #FFFFFF;
	width:990px;
	float: left;
	margin-bottom: 10px;	
}

.thrColFixHdr  #leftContent {
	float: left; 
	width: 633px; 
	padding: 10px;
	background: #ffffff;
	border:solid 1px #CCCCCC;
}
.thrColFixHdr #searchContent {
	background: #FFFFFF;
	width: 633px;
	height:25px;
	float: left;
	margin-bottom: 10px;	
}
.thrColFixHdr    #rightContent {
	float: right;
	width: 322px;
	background: #ffffff;
}
.thrColFixHdr    #skyContent {
	float: left;
	width: 120px;
	border:solid 1px #CCCCCC;
	height: 600px;
}
.thrColFixHdr    #newsContent {
	float: right;
	width: 184px;
	height: 596px;
	border:solid 1px #CCCCCC;
	padding:2px;
	overflow:hidden;
}
.thrColFixHdr #clickArea {
	text-align: center;
	width: 100px;
	height: 50px;
	background-color: #8592B9;
}

.thrColFixHdr    #mpuContent {
	float: left;
	width: 300px;
	background: #ffffff;
	margin-top:10px;
	margin-bottom:0px;
	border:solid 1px #CCCCCC;
	padding: 10px;
}

.thrColFixHdr #footer {
	background:#ffffff;
	float: left;
	width: 990px;
} 
.thrColFixHdr #footer p {
	margin: 0; 
	padding: 5px; 
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	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;
}
