/* HUB PAGE ================================ */

body { color: #000; }

#leftColumn { border-top-style: none; padding-top: 0; }
#hubWelcome { margin-bottom: 1.5em; }

h1 { margin-top: 0; margin-bottom: .5em; }
p { margin-top: .5em; }

.hubMenu { width: 340px; color: #000; padding-bottom: 1em; border-bottom: 1px solid #404481; }
.hubMenu a { color: #404481; }
.hubMenu a:hover { color: #339999; }
.hubMenu .sectionTitle { padding: .4em 0; text-align: left; color: #404481; font-weight: bold; }
.hubMenu .sectionText {  }
.hubMenu ul, .hubMenu p { margin-top: .5em; margin-bottom: .5em; }
.hubMenu ul { padding-left: 5px; list-style: square; }
.hubMenu ul a { color: #404481; }
.hubMenu ul a:hover { color: #339999; }

.hubMenu h2, .hubHighlights h2 { 
	margin: 0;
	margin-bottom: 1em; 
	height: 16px; 
	padding: 2px 6px; 
	font-size: 1.1em; 
	line-height: 130%; 
	color: white;
	background: #404481;
	}


/* HUB HIGHLIGHTS BOX */

hr { height: 1px; color: #999; }

.hubHighlights { 
	width: 185px;
	float: right;
	margin-bottom: 1em; 
	background: #E2E2EA;
	}

.hubHighlights h2 { margin-bottom: 0; }
.hubHighlightsText { margin-top: -4px; padding: .5em 10px; border: 1px solid #404481; border-top-style: none; }
.hubHighlights p { margin: .5em 0; }
.hubHighlights ul { margin-top: .5em; }


/* PAGE UTILITIES */

#footerUtilities #pageUtilities { margin-left: 200px; margin-bottom: 0; text-align: left; border-top-style: none; border-bottom-style: none; }
#footerUtilities .utilityLink { display: inline; margin-right: 1em; }
#footer { margin-top: 0; }

/* NOTIFICATIONS HUB */

#notificationsList { margin-top: 10px; }
#notificationsList .item { padding-bottom: .5em; border-bottom: 1px solid #404481; }
#notificationsList .date { margin-top: .5em; font-style: italic; margin-bottom: .2em; }
#notificationsList h3 { margin:0; font-size: 1.2em; color: #404481; }
#notificationsList h4 { font-size: 1em; margin-top: 1em; margin-bottom: .5em; }
#notificationsList p { margin: .5em 0; }
#notificationsList ul { margin-bottom: .5em; }





