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

/***** Hero area *****/
#hero-area {
	position: relative;
	width: 940px;
	padding: 0px 10px 0px 10px; /*top, right, bottom, left*/
	margin: 0px 0px 0px 0px; /*top, right, bottom, left*/
	height:800px;
	background-image:url(..);	/*background graphic for standard hero area*/
	background-position: top center;
	background-repeat:repeat;
}

#logo {
	position: absolute;
	left: 188px;
	top: 0px;
	width: 590px;
	height: 191px;
}

#nav-div {
	position: absolute;
	left: 26px;
	top: 269px;
	width: 270px;
	height: 150px;
}

#intro-copy {
	position: absolute;
	left: 373px;
	top: 266px;
	width: 552px;
	height: 254px;
}

	#intro-copy h1 {
		font-size:16px;
		font-weight:normal;
		line-height:18px;
		color:#FFF;
	}

#whatwedo {
	position: absolute;
	left: 323px;
	top: 221px;
	width: 580px;
	height: 408px;
}

	#whatwedo h1 {
		font-size:20px;
		font-weight:bold;
		line-height:18px;
		color:#FFF;
		padding: 70px 0px 0px 200px; /*top, right, bottom, left*/
		margin: 0px 0px 0px 0px; /*top, right, bottom, left*/
	}

	#whatwedo p {
		font-size:15px;
		font-weight:normal;
		line-height:18px;
		color:#FFF;
		padding: 20px 25px 0px 200px; /*top, right, bottom, left*/
		margin: 0px 0px 0px 0px; /*top, right, bottom, left*/
	}

#testimonials {
	position: absolute;
	left: 360px;
	top: 295px;
	width: 478px;
	height: 439px;
}

	#testimonials h1 {
		font-size:20px;
		font-weight:bold;
		line-height:18px;
		color:#FFF;
		padding: 0px 0px 0px 0px; /*top, right, bottom, left*/
		margin: 0px 0px 0px 0px; /*top, right, bottom, left*/
	}

	#testimonials p {
		font-size:15px;
		font-weight:normal;
		line-height:18px;
		color:#FFF;
		padding: 20px 0px 0px 0px; /*top, right, bottom, left*/
		margin: 0px 0px 0px 0px; /*top, right, bottom, left*/
	}

#gallery {
	position: absolute;
	left: 360px;
	top: 295px;
	width: 478px;
	height: 439px;
}

	#gallery h1 {
		font-size:20px;
		font-weight:bold;
		line-height:18px;
		color:#FFF;
		padding: 0px 0px 0px 0px; /*top, right, bottom, left*/
		margin: 0px 0px 0px 0px; /*top, right, bottom, left*/
	}

	#gallery p {
		font-size:15px;
		font-weight:normal;
		line-height:18px;
		color:#FFF;
		padding: 20px 0px 0px 0px; /*top, right, bottom, left*/
		margin: 0px 0px 0px 0px; /*top, right, bottom, left*/
	}

/*** set the width and height to match your images **/
#slideshow {
	width:470px;
	height:567px;
	margin:0px 0px 0px 0px; /*top, right, bottom, left*/ 
	padding:0px 0px 0px 0px; /*top, right, bottom, left*/
	position:relative;
	float:left;
}

#slideshow IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:997;
    opacity:0.0;
}

#slideshow IMG.active {
    z-index:999;
    opacity:1.0;
}

#slideshow IMG.last-active {
    z-index:998;
}
/*******/


#contact {
	position: absolute;
	left: 360px;
	top: 295px;
	width: 478px;
	height: 439px;
}

	#contact h1 {
		font-size:20px;
		font-weight:bold;
		line-height:18px;
		color:#FFF;
		padding: 0px 0px 0px 0px; /*top, right, bottom, left*/
		margin: 0px 0px 0px 0px; /*top, right, bottom, left*/
	}

	#contact p {
		font-size:15px;
		font-weight:normal;
		line-height:18px;
		color:#FFF;
		padding: 20px 0px 0px 0px; /*top, right, bottom, left*/
		margin: 0px 0px 0px 0px; /*top, right, bottom, left*/
	}
