/*
//	CSS Document
//
//	Layout Homepage
*/


/* Base CSS */
@import "common_base.css";

/* Banner3 CSS*/
@import "banner3.css";

/* jQuery Tabs CSS*/
@import "homePanels.css";

/* homeLowerNav CSS*/
@import "homeLowerNav.css";

/* footer CSS*/
@import "footer.css";

body {
	background:				#fff;
}

#mainContainer {
	margin:						0 auto;
	width:						780px;
}

.noShow {
	position:absolute;
	left: -9000px;
	}

#footer {
	margin:						0 auto;
	width:						774px;
	border-top: none;
	background: url("http://www.uww.edu/common/images/base/footer_fade_long.gif") top left no-repeat;
	height:						44px;
	padding:	20px 15px 0 15px;
}

#announcementBox {
	background: #f1efe7;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	margin-bottom: 5px;
	text-align: left;
	padding: 2px 10px;
}

#announcementBox h2 {
	margin: 0;
	padding: 0;
}

#announcementBox p {
	margin: 0;
	padding: 0;
}

/* 
//	Custom Footer
*/

.footerLeft {
	float:					left;
	text-align:			left;
	width:					200px;
	padding-top:		20px;
}

.footerLeft img{
	padding-right:	5px;
}

.footerInner {
	float:					left;
	text-align:			left;
	padding-top:		20px;
	padding-right:	40px;

}

.footerRight {
	float:					right;
	text-align:			right;
	padding-top:		20px;

}

