/* Structural DIVs */

div#topBar {
	height: 46px;
	width: 798px;
	overflow: hidden;
	background: #fff;
}


#innerContent {	
	background:  url("images/backgrounds/innerContent.gif") no-repeat;
	width: 798px;
	float: left;
	padding-top: 7px;
}

#leftCol {	
	width: 176px !important;
	float: left;
	display: inline;
	padding: 0 !important;
	margin: 0 !important;
	margin-right: 8px !important;
}

.highlightCol {	
	width: 197px;
	float: left;
	display: inline;
	margin-right: 9px;
	padding-top: 0;
}

.highlightColText {
	padding: 8px 10px 5px 10px;
	font: normal 11px/15px tahoma, Verdana, Arial, Helvetica, sans-serif;
	color: #000;	
}

#rightCol {
	width: 202px;
	float: left;
	display: inline;
}


/* Other DIVs */

div#topBarRight {
	float: right;
	margin: 27px 10px 0 0;
	font-size: 10px;
}

#sectionIntro {
	width: 798px;
	background: url("images/backgrounds/intro.gif") repeat-x #fb8c29;	
	float: left;
	height: 196px;
	overflow: hidden;
	border-top: 1px solid #fff;
}

.introPhoto {	
	float: left;
	width: 278px;
	border-right: 4px solid #fff;
}

.introText {	
	padding: 25px 35px 0 35px;
	width: 446px /*516px*/;
	float: left;
	font: normal 11px/18px Verdana, Arial, Helvetica, sans-serif;
	color: #fff;
}

ul#subNav {
	padding: 0;
	margin: 0;
	list-style: none;
	margin-top: 10px;
	margin-bottom: 20px;
}

ul#subNav li {
	padding: 0;
	margin: 0;
	list-style: none;
	background:  url("/duhealth/handouts/images/backgrounds/subNav.gif") no-repeat bottom left;
	padding: 2px 0 2px 16px;
	line-height: 15px;
}


.rightColHeader {	
	background:  url("images/backgrounds/rightColHeader.gif") repeat-x;
	height: 40px /*56px*/;
	width: 192px /*202px*/;
	padding: 7px 0 9px 10px;
}

.helpfulLinks {
	margin: 0;
	padding: 0;
	list-style: none;
	padding: 15px 10px 15px 0;
	margin-left: 23px;
}

.helpfulLinks li {
	list-style: url("images/backgrounds/helpfulLinks-bullet.gif");
	padding: 0 0 5px 0;
}

.upcomingEvents {
	margin: 0;
	padding: 0;
	list-style: none;
	padding: 15px 0;
	margin-left: 15px;
	font: normal 11px/17px Georgia, "Times New Roman", Times, serif;
	color: #4a4b4f;	
}

.upcomingEvents li {
	margin-bottom: 15px;
}


/* Typography */

#innerContent #leftCol h1 {
	width: 160px /*176px*/ !Important;
	height: 11px /*35px*/ !important;
	padding: 14px 0 10px 16px;
	font: normal 14px/14px Georgia, "Times New Roman", Times, serif;
	border-bottom: 2px solid #fff;
}

#innerContent .highlightCol h1 {
	width: 187px /*197px*/ !Important;
	height: 11px /*35px*/ !important;
	padding: 14px 0 10px 10px;
	font: normal 14px/14px Georgia, "Times New Roman", Times, serif;
	border-bottom: 2px solid #fff;
	background: #5c9d3c;
	color: #fff;
	margin-top: 1px;
}

.highlightColText p {
	margin: 0px;
	padding: 0;
	font: normal 11px/15px tahoma, Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	margin-bottom: 5px;
}

.rightColHeader h5 {	
	font: bold 11px/16px Verdana, Arial, Helvetica, sans-serif;
	color: #69b445;
	text-transform: uppercase;
	margin-bottom: 3px;
}

.rightColHeader h4 {	
	font: normal 20px/20px Georgia, "Times New Roman", Times, serif;
	color: #08556e;
}

.upcomingEvents h5.eventDate {
	font: normal 11px/17px Georgia, "Times New Roman", Times, serif;
	color: #4a4b4f;
}

.upcomingEvents h3.eventTitle {
	color: #624680;
	font: normal 14px/18px Georgia, "Times New Roman", Times, serif !important;
}

.introText p.descenders {
	margin-top: 5px;
}

/* Links */

#subNav a {	
	font: normal 11px/18px tahoma, Verdana, Arial, Helvetica, sans-serif;
	color: #004C03; /* color for green theme is #08556e. This is a dark blue */
	text-decoration: none;
}

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

.highlightColText a {
	color: #37890f;
	font: normal 11px/15px tahoma, Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
}

.highlightColText a:hover {
	text-decoration: underline;
}

.helpfulLinks a {
	color: #624680;
	font: normal 11px/15px tahoma, Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
}

.helpfulLinks a:hover {
	text-decoration: underline;
}

.upcomingEvents a {
	color: #624680;
	text-decoration: none;
}

.upcomingEvents a:hover {
	text-decoration: underline;
}

.upcomingEvents h3.eventTitle a {
	color: #624680;
	font: normal 14px/18px Georgia, "Times New Roman", Times, serif !important;
	text-decoration: none;
}


/* Image Styles */

.introText img {	
	margin-bottom: 5px;
}

.highlightCol img {	
	border-bottom: 2px solid #fff;
}

