body {	
	background: #b5d9e3;
	margin: 0 auto;
	text-align: center;	
}

img, img {
	border: 0;
}

p, h1, h2, h3, h4, h5, ul, li, dl, dd, dt, img, form {
	margin: 0;
	padding: 0;
}

/*----Structural DIVs----*/

#wrap {
	margin: 0 auto;
	text-align: center;
	overflow: hidden;
	width: 960px;
}

#innerWrap {
	text-align: left;
	background: #fff;
	position: relative;
}

#header {
	height: 56px /*132px*/;
	padding: 76px 0 0 0;
	overflow: hidden;
}

.header {
	background: url(../images/backgrounds/header.jpg) no-repeat;
}

.connectHeader {
	background: url(/site/designs/sectionHome/images/photos/connect_top.jpg) no-repeat;
}

.giveHeader {
	background: url(/site/designs/sectionHome/images/photos/give_top.jpg) no-repeat;
}

.communityHeader {
	background: url(/site/designs/sectionHome/images/photos/community_top.jpg) no-repeat;
}


.learnHeader,
.current-studentsHeader,
.prospective-studentsHeader,
.alumniHeader,
.faculty-staffHeader{
	background: url(/site/designs/sectionHome/images/photos/learn_top.jpg) no-repeat;
}

.applyHeader {
	background: url(/site/designs/sectionHome/images/photos/apply_top.jpg) no-repeat;
}


#mainNav {
	background: url(../images/backgrounds/mainNav.gif) no-repeat #789226;
	height: 56px;
	padding: 25px 0 0 228px;
	overflow: hidden;
}

#breadcrumbs {
	font: normal 12px/14px tahoma, verdana, arial, sans-serif;
	color: #519a57;
	padding: 20px 0 15px 0;
}

#footer {
	padding: 18px 45px 0 45px;
	height: 63px /*81px*/;
	background: url(../images/backgrounds/footer.gif) no-repeat;
	float: left;
	width: 870px /*960px*/;
	position: relative;
}

/*----Other DIVs----*/

#logo {
	width: 177px;
	height: 168px;
	display: block;
	background: url(../images/backgrounds/logo.gif) no-repeat #331b45;
	position: absolute;
	top: 0;
	left: 26px;
	z-index: 1000;
}


#siteSearch {
	width: 190px;
	float: right;
	margin: 0 20px 0 0;
	text-align: right;
	display: inline;
}

#siteSearch input {
	vertical-align: middle;
}

.searchBox {
	border: 0;
	margin: 0;
	border-top: 1px solid #7c7c7c;
	border-right: 1px solid #c3c3c3;
	border-bottom: 1px solid #ddd;
	border-left: 1px solid #c3c3c3;
	width: 157px;
	height: 16px;
}

.socialNetworkingIcons {
	position: absolute;
	top: 42px;
	left: 735px;
	width: 200px;
}

.socialNetworkingIcons img {
	float: left;
	margin-left: 4px;
}

/*----Typography----*/

.hiddenText {
	display: none;
	height: 0;
}

#mainNav li {
	list-style: none;
	float: left;
}

.learn {
	width: 88px;
}

.apply {
	width: 90px;
}

.give {
	width: 80px;
}

.connect {
	width: 145px;
}

.resources {
	width: 115px;
}

#footer p {
	font: normal 10px/13px "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", tahoma, Helvetica, Arial, sans-serif;
	color: #fff;
}

#footer .divider {
	font: normal 9px/16px "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", tahoma, Helvetica, Arial, sans-serif;
	color: #f7faa0;
	padding: 0 10px;
}

#footer ul {
	width: 450px;
	float: right;
	text-align: right;
}

#footer li {
	display: inline;
}

/*----Link Styles----*/

#footer a {
	font: normal 11px/16px "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", tahoma, Helvetica, Arial, sans-serif;
	color: #f7faa0;
	text-decoration: none;
}

#footer a:hover {
	color: #fff;
}


#mainNav li a {
	font: bold 14px/16px "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", tahoma, Helvetica, Arial, sans-serif;
	color: #fff;
	text-decoration: none;
}

#logo a {
	width: 177px;
	height: 168px;
	display: block;
}

#breadcrumbs a {
	font: normal 12px/14px tahoma, verdana, arial, sans-serif;
	color: #478D21;
	text-decoration: none;
}

#breadcrumbs a:hover {
	color: #597416;
}

/* ----- Resources Drop-Down ----- */

ul.resourcesMenu {
	list-style: none;
	position: absolute;
	top: 91px;
	_top: 93px;
	left: 626px;
	z-index: 40000;
	width: 115px;
	overflow: hidden;
}
ul.resourcesMenu li {
	float: left;
	margin: 0;
	padding: 0 15px 0 0;
	position: relative; /*--Declare X and Y axis base for sub navigation--*/
	width: 200px;
}
ul.resourcesMenu li a{
	padding: 10px 5px;
	font: bold 12px/16px "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", tahoma, Helvetica, Arial, sans-serif;
	color: #fff !important;
	display: block;
	text-decoration: none;
	float: left;
	background: url(/site/designs/shared/images/backgrounds/resourcesFor.gif) no-repeat 100px 15px;	
	*background: url(/site/designs/shared/images/backgrounds/resourcesFor.gif) no-repeat 103px 16px;	
	width: 100px;
}

ul.resourcesMenu h3 {
	font: bold 12px/16px "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", tahoma, Helvetica, Arial, sans-serif;
	color: #fff;
	padding: 0 0 10px 13px;
}

ul.resourcesMenu li span { /*--Drop down trigger styles--*/
	width: 17px;
	height: 35px;
	float: left;
	background: url(resourcesSubNav_btn.gif) no-repeat center top;
}
ul.resourcesMenu li span.subhover {background-position: center bottom; cursor: pointer;} /*--Hover effect for trigger--*/
ul.resourcesMenu li ul.resourcesSubNav {
	list-style: none;
	position: absolute; /*--Important - Keeps resourcesSubNav from affecting main navigation flow--*/
	left: -8px; 
	top: 0;
	background: #657c1d;
	margin: 0; 
	padding: 0;
	display: none;
	float: left;
	width: 160px;
	overflow: hidden;
}

ul.resourcesMenu li ul.resourcesSubNav {
	padding: 10px 0;
	height: 131px /*151px*/;
	overflow: hidden;
}
ul.resourcesMenu li ul.resourcesSubNav li{
	margin: 0; 
	padding: 0;
	clear: both;
	width: 160px;
}
html ul.resourcesMenu li ul.resourcesSubNav li a {
	font: bold 11px/16px "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", tahoma, Helvetica, Arial, sans-serif !important;
	width: 160px !important;
	padding-left: 15px;
	padding: 0 0 5px 15px !important;
	background: transparent !important;
}
html ul.resourcesMenu li ul.resourcesSubNav li a:hover { /*--Hover effect for resourcesSubNav links--*/
	color: #f7faa0 !important;
}