@charset "UTF-8";
/* CSS Document */

/* home styles */

#container {
	min-height: 0;
}

/* slider */

#supersized {
	position: absolute;
	top: 140px;
	height: 500px;
	width: 100%;
	left: 0;
	overflow: auto;
	display: block;
}

/* content */

#home_content {
	height: 500px;
}

#intro_text {
	position: relative;
	font-size: 23px;
	line-height: 27px;
	color: #58595b;
	z-index: 500;
	background-image: url('/images/tint_black_50.png');
	width: 260px;
	padding: 35px 25px 0;
	height: 265px;
	margin-left: 55px;
}

#intro_text h1 {
	text-transform: uppercase;
	color: white;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 31px;
	line-height: 31px;
	text-shadow: 0 1px 3px rgba(0,0,0,.5);
}

#intro_text p {
	color: white;
	font-size: 15px;
	line-height: 18px;
	margin-top: 10px;
	text-shadow: 0 1px 2px rgba(0,0,0,.5);
}

#intro_text .home_arrow {
	display: block;
	width: 27px;
	height: 28px;
	background: transparent url('/images/home_arrow.png') top left no-repeat;
	top: 252px;
	left: 260px;
	position: absolute;
}

#intro_text .home_arrow:hover {
	background-position: bottom left;
}

/* footer */

#footer {
	margin-top: -50px;
}

#footer > div {
	border-top: 0;
}