.flag {    /* remove me eventually! */
	color: red;
}

#content h2,h3,h4,h5,h6 {
	margin: 0;
	font-family: Georgia, serif;
	font-weight: normal;
	color: #262b62;
}

	#content h2 {
		font-size: 20px;
	}

	#content h3 {
		font-size: 16px;
	}

	#content h4 {
		color: #000;
		font-size: 13px;
		font-weight: bold;
	}

#content a {
	color: #262b62;
}

	#content a:hover {
		color: #3a4294;
		text-decoration: none;
	}


/* Home page */
#index .column {
	float: right;
	width: 317px;
	background: url("images/home_separator.gif") repeat-y;
	padding: 0 0 00px 20px;
	margin: 0 0 0px 20px;
	height: 100%;
}

	#index h2 {
		font-size: 18px;
	}

	#index .column ul {
		padding-left: 15px;
	}

	#index .aside {
		font-size: 11px;
		font-style: italic;
	}

	#index #content img {
		float: left;
		margin: 0 5px 5px 0;
	}

	#index p {
		text-align: justify;
	}

/* Firm Profile page */
#profile .images {
	float: right;
	clear: right;
	margin-left: 15px;
}

	#profile .images img {
		margin-bottom: 10px;
		display: block;
	}

	#profile h3 {
		margin-top: 30px;
	}

/* Quarterly Commentary page */
#commentary #content .left {
	width: 400px;
	float: left;
}

	#commentary #content .right {
		width: 400px;
		float: left;
	}

/* Investment Professionals page */
#professionals .profile {
	clear: both;
	margin: 0 0 15px 0;
	min-height: 170px;
	background: #f2f2f2;
	border: 1px solid #d6d6d6;
	border-width: 1px 0 1px 0;
	padding: 20px 20px 20px 160px;
	position: relative;
}

	#professionals .profile img {
		margin: 0 10px 10px 0;
		position: absolute;
		top: 20px;
		left: 20px;
	}

	#professionals h5 {
		border-bottom: 1px solid #262b62;
		margin: 40px 0 10px 0;
		font-size: 16px;
		font-style: italic;
	}

	#professionals p.email {
		margin-bottom: 0;
	}

	#professionals p.email a {
		background: url("images/email.png") no-repeat 0px 2px;
		padding: 0 0 0 20px;
		margin-bottom: 0;
	}


/* Philosophy page */
#philosophy .callout {
	border: 1px solid #999;
	background: #eee;
	padding: 15px;
}

	#philosophy #content h3 {
		margin-top: 25px;
	}

	#philosophy #content img {
		float: right;
		border: 1px solid #999;
		margin: 0 0 15px 15px;
	}

/* Products page */
#products h2 {
	margin-bottom: 18px;
}
	
	#products p {
		margin-top: 3px;
	}
	
	#products h3 {
		margin-top: 20px;
	}


/* Recent Press page */
#press .profile {
	clear: both;
	margin: 0 0 30px 15px;
	height: 170px;
}

	#press .profile img {
		float: left;
		margin: 0 10px 10px 0;
		border: 1px solid #000;
	}

	#press h5 {
		border-bottom: 1px solid #262b62;
		margin: 30px 0 10px 0;
		font-size: 16px;
		font-style: italic;
	}


/* Contact Us page */
#contact h3 {
	margin-top: 20px;
}

	#contact #content .left {
		width: 400px;
		float: left;
	}

	#contact #content .right {
		width: 400px;
		float: left;
	}

/* Privacy Policy page */
#privacy h3 {
	margin-top: 30px;
}
