@charset "UTF-8";
/* CSS Document */

/* colors */
/* PMS 430 gray: #7b848b */
/* PMS 541 blue: #35587d */



/* repeating page styles */
body {
	margin: 0px;
	background-color: #7b848b;
}

#main {
	width: 960px;
	margin-top: 0px;
	margin-bottom: auto;
	margin-left: auto;
	margin-right: auto;
	min-height: auto;
	background-color: #ffffff;
} 

#header {
	width: 960px;
	float: left;
	margin-bottom: -5px;
}

#header img {
	border:0px;
}

#content {
	width: 960px;
	background-color: #ffffff;
}

#blueband {
	width: 960px;
	height: 40px;
	background-color: #35587d;
	margin-top: 0px;
	float: left;
}


#left {
	width: 200px;
	float: left;
	margin-top: 34px;
	/*background-color: blue; */
}

#menu {
	width: 185px;
	float: left;
	/*background-color: blue; */
}



#stick {
	width: 2px;
	border-right: 2px solid #7b848b;
	float:left;
	height: 219px;
	margin-top: 17px;
	/*background-color: blue; */
}

#stick_how {
	width: 2px;
	border-right: 2px solid #7b848b;
	float:left;
	height: 308px;
	margin-top: 17px;
}

#right {
	width: 685px;
	float: left;
	margin-top:32px;
	/*background-color: blue; */
}

#clear {
	clear: both;
	height: 10px;
}


.photoleft {
	float: left;
	align: left;
	margin: 5px 20px 10px 0px;
	}
	
#footer {
	clear: both;
	width: 960px;
	padding-top: 20px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
}


#bottommenu {
	width: 960px;
	height: 25px;
	background-color: #7b848b;
}

/* home page style */


#right_home {
	width: 605px;
	float: left;
	margin-top: 34px;
	/* background-color: blue; */
}

/* How We Work pages styles */


#right_howtext {
	width: 342px;
	float: left;
	margin-top: 30px;
	/*background-color: blue; */
}

#right_howcircle {
	width: 342x;
	float: left;
	margin-top: 48px;
	/*background-color: blue; */
}

#right_howcircle img {
	margin-left: 27px;
	border: 0px;
}


/* Our Investment Process page styles */

#right_proc {
	width: 685px;
	float: left;
	border-top: 2px solid #7b848b;
	margin-left: 50px;
}

#right_proc_first {
	width: 685px;
	float: left;
	margin-left: 50px;
	margin-top: 15px;
}

#right_proc_box {
	width: 200px;
	float:left;
}

/* the two columns*/


#right_proc_wide {
	width: 480px;
	float: left;
	margin-left: -20px;
	margin-top: 5px;
}


#right_proc_1a {
	width: 220px;
	float: left;
	margin-top: -20px;
	margin-left: -20px;
}

#right_proc_1b {
	width: 220px;
	float: left;
	margin-left: -20px;
	margin-top: 5px;
}


#right_proc_2a {
	width: 220px;
	float: left;
}



#right_proc_2a, #right_proc_2b {
	width: 220px;
	float: left;
	margin-top: 5px;
}

