/*
	Copyright Estates IT Limited 2005
	This style sheet controls the base layout of the pages
	Use the code below to hide any div in the layout
	visibility: hidden; display: none;	
*/
html { overflow-y: scroll; }
body {
	margin: 0 0 0 0;
	/* This is to work around IE5 centering bug - later we left align the body div tag */
	text-align: center;
}

table { text-align: left;}
tr, td {	vertical-align: top;}
a:link, a:visited, a:hover, a:active {	text-decoration: underline; }
img {	border: none; vertical-align: middle; }

form { margin: 0 0 0 0; }
object {	margin: 0 0 0 0; padding: 0 0 0 0; }

select {}
option {}
textarea {}
input {}

#sitebasepage { 
	width: 765px;
	margin: 0 auto 0 auto;	
}
#sitemainpage {
	width: 765px;
	margin: 0 auto 0 auto;
}
#sitecolumnsbody {
	width: 100%;
	padding: 0 0 10px 0;
	margin: 0 0 0 0;
}
#sitecolumnleft {
	float: left;
	width: 150px;
	padding: 0 0 0 0;
	margin: 0 0 0 0;	
}
#sitecolumnright {
	float: right;
	width: 600px;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}
#siteagentnameandphone {
	padding: 0 0 10px 0;
	margin: 0 0 0 0;
}
#sitetestandlinks {
	padding: 0 0 10px 0;
	margin: 0 0 0 0;
}
#sitecontent {
	width: 99%;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	vertical-align: top;	
	text-align: left;
}
#sitecontentleft {
	float: left;
	width: 455px;
	padding: 0 0 0 0;
	margin: 0 0 0 0;	
}
#sitecontentright {
	float: right;
	width: 130px;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}
#sitecontentbottom {
	padding: 0 0 0 0;
	margin: 0 0 0 0;	
	clear: both;	
}
#siteheader {
	padding: 0 0 0 0;
	margin: 0 0 0 0;	
}
#sitefootermenu {
	padding: 10px 0 0 0;
	margin: 0 0 0 0;
	clear: both;
}


#sitefootercopyright {
	padding: 0 0 0 0;
	margin: 0 0 0 0;	
	clear: both;
}
#sitefooterw3c {
	padding: 0 0 0 0;
	margin: 0 0 0 0;	
	clear: both;
	text-align: center;
}

#sitefootercopyright {
	padding-top: 10px;
}
#sitefootercopyright p {
	padding: 5px 0 0 0;
	margin: 0 0 0 0;
	text-align: center;
	vertical-align: bottom;	
}
#sitefootercopyright a:link, #sitefootercopyright a:visited {
	text-decoration: none;
}
#sitefootercopyright a:hover {
	text-decoration: underline;
}
#sitefootercopyright a:active {
	text-decoration: none;
}
#sitefooterw3c p {
	padding: 10px 0 0 0;
	margin: 0 0 0 0;
	text-align: center;
	vertical-align: bottom;	
}
#sitemypropertylist {
	padding: 0 0 10px 0;
	margin: 0 0 0 0;
}
#sitemap dd { margin: 2px 0 10px 30px; }
