body {	
	text-align:center;
	margin: 0;
	padding: 0;
    background: #cccccc;
}

img {
	border: 0;
}

#wholepage {
	width: 1016px;
	margin: 0 auto;
	padding: 0;
	text-align:left;
	/* sets bounding box */
	position: relative;
	background: #666666;
    /* This is a placeholder height. The actual height of this div should be set by javascript onLoad() */
    height: 1600px;
}

#menu {
	min-height: 32px;
}

#menuTop {
	min-height: 16px;
}

#menuBottom {
	min-height: 16px;
	margin: 0 auto;
	width: 750px;
	text-align:left;
}

img {
	border: 0;
}

#menu {
	min-height: 32px;
}

#menuTop {
	min-height: 16px;
}

#menuBottom {
	min-height: 16px;
	margin: 0 auto;
	width: 750px;
	text-align:left;
}

#header {
	background: black;
	padding: 1px 7px 14px 7px;
	margin-bottom: 10px;
}

#contentContainer {
	background: white url(../images/logo-bg.gif) no-repeat 600px 95%;
}

#contentContainerBottom
{
	background: url(../images/home-content-bottom.gif) no-repeat bottom;
}

#contentContainerTop
{
	background: url(../images/home-content-top.gif) no-repeat top;
}


#centre-column
{
	padding: 24px 0px 8px 14px;
	width: 560px;
}

#right-column
{
	float: right;
	width: 239px;
}

#right-column div.content-box
{
	margin-top: 17px;
	width: 218px;
	overflow: hidden;
	background: #ededed url(../images/content-footer.gif) no-repeat bottom;
}

#right-column div.content-box h3
{
	color: white;
	font-size: 14px;
	font-weight: normal;
	padding: 6px 0px 7px 14px;
	margin-top: 0px;
	background: #231f20 url(../images/content-header.gif) no-repeat top;
}

#right-column div.content-box p
{
	margin: 10px;
}

#right-column .subscribe-form div { margin-left: 30px; }

#right-column .media-links a { display: block; background: none; margin: 6px 0 6px 6px; font-size: 1.5em; color: #00a2e8; }
#right-column .media-links a img { margin-right: 5px; vertical-align: middle; }


#main {
	position: absolute;
	left: 177px;
	width: 831px;
}

#left {
	width: 164px;
	position: relative;
	background: black url(../images/home_left_bar_bottom.gif) no-repeat bottom left;
	padding-bottom: 10px;
}

#printContacts {
  display: none;
}

div.tx-remalsinterface-pi1
{
	margin: 22px 0px 7px 0px;
}

/* The promo tiles at the bottom showing featured leases or sales */
div#promos h3
{
	font-size: 17.62px;
	color: black;
	margin-bottom: 6px;
}

div#promos div.promo
{
	float: left;
	position: relative;
	width: 170px;
	height: 188px;
	padding: 6px 13px 13px 7px;
	margin: 0px 11px 0px -2px;
	overflow: hidden;
	background: url(../images/home-feature-bg.gif);
}

div#promos div.clearing
{
	clear: left;
}

div#promos h4,
div#promos p
{
	margin-left: 6px;
	font-weight: bold;
	font-size: 11px;
}

div#promos h4
{
	color: black;
}

div.sticker-leased
{
	position: absolute;
	top: 11px;
	right: 16px;
	height: 54px;
	width: 54px;
	overflow: hidden;
	background: url(../images/sticker-leased.gif);
}

div.sticker-sold
{
	position: absolute;
	top: 11px;
	right: 16px;
	height: 54px;
	width: 54px;
	overflow: hidden;
	background: url(../images/sticker-sold.gif);
}

/* Banners at the top */
div#photo-container
{
	overflow: hidden;
	position: relative;
	width: 1000px;
	height: 208px;
}

div#photo-container img
{
	position: absolute;
	left: 0px;
	top: 0px;
}

div#photo-credit
{
	position: absolute;
	right: 0px;
	top: 0px;
	width: 173px;
	height: 178px;
	background: url(../images/credit_bg.png);
	padding: 15px 45px 15px 15px;
}

div#photo-credit p
{
	color: white;
	margin-bottom: 1.2em;
}
