#hub-column1, #hub-column2 { width: 49%; }
#hub-column1 { clear: both; float: left; }
#hub-column2 { float: right; }

.hub-unit {
	padding: 10px 10px 15px 10px;
	background: url('/images/bg-hub.jpg') right bottom no-repeat;
	border-left: 1px solid #9e9e9e;
	border-top: 1px solid #9e9e9e;
	margin: 5px 0 15px 0;
	overflow:auto;
}

.hub-unit h2 {
	color: #006699;
	font-family: Arial, Helvetica, sans-serif;
	border-bottom: 1px solid #71a7d3;
	font-size: 16px;
	font-weight: bold;
	margin: 0 0 5px 0;
	padding-top: 0px;
}

.hub-unit h3 {
	color:#333333;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	padding: 5px 0 0 0;
	font-size: 12px; }
	
.hub-unit ul {
	padding: 0 0 5px 0;
	list-style-image: none;
	list-style-type: none;
}
	
.hub-unit li {
	padding: 3px 10px;
	background: none;
	border-bottom: 1px solid #c5dbec;
}
	
.hub-unit li a, .hub-unit li a:visited {
	text-decoration:none;
}
	
.hub-unit li a:hover {
	text-decoration:underline;
	color:#000000;
}

.hub-link-right {
	text-align: right;
	padding: 0 5px 0 0;
}

.hub-link-right a, .hub-link-right a:visited { 
	color:#006699;
	text-decoration:none;}
	
.hub-link-right a:hover {
 	color:#000000;}

.hub-unit p {
	margin: 0 0 10px 0;
	font-size: 100%;
	word-wrap: break-word;
}

/* TERTIARY HUB 
--------------------------- */

#tertiary .hub-unit {
	padding: 10px 10px 35px 10px;
	background: url('/images/bg-hub-ter.gif') bottom no-repeat;
	border-top: 1px solid #b8b8b8;
	border-left:none;
	margin: 0 0 15px 0;
}

#tertiary .hub-unit h2 {
	color:#006699;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	border-bottom: 1px solid #71a7d3;
	margin-bottom: 10px;
}

#tertiary .hub-unit a, #tertiary .hub-unit a:visited {
	color:#006699;
	text-decoration:none; }
	
#tertiary .hub-unit a:hover {
	text-decoration:none;
	color:#000000; }

	
#tertiary .hub-unit ul {
	padding: 0 0 0 5px;
	list-style-image: none;
	list-style-type: none;
}
	
#tertiary .hub-unit ul li {
	color: #3c3c3c;
	border-bottom:none;
	padding: 5px 0 2px 12px;
	background: url('/images/img-list-bullet.gif') no-repeat 0px 7px;
}
