html, body
{
	width: 100%;
	height: 100%;
}

body
{
	margin: 0px;
	background-image: url(pattern.gif);
	background-repeat: repeat-x;
	background-color: #ffffff;
}

.main
{
	width: 100%;
	height: 100%;
	position: relative;
	text-align: center;
}

.top
{
	width: 100%;
	height: 200px;
	text-align: center;
	position: absolute;
	left: 0px;
}

.logo
{
	width: 750px;
	height: 200px;
	margin-left: auto;
	margin-right: auto;
}

.container
{
	height: 100%;
	width: 100%;
	min-height: 100%;
	/*background-color: gold;*/
	order: solid 10px blue;
}

.prop
{
	float: left;
	height: 100%;
	width: 1px;
	/*background-color: #00ff00;*/
}

.leftShadow
{
	width: 716px;
	min-height: 100%; /* Behaves as expected */
	*height: 100%; /* IE underscore hack - height property in IE behaves like min-height in FF */
	background-color: #ffffff;
	margin-left: auto;
	margin-right: auto;

	border-left-style: solid;
	border-left-width: 2px;
	border-left-color: #999999;
}

.rightShadow
{
	width: 708px;
	min-height: 100%; /* Produces no effect. Why???? */
	*height: 100%; /* IE underscore hack - height property in IE behaves like min-height in FF */
	background-color: #ffffff;
	text-align: left;
	margin-left: 6px;

	border-right-style: solid;
	border-right-width: 2px;
	border-right-color: #333333;
}


.content
{
	width: 700px;
	min-height: 100%; /* Produces no effect. Why???? */
	*height: 100%; /* IE underscore hack - height property in IE behaves like min-height in FF */
	font-family: Arial, Verdana, Sans-Serif;
	font-size: 12px;
	text-align: left;
	background-color: #dddddd;
	border-left-style: solid;
	border-left-width: 1px;
	border-left-color: #333333;
	border-right-style: solid;
	border-right-width: 1px;
	border-right-color: #999999;
}

.content .pad
{
	margin-left: 20px;
	margin-right: 20px;
	width: 658px;
}

* html .content
{
	height: 100%;
}

.spacerTop
{
	height: 200px;
}

.spacerBottom
{
	height: 50px;
}

.footer
{
	width: 100%;
	height: 40px;
	position: absolute;
	bottom: 0px;
	background-color: #ffffff;
	text-align: center;
	position:fixed;
	bottom: 0px;
	padding-top: 6px;
	/*IE fixed positioning hack */
		_position:absolute;
		_top:expression(document.body.scrollTop+document.body.clientHeight-this.clientHeight);
	/* ----- */
}

.footer div
{
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #333333;
	background-color: #bbbbbb;
	width: 100%;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
}

.footer span
{
	width: 700px;
}

.menu
{
	width: 100%;
	height: 30px;
	background-image: url(menuBG.gif);
	background-repeat: repeat-x;
	text-align: center;
	border-bottom-style: solid;
	border-bottom-width: 2px;
	border-bottom-color: #333333;
	margin-left: auto;
	margin-right: auto;
	z-index: 100000;
}

.menu div
{
	margin-left: auto;
	margin-right: auto;
	height: 30px;
	text-align: center;
	display: inline;
}

.menu img
{
	display: inline;
	vertical-align: middle;
}

.menu a
{
	isplay: inline;
	float: left;
	vertical-align: middle;
	height: 25px;
	padding-left: 5px;
	padding-right: 5px;
}

.menu a:hover
{
	background: #ffcccc;
	background-image: URL(menuBGsunken.gif);
	background-repeat: repeat-x;
	padding-left: 4px;
	padding-right: 4px;
	border-bottom-style: solid;
	border-bottom-width: 5px;
	border-bottom-color: #660000;
	border-left-style: solid;
	border-left-width: 1px;
	border-left-color: #666666;
	border-right-style: solid;
	border-right-width: 1px;
	border-right-color: #666666;
}

.currentPage
{
	background: #ffcccc;
	background-image: URL(menuBGsunken.gif);
	background-repeat: repeat-x;
	padding-left: 4px;
	padding-right: 4px;
	border-bottom-style: solid;
	border-bottom-width: 5px;
	border-bottom-color: #660000;
	border-left-style: solid;
	border-left-width: 1px;
	border-left-color: #666666;
	border-right-style: solid;
	border-right-width: 1px;
	border-right-color: #666666;
}

img
{
	display: block;
}

.gMap
{
	width: 100%;
	height: 100%;
	loat: right;
	ext-align: right;
	padding: 5px;
	background-color: #ffffff;
	border-style: solid;
	border-width: 1px;
	border-left-color: #cccccc;
	border-top-color: #cccccc;
	border-right-color: #333333;
	border-bottom-color: #333333;
	position: relative;
}

#map
{
	width: 100%;
	height: 100%;
	text-align: left;
	font-size: 14px;
	lear: both;
	border-style: solid;
	border-width: 1px;
	border-left-color: #333333;
	border-top-color: #333333;
	border-right-color: #cccccc;
	border-bottom-color: #cccccc;

}

.frame
{
	text-align: left;
	border-style: solid;
	border-width: 5px;
	border-color: #ffffff;
	padding: 2px;
	background-color: #333333;
}

.frame div
{
	background-color: #ffffff;
}

.header
{
	font-size: 1.3em;
	font-weight: bold;
}

hr
{
	color: #999999;
	border-style: solid;
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-color: #666666;
	border-bottom-color: #ffffff;

}

.listing
{
	height: 80px;
	background-color: #ffffff;
	font-size: 14px;
	padding: 5px;
	border-style: solid;
	border-width: 1px;
	border-left-color: #cccccc;
	border-top-color: #cccccc;
	border-right-color: #333333;
	border-bottom-color: #333333;
}

.listingColumns
{
	height: 20px;
	background-image: url(images/columnGradient.gif);
	background-repeat: repeat-x;
	background-color: #B8B8B8;
	font-size: 16px;
	font-weight: bold;
	padding: 2px;
	border-style: solid;
	border-width: 1px;
	border-left-color: #cccccc;
	border-top-color: #cccccc;
	border-right-color: #333333;
	border-bottom-color: #333333;
}

.listing .listingWrapper
{
	height: 80px;
}

.listingColumns .listingWrapper
{
	height: 20px;
}

.listingWrapper>.listingInfo
{ /*display:table for Mozilla & Opera*/
	display:table;
	position:static;
}

.listingWrapper>.listingInfo
{ /*display:table for IE7*/
	*display:block;
	*position:relative;
}

.listingInfo
{
	order: 1px red solid;
}

.listingInfo div
{
	order: 1px green solid;
}

.listingInfo div div
{
	order: 1px blue solid;
}

.separator
{
	top: 0px! important;
	position: relative;
	height: 100%;
	width: 2px;
	background-color: #bbbbbb;
	border-left-style: solid;
	border-right-style: solid;
	border-left-width: 1px;
	border-right-width: 1px;
	border-left-color: #666666;
	border-right-color: #ffffff;
}

.listingInfo /*for IE*/
{
	width: 100%;
	height: 100%;
	position: relative;
}

.listingInfo div
{ /*for IE*/
	position:absolute;
	top:50%;
}

.listingInfo>div
{ /*for Mozilla and Opera*/
	display:table-cell;
	vertical-align:middle;
	position:static;
}

.listingInfo div
{ /*for IE7*/
	*position:absolute;
}

.listingInfo div div
{ /*for IE*/
	position:relative;
	top:-50%;
	padding: 2px;
}

.listingInfo>div>div
{ /*for Mozilla and Opera*/
	top:0%;
}

.listingInfo div div
{ /*for IE7*/
	*top:-50%;
}

.listing img
{
	position: absolute;
	top:0px;
}

.listingLeft
{
	width: 45%;
	position: relative;
	float: left;
}

.listing .listingLeft
{
	background-color: #cccccc;
	border-left-style: solid;
	border-top-style: solid;
	border-bottom-style: solid;
	border-left-width: 1px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-left-color: #333333;
	border-top-color: #333333;
	border-bottom-color: #cccccc;
}

.listingMid
{
	width: 45%;
	position: relative;
	float: left;
}

.listing .listingMid
{
	background-color: #cccccc;
	border-right-style: solid;
	border-top-style: solid;
	border-bottom-style: solid;
	border-right-width: 1px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-right-color: #cccccc;
	border-top-color: #333333;
	border-bottom-color: #cccccc;
}

.listingRight
{
	width: 9%;
	position: relative;
	float: right;
}

.listing .listingRight
{
	background-color: #999999;
	border-style: solid;
	border-width: 1px;
	border-left-color: #333333;
	border-top-color: #333333;
	border-right-color: #cccccc;
	border-bottom-color: #cccccc;
}

.listingRight .listingWrapper .listingInfo div div
{
	text-align: center;
}

/*.listingColumns .listingWrapper .listingInfo div div
{
	width: 100%;
	text-align: center;
	order: solid red 1px;
}*/

.listingInfo i
{
	font-size: 12px;
}

.listingInfo ul
{
	margin: 0px;
	padding: 15px;
}

.imageBorder
{
	background-color: #ffffff;
	padding: 5px;
	border-style: solid;
	border-width: 1px;
	border-left-color: #cccccc;
	border-top-color: #cccccc;
	border-right-color: #333333;
	border-bottom-color: #333333;
	float: left;
}

.imageBorder img
{
	border-style: solid;
	border-width: 1px;
	border-left-color: #333333;
	border-top-color: #333333;
	border-right-color: #cccccc;
	border-bottom-color: #cccccc;
}

.frameOutter
{
	background-color: #ffffff;
	padding: 5px;
	border-style: solid;
	border-width: 1px;
	border-left-color: #cccccc;
	border-top-color: #cccccc;
	border-right-color: #333333;
	border-bottom-color: #333333;
}

.frameInner
{
	border-style: solid;
	border-width: 1px;
	border-left-color: #333333;
	border-top-color: #333333;
	border-right-color: #cccccc;
	border-bottom-color: #cccccc;
}

#mapInfoAlert
{
	position: absolute;
	left: 0px;
	bottom: 2%;
	width: 94%;
	z-index: 100;
	margin-left: 2%;
	margin-right: 2%;
	border-style: solid;
	border-width: 1px;
	border-color: #ffffff #666666 #333333 #999999;
	background: #999999;
	background-image: url(gradientGrey.gif);
	background-repeat: repeat-x;
	text-align: center;
	display: none;
	padding: 5px;
}

#mapInfoAlertIcon
{
	float: left;
	width: 10%;
	color: #ff0000;
	font-size: 30px;
	font-weight: bold;
}

#mapInfoAlertMsg
{
	float: left;
	width: 90%;
	text-align: center;
	font-size: 0.8em;
}

.wrap0 {
	display: table;
	margin: 0em auto;
}

.wrap1 {
	display: table-cell;
}

/* IE/Mac \*//*/
.wrap0 {
	display: block;
	margin: 0em 0;
	text-align: center;
}
.wrap1 {
	display: inline-block;
	width: 1px;
	white-space: nowrap;
}
/**/

.wrap0 {
	_display: block;
	_margin: 0em 0;
	_text-align: center;
}
.wrap1 {
	_display: inline;
	_height: 0;
	_height: auto;
	_zoom: 1;
}

.listingImages
{
	float: left;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	width: 300px;
}

.listingMap
{
	float: right;
	text-align: center;
	width: 350px;
}

.listingAddress
{
	font-size: 1.3em;
	font-weight: bold;
	text-align: left;
}

.listingType
{
	font-size: 1.3em;
	font-style: italic;
	text-align: right;
}

.listingPrice
{
	font-size: 1.3em;
	font-weight: bold;
	text-align: right;
}

.listingContact
{
	font-size: 1.0em;
	text-align: right;
}

.detailHeaderCell
{
	float: left;
	width: 49%;
	clear: left;
	font-weight: bold;
}

.detailValueCell
{
	float: left;
	width: 49%;
	padding-left: 5px;
}

.clearBoth
{
	clear: both;
}

.detailRow
{
	padding-top: 10px;
	padding-bottom: 10px;
}
