a {color: #385467; text-decoration: none; }
a:visited {color: #385467; }
a:hover {color: #ffffff; text-decoration: none;  }

.text_sitemap a {color: #222222; text-decoration: none; }
.text_sitemap a:visited {color: #666666; }
.text_sitemap a:hover {color: #444444; text-decoration: underline;  }

.text_links a {color: #192E3D; text-decoration: none; }
.text_links a:visited {color: #18242D; }
.text_links a:hover {color: #ffffff; text-decoration: none;  }

.text_main a {color: #D9E9F4; text-decoration: underline; }
.text_main a:visited {color: #D9E9F4; }
.bg_imageleft {
	background-image: url(images/bg_behindleftimage.gif);
	background-repeat: repeat-y;
}

.text_main a:hover {color: #ffffff; text-decoration: none;  }

.text_address {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color: #333333;
}
.text_main {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color: #B9CBD8;
}
.text_links {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color: #B9CBD8;
}
.text_sitemap {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #000000;
}

#cats {
	width:440px;
	height:32px;
	padding-left:10px;
	padding-top:7px;
	background:#fff;
}

#cats li {
	float:left;
	font-family:arial, sans-serif;
	font-size:13px;
	font-weight:bold;
	color:#385467;
	margin-right:10px;
}

#cats li a {
	color:#385467;
	text-decoration:none;
}

#cats li a:hover {
	color:#000;
	text-decoration:none;
}

#all-logos, #survey, #estate-agency, #fin-services, #asset-mngmt {
	height:268px;
	width:450px;
	position:absolute;
	top:302px;
	left:0px;
}

#all-logos {
	z-index:1;
}

#survey, #estate-agency, #fin-services, #asset-mngmt {
	z-index:0;
	background:#fff;
}

/* Ability to reset anything */
.undo {
    background:none;
    border:none;
    color:inherit;
    font-size:1em;
    line-height:normal;
    margin:0;
    outline:none;
    padding:0;
	list-style-type:none;
}

/**
 * COMMON STYLES
 */

/* Easy Clearing Method */
.clearing:after {
    clear:both;
    content:".";
    display:block;
    font-size:0;
    height:0;
    visibility:hidden;
}

.clearing {
    min-height:1px;
}

* html .clearing {
    height:1px;
}

.clear {
    clear:both;
}
/* End Easy Clearing Method */

