#imagebar {
  overflow: hidden; 
}
#imagebar, #imagebar .front_page_image, #imagebar .spacekeeper {
	width: 1000px;
	height: 250px;
}

#imagebar .front_page_image {
	margin-top: -250px;
	background-position: top left;
	background-repeat: no-repeat;
	position: absolute;
}

#imagebar .quote {
	margin: 140px 0 0 0;
	width: 1000px;
	font-size: 18px;
}

#imagebar .quote span {
	display: block;
	padding: 0 4px 4px 4px;
	float: right;
	clear: right;
	color: white;
}
#imagebar .quote.left span {
	display: block;
	padding: 0 4px 4px 4px;
	float: left;
	clear: left;
	color: white;
}
#imagebar .quote span.strong {
	padding-top: 4px;
	font-weight: bold;
}

.highlighted h2 {
	display: none;
}

.highlighted ul {
	position: absolute;
	z-index: 40;
	margin: -35px 0 0 0;
	padding: 0;
	width: 1000px;
	list-style: none;
}
.highlighted ul li {
	list-style: none;
	display: block;
	margin: 0;
	width: 250px;
	float: left;
}
.highlighted ul li a {
	padding: 2px 2px 2px 10px;
	font-size: 12px;
	color: white;
	text-decoration: none;
}
.highlighted ul li {
	list-style: none;
	display: block;
	margin: 0 1px 0 0;
	width: 249px;
	background-image: url(/images/small_arrow.gif);
	background-repeat: no-repeat;
	background-position: 240px 6px;
	float: left;
}
.highlighted ul li.hidden {
	visibility: hidden;
}
.highlighted ul li.last {
	margin: 0;
	width: 250px;
}

#content {
	background: url(/images/home/gradient.png) top left repeat-x;
}
.homeblock {
	width: 250px;
	float: left;
}
.homeblock.hidden {
	visibility: hidden;
}
.homeblock h2 {
	font-size: 18px;
	border: none;
	margin: 0;
	padding: 5px 12px;
}
.homeblock .content {
	background: url(/images/home/block_background.gif) 10px 0px no-repeat;
	padding: 5px 0;
	height: 123px;
}
.homeblock img {
	border: 0px;
	margin: 0 15px;
	border-width: 0px;
	vertical-align: middle;
}
.homeblock .colorbar {
	height: 10px;
	font-size: 6px;
	line-height: 5px;
	padding: 0;
	margin: 0;
	width: 249px;
}
.homeblock p.text {
	margin: 0 15px;
	color: #666666;
}
.homeblock p.link {
	margin: 4px 15px;
	text-align: right;
}


li.color1, div.color1 {
	background-color: #f3a11d;
}
h2.color1 {
	color: #f3a11d;
}

li.color2, div.color2 {
	background-color: #e88412;
}
h2.color2 {
	color: #e88412;
}

li.color3, div.color3 {
	background-color: #d94610;
}
h2.color3 {
	color: #d94610;
}

li.color4, div.color4 {
	background-color: #4e0a09;
}
h2.color4 {
	color: #4e0a09;
}

#content {
	padding-bottom: 10px;
}
