#homepageSubHeader {
	margin: 0 auto 20px auto;
	padding: 0;
	text-align: right;
	width: 760px;
	height: 230px;
}

div#homepageContent {
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	padding: 0px;
	text-align: left;
	width: 760px;
}

#audienceTitle, #featureBoxTitle {
	background: url('/images/sectionNav.gif') #7e0ac5 bottom repeat-x; 
	color: #fff;
	font-size: 11px;
	font-weight: bold;
	padding: 8px 10px 14px 10px;
	margin: 0;
}

#audience {
	list-style: none;
	margin: 0;
	padding: 0;
}

#audience li {
	background: url('/images/audienceNav.gif') bottom repeat-x;
	border-bottom: 1px solid #cfcfcf;
	margin: 0;
	padding: 0;
}

#auProspect a, #auAdult a, #auCampus a, #auAlumni a, #auParent a, #auVisitor a, #auDonor a {
	display: block;
	padding: 9px 0px 9px 15px;
}

/* #auProspect a { background: url('/images/audienceProspect.jpg') 10px no-repeat; } */
/* #auCampus a { background: url('/images/audienceCampus.jpg') 10px no-repeat; } */
/* #auAlumni a { background: url('/images/audienceAlumni.jpg') 10px no-repeat; } */
/* #auParent a { background: url('/images/audienceParent.jpg') 10px no-repeat; } */
/* #auVisitor a { background: url('/images/audienceVisitor.jpg') 10px no-repeat; } */
/* #auDonor a { background: url('/images/audienceDonor.jpg') 10px no-repeat; } */

p#newsHeadlinesTitle {
	background: url('/images/sectionNav.gif') #7e0ac5 bottom repeat-x; 
	color: #fff;
	font-size: 11px;
	font-weight: bold;
	line-height: 13px;
	margin: 0;
	padding: 8px 10px 14px 10px;
}

#newsBadge {
	float: right;
	padding-right: 10px;
	padding-top: 10px;
}

ul#headlines {
	list-style: none;
	margin: 0 10px 10px 10px;
	padding: 0 0 10px 0;
}

#headlines li {
	background: url('/images/newsBullet.gif') left 8px no-repeat;
	line-height: 16px;
	margin-bottom: 0;
	padding: 6px 6px 6px 20px;
}

#headlines li a {
	text-decoration: none;
}

#headlines li a:hover {
	text-decoration: underline;
}

div#audienceNav {
	float: left;
	width: 180px;
}

div#newsHeadlines {
	float:left;
	margin-left: 20px;
	width: 360px;
}

div#featureBox {
	margin-left: 20px;
	float: left;
	width: 180px;
	height: 270px;
}

a#featureBoxImage {
	display: block;
	background: url('/homepage/features/flu.jpg') #deddd1 no-repeat;
	border: 1px solid #deddd1;
	height: 78px;
}

a#featureBoxLeftButton, a#featureBoxLeftButton:active {
	background: url('/homepage/features/featureBoxArrowLeft.gif') #deddd1 center center no-repeat;
	display: block;
	float: left;
	margin: 1px 1px 10px 0px;
	outline: none;
	width: 79px;
	height: 16px;
}

a#featureBoxRightButton, a#featureBoxRightButton:active  {
	background: url('/homepage/features/featureBoxArrowRight.gif') #deddd1 center center no-repeat;
	display: block;
	float: left;
	margin: 1px 0px 10px 1px;
	width: 79px;
	height: 16px;
}

a#featureBoxRightButton:hover, a#featureBoxLeftButton:hover {
	background-color: #c7c6b8;
}

a#featureBoxRightButton:focus, a#featureBoxLeftButton:focus {
	-moz-outline-style: none;
}

div#featureBoxText {
	clear: left;
	font-size: 11px;
}

span.headlineDate {
	color: #999;
	font-size: 10px;
	white-space: nowrap;
}

div#spotlightBox {
	margin-left: 20px;
	float: left;
	width: 180px;
	height: 260px;
}

div#spotlightBox a#spotlightUp {
	background-image: url('/homepage/images/spotlightNavigation.jpg');
	background-position: 0px 0px;
	cursor: pointer;
	display: block;
	width: 180px;
	height: 20px;
}

div#spotlightBox a#spotlightUp:hover {
	background-position: 0px 60px;
}

div#spotlightBox a#spotlightDown {
	background-image: url('/homepage/images/spotlightNavigation.jpg');
	background-position: 0px 40px;
	cursor: pointer;
	display: block;
	width: 180px;
	height: 20px;
}

div#spotlightBox a#spotlightDown:hover {
	background-position: 0px 20px;
}

div#spotlightBox a span {
	display: none;
}

div#spotlightBox div#spotlightCarousel ul {
	background-color: #fff;
	margin: 0;
	padding: 0;
}

div#spotlightBox div#spotlightCarousel ul li {
	height: 120px;
}

div#profileArea {
	background-color: #d5d5c6;
	border-top: 1px solid #edebe3;
	border-bottom: 1px solid #afafa6;
	color: #444;
	font-size: 10px;
	padding: 8px 150px 8px 10px;
}

div#profileArea a#profileQuote {
	color: #444;
	text-decoration: none;	
}

div#profileArea a#profileQuote:hover {
	text-decoration: underline;
}

img#profilePhoto {
	border: 0;
	bottom: 1px;
	position: absolute;
	right: 0px;
	z-index: 200;
}

img#usNewsBadge {
	border: 0;
	position: absolute;
	top: 110px;
	left: 5px;
	z-index: 205;
}
