@charset "utf-8";
/****************************
Stylesheet for Wynnefield Overbrook Revitalization Corporation
Last Modified by: Scott Hine(scott.hine@sju.edu) 6/23/2009
****************************/

body {
	background-color: #EDEBE6;
	background-position: top;
	background-image: url("http://www.sju.edu/images/misc/matteGradient.gif");
	background-repeat: repeat-x;
}
a, a:link, a:visited {color: #C80000;text-decoration: none;}
a:hover {text-decoration: underline;}
a img {border: none;}

#wrapper {
	position: relative; 
	left: 0; 
	top: 0;
	width:100%;
}
#header, #body, #footer {margin: 0pt auto; position: relative;}

#header{width:900px; height:160px;}
#footer{width:900px;}
.right{float:right;}
.left{float:left;}
#body{width:900px; background-color:#EDEBE6;}

#leftnav{
	position:absolute;
	z-index: 5;
	display:block;
	background-color:#999999;
	color: #FFFFFF;
	text-transform: uppercase;
	text-decoration: none;
	font-size:11px;
	left: -4px;
	top: 32px;
	width: 140px;
}
#leftnav ul {
	width: 118px;
	padding-top: 4px;
	padding-bottom: 8px;
	list-style:none;
	display:inline;
}
#leftnav li a {
	display: block;
	padding-left: 8px;
	padding-right: 8px;
	padding-bottom: 5px;
	color:#FFFFFF;
	text-decoration:none;
}
#leftnav li a:hover {
	color: #666666;
	background-color: #ECEAE5;
	text-decoration: none;
}
#content{
	position:relative;
	left:150px;
	width:700px;
	padding:10px 5px 5px 15px;
	
}
.heading{
	position:absolute;
	font-size:24px;
	text-transform:uppercase;
	background-color: transparent;
	left: 243px;
	top: 48px;
	z-index: 2;
	color:#FFFFFF;
}
.subheading{
	position:absolute;
	font-size:20px;
	text-transform:uppercase;
	background-color: transparent;
	left: 360px;
	top: 91px;
	z-index: 2;
	color:#FFFFFF;
}
.sectionheader {
	background-color: transparent;
	text-transform:uppercase;
	text-decoration:none;
	height: 22px;
	line-height: 160%;
	color: #000000;
	font-weight: bold;
	font-size: 16px;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	padding: 0px;
	margin: 0px;
	margin-bottom: 15px;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
}
#colorBar1{
	background-color:#999999;
	width:900px;
	height:124px;
	position: relative;
	z-index: 1;
	display: block;
	border-bottom: solid 2px #FFFFFF;
}
#colorBar2{
	background-color:#660000;
	width:900px;
	height:34px;
	position: relative;
	z-index: 1;
	display: block;
}
#logo{
	position:absolute;
	left: -5px;
	background:#FFFFFF;
	z-index:3;
	width:150px;
	height:150px;
}