@charset "UTF-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	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-image: url(/images/body-bg.gif);
}
.thrColFixHdr #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	border: solid #00293B 1px;
	margin-top:5px;
	margin-bottom:5px;
}
.thrColFixHdr #header {
	padding: 0px 10px 0px 10px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height: 107px;
	background-image: url(images/header-bg.gif);
	background-repeat: repeat-x;
}
.thrColFixHdr #header h1 {
	margin: 0px 0px 0px 0px;
	text-indent: -10000px;
	background-image: url(images/arbors-management-inc-logo.gif);
	height: 100px;
	background-repeat: no-repeat;
	margin: -10px 0px 0px 0px;
	padding:0;
}
.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 150px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #EBEBEB; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 15px 20px; /* padding keeps the content of the div away from the edges */
}
.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 230px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 11px 10px 15px 20px;
}
.thrColFixHdr #mainContent {
	margin-top: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	float: left;
	width: 485px;
}
.thrColFixHdr #fullwidthContent {
	margin-top: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	float: left;
	width: 760px;
}
#fullwidthContent h1, #mainContent h1 {
	color:#9D0B0E;
	font-size:18px;
	margin:7px 0px 7px 0px;
	padding:0px 0px 0px 0px;
	line-height:1.25em;
}
#fullwidthContent h2, #mainContent h2 {
	font-size:16px;
	color:#052935;
}
#fullwidthContent h3, #mainContent h3 {
	font-size:14px;
	color:#052935;
}
.hpMainContent {
	background-image: url(images/grey-line.gif);
	background-repeat:repeat-y;
	background-position:255px 0px;
}
.thrColFixHdr #footer {
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#EDEDED;
}
.thrColFixHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	vertical-align: middle;
}
.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;
}
#nav {
	height:54px;
	background-image: url(images/nav-bg.jpg);
}
#nav a img {
	border:none;
}
#nav ul li {
	float:left;
	list-style:none;
}
#container {
	font-size:smaller;
}
#container p, #container td {
	margin:10px 0px 0px 0px;
	padding:0;
	line-height:1.5em;
}
#container li {
	padding:0px 0px 0px 4px;
	margin:0px 0px 0px 10px;
	line-height:1.4em;
}
#footer p {
	color:#6C6C6C;
	font-size:12px;
}
#footer a {
	color:#4B4B4B;
	background-image:url(images/footer-rect.gif);
	background-repeat: no-repeat;
	background-position:0px 3px;
	padding-left:6px;
}
#hp1, #hp2 {
	width:225px;
	padding:10px 0px 0px 10px;
}
#hp1 {
	float: left;
}
#hp2 {
	float:right;
}
a {
	color:#3D6EA6;
}
.errFld {
	border: 1px solid #F00; /*... or any other css properties ... */
}
.errMsg {
	color: #C33; /*... or any other css properties ... */
}
label:hover {
	background-color:#DCDEED;
}
input:hover, select:hover {
	background-color:#DCDEED;
}
#featured_hp a {
	color:#FFFFFF;
}

.weman {
	color: #0B233B;
	font: bold;
}