body 
{
	background-image: url(../_img/BackgroundTile.jpg);
	background-repeat: repeat-x;
	background-color: #7E7E7E;
	margin-left: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
}
form
{
	padding:0px;
	margin:0px;
}

body,
td,
th 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	line-height: 1.5em;
}

h1
{
	color: #FF0000;
	font-family: Arial, Helvetica, sans-serif;
	font-size:26px;
	margin-top:5px;
	font-weight:normal;
}

h2
{
	
	color: #FF0000;
	font-family: Arial, Helvetica, sans-serif;
	font-size:18px;
	margin-top:20px;
	margin-bottom:10px;
	font-weight:normal;
}

h3
{
	
	color: #FF0000;
	font-family: Arial, Helvetica, sans-serif;
	font-size:18px;
	margin:0px;
	padding:0px;
	margin-top:5px;
	font-weight:normal;
}

img
{
	border:0px;
}

#container
{
	width: 930px;
	background-color:#FFFFFF;
	background-image: url(../_img/Device.gif);
	background-repeat: no-repeat;
	background-position: top right;

	/* 
		Position this div to the centre of the page.
		the below causes the the page to clip off the left when window is resized to less than 930
		consider using a table instead of this div

		position: relative;
		left: 50%;
		margin-left: -465px; -- half the width of the div 
	*/	
}

#page
{
	width:900px;
}

#main
{
	padding:0px;
	vertical-align:top;	
}

#logo
{
	width:100%;
	height: 130px;
	padding-left:26px;
	vertical-align:middle;
	clear:both;
}
	#logo div.logoLink
	{
		width:50%;
		float:left;
	}
	
	#logo div.buttons
	{
		width:40%;
		padding-top:95px;
		text-align: right;
		float:right; 
		padding-right: 45px;
		_padding-right: 25px;
	}

	#logo img
	{
		margin-top:16px;
	}

.clear { clear:both; }
.grey {color: #999999;}
.hidden { visibility:hidden;}

#menu { /* see dedicated style sheet */ }

#homeBanner
{
	position:relative;
	clear:both;
	width:557px;
	height:199px;
	margin-bottom:8px;
}

	#CommercialProperty,
	#PropertyManagement,
	#IndustrialProperty
	{
		position:absolute;
		display:block;
		width:557px;
		height:199px;
		background-repeat:no-repeat;
	}
	

	#CommercialProperty
	{
		background-image: url(../_img/BannerCommercial.jpg);
	}

	#PropertyManagement
	{
		background-image: url(../_img/BannerProperty.jpg);
	}

	#IndustrialProperty
	{	
		background-image: url(../_img/BannerIndustrial.jpg);
	}

#content
{
	padding-left:20px;
	padding-right:20px;
	padding-top:10px;
	margin-bottom:20px;
}

	#content p
	{
		padding-top:0px;
		margin-top:0px;
	}
	#content a:link,
	#content a:visited 
	{
		color: #FF0000;
		font-weight: bold;
		text-decoration: none;
	}
	#content a:active ,
	#content a:hover 
	{
		color: #FF0000;
		font-weight: bold;
		text-decoration: underline;
	}

#content .home
{
	border: solid 1px;
}

#news
{
	background-color: #999999;
	color: #FFFFFF;
	vertical-align:middle;
	
	height:30px;
	padding-left:15px;
	padding-right:15px;

	position:relative;
}

	#latest
	{
		_margin-top:5px;
		float:left;
		width: 50%;
	}
	
		#latest ul
		{
			margin:0px;
			padding:0px;
			list-style-type:none;
		}
		
			#latest ul li
			{
				position:absolute;
			}
	
	#rss
	{
		text-align:right;
		float:right;
		width: 50%;
	}
	
		#rss img
		{
		}
		
	#news a:link,
	#news a:visited 
	{
		color: #333333;
		font-weight: normal;
		text-decoration: none;
	}
	#news a:active ,
	#news a:hover 
	{
		color: #333333;
		font-weight:normal;
		text-decoration: underline;
	}

#bottom
{
	background-image: url(../_img/SeriouslyConnected.gif);
	background-repeat:no-repeat;
	background-position: 15px 8px;
		
	height:32px;
	background-color: #FF0000;
	vertical-align:middle;
	
	color: #FFFFFF;
	padding-left:10px;
	padding-right:10px;
	text-align:right;
		
	border-top: solid 2px white;
}

#bottom .phone
{
	font-weight:bold;
	font-size:20px;
}

#footer
{
	
	color: #FFFFFF;
	font-size: 10px;
	font-weight: normal;
	padding-left:16px;
	padding-top:5px;
	padding-bottom: 50px;
}

	#footer a:link,
	#footer a:visited 
	{
		color: #ffffff;
		font-weight: normal;
		text-decoration: none;
	}
	#footer a:active ,
	#footer a:hover 
	{
		color: #ffffff;
		font-weight:normal;
		text-decoration: underline;
	}

.red
{
	color:#FF0000;
}

.bold
{
	font-weight:bold;
}

.hide
{
	display:none;
}

#attachments
{
	margin:0px;
	padding:20px 0px 0px 0px;
	list-style-type:none;
}

	#attachments li
	{
		background-image: url(../_img/AttachmentIcon.jpg);
		background-repeat:no-repeat;
		padding-left:20px;
	}

		#attachments li a
		{
			font-size:11px;
		}
		
		
#search-form 
{
	background-image: url(../_img/PremiumBackground.gif);
	background-repeat: no-repeat;
	background-position: top left;
	
	vertical-align:top;
	width:342px;
	height:620px;
	padding-left:2px;
}
	#search-form img.title 
	{
		margin:97px 0px 8px 15px;
	}
	#search-form div.bar
	{ 
		background-image: url(../_img/MenuTile.jpg);
		background-repeat:repeat-x;
		height:42px;
		color:#CCCCCC;
		font-size: 14px;
		text-align:right;
		vertical-align:middle;
		padding-right:15px;
	}
	
	#search-form form
	{ 
		padding-left:16px;
	}
	
		#search-form form table { padding-top:4px; padding-bottom:4px;} 
		#search-form form th  { font-weight:normal; text-align:left; }
	
		#search-form form select { width:150px; }
		#search-form form select.long { width:240px; }
		
	
	#search-form input.submit { background:none; border:none; background: transparent url(../_img/btnSearch.gif) no-repeat;  padding-left:70px; color:#ffffff; width:60px; height:27px; margin-left:265px; margin-top:10px; margin-bottom:10px;}
	#search-form input.submit:hover {background: transparent url(../_img/btnSearchB.gif) no-repeat; }
	
/* overlays for SOLD, LEASED, UNDER CONTRACT */	
div.listing-overlay,
div.listing-overlay-sold,
div.listing-overlay-leased,
div.listing-overlay-uc
{
	position:absolute; 
	height:120px; 
	width:170px; 
	_margin-left: -180px; 
	background-repeat: no-repeat;
}

div.listing-overlay-sold	{ background-image: url(../_img/listing-sold.png);}
div.listing-overlay-leased	{ background-image: url(../_img/listing-leased.png);}
div.listing-overlay-uc		{ background-image: url(../_img/listing-uc.png);}


div.main-overlay,
div.main-overlay-sold,
div.main-overlay-leased,
div.main-overlay-uc
{
	position: absolute;
	z-index:9999;
	height:199px; 
	width:342px; 
	background-repeat: no-repeat;	
}

div.main-overlay-sold	{background-image: url(../_img/large-sold.png);}
div.main-overlay-leased	{background-image: url(../_img/large-leased.png);}
div.main-overlay-uc		{background-image: url(../_img/large-uc.png);}


div.feature-overlay,
div.feature-overlay-sold,
div.feature-overlay-leased,
div.feature-overlay-uc 
{
	width: 215px;
	height: 140px;
	background-repeat: no-repeat;	
	float:left;
	margin-top:-20px;
	margin-left:-5px;
}

div.feature-overlay-sold	{background-image: url(../_img/feature-sold.png);}
div.feature-overlay-leased	{background-image: url(../_img/feature-leased.png);}
div.feature-overlay-uc		{background-image: url(../_img/feature-uc.png);}
