


#homeCycle {
	padding: 25px 50px;
	height: 413px;
	background: transparent url(../images/homepage/bg-cycle-area.png) left bottom no-repeat;
}

#homeCycle .inner {
	position: relative;
	left: 0;
	top: 0;
	height: 412px;
}

#cycleImages {
	width: 830px;
	height: 412px;
	position: absolute;
	left: 0;
	top: 0;
	display: none;
}

#cycleImages div,
#cycleImages a,
#cycleImages img {
	position: absolute;
	left: 0;
	top: 0;
	width: 830px;
	height: 412px;
	display: block;
}

/*#cycleImages a span.videoPlayButton {
	position: absolute;
	left: 374px;
	top: 165px;
	width: 82px;
	height: 82px;
	background: transparent url(../images/homepage/circle-video-button.png) left top no-repeat;
	z-index: 999;
}*/

#cycleNav {
	position: absolute;
	right: 20px;
	top: 382px;
}

#cycleNav span {
	float: left;
	width: 16px;
	height: 16px;
	cursor: pointer;
	background: transparent url(../images/homepage/bg-cycle-nav.png) 0 -30px no-repeat;
}
	#cycleNav span.on {
		background-position: 0 0;
	}







#main-content {
	width: 100%;
}

#main-content ul {
	margin: 0;
	list-style: none;
}

#main-content li {
	padding: 0;
}

#main-content h1.flir-replaced {
	padding-top: 10px;
}



#main-content #homeContent {
	padding: 30px 50px;
}

#main-content #homeContent .text {
	float: left;
	width: 560px;
}

#main-content #homeContent .text h1 {
	margin: 0;
	padding: 0 0 10px 0;
	color: #85271f;
	font-weight: bold;
	font-size: 27px;
	line-height: 32px;
	border-bottom: none;
	text-transform: none;
}

#main-content #homeContent .text p {
	margin: 0;
	padding: 8px 0;
	color: #4d4d4d;
	font-size: 17px;
	line-height: 28px;
}

#main-content #homeContent .image {
	float: right;
	width: 200px;
	text-align: right;
}




#homeColumn1 {
	width: 320px;
	float: left;
}

#homeColumn2 {
	width: 560px;
	float: right;
}

#homeColumn1 > div,
#homeColumn2 > div {
	border-top: 1px solid #b3b3b3;
}
	#homeColumn1 > div {
		padding: 10px 0 40px 50px;
	}
	#homeColumn2 > div {
		padding: 10px 40px 30px 0;
		clear: both;
	}

#homeColumn1 h2,
#homeColumn2 h2 {
	padding: 0 0 5px 0;
	font-weight: bold;
	font-size: 22px;
	line-height: 28px;
	color: #6a93a3;
}





#homeColumn1 ul.quickLinks {
	margin: 0;
	padding: 3px 0;
	display: block;
	font-size: 19px;
	line-height: 22px;
	color: #6a93a3;
}


#homeColumn1 ul.quickLinks li {
	margin: 0;
	padding: 0;
	display: block;
	font-size: 19px;
	line-height: 22px;
	color: #6a93a3;
}

#homeColumn1 ul.quickLinks li a {
	margin: 0;
	padding: 3px 0;
	display: block;
	color: #6a93a3;
	text-decoration: none;
}
	#homeColumn1 ul.quickLinks li a:hover {
		color: #85271f;
		text-decoration: none;
	}





#homeColumn1 #newsList {
}

#homeColumn1 #newsList ul li {
	margin: 0;
	padding: 16px 0 0 0;
	display: block;
	color: #666;
	font-size: 12px;
	line-height: 16px;
}

#homeColumn1 #newsList ul li a {
	display: block;
	color: #666;
	text-decoration: none;
}
	#homeColumn1 #newsList ul li a:hover {
		color: #85271f;
		text-decoration: none;
	}

#homeColumn1 #newsList ul li a span.date {
	display: block;
	text-transform: uppercase;
	font-weight: bold;
}

#homeColumn1 #newsList ul li a span.more {
	color: #85271f;
	white-space: nowrap;
}



#homeColumn2 p {
	font-size: 12px;
	line-height: 19px;
	margin: 0;
	padding: 4px 0;
}
	#homeColumn2 p.inset {
		padding-left: 220px;
	}

#homeColumn2 img.inset {
	float: left;
	margin: 7px 15px 10px 0;
}



#homeColumn2 a.mBtn {
	margin: 10px 8px 0 0;
	float: left;
	display: block;
	height: 27px;
	background: #85271f url(../images/homepage/bg-multi-button-left.png) left top no-repeat;
	text-decoration: none;
}
	#homeColumn2 a.mBtn:hover {
		background-color: #9a372f;
	}

#homeColumn2 a.mBtn span {
	display: block;
	height: 17px;
	padding: 4px 25px 6px 8px;
	font-size: 13px;
	line-height: 17px;
	color: #fff;
	background: transparent url(../images/homepage/bg-multi-button-right.png) right top no-repeat;
}



#homeColumn2 a.stack {
	margin: 0 0 0 8px;
	display: block;
	width: 124px;
	float: left;
	font-weight: bold;
	font-size: 13px;
	line-height: 14px;
	color: #666;
}
	#homeColumn2 a.stack:first-child {
		margin-left: 0;
	}

#homeColumn2 a.stack img {
	width: 124px;
	height: 182px;
	display: block;
}

#homeColumn2 a.stack span {
	padding: 8px 3px;
	display: block;
}












#text {
	float: left;
	width: 405px;
	padding: 30px 25px 10px 20px;
	font-size: 14px;

}

#text p {
	line-height: 22px;
}

img#homepage-image {
	float: right;
	margin-top: 13px;
	margin-right: -10px;
}

#news {
	clear: both;
	background: #b9ccd4;
	position: relative;
	padding: 17px 470px 17px 10px;
	color: #fff;
	min-height: 60px;
}

#news h3 {
	color: #c9d2d1;
	text-transform: uppercase;
	font-size: 21px;
	position: absolute;
	top: -20px;
	font-weight: bold;
}

#news li {
	padding: 2px 0 2px 0;
	position: relative;
}

#news li span {
	position: absolute;
	width: 8.1em;
	left: 0;
	text-align: right;
}

#news li span.desc {
	position: static;
	width: 150px;
	left: 0;
	text-align: right;
}

#news li a {
	color: black;
	border: 0;
	margin-left: 9em;
}

#quote {
	position: absolute;
	right: 0px;
	width: 450px;
}
#quote blockquote {
	color: #fff;
	font-size: 20px;
	padding-top: 10px;
}

#quote p {
	margin: 0;
	margin-top: 10px;
}

#quote p a {
	color: #fff!important;
	border-color: #fff;
}

#giving-to h3 {
	background: #85271F url(../images/homepage/giving-to.png) center center no-repeat;
	float: left;
	color: #fff;
	height: 40px;
	font-size: 27px;
	text-transform: uppercase;
	padding-top: 10px;
	text-align: center;
	width: 185px;
	text-indent: -5000px;
}

#giving-to li {
	float: left;
	background: #4D4D4D;
	color: #fff;
	text-transform: uppercase;
	width: 147px;
	height: 50px;
}

#giving-to a {border: 0;}

#giving-to a.item {
	display: block;
	height: 30px;
	padding: 10px 10px 0 10px;
	color: #fff;
	border: 0;
	border-left: 1px solid #fff!important;
}

#giving-to li:first-child a.item {
	border: 0!important;
}

#giving-to a.slide {
	position:absolute; 
	overflow:hidden; 
	width:148px; 
	bottom: 0px;
	display:none; 
	background:#000; 
	z-index:200; 
	text-align: center;
/*	opacity:0;*/
}

#main-content #giving-to a:hover {
	text-decoration: none;
}

#giving-to li span {
	display: block;
	background: #96AA43;
	color: #fff;
	font-size: 12px;
	font-weight: normal;
	padding: 10px;
}

#giving-to img {
	margin: 10px 0;
}

