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

html, body {
	height: 100%;
	margin:0;
}

.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0px auto -79px;
}

.header {
	position:relative;
	margin:0 auto;
	padding:0px;
	width:1040px;
	height:172px;
	}
	.header img.logo {
		position:absolute;
		left:15px;
		top:5px;
		z-index:1;
}

.footer, .push {
	margin: 0 auto;
	height:59px;
	padding-top:20px;
	font-size:0.9em;
}

.footer .footercontent {
	margin:0 auto;
	width:950px;
}

.content {
	margin: 0 auto;
	padding:0 0 20px 0;
	width: 1040px;
	background:url(../images/bg.index_shadowbox.png) no-repeat center top;
}

.content .subcontent {
	padding:20px 40px 0 40px;
	min-height:300px;
}

.content .shadowbox {
	position:relative;
	height:300px;
	width:1000px;
	padding:0;
	margin-left:20px;
	left:0;
	}
	.content .shadowbox img {
		margin:14px;
	}
	.content .shadowbox .quote {
		position:absolute;
		width:900px;
		top:170px;
		left:13px;
		background:url(../images/bg.quote.png) repeat-y top left;
	}
	.content .shadowbox .quote p {
		padding:10px 350px 10px 80px;
}

ul.menu {
	position:absolute;
	top:125px;
	left:159px;
	padding:0;
	z-index:200000;
	}
	ul.menu li {
		float:left;
		margin:0 1px 0 0;
	}
	ul.menu li a {
		display:block;
		padding:7px;
		width:97px;
		height:17px;
	}	
	ul.menu li a.last {
		width:96px;
		background-position:left;
	}
	ul.menu li a.home {
		width:50px;
}

.clr {
	clear:both;
	float:none;
	height:1px;
}

.box1, .box2, .box3, .box4 {
	float:left;
	margin-right:35px;
}
.box1 {
	width:650px;
}
.box2 {
	width:250px;
}
.box3 {
	width:275px;
	margin-right:0;
}


.fullwidth {
	width:100%;
}

#cycle {
	display:none;
	height:300px;
	position:relative;
	z-index:1;
}
	
/*

Sticky Footer by Ryan Fait - Thanks Ryan!
http://ryanfait.com/

*/
