
/*	Eagles Nest at Platte Valley
	css updated 5/509 */

/*  Color documentation */

/*  End color documentation */
{
	padding:0;
	border:0;
	margin:0;
	color:#000;
	text-align:center;
}
html, body, #wrap
{	
	height:100%;
	background-color:#AFB6C8;
	font-size:100%; /* http://www.alistapart.com/articles/howtosizetextincss/ */
	line-height:1.125em; /* 16x1.125=18px */
	font-family: georgia, serif; /* new */
}
body > #wrap {
	height:auto;
	min-height:100%;
}
/* ------------------------------Header------------------------------ */
#header {padding:15px 0 15px 0;
	height:150px;
	}
#header #logo {width:800px;
	margin:0 auto;
	padding:0 10px 0 100px;}
#header img.logo {margin-top:20px;}
#name {padding-bottom:58px;}
/* ------------------------- End Header ---------------------------- */
#main {width:800px;
margin:0 auto;
padding-bottom: 60px;}  /* must be same height as the footer */
#h2Std {
	line-height:1.4 em;
	color:#000000;
	font-family:Verdana, Geneva, sans-serif;
	font-size:1.2 em;
}
#footer2 {position: relative;
	margin-top: -60px; /* negative value of footer height */
	height: 60px;
	clear:both;}
h1 {
	text-align:center;
	color:#641240;
	padding-top:5px;
}
/* ------------------------- CLEAR FIX ------------------------- */
.clearfix:after {content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;}
.clearfix {display: inline-block;}
/* ------------------------- Hides from IE-mac ------------------------- */
* html .clearfix { height: 1%;}
.clearfix {display: block;}
/* ------------------------- End hide from IE-mac ------------------------- */
#footer2 {
	margin-top:-60px;
	height:60px;
	text-align:center;
	clear:both;
/* 	overflow:hidden; */
	font-family:Arial, Helvetica, sans-serif;
	font-size:9px;
    line-height: 1.2em;
	color:#000;
}
#footer2 a:link, a:visited { color:#641240; text-decoration:none;}
#footer2 > a:hover {color:#FFF;}
#MapGif {float:left;
	z-index:10;
}
#webmaster {font-size:.95em;}
.floatR {
	float:right;
}
.floatL {
	float:left;
}
.imgStd {
	margin:0;
	padding-right:5px;
	padding-bottom:5px;
}
p, p.std {
	font-size:14px; /* 16 std x .875 = 14px or 16 x .75 = 12px */
	font-family: Arial, Helvetica, sans-serif;
	line-height:1.125em;
	margin: .4em .5em .8em .5em;
	text-align:left;
	color:#03C;
}
/* ----------------------------- CLASSES --------------------------- */
.capital {
	font:70px/50px "Book Antiqua", Arial, "Times New Roman";
	color: #641240;
	background: #AFB6C8;
	border: 1px solid #641240;
	padding: 5px 5px 2px 4px;
	margin-right: 5px;
	margin-top: 2px;
	float: left;
}
.leadIn {
	font-family:"Book Antiqua", Arial;
	color:#641240;
	font-size:1.2em;
	font-style:italic;
}
.caption {
	font-family:"book antiqua", Arial, sans-serif;
	font-size:.8em;
	color:#641240;
	text-align:center;
}
.borderTestBlack {
	border:1px solid #000000;
}
.borderTestRed {
	border:1px solid #641240;
}
.clearDiv {
	clear:both;
}
#directions {
	font-family:georgia, serif;
	font-size:1em;
	margin: 0 auto;
	text-align:center;
	width: 700px;
	padding: 5px;
}
/* ------------ menu stuff ------------ */
ul { width:800px;
margin: 0 auto;
text-align:center;
	list-style-type:none;
padding-bottom:6px;
}
li {
	display:inline;
}
li a:link, li a:visited{color:#641240;
/* width:100px; */
font-size:12px;
font-family:Georgia, "Times New Roman", Times, serif;
/* padding-right:30px; */
text-decoration:none;
padding:5px;
}
li a:hover{
color:#FFF;
}
li.border {
	/* border-right:1px dashed #FFF; */
padding-right:30px;
}
.italic {
	font-style:italic;
	font-weight:bold;
}
.amenities > .button  {
	padding-right:5px;
}
/* -------------- End of menu stuff ------------- */
.center {
	text-align:center;
	margin:0; padding:0;
}
.imgleft {
	padding:10px;
	border:none;
	float:left;
}
.imgright {
	padding:10px;
	border:none;
	float:right;
}
.photo {
	padding:5px;
}
