/***************** General Reset ******************/
table {
	font-size: 12px;
	line-height: 1.7;
	font-family: helvetica, arial, sans-serif, lucida grande, tahoma;
	color: #8C8C8C;
	text-align: left;
}
body {
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
	behavior:url("/newsite/csshover3.htc");	/* IE6 fix */
}
/************ div's ***************/
div {
	float: left;
	display: inline;
}
div.cms {
	width: 560px;
	margin: 0 0 0 50px;
}
input.cms {
	width: 300px;
	float: left;
}

/************ images ***************/
img {
	float: left;
	display: inline;
	border: none;
}
img.imagestrip {
	margin-top: -1px;
/*	filter:alpha (opacity=70); -moz-opacity:.70; opacity:.70;-khtml-opacity: 0.70; */
}
/************ anchor ***************/
a {
	color: #8C8C8C;
	text-decoration: none;
}
/************ input ***************/
input {
	float: right;
	display: inline;
	margin: 11px 20px 0 0;
	width: 175px;
	color: #5E5C5D;
}
input.ckbox {
	float: left;
	width: 10px;
	margin: 17px 5px 0 0;
}

/***************************** First Band ****************************/
div#firstBand {
	width: 100%;
	height: 105px;
	background: url(../images/header_buildings_880.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	background-color: #FFFFFF;
	border-bottom: 1px solid #CDCCC9;
	margin-top: 10px;
}
div.bkgnd_cover {
	width: 422px;
	height: 98px;
	margin-left: 55px;
	background-color: #FFFFFF;	
}
div.logo_container {
	border-bottom: 1px solid #CDCCC9;	
	width: 422px;
	height: 90px;
	background-color: #FFFFFF;	
}
/***************************** Second Band ****************************/
div#secondBand {
	background-color: #FFFFFF;
	width: 100%;
	height: 40px;
	border-bottom: 1px solid #CDCCC9;
}
/***************************** Third Band ****************************/
div#thirdBand {
	background-color: #FFFFFF;
	width: 100%;
	height:auto !important;
	min-height: 100px;
	height: 100px;
}
/***************************** Fourth Band ****************************/
div#fourthBand {
	background-color: #E6E6E6;
	width: 100%;
	height:auto !important;
	min-height: 100px;
	height: 100px;
	margin-top: 10px;
}
/***************************** Fifth Band ****************************/
div#fifthBand {
	background-color: #8C8C8C;
	width: 100%;
	height: 30px;
	margin-top: 10px;
}
/***************************** Sixth Band ****************************/
div#sixthBand {
	background-color: #FFFFFF;
	width: 100%;
	height: 30px;
	margin-top: 10px;
}
/************************** Main Containers ****************************/
div.container {
	width: 875px;
	margin: 20px 0 0 50px;
	height:auto !important;
	min-height: 100px;
	height: 100px;
}
div.leftcolumn {
	width: 300px;
	margin-bottom: 15px;
	height:auto !important;
	min-height: 100px;
	height: 100px;
}
div.rightcolumn {
	float: right;
	margin-bottom: 15px;
	width: 550px;
	height:auto !important;
	min-height: 100px;
	height: 100px;
	color: #8E8A6D;
}




div.prop_header {
	width: 277px;
	background-color: #E6F5A9;
	font-size: 11px;
	color: #484638;
	padding: 1px 0 1px 18px;
	margin: 5px 0 5px 0;
}
div.boarditem {
	width: 567px;
	margin-top: 10px;
	padding-bottom: 10px;
/*	border-bottom: 1px solid #595959;	*/
}
div.large_divider {
	float: right;
	background-color: #B7B39C;
	height: 1px;
	width: 550px;
}
div.bb_headline {
	width: 567px;
	color: #484638;
	font-weight: bold;
}
div.bb_copy {
	float: right;
	width: 550px;
	color: #8E8A6D;
}

/***************************** Footer ******************************/
div.lginrow {
	height: 15px;
	padding: 0 15px 0 15px;
	margin: 7px 0 5px 0px;
	border-right: 1px solid #FFFFFF;
	font-size: 11px;
}
div.nonhome {
	height: 15px;
	padding: 0 15px 0 15px;
	margin: 7px 0 5px 0px;
	border-right: 1px solid #B7B39C;
	font-size: 11px;
}
div.footertext {
	float: left;
	border-left: 1px solid #B7B39C;
	margin-top: 5px;
	padding: 0 10px 0 10px;
	font-family: helvetica;
	font-size: 11px;
	text-align: center;
	color: #8E8A6D;
}

