/* 
Copyright Sarah Lawrence College. All rights reserved.
Author: Winston Churchill-Joell
		Communications / Interactive

*/

/* Wrapper */
/*div#allied {
	width: 96em;
	margin: auto;
	position: relative;
}
div#overlay960 {
	position: absolute;
	width: 96em;
	height: 200em;
	z-index: 999;
	top: auto;
	left: auto;
	background: url("http://pending.slc.edu/media/magazine/companywekeep/home/grid-overlay.png");
}*/

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("http://www.slc.edu/core/img/header/header_bg_alum01.jpg") top left no-repeat;*/ 
	clear: left;
	position: relative;
	z-index: 10;
}

body, div#logo {
	background: #c4cee2 url("http://www.slc.edu/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: 1em;
}

/* 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: #153b56;
	/*background: #153b56 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: 1em
}
div#global-footer div, div#globalFooter div {
	float: left;
	padding: 1em 0;
}
div#feedback {
	width: 34.8em;
	margin-left: 1em;
}
div#contactInfo, div#copyrightNotice {
	border-left: 1px solid #fff;
}
div#contactInfo {
	width: 30em;
}
#copyright {
	clear: both;
}
div#copyrightNotice {
	width: 29em;
}









