@charset "UTF-8";
header, section, aside, article, footer {
	display: block
}

@import url(https://fonts.googleapis.com/css?family=Droid+Sans:400);
html {
	overflow-y: scroll;
}
body {
	font: 62.5%/125% Arial, Helvetica, sans-serif;
	color: #333;
	text-align: center;
	margin: 0px;
	padding: 0px;
	background: #000;
}
a img {
	border: none;
}
/*Layout*/
#wrapper {
	font-size: 1em;
	line-height: 150%;
	color: #000;
	margin: 0 auto;
	padding: 0;
	width: 900px;
	background: url(../_images/inside_bg.gif) repeat-y center 150px;
}
header {
	background: url(../_images/riverton/riverton_header.jpg) no-repeat;
	height: 95px;
	position: relative;
	padding: 55px 0px 0px 210px;
	text-align: left;
}
header h1 {
	font: italic 1.6em "Times New Roman", Times, serif;
	color: #800000;
}
/*section*/
section {
	width: 850px;
	padding: 0 0 0 28px;
}
section img {
	width: 807px;
	height: auto;
	display: block;
	margin-left: 18px;
}
section.greenRiver {
	width: 850px;
	padding: 0 0 0 45px;
	overflow: hidden;
}
section.greenRiver img {
	width: 809px;
	height: auto;
	display: block;
	margin: 0;
}

section.riverton {
	width: 806px;
	margin: 0 auto;
	padding: 0;
}
section.riverton img {
	width: 100%;
	height: auto;
	display: block;
	margin: 0 auto;
}

/*counters*/
section.pages {
	counter-reset: pages;
	margin: 0 10px 0 0;
	display: flex;
	justify-content: flex-end;
	padding-right: 15px;
	position:absolute;
	top: -10px;
	right: 25px;
}
section.pages a {
	counter-increment: pages;
	font-family: 'Droid Sans', sans-serif;
	font-size: 0.9em;
	margin: 3px;
	padding: 4px 8px;
	border-radius: 5px;
	border: 1px solid #333;
	text-decoration: none;
	text-align: center;
	color: #333;
	transition: all .5s ease;
	background-color: #f3e6c0;
}
section.pages a:before {
	content: counter(pages);
}
section.pages a:hover {
	color: #fff;
	border-color: #fff;
	box-shadow: 0 0 7px #666;
	background: #800;
}

/*footer*/
footer {
	color: maroon;
	background: url(../_images/footer_bg.gif) no-repeat;
	height: 120px;
	padding: 30px 0 0;
}
footer p {
	font-size: 1.1em;
	line-height: 125%;
	margin: 0;
	padding: 0 0 5px 0;
}
footer img {
	margin: 10px 10px 0 0;
}
footer a {
	color: maroon;
	text-decoration: none;
}
footer a:hover {
	text-decoration: underline;
}
/*menu*/
#menu, #menu_2, #menu_3 {
	position: absolute;
	width: 670px;
	top: 80px;
	left: 185px;
	font: 800 1.2em/0.9em Arial, Helvetica, sans-serif;
	color: #FFF;
	padding: 10px 0 0;
	height: 30px;
	letter-spacing: 1px;
}
#menu ul, #menu_2 ul, #menu_3 ul {
	list-style: none;
	margin: 0;
	padding: 0;
	height: 35px;
}
#menu li, #menu_2 li, #menu_3 li {
	float: left;
	position: relative;
}
#menu ul li a, #menu_2 ul li a, #menu_3 ul li a {
	display: block;
	color: white;
	text-decoration: none;
	padding: 10px 12px;
	margin: 0 3px 0 0;
	text-align: center;
}
#menu ul li a {
	background: #800000;
}
#menu_2 ul li a {
	background: #3a7c18;
}
#menu_3 ul li a {
	background: #15698c;
}
#menu ul li a:hover, #menu_2 ul li a:hover, #menu_3 ul li a:hover {
	background: #333;
}
#menu ul ul, #menu_2 ul ul , #menu_3 ul ul{
	position: absolute;
	top: 30px;
	z-index: 99;
	visibility: hidden;
}
#menu li:hover ul, #menu_2 li:hover ul, #menu_3 li:hover ul {
	visibility:visible;
}
#menu li:hover ul li a, #menu_2 li:hover ul li a, #menu_3 li:hover ul li a {
	text-decoration: none;
	width: 104px;
	padding: 5px 3px 4px 3px;
	border-bottom: solid 1px white;
	font: normal 0.8em/120% Arial, Helvetica, sans-serif;
	display: block;
	text-shadow: none;
	height: auto;
}
#menu li:hover ul li a {
	background: #ec5d2f;
	color: #fff;
}
#menu_2 li:hover ul li a {
	background: #BFDDE4;
	color: #000;
}
#menu_3 li:hover ul li a {
	background: #BFDDE4;
	color: #000;
}
#menu li:hover ul li a:hover {
	background: #666;
}
#menu_2 li:hover ul li a:hover {
	background: #666;
	color: #fff;
}
#menu_3 li:hover ul li a:hover {
	background: #666;
	color: #fff;
}
#menu li:hover ul li:first-child a, #menu_2 li:hover ul li:first-child a, #menu_3 li:hover ul li:first-child a {
	border-top: solid 1px white;
}
#menu li:hover ul li:first-child a:hover, #menu_2 li:hover ul li:first-child a:hover, #menu_3 li:hover ul li:first-child a:hover {
	border-top: solid 1px white;
}
iframe {
	background: #d6c38b;
	padding: 6px;
	border: outset 5px #d19f13;
	width: 400px;
	height: 300px;
}
/*classes*/
.floatleft {
	float: left;
}
.marginleft {
	margin-left: 25px;
}
.location {
	width: 90%;
	height: 420px;
	font-size: 2em;
	line-height: 150%;
	margin: 0 auto;
	padding: 0 10px;
}
.clear {
	clear:both;
}
.centerblock {
	display: block;
	margin: 0 auto;
}