@charset "utf-8";
/* CSS Document */
html {
	background: url(img/wood_background.jpg) no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	height: 100%;
	width: 100%;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.footer {
	position: fixed;
	bottom: 0px;
	color: #cbc4a2;
	font-size: 12px;
	z-index: 3;
}
.content {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	top: 0px;
	z-index: 2;
	width:700px;
}
.header {
	position: absolute;
	top: 0px;
	z-index: 1;
}
#stoney_header {
	margin-top:58px;
	box-shadow: 0px -20px 20px -20px #000, 20px 0px 20px -20px #000, -20px 0px 20px -20px #000;
}
.header_text {
	color: #8b4b21;
}
.body_text {
	color: #44230c; 
	font-size: 14px; 
	text-align: left;
}
.menu_font, .menu_font:visited, .menu_font:active {
	font-family: Cambria, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #4c4936;
	font-weight: bold;
	text-decoration:none;
}
a.menu_font:hover {
	color: #576740;
    text-shadow: -1px 1px 8px #ffc, 1px -1px 8px #fff;
}

.header_font {
	font-family: Cambria, "Times New Roman", Times, serif;
	font-size: 32px;
	color: #8b4b21;
	font-weight: bold;
	text-align: center;
	margin:0px;
}
.subheader_font {
	font-family: Cambria, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #2e4a1b;
	font-weight: bold;
	text-align: center;
	margin:0px;
}

.body_font {
	font-family: Cambria, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #44230c;
	font-weight: bold;
	line-height: 20px;
}

.body_italic {
	font-style: italic;
}

.left_rail_font {
	font-family: Cambria, "Times New Roman", Times, serif;
	font-size: 13px;
	color: white;
	font-weight: bold;
	line-height: 30px;
	margin-top: 10px;
	margin-left: 15px;
	margin-right: 15px;
	margin-bottom: 80px;
}

.left_rail_head {
	font-family: Cambria, "Times New Roman", Times, serif;
	font-size: 13px;
	color: white;
	font-weight: bold;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
}
.left_rail_subhead {
	font-family: Cambria, "Times New Roman", Times, serif;
	font-size: 13px;
	color: white;
	font-weight: bold;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 0px;
}
.left_rail_normal {
	font-family: Cambria, "Times New Roman", Times, serif;
	font-size: 13px;
	color: white;
	font-weight: normal;
	text-align: left;
	margin-top: 0px;
	margin-bottom: 10px;
	margin-left: 15px;
	margin-right: 15px;
}

.form_font {
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	color: #44230c;
	font-style: normal;
	font-weight: normal;
}
.map_link, .map_link:visited {
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	text-transform:uppercase;
	color: #576740;
	font-weight: bold;
	margin-top: 0px;
}

.photo_frame {
	border-style:solid;
	border-width:2px;
	border-color: #8b4b21;
}

.lightbox_overlay {
	display:none;
	position: fixed;
	top: 0px;
	left: 0px;
	min-width:100%;
	min-height:100%;
	width: 100%;
	height: 100%;
	background:#000000;
	opacity:0.7;
	filter:alpha(opacity=90);
	z-index: 1000;
}
.map_overlay {
	display:none;
    position:fixed;
	top: 10%;
	left: 10%;
	width: 80%;
	height: 80%;
    margin-left: auto;
    margin-right: auto;    
    text-align: center;
    z-index: 1001;
}
#google_map {
	display:none;
	top:3%;
	left:3%;
	width:94%;
	height:94%;
    z-index: 1002;
	background:white;
    border-color:#8b4b21;
    border-width:2px;
    border-style:solid;
/*
    border-radius:15px;
    -moz-border-radius:15px;
*/
    box-shadow: 5px 5px 5px #888888;
/*
    background-clip: padding-box;
    background-size:100% 100%;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
*/
}
#map {
	top:3%;
	left:3%;
	width:94%;
	height:94%;
    z-index: 1002;
	background:white;
    border-color:#8b4b21;
    border-width:2px;
    border-style:solid;
/*
    border-radius:15px;
    -moz-border-radius:15px;
*/
    box-shadow: 5px 5px 5px #888888;
/*
    background-clip: padding-box;
    background-size:100% 100%;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
*/
}
#static_map {
	display:none;
	margin:10px;
/*
	top:3%;
	left:3%;
	width:94%;
	height:94%;
*/
    z-index: 1002;
	background:white;
/*	background: url(img/pine-grove-site-map-enlargement.jpg) no-repeat top center fixed; */
    border-color:#8b4b21;
    border-width:2px;
    border-style:solid;
/*
    border-radius:15px;
    -moz-border-radius:15px;
*/
    box-shadow: 5px 5px 5px #888888;
/*
    background-clip: padding-box;
    background-size:94% 94%;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
*/
}
#close{
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 9999;
	height: 40px;
	width: 40px;
	background: #000;
	border: 2px solid #fff;
    box-shadow: 0 0 1px #000, 0 0 8px #fff, inset 0 0 1px #000, inset 0 0 3px #fff;
	-webkit-box-shadow: 0 0 1px #000, 0 0 8px #fff, inset 0 0 1px #000, inset 0 0 3px #fff;
	-webkit-border-radius: 25px;
    border-radius:25px;
    -moz-border-radius:25px;
	color: #fff;
	cursor: pointer;
	-webkit-user-select: none;
	text-align: center;
}
#close:after {
	content: "X";
	font:bold 20px "Helvetica Neue", Consolas, Verdana, Tahoma, Calibri, Helvetica, Menlo, "Droid Sans", sans-serif;
	line-height: 40px;
}


/*--------------------------- Menu ------------------*/
.nav {
	margin: 0 auto 0;
	padding: 0;
}
.nav li {
	float: center;
	position: relative;
	list-style: none;
}

/* main level link */
.nav a {
	display: block;
	margin: 0 auto;
	padding: 0;
}
.nav a:hover {
}

/* main level link hover */
.nav .current a, .nav li:hover > a {
}

/* sub levels link hover */
.nav ul li:hover a, .nav li:hover li a {
	background: none;
	border: none;
	color: #666;
	padding: 5px 0;
}
.nav ul a:hover {
	background: #727259 !important;
	color: #fff !important;
	padding: 5px 0;
}

/* dropdown */
.nav li:hover > ul {
	display: block;
}

/* level 2 list */
.nav ul {
	display: none;

	margin: 0;
	padding: 5px;
	width: 185px;  

	position: absolute;
/*	top: 35px; */
	left: 0;
	background: #ddd url(img/gradient.png) repeat-x 0 0;
	border: solid 1px #b4b4b4;
/*
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;

	-webkit-box-shadow: 0 1px 3px rgba(0,0,0, .3);
	-moz-box-shadow: 0 1px 3px rgba(0,0,0, .3);
	box-shadow: 0 1px 3px rgba(0,0,0, .3);
*/
}
.nav ul li {
	float: none;
	margin: 0;
	padding: 0;
}

.nav ul a {
	font-weight: normal;
	text-shadow: 0 1px 0 #fff;
}

/* level 3+ list */
.nav ul ul {
/*
	left: 181px;
	top: -3px;
*/
}

/* rounded corners of first and last link */
.nav ul li:first-child > a {
/*
	-webkit-border-top-left-radius: 9px;
	-moz-border-radius-topleft: 9px;

	-webkit-border-top-right-radius: 9px;
	-moz-border-radius-topright: 9px;
*/
}
.nav ul li:last-child > a {
/*
	-webkit-border-bottom-left-radius: 9px;
	-moz-border-radius-bottomleft: 9px;

	-webkit-border-bottom-right-radius: 9px;
	-moz-border-radius-bottomright: 9px;
*/
}

/* clearfix */
.nav:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
