/* CONTENT
========================================================================================= */
#content {
	width: 844px;
	/*float: left;*/
}

/* SLideshow
========================================================================================= */

#slideshow {
	position: relative;
	width: 434px;
	height: 289px;
	background-color: #eee;
	overflow: hidden;
}

#slideshow_logo {
	position: absolute;
	right: 20px;
	top: 20px;
	z-index: 100;
}
#slideshow h1{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	padding: 9px;
	z-index: 100;
	color: #fff;
	text-align: center;
}
#slideshow h1 b{
	position: absolute;
	z-index: -1;
	background-color: #000;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	opacity: .3;
}



#gallery_carousel img{
 	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
#gallery_carousel {
	position:relative;
	height:350px;
}

#gallery_carousel li {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
}

#gallery_carousel li.active {
    z-index:10;
    opacity:1.0;
}

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






/* small blocks
========================================================================================= */
#small_blocks {
	position: relative;
	margin-top: 14px;
	width: 433px;
	height: 298px;
}

#small_blocks h2 {
	font-size: 1.45em;
	color: #1c1c1c;
}

#gps {
	position: absolute;
	bottom:0;
	left:0;
	width: 209px;
	height: 143px;
	background: url('/images/index/smblock_gps.png') no-repeat;
	
}
	#gps h2 a {
		position: absolute;
		left: 37px;
		top: 17px;
		color: #1c1c1c;
		font-weight: bold;
		text-decoration: none;
	}

#iphone {
	position: absolute;
	top:0;
	right:0;
	width: 210px;
	height: 143px;
	background: url('/images/index/smblock_iphone.png') no-repeat;
	
}
	#iphone h2 {
		position: absolute;
		left: 114px;
		top: 17px;
	}
	#iphone a {
		position: absolute;
		left: 114px;
		top: 83px;
		color: #1c1c1c;
		font-weight: bold;
		text-decoration: none;
		line-height: 120%;
	}

#paper {
	position: absolute;
	top:0;
	left:0;
	width: 209px;
	height: 143px;
	background: url('/images/index/smblock_paper.png') no-repeat;
	
}
	#paper h2 {
		position: absolute;
		left: 57px;
		top: 17px;
	}
	#paper a {
		position: absolute;
		left: 134px;
		top: 65px;
		color: #1c1c1c;
		font-weight: bold;
		text-decoration: none;
		line-height: 120%;
	}

#print {
	position: absolute;
	bottom:0;
	right:0;
	width: 210px;
	height: 143px;
	background: url('/images/index/smblock_print.png') no-repeat;
	
}
	#print h2 {
		position: absolute;
		left: 57px;
		top: 17px;
	}
	#print h4 {
		position: absolute;
		right: 110px;
		top: 58px;
		color: #1c1c1c;
		font-weight: bold;
		line-height: 120%;
		text-align: right;
	}
	#print span {
		position: absolute;
		right: 110px;
		top: 98px;
		color: #555;
	}
#monthly {
	position: absolute;
	bottom:0;
	right:0;
	width: 210px;
	height: 143px;
	background: url('/images/index/smblock_monthly.png') no-repeat;
	
}
	#monthly h2 {
		position: absolute;
		left: 34px;
		top: 17px;
	}
	#monthly a {
		position: absolute;
		left: 98px;
		top: 54px;
		width: 100px;
		text-decoration: none;
		color: #1c1c1c;
		font-weight: bold;
		line-height: 120%;
	}

/* gmap
========================================================================================= */
#gmaparea {
	position: absolute;
	left:450px;
	width: 399px;
	height: 601px;
}
#gmapheader {
	background: url('/images/index/gmapheader.png') no-repeat;
	width:381px; 
	height:37px;
	padding: 18px 0 0 18px;
}
#gmapheader h2 {
	font-size: 1.45em;
	color: #1c1c1c;
}
#gmap {
	width: 399px;
	height: 546px;
}

/* HRCA
========================================================================================= */

.welcome_hrca {
	width: 814px;
	height: 32px;
	margin-bottom: 14px;
	padding: 0 14px;
	border: 1px solid #cccccc;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	display: table;
	text-align: left;
}
.welcome_hrca .middle {
	display: table-cell;
	vertical-align: middle;
}

.welcome_hrca h1 {
	display: inline;
	margin: 0 20px 0 8px;
	vertical-align: middle;
}
.welcome_hrca img {
	vertical-align: middle;
}

