/* 
Copyright Sarah Lawrence College. All rights reserved.
Author: Winston Churchill-Joell
		Communications / Interactive

*/

/* Wrapper */

div#wrapper, div#page {
	width: 96em;
	margin: auto;
	background-color: #fff;
	/*background: #fff url("../img/bg/grid.gif") top left repeat-y;*/
	/*background: #fff; url("/WebSite/core/img/bg/grid.gif") top left repeat-y;*/
}

/* Logo and header - see also navigation.css for some appearance controls in navigation/header */
div#header { 
	height: 11em;
	width: 96em;
	/*background: #1d262e url("../img/header/header_bg_alum01.jpg") top left no-repeat;
	background: #1d262e url("/core/img/header/header_bg_alum01.jpg") top left no-repeat;*/ 
	clear: left;
	position: relative;
	z-index: 10;
}

body, div#logo {
	background: #c4cee2 url("/core/img/bg/background.jpg") top left fixed repeat-x;
	/*background: #c4cee2 url("../img/bg/background.jpg") top left fixed repeat-x;*/
}
div#logo {
	padding-top: 2em;
}
div#logo a img {
	margin-bottom: -15px;
	position: relative;
	z-index: 300;
	left: .7em;
}

/* Utility Bar */

div#utilityBar {
	text-align:right;
	float: left;
	width: 96em;
	padding: 4px 0;
	background: #cfd8e8;
}
div#utilityBar a {
	text-decoration: none;
	color: #333;
}
div#utilityBar a:link {
	text-decoration: none;
	color: #333;
}
div#utilityBar a:visited {
	text-decoration: none;
	color: #333;
}
div#utilityBar a:hover {
	text-decoration: underline;
	color: #000;
}
div#utilityBar a:active {
	text-decoration: none;
	color: #333;
}
div#utilityBar span, div#utilityBar a, div#utilityBar label {
	padding: 2px 10px
}

/* Footer */

div#global-footer, div#globalFooter {
	clear: left;
	background: #5c3128 url("/core/img/bg/footer.jpg") top right no-repeat;
	/*background: #5c3128 url("../img/bg/footer.jpg") top right no-repeat;*/
	color: #fff;
	float: left;
	width:  96em;
	padding: 1em 0;
}
div#global-footer a, div#globalFooter a {
	color: #fff;
	font-weight: bold;
}
div#global-footer p, div#globalFooter p {
	margin: .7em
}
div#global-footer div, div#globalFooter div {
	float: left;
	padding: 1em 0;
}
div#feedback {
	width: 33.3em;
	margin-left: .7em;
}
div#contactInfo, div#copyrightNotice {
	border-left: 1px solid #fff;
}
div#contactInfo {
	margin-left: 3px;
	width: 33.3em
}
#copyright {
clear: both;
}









