/* @group Feature Photos */
div.feature {
	position: relative;
	clear: both;
	width: 59.375em;
	height: 21.25em;
	position: relative;
	z-index: 3;
	top: .75em;
	margin-bottom: 3em;
	/* pixels for thin border line */
	border: 1px solid #7d7d7d;
	overflow: hidden;
}

div.featureSlide {
	position: absolute;
	top: 0;
}

div.feature img {
	height: 21.25em;
	width: 59.375em;
}

div.feature div.next a,
div.feature div.previous a {
	background-color: #666;
	height: 21.25em;
	width: 1.875em;
	position: absolute;
	top: 0;
	text-decoration: none;
	opacity: 0.25;
	-webkit-transition: opacity .25s ease-in-out;
	-moz-transition: opacity .25s ease-in-out;
	-o-transition: opacity .25s ease-in-out;
	-ms-transition: opacity .25s ease-in-out;
	transition: opacity .25s ease-in-out;
}

div.feature div.next a:hover,
div.feature div.previous a:hover {
	text-decoration: none;
	opacity: .8;
}

div.feature div.previous a {
	left: 0;
}

div.feature div.next a {
	right: 0;
}

div.feature img.arrow {
	position: absolute;
	top: 45%;
	right: 18.75%;
	height: 1.875em;
	width: 1.1875em;
}

/* feature text */
div.featureText {
	position: absolute;
	z-index: 10;
	bottom: 1.5em;
	left: 3.685em;
	width: 35.75%;
}

div.featureText h2 {
	color: #000;
	font-size: 187.5%;
	font-weight: bold;
	line-height: 1.125em;
}

div.featureText p {
	font-size: 87.5%;
	color: #636363;
	font-style: italic;
	margin: .5em 0;
}

div.featureText p.more a {
	text-decoration: none;
	color: #636363;
	font-style: normal;
	text-transform: uppercase;
	font-size: 68.5%;
}

div.featureText p.more a:hover {
	text-decoration: underline;
}
/* @end */

/* @group Content */
div#content_box {
	float: left;
	width: 73%;
}

p.lead {
	font-size: 112.5%;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #999;
	line-height: 1.5em;
}

p.more {
	margin-top: .5em;
}

p.more a {
	font-size: 75%;
	text-transform: uppercase;
	color: #900;
	font-weight: bold;
}

/* @end */

/* @group News and Events */
div.news_events {
	float: right;
	width: 25%;
	border-left: solid thin #000;
}

div.news_events h2 a {
	font-size: 62.5%;
	background-color: #000;
	padding: .5em;
	font-weight: bold;
	text-transform: uppercase;
	display: block;
}

div.news_events h2 a:hover {
	text-decoration: none;
	background-color: #002868;
}
/* @end */

/* @group Footer */
body#home div#footer {
	padding-top: 0 !important;
}
