/* 
Copyright Sarah Lawrence College. All rights reserved.
Author: Winston Churchill-Joell
		Communications / Interactive

*/

/* Change at lower levels for each section */


/* Main body */



#main-body {
	clear: both;
	float: left;
	padding-top: 1.8em
}
#section-sidebar {
	width: 18em;
	float: left;
	margin-right: -18.1em;
	position: relative;
	z-index: 30;
	border-right: .1em solid silver;
}
#content {
	padding: 0 0 2em 19em;
	float: left;
	width: 76.8em;
}
#content .contentSleeve {
	float: left;
	width: 46em;
	padding-right: 31em;
}
#content-sidebar {
	width: 29em;
	float: left;
	margin-left: -30em;
	border-left: .1em solid silver;
}
#content #content-main.no-content-sidebar .contentSleeve {
	width: 76em;
	float: none;
	padding: 0;
}

div#content-main p img {
	float: right;
	margin: 0 1em 1em
}
div#content-main p.blockParaImg img {
	display: block;
	float: none;
	margin: auto;
}
div#flashcontent {
	text-align: center;
	padding-bottom: 2em;
}
#wayfinding {
	padding-bottom: 2em;
	color: #666;
	font-size: 1.1em	
}
#wayfinding a {
	color: #666;
	text-decoration: none;
	font-weight: bold;
}
#wayfinding a:link {
	color: #666;
	text-decoration: none;
}
#wayfinding a:visited {
	color: #666;
	text-decoration: none;
}
#wayfinding a:hover {
	color: #333;
	text-decoration: underline;
}
#wayfinding a:active {
	color: #666;
	text-decoration: none;
}
h2#content-heading {
	line-height: 2em;
	font-size: 1.8em;
	padding-bottom: .8em
}
.page-sidebar {
	margin: 2em 1em;
}
.page-sidebar h4, .page-sidebar h4 a {
	line-height: 1.3;
	font-size: 1.4em;
	color: #999;
	text-decoration: none;
}

.blockParaImg img {
	display: block;
	margin: auto;
}
h3 a:link {
	text-decoration: none;
	color: #320d5c
}
h3 a:visited {
	text-decoration: none;
	color: #320d5c
}
h3 a:hover {
	text-decoration: underline;
	color: #320d5c
}
h3 a:active {
	text-decoration: none;
	color: #320d5c
}
div#content ul.jsSlide {
	list-style: none;
	margin: 0;
	margin: auto;
}
div#content ul.jsSlide li {
	margin: 0;
}
div#content ul.jsSlide li span.number {
	display: block;
	font-style: italic;
	color: #333;
	font-size: .9em;
	line-height: 1.3;
	text-align: right;
}
div#content ul.jsSlide img {
	display: block;
	margin: auto;
}
div#content ul.jsSlide p {
	margin: 1.4em .7em;
}
div.contentSleeve fieldset input, div.contentSleeve fieldset textarea {
	display: block;
}
div.contentSleeve fieldset textarea {
	width: 50em;
	height: 30em
}
div.contentSleeve fieldset legend {
	padding: .5em;
	margin: 0 1em;
	border: 1px solid silver;
	font-weight: bold;
	font-size: 1.2em;
}
div.contentSleeve fieldset {
	border: 1px solid silver;
}
div.contentSleeve input#submit {
	display: block;
	margin: auto;
	font-size: 2em;
	padding: .5em;
margin-top: 1em;
}