body {
	background-color: #ffffcc;
	padding: 0px;
	margin-top: 0px;
	margin-right: 10%;
	margin-bottom: 0px;
	margin-left: 10%;
}
body, div, td, p, ul, ol, li, th	{
	/* redundant selectors to help NS4 remember */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
}
/* Following rule is more specific to override above rule.
1.false value for WinIE4/5
2.trick WinIE4/5 into thinking rule is over
3.recover from trick
4.intended value for better browsers.
Next but one rule: be nice to Opera */
/*/*/a{}
body, body div, body td, body p, body ul, body ol, body li, body th	{
    font-size:    x-small;      
    voice-family: "\"}\"";   
    voice-family: inherit;   
    font-size:    small;
}
html>body, html>body div, html>body td, html>body p, html>body ul, html>body ol, html>body li, html>body th	{
    font-size:    small;
}
/* */

.hide {
	display: none;
}
#mainTable {
	border: 1px solid #336699;
	background-color: #ffffff;
	/*/*/line-height: 1.5em;/* */
}
#mainTable td {
	padding: 10px;/*Pads each table cell in modern browsers*/
}
#maincontent {
	vertical-align: top;
}
#logo {
	background-color: #336699;
}
#header {
	background-color: #336699;
	color: #ffffff;
	font-size: 14px;
	font-weight: bold;
	/*/*/line-height: normal;/* */
}
#sidebar {
	vertical-align: top;
	width: 150px;
}
#sidebar img {
	border: 0;
	margin: 10px 0 10px 0;
}
#footer {
	background-color: #99ffff;
	text-align: center;
}
h1:first-child {margin-top: 0;}/*starts first h1 in td flush top*/
h2:first-child {margin-top: 0;}/*starts first h2 in td flush top*/
h1 {
	font-size: 170%;
	color: #006633;
}
h2 {
	font-size: 110%;
	color: #006633;
}
#maincontent img {
	/*/*/border: 1px solid #006633;
	margin: 0 0 15px 20px;
	float: right;/* */
}
#sidebar a {
	/*/*/padding: 2px;
	display: block;
	border: 1px solid #ffffff;
	text-decoration: none;
	line-height: 1em;
	width: 148px;/* */
}
#sidebar a:link, #sidebar a:visited {
	color: #336699;
}
#sidebar a:hover, #sidebar a:active {
	color: #cc9933;
	border: 1px solid #336699;
}
#sidebar ul {
	/*/*/padding-left: 0;
	margin-left: 0;
	list-style-type: none;/* */
}
#sidebar li{
	/*/*/margin: 0px 0px 6px 0px;/* */
}
body#homepage li#home a, body#aboutuspage li#aboutus a, body#servicespage li#services a, body#teampage li#team a, body#testimonialspage li#testimonials a, body#localinfopage li#localinfo a, body#contactuspage li#contactus a {
	color: #006633 !important;
	/*/*/background-color: #99ffff !important;
	border: 1px solid #336699 !important;/* */
}
#logo_container a:link, #logo_container a:visited, #logo_container a:hover, #logo_container a:active {
	border: 0;
}
#propertysearch a {
	color: #006633 !important;
	/*/*/background-color: #99ffff !important;
	border: 1px solid #336699 !important;/* */
}
div.list {
	clear: both;
}
a:link {
	color: #336699;
}
a:visited {
	color: #00ffff;
}
a:hover {
	color: #cc9933;
}
