
#content {
	/* background: url("/images/content-bg.jpg") top center no-repeat; */
	position: relative;
}

#home_content {
	height: 500px;
	overflow: hidden;
	position: relative;
	width: 950px;
}

#home_text{
	background: url("/images/content-text.png");
	padding: 20px 30px 30px 30px;
	font-size: 12px;
	left: 30px;
	line-height: 21px;
	position: absolute;
	top: 30px;
	width: 400px;
}

#locations {
	display: block;
}

.splash_image {
	float: left;
	position: relative;
}

#splash_carrier {
	/* position: relative; */
	width: 1950px;
	z-index: 1;
}

.splash_control {
/*
	background-color: #E7FAFC;
	border: 2px solid #77C243;
*/
	background: url("/images/noncurrent_splash.png");
	cursor: pointer;
	float: left;
	height: 19px;
	margin-left: 5px;
/*
	padding: 5px;
	padding-bottom: 2px;
	padding-top: 2px;
*/
	width: 19px;
}

.splash_control_current {
	/* background-color: #C7EEF3; */
	background: url("/images/current_splash.png");
}

.splash_control a {
	color: #77C243;
	font-size: 12px;
	font-weight: bold;
}

#splash_controls {
	bottom: 10px;
	position: absolute;
	right: 10px;
	z-index: 999;
}
