@charset "UTF-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #8b8b8b url(../image/halo.jpg) no-repeat center top;
	margin: 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: #333333;
}
.clearfloat {
	clear: both;
}
.prop {
	float: right;
	height: 550px;
	width: 1px;
}
a {
	font-family: Arial, Helvetica, sans-serif;
	color: #6B8D2C;
	font-size: 12px;
}
a:hover {
	color: #000;
}
#mainContent   ul li   {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	list-style-position: outside;
	margin-bottom: 10px;
	list-style-image: url(../image/bullet.gif);
}
#mainContent        ul     li     ul li                                {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	list-style-position: outside;
	list-style-type: disc;
	margin-bottom: 10px;
	list-style-image: none;
}
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: 10px 0 0px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #6B8D2C;
}
h2   {
	margin: 15 0 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: 10px 0 0px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #6B8D2C;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #709132;
}
h3   {
	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: 10px 0 0px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight: bold;
}
.underline {
	text-decoration: underline;
}
.oneColFixCtrHdr #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
blockquote {
	font-style: italic;
}
.oneColFixCtrHdr #header {
	padding: 0 0px;  /* 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. */
	background-image: url(/image/framework/top_bg.jpg);
}
.oneColFixCtrHdr #mainContent {
	padding: 0 20px 105px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF url(../image/home/all_city_bg.jpg) no-repeat center bottom;
	margin: 0px;
	float: none;
	width: auto;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
}
.oneColFixCtrHdr #mainContent p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: justify;
	padding-top: 0px;
	margin-top: 10px;
	margin-bottom: 0px;
	line-height: 17px;
}
.oneColFixCtrHdr #mainContent #oneCol {
	width: 455px;
	padding-right: 15px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #333333;
}




.oneColFixCtrHdr #mainContent #leftCol {
	width: 450px;
}
.oneColFixCtrHdr #mainContent  #search {
	background-image: url(../image/search/ontario_main.gif);
	background-repeat: no-repeat;
	background-position: left top;
	width: 427px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-top: 250px;
	padding-bottom: 40px;
	padding-left: 10px;
}
.oneColFixCtrHdr #mainContent #rightCol {
	width: 250px;
	float: right;
}
.oneColFixCtrHdr #mainContent #rightColJD {
	width: 208px;
	float: right;
	margin-top: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	border: 1px solid #FFFFFF;
	line-height: normal;
	padding: 5px;
}
.oneColFixCtrHdr #footer {
	background:#000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-align: center;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
}
.oneColFixCtrHdr #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 */
}.oneColFixCtrHdr #footer a {
	color: #FFFFFF;
}
.oneColFixCtrHdr  #footer a:hover   {
	color: #87C42F;
}
.newsSource {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}
.newsTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	color: #6B8D2C;
}
.newsCopy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
}
.newsItem {
	margin-top: 20px;
}
.userDisplay {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
}
.newsCopy a {
	color: #0033CC;
	font-size: 9px;
	padding-top: 5px;
}
#certThumbs {
	margin-top: 15px;
}
#certThumbs img {
	float: left;
	margin-top: 1px;
}
.certCopy  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 12px;
	margin-left: 30px;
}
.navigation {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	float: none;
	text-align: left;
	margin-right: 10px;
	font-weight: bold;
	width: 100%;
	clear: both;
	height: 30px;
}
.navigation a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	padding-left: 7px;
	padding-right: 7px;
	padding-top: 3px;
	padding-bottom: 3px;
	text-decoration: none;
	background-color: #FFFFFF;
	margin-left: 7px;
}
.navigation a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	padding-left: 7px;
	padding-right: 7px;
	padding-top: 3px;
	padding-bottom: 3px;
	text-decoration: none;
	margin-left: 7px;
	background-color: #8AC240;
}
#membersLink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #647D44;
	padding-left: 15px;
	line-height: 20px;
	text-decoration: none;
}
#caption {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	background-color: #333333;
	height: 10px;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 7px;
}
#membersLink:hover   {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FF9600;
	padding-left: 15px;
	line-height: 20px;
	text-decoration: none;
}
.form-labels {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
}
.login-box {
	width: 230px;
	border: 1px solid #666666;
	background-image: url(../image/framework/login-box.jpg);
	padding: 5px;
	background-color: #BEBEBE;
	background-repeat: repeat;
	margin-top: 20px;
}
.loginField {
	width: 200px;
}
.link-list {
	line-height: 15px;
	margin-left: 5px;
	margin-right: 5px;
}
.link-list a {
	font-size: 12px;
	line-height: 17px;
}
.link-list a:hover {
	color: #000000;
}
.topCallout {
	float: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 30px;
	color: #FFFFFF;
	padding-top: 35px;
	padding-right: 18px;
	padding-left: 0px;
}
.linkContainer {
	float: left;
	margin-right: 5px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	padding-bottom: 7px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
#memberMenu {
	background-color: #FFFFFF;
	border: 1px solid #6B8D2C;
	color: #6B8D2C;
}
#secure {
	color: #000000;
	background-color: #FFFFFF;
}
#secure:hover    {
	color: #FFFFFF;
	background-color: #000000;
}
#downloadBox {
	background-color: #E0E7D3;
	width: 300px;
	margin-left: 30px;
	border-top-color: #6B8D2C;
	border-right-color: #6B8D2C;
	border-bottom-color: #6B8D2C;
	border-left-color: #6B8D2C;
	padding: 4px;
	margin-top: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.ticky {
	background-color: #FFFFCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.bulletin-box {
	width: 200px;
	border: 1px solid #666666;
	background-image: url(/image/members/bulletin.jpg);
	padding: 0px 12px 5px 30px;
	background-color: #ecf2e0;
	background-repeat: no-repeat;
	margin-top: 20px;
}
.stuardSubmission {
	width: 200px;
	border: 1px solid #666666;
	padding: 0px 12px 5px 30px;
	background-color: #e7e0f2;
	background-repeat: no-repeat;
	margin-top: 20px;
	background-image: url(/image/members/stuard_submit.jpg);
}
.fieldSetSteward {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 175px;
}
.fullListing {
	padding: 5px;
	height: 60px;
	width: 210px;
	border: 1px solid #5A872C;
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-top: 0px;
	background-image: url(/image/search/all_listing.jpg);
	background-repeat: no-repeat;
	margin-left: 0px;
}
#mainContent ol li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	list-style-position: outside;
	margin-bottom: 10px;
}
.rentalInfo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: italic;
	font-weight: bold;
	color: #009999;
	text-decoration: underline;
	line-height: 14px;
}
#slideContainer {
	height: 315px;
	margin-top: 10px;
}
.mainBanner {
	height: 315px;
	width: 460px;
	position: absolute;
}
.articlePreview {
	margin: 6px;
}
#articlePreviewText    {
	font-size: 12px;
	color: #333333;
	line-height: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
}
.articlePreview h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #688D2C;
}
.articlePreviewBox {
	width: 146px;
	float: left;
	margin-top: 10px;
	background-color: #FFFFFF;
	background-image: url(/image/home/articlePreviewBg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.padArticlePreviewBox {
	margin-left: 8px;
}
.articlePreviewBoxProp {
	width: 0px;
	float: left;
	height: 200px;
}
#listingsSelector {
	list-style-image: none;
	list-style-type: none;
}
#listingsSelector    ul  {
	font-family: Arial, Helvetica, sans-serif;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	text-align: left;
}
#listingsSelector #regionBox {
	width: 450px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	float: left;
	text-align: left;
	margin-bottom: 5px;
	padding-bottom: 10px;
}
#listingsSelector  ul  li {
	list-style-type: none;
	list-style-image: none;
	padding: 5px;
	margin-right: 10px;
	border: 1px solid #999999;
	overflow: auto;
}
#listingsSelector  ul  li  a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #6B8D2C;
	text-decoration: none;
}
#listingsSelector #cityBox {
	width: 150px;
	display: block;
	float: left;
	font-weight: bold;
}
#listingsSelector  ul  li  ul  li {
	list-style-image: none;
	list-style-type: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0px;
	padding: 0px;
}
#listingsSelector   ul  li   ul  li  a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666666;
	margin-left: 5px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
#listingsSelector   ul  li  ul  li  ul  li  {
	font-size: 12px;
	color: #333333;
	margin-left: 10px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#listingsSelector   ul  li   ul  li  ul li a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	margin-left: 5px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-weight: normal;
}
.brandingProduct {
	height: 300px;
	width: 135px;
	float: left;
	margin-right: 4px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: left;
	padding: 5px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999999;
	margin-top: 15px;
}
.brandingProduct img {
	margin-bottom: 5px;
}
.brandingProductPricing {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
	margin-top: 10px;
}
#logoSearchBlock a {
	float: left;
	margin-right: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
}
