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

/* ! masthead, m1 etc. */


#homepageContent {
	width: 1000px;
	height: 290px;
	position: relative;
	overflow: hidden;
	clear: both;
}

#hpSlides, #hpSlides li {
	position: relative;
	width: 600px;
	height: 290px;
	overflow: hidden;
	padding: 0;
	margin: 0;
	text-indent: 0;
	list-style: 0px;
}

#hpSlides li {
	position: absolute;
	top:0;
	left:0;
	z-index:8;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);					
	opacity: .0;
}

.hpGalleryLabel {
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 600px;
	overflow: hidden;
	color: #FFFFFF;
	background: url(/assets/layout/tint_bg.png);
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0.4)";
	filter: alpha(opacity=0.4);					
	opacity: .4;
	text-decoration: none;
}

* html .hpGalleryLabel {
	background: #000000;
}


.hpGalleryLabel span {
	float: left;
	width: 500px;
	margin: 5px 20px;
}


#hpSlides li.active {
    z-index:10;
}

#hpSlides li.last-active {
    z-index:9;
}

#homepageText {
	position: absolute;
	right: 0;
	top: 0;
	width: 360px;
	height: 250px;
	z-index: 1;
	background: url(/assets/layout/hp_bg.gif) repeat-x top #0048FF;
	padding: 40px 20px 0;
	font: 14pt/24pt clientFont, "Lucida Sans", Helvetica, Arial, sans-serif;
	color: #f8f8f8;
	text-shadow: -1px -1px 1px rgba(0,0,255,.5);
}

* html #homepageText {
/* 	width: 400px; */
	height: 300px;
}

#homepageText p {
	margin: 0;
}

#document {
	width: 600px;
	margin: 0;
}

#pageCopy {
	width: 500px;
}

#contentRight {
	width: 360px;
	padding-top: 0;
}

#brochure a, #brochure a:visited {
	display: block;
	background: url(/assets/layout/brochure_cover.png) left top no-repeat;
	font: 14pt/70px clientFont;
	text-decoration: none;
	text-shadow: -2px -2px 2px rgba(0,0,255,.5);
	padding: 5px 0 10px 80px;
}



