/* CSS by Jay Tang | Terra Preta */
body {
}
div#containerTop {
	width: 1000px;
	height: 186px;
}
div#topLogo {
	width: 763px;
	height: 98px;
	float: left;
	clear: left;
}
div#topLogo img.logo {
	width: 173px;
	height: 98px;
	float: left;
}
div#topProfile {
	margin-left: -300px;
	position: absolute;
	top: 10px;
	left: 50%;
	width: 665px;
	height: 90px;
}
div#topImage {
	width: 237px;
	height: 145px;
	float: right;
	clear: right;
}

/* Change image of consultant */
/* Please add new classes for different images or use a different method/script to change the images */
.consultant1 {
}
.consultant2 {
}
.consultant3 {
}
.consultant4 {
}
.consultant5 {
}

/* START MAIN CONTENT */
div#containerContent {
	margin-left: 10px;
	width: 990px;
}
div#wrapColumnMain {
	margin-right: 14px;
	width: 738px;
	height: 114px;
	float: left;
}
div.columnMainHead {
	width: 738px;
	height: 10px;
	float: left;
}
div.columnMain {
	margin-bottom: 10px;
	width: 738px;
	color: #1F304F;
	float: left;
}
div.columnMain img {
	margin-right: 10px;
	float: left;
}
div.columnMainBottom {
	margin-bottom: 10px;
	width: 738px;
	height: 10px;
	float: left;
}
div.firstItem {
	margin-bottom: 0px;
	color: #FFFFFF;
}
div#wrapColumnSide {
	width: 237px;
	height: 304px;
	float: left;
}
div.relevantBoxHead {
	width: 237px;
	height: 10px;
	float: left;
}
div.relevantBox {
	width: 237px;
	float: left;
}
div.relevantBoxBottom {
	width: 237px;
	height: 10px;
	float: left;
}
div#searchBar {
	margin-top: 10px;
	width: 237px;
	height: 22px;
	float: left;
}
/* END MAIN CONTENT */