div#contentHeader {
	background-image: url('../images/homeHeader.jpg'); background-repeat: no-repeat;
	height: 258px; /* 225 + 33 bottom bar = 258 */
}
	

div#contentHeader #homeModelsBar {
	background-color: #808284;
	margin-top: 0;
	-margin-top: -10px;
	height: 33px; line-height: 33px;
	text-align:center;
}
	
div#contentHeader #homeModelsBar a {
	padding-left: 20px;
	display: inline-block;
	padding-right:20px;
	background-image: url('../images/homeNavSep.gif'); background-position: right center; background-repeat: no-repeat;
	color:white;
	font-size:14px;
	font-weight: normal;;
	text-decoration: none;
}
	
div#contentHeader #homeModelsBar a:hover {
	text-decoration: underline !important;
	

}
	
div#contentHeader #homeModelsBar a.last { background-image: none;}

#imageTagline {
	margin-top: 53px;
	font-family: Arial, sans-serif
	;color: white;
	font-size:25px;
	margin-left:20px;
	height: 110px;
	font-style: italic;
	clear:right;
}

#imageTagline sup { padding-left: 2px;font-size: 19px; }

.SIDEBAR {
	padding-top: 40px;
}


