/*CSS Document by Rob Wheeler*/

/* --------------------- Center Text Banner Styles ---------------------------- */
.centerBanner {
	width: 457px;
	text-align: left;
	margin: 5px 0 0 0;
	padding: 0;
	font-size: 100.1%;
	color: #000;
	font-family: Arial,Helvetica,Univers,Zurich BT;
	border-bottom: 1px solid #000;
}
.centerBanner img.logo {
	float: left;
	padding: 5px 0 5px 5px;
	border: 0;
}
.centerBanner p {
	font-size: .7em;
	margin: 0 0 0 70px;	
	padding: 5px 5px 5px 0;
}
.centerBanner a.first, .centerBanner a.first:hover {
	font-weight: bold;
	color: #000;
	text-decoration: none;
	cursor: default;
}
.centerBanner p span.bold {
	font-weight: bold;
}
.centerBanner ul {
	margin: 0 0 0 70px;
	display: block;
	padding: 0;
}
.centerBanner ul li {
	float: left;
	list-style: none;
	font-weight: bold;
	margin: 0;
	padding: 0;
	width: 127px;
	font-size: .9em;
}
.centerBanner ul li a.second {
	text-decoration: none;
	color: #AD415A; /*Previous color on USVI.net site.*/	
}
.centerBanner ul li a.second:hover {
	text-decoration: underline;
	color: #AD415A; /*Previous color on USVI.net site.*/	
}
.clearfloat { 
	clear: both;
    height: 0px;
    font-size: 1px;
    line-height: 0px;
}
/* --------------------- end Center Text Banner Styles ------------------------ */


