#head_h {
	position: relative;
	height: 200px;
	background-color: #069;
	background-image: url('/static/images/ows_bg.gif');
	background-repeat: no-repeat;
}

#ows_logo_h {
	position: absolute;
	top: 55px;
	left: 29px;
	background-image: url('/static/images/ows_logo_full.gif');
	background-repeat: no-repeat;
	width: 200px;
	height: 80px;
	cursor: pointer;
}

#head_h ul {
	position: absolute;
	top: 45px;
	right: 100px;
}

#head_h ul li {
	color: #fff;
	font-weight: bold;
	list-style-type: none;
	padding-bottom: 0.2em;
}

#head_h ul a {
	color: #fff;
	text-decoration: none;
	text-indent: 20px;
	display: block;
}

#head_h ul a:hover {
	color: #ff9;
	background-image: url('/static/images/icon_bullet.gif');
	background-repeat: no-repeat;
}

#welcome_stripe {
	background-color: #00486c;
	color: #fff;
	padding: 30px 80px 30px;
}

#callout_stripe {
	position: relative;
	height: 165px;
	background-color: #00577a;
}

.callout_tile {
	position: absolute;
	height: 100px;
	width: 175px;
	color: #fff;
}

.callout_tile:hover {
	color: #ff9;
	cursor: pointer;
}

.callout_divider {
	position: absolute;
	background-image: url('/static/images/v_bevel_bar.gif');
	background-repeat: no-repeat;
	width: 2px;
	height: 120px;
}

.callout_tile img {
	position: relative;
	left: -3px;
	top: 5px;
}

.callout_tile h3 {
	display: inline;
	color: #ff9;
}

.callout_tile p {
	padding-top: 5px;
	margin: 0;
}
