@charset "UTF-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	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;
	background-color: #666;
}
.oneColFixCtrHdr #container {
	width: 945px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left;
	background-color: #FFF;
}
.oneColFixCtrHdr #header {
	height: 100px;
	padding: 0;
	background-repeat: no-repeat;
	background-image: url(images/highroadhdr13K.jpg);
	margin: 0px;
}
.oneColFixCtrHdr #righttext {
	padding-top: 0;
	padding-bottom: 0;
	float: right;
	width: 200px;
}
.oneColFixCtrHdr #nav{
	margin: 0px;
	padding: 0px;
	width: 945px;
	height: 40px;
}
.oneColFixCtrHdr #lefttext {
	float: left;
	width: 200px;
	padding: 0px;
	margin-right: 20px;
}
#righttext p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #999;
	line-height: 200%;
}
.proptable {
	width: 600px;
	margin-left: 200px;
}
#header h1  {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 48px 10px 0px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	color: #583B1C;
	font-size: 20px;
	text-align: right;
}
#header h2 {
	font-size: 12px;
	color: #FFF;
	margin: 0px;
	padding: 5px;
	text-align: right;
	font-weight: normal;
}
.oneColFixCtrHdr #mainContent {
	padding: 0;
	margin: 0px;
	min-height: 460px;
}
#mainContent h1 {
	font-size: 20px;
	color: #1F51A4;
	padding-top: 25px;
	padding-bottom: -5px;
	margin: 0px;
	padding-left: 200px;
}
#mainContent h2{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 13px;
	margin: 15px 0px 10px 220px;
	width: 550px;
}
#mainContent p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: 125%;
	color: #15180A;
	width: 600px;
	text-align: justify;
	padding-left: 200px;
}
#mainContent ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	margin: 10px 0px 10px 210px;
	line-height: 140%;
	color: #333;
	width: 575px;
	text-align: justify;
}
.photoleft {
	float: left;
	padding-left: 0px;
	padding-right: 10px;
}
.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	margin: 0px;
	line-height: 150%;
	color: #666;
}
.highlight {
	font-weight: bold;
	color: #16304C;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}
.logoright  {
	margin: 0px;
	padding: 0px 0px 10px 800px;
}
.oneColFixCtrHdr #footer {
	background:#000;
	margin: 0px;
	padding-top: 0px;
	padding-right: 50px;
	padding-bottom: 10px;
	padding-left: 50px;
}
#footer h1   {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #FFF;
	text-align: center;
	line-height: 100%;
	margin: 0px;
	padding: 10px 0px 2px;
}
#footer p  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CCC;
	text-align: center;
	line-height: 16px;
	margin: 0px;
}
#footer a {
	color: #FFF;
}
#footer a:hover {
	color: #CCC;
}
.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;
}
