html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
	background: transparent;
}
body {
	background: #222222 url(images/bg.png) repeat center top;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
}
h1 {
	font-size: 20px;
}
h2 {
	font-size: 16px;
}
p {
	margin: 14px 0;
}
#nav {
	clear: both;
	list-style: none;
	height: 30px;
	padding: 30px 0 0 334px;
	position: relative;
}
#nav li {
	margin: 0;
	overflow: hidden;
	float: left;
}
#nav a {
	padding: 0 12px;
	color: white;
	font-size: 16px;
	transition: color 0.4s ease 0s;
	-moz-transition: color 0.4s ease 0s; -webkit-transition: color 0.4s ease 0s; transition: color 0.4s ease 0s;
	text-decoration: none;
}
#nav a:hover {
	color: cyan;
}
.home #home a, .our_story #our_story a, .leadership #leadership a, .estate_photo_gallery #estate_photo_gallery a, .contact_us #contact_us a {
	color: cyan;
}
#logo {
	position:absolute;
	top: 0px;
	left: 0px;
	padding: 10px;
	margin: 20px 0 0 30px;
	background-color: white;
	z-index: 2;
	-moz-box-shadow:0 3px 8px 1px rgba(0,0,0,0.6); -webkit-box-shadow:0 3px 8px 1px rgba(0,0,0,0.6); box-shadow:0 3px 8px 1px rgba(0,0,0,0.6);
	-moz-border-radius:15px; -webkit-border-radius:15px; border-radius:15px;
}
#main {
    position: absolute;
	left: 0;
	right: 0;
    margin: 0 auto;
	zoom: 1;
}
#main .container {
	position: relative;
	width: 988px;
	height: 100%;
	max-height: 100%;
	zoom: 1;
	margin: 0 auto;
}
#home_image, #banner_our_story, #banner_leadership, #banner_estate_photo_gallery, #banner_contact_us {
	position: relative;
	margin: 0 auto;
	width: 980px;
	z-index: 1;
	-moz-box-shadow:0 5px 15px 3px rgba(0,0,0,0.6); -webkit-box-shadow:0 5px 15px 3px rgba(0,0,0,0.6); box-shadow:0 5px 15px 3px rgba(0,0,0,0.6);
	-moz-border-bottom-left-radius:15px; -moz-border-bottom-right-radius:15px; -webkit-border-bottom-left-radius:15px; -webkit-border-bottom-right-radius:15px; border-bottom-left-radius:15px; border-bottom-right-radius:15px;
}
#home_image {
	background: url(images/home.jpg) no-repeat center top;
	height: 670px;
}
#banner_our_story {
	background: url(images/banner-our-story.jpg) no-repeat center top;
	height: 202px;
}
#banner_leadership {
	background: url(images/banner-leadership.jpg?v2) no-repeat center top;
	height: 202px;
}
#banner_estate_photo_gallery {
	background: url(images/banner-estate-photo-gallery.jpg) no-repeat center top;
	height: 202px;
}
#banner_contact_us {
	background: url(images/banner-contact-us.jpg) no-repeat center top;
	height: 202px;
}
#home_image_text {
	position: absolute;
	top: 78px;
	right: 21px;
	padding: 20px;
	color: white;
	z-index: 2;
	-moz-border-radius:15px; -webkit-border-radius:15px; border-radius:15px;
}
.transparent {
  background:#3f3f3f;
  background:rgba(0,0,0,0.6);
}
.center_text {
	text-align: center;
}

.page {
	table-layout:fixed;
	width:980px;
	clear:both;
	border-collapse:separate;
	border-spacing:4px;
	margin-top:8px;
	padding:12px 4px 0px 4px;
}
.page .sheet {
	background-color:rgba(255,255,255,0.1);
	position:relative;
	padding:11px;
	vertical-align:top;
	color:#bbbbbb;
	overflow:hidden;
	-moz-border-radius:5px; -webkit-border-radius:5px; border-radius:5px;
	-moz-box-shadow:0px 1px 2px rgba(0,0,0,0.4); -webkit-box-shadow:0px 1px 2px rgba(0,0,0,0.4); box-shadow:0px 1px 2px rgba(0,0,0,0.4);
}
.page .sheet .white {
	padding: 5px 20px;
	color:black;
	background-color:white;
	-moz-border-radius:5px; -webkit-border-radius:5px; border-radius:5px;
	-moz-box-shadow:0px 1px 2px rgba(0,0,0,0.4); -webkit-box-shadow:0px 1px 2px rgba(0,0,0,0.4); box-shadow:0px 1px 2px rgba(0,0,0,0.4);
}
.page .sheet .white a {
	color:#036;
	text-decoration: underline;
}
.page .sheet .white a:hover {
	color:#808080;
	text-decoration: underline;
}
#footer {
	color:white;
	margin:20px 0;
	text-align:center;
	font-size:13px;
	clear:both;
}