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;
	}

#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;
		}