/* 
Copyright Sarah Lawrence College. All rights reserved.
Author: Winston Churchill-Joell
		Communications / Interactive

*/

div#mainContent {
	width: 94em;
	margin-left: 1em;
	background: #eee;
	color: #153b56;
	float: left;
	margin-top: 1em;
}
div#mainContentFeature {
	width: 60em;
	margin-left: 34em;
	float: left;
}
div#mainSideBar {
	float: left;
	width: 34em;
	margin-left: -94em;
	padding: 4em 0;
}
div#mainSideBar p {
	margin: 0 4em;
}
div#mainSideBar h2 {
	margin: 0 2.75em;
}
div#mainSideBar img.right {
	float: right;
}
div#sub-wrapper {
	float: left;
	clear: left;
	width: 95em;
	margin-left: 1em;
	padding-top: 2em;
	position: relative;
}
div.sub-feature-block {
	float: left;
	width: 17.9em;
	border-left: 1px solid #ddd;
	margin: 2em 0 .5em 0;
	height: 52em;
	position: relative;
}
div.sub-feature-block p.morelink {
	clear: both;
	text-align: right;
	line-height: 1;
	padding-bottom: 1.5em;
}
div.feature-wrapper {
	margin: 0 1em 1em;
}
div#feature-block1 {
	width: 41em;
	border-left: 0;
	margin-left: -1px
}
div#feature-block1 div.feature-wrapper {
	margin-left: 0;
}
div.sub-feature-block img {
	float: right;
	margin: 0 0 1em 1em;
}
div.sub-feature-block h3 {
	font-size: 1.5em;
	font-weight: bold;
	line-height: 1.5;
	padding-bottom: 1em;
	text-transform: uppercase;
	margin-top: -2em;
	position: relative;
}
div.sub-feature-block h4 {
	font-size: 1.3em;
	font-weight: bold;
}
div.sub-feature-block a {
	text-decoration: none;
	color: #153b56;
}
div.sub-feature-block a:link {
	text-decoration: none;
	color: #153b56;
}
div.sub-feature-block a:visited {
	text-decoration: none;
	color: #153b56;
}
div.sub-feature-block a:hover {
	text-decoration: underline;
	color: #2f73a4;
}
div.sub-feature-block a:active {
	text-decoration: none;
	color: #153b56;
}
div.sub-feature-block p.morelink a {
	text-decoration: underline
}
div.sub-feature-block p.morelink a:hover {
	text-decoration: none;
}

