/* Home Styles */

#HomeHero, #SubHero {
	position: relative;
	width: 100%;
	height: auto;
	margin-top: 0;
}

#HomeHero img, #SubHero img {
	width: 100%;
	height: auto;
	border-bottom: solid 6px #9d0d08;
}

#OverlayBackground {
	position: relative;
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	color: #FFF;
	z-index: 99;
	background: rgba(0,0,0,0.00);
}

#OverlayContainer {
	position: absolute;
	width: 34%;
	top: 14em;
	font-size: 1.1em;
	line-height: 1.5em;
	font-style: italic;
	text-align: left;
	padding: 1em 1.75em;
	color: #333;
	background: rgba(255,255,255,0.85);
	cursor: pointer;
}

.OverlayContainerHead {
	text-align: left;
	font-style: normal;
	font-weight: bold;
	margin: 0 0 .7em 0;
	padding: 0 0 .7em 0;
	color: #9d0d08;
	font-size: 1.5em;
	border-bottom: solid 1px #b4ae8c;
}
	

#HomeContent {
	background: rgba(0,100,0,0.00);
	position: relative;
	margin: 1em 0 1em 0;
}

.AboutUs {
	font-size: 1.3em;
	font-style: italic;
	color: #a8a283;
	padding: 1.5em 0;
	width: 100%;
	line-height: 1.7em;
	text-align: center;
}

.HomePanel {
	position: relative;
	width: 23%;
	min-height: 100%;
	float: left;
	padding: 0 .8em;
	margin-bottom: 2em;
	background: rgba(0, 0,0,0.00);
	cursor: pointer;
}

.PanelImage {
	border-bottom: solid 1px #b4ae8c;
	padding-bottom: 1.2em;
}

.PanelImage img {
	width: 100%;
	height: auto;
}

.HomePanel li {
	list-style: none;
	line-height: 1.75em;
}

.HomePanel:first-child {
	padding-left: 0;
}

.HomePanel:last-child {
	padding-right: 0;
}

.PanelHeader {
	font-size: 1.4em;
	padding: .5em .1em .6em .1em;
	width: 90%;
	margin: 0;
	text-align: left;
	color: #098204;
	border: none;
}

.HomePanel div {
	width: 90%;
	margin: .5em 0 0 .1em;
	color: #5A5A5A;
	line-height: 1.5em;
}

.HomePanelContent {
}

.HomePanelLink {
	text-align: right;
	margin: 1em 1em 0 0;
}

.HomePanelLink a {
	text-decoration: none;
}

.LinkArrows {
	color: #EF7424;
}


/* Rotator Styles */

.rslides {
	position: relative;
	list-style: none;
	overflow: hidden;
	width: 100%;
	padding: 0;
	margin: 0;
}

.rslides li {
	-webkit-backface-visibility: hidden;
	position: absolute;
	display: none;
	width: 100%;
	left: 0;
	top: 0;
}

.rslides li:first-child {
	position: relative;
	display: block;
	float: left;
}

.rslides img {
	display: block;
	height: auto;
	float: left;
	width: 100%;
	border: 0;
}

/* pager dots */
.rslides_tabs {
	position: absolute;
	right: 2em;
	bottom: 1em;
	z-index: 9999;
}

.rslides_tabs li {
	display: inline-block;
	margin-left: .5em;
}

.rslides_tabs a {
	text-indent: -9999px;
	overflow: hidden;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	background: #4D854D;
	background: rgba(77,133,77,0.60);
	display: inline-block;
	-webkit-box-shadow: inset 0 0 2px 0 rgba(0,0,0,.3);
	-moz-box-shadow: inset 0 0 2px 0 rgba(0,0,0,.3);
	box-shadow: inset 0 0 2px 0 rgba(0,0,0,.3);
	width: 9px;
	height: 9px;
}

.rslides_here a {
	background: rgba(255,255,255,0.60);
	color: #F00;
}

