/*-----------------------------------------------------/
	White Barn Estates CSS
	Copyright 2009 InterWorks, Inc.
	Author: Grant Bivens
	Modified by: 
	
	Global Layout
/-----------------------------------------------------*/
/*--------------------------------------------------------/
 Main Styling
/---------------------------------------------------------*/
html {
	margin: 0;
	font-family: Verdana, Geneva, sans-serif;
	font-size: .8em;
}

body {

}

.clear {
	clear: both;
}

a {
	color: #81a46a;
	text-decoration: none;
}

a:hover {
	color: #036705;
}

.wrapper {
	margin: 0 auto;
	width: 874px;
}

.innerWrapper {
	margin: 37px 0 0 6px;
}

.shadow {
	background: url(img/shadow.png) top left repeat-y;
	padding: 0 0 0 18px;
}

.celebrate {
	background: url(img/celebrate.png);
	height: 31px;
	width: 499px;
	margin-left: 280px;
}

.green {
	height: 24px;
	background: url(img/green-x.png) repeat-x;
	text-align:center;
	padding: 4px 0 0 0;
	display: block;
	float: left;
	width: 850px;
}

.menu {
	position: relative; 
	z-index: 999;
}

.menu ul {
	padding: 5px 0 0 0; 
	margin: 0 0 0 270px; 
	list-style: none;
}

.menu ul li {
	float: left;
}

.menu ul li a {
	color: #ffffff;
	font-weight: bold;
	margin-right: 20px;
}

.menu li.parent {
	position: relative;
}

.menu ul li ul {
	z-index: 999;
	padding: 0 0 0 0;
	width: 1em;
	display: none;
	background-color: #8AAB74;
	margin: 0;
	float: left;
	position: absolute;
}

.menu ul li ul li {
	border-bottom: 1px solid #85A073;
	background-color: #8AAB74;
	width: 200px;
	height: 20px;
}

.menu ul li ul li a {
	font-weight: normal !important;
	padding-left: 10px;
}

.menu ul li ul li a:hover {
	color: #036705;
}

.menu li:hover ul {
	display: block;
}


.content {
	margin-left: 47px;
}

a img {
	border: 0px;
}

.img img {
	margin: -103px 0 0 -50px;
}

.welcome {
	display: block;
	float: left;
	width: 420px;
	padding-left: 5px;
}

.welcome img {
	padding: 7px 0 0 260px;
}

.boxes {
	height: 330px;
	margin: 5px 0 5px 0;
}

.boxes img {
	float: left;
	border: none;
	padding-right: 3px;
}

.footer {
	color: #999999;
	font-size: .9em;
	clear: both;
}

.footer img {
	border: none;
}

.footerLeft {
	float: left;
	display: block;
	margin: 5px 0 10px 0;
}

.footerRight {
	float: right;
	display: block;
}

/* IE Warning Message if <= IE6 */
.ieWarning {
	text-align: center;
	border: 2px solid #ff0000;
}

.ieWarning p {
	color: #ff0000 !important;
	font-weight: bold;
	font-size: 8pt;
}

.ieWarning a {
	color: #000000;
}

.ieWarning a:hover {
	text-decoration: underline;
}

/* New Homepage Banners 06/10/2009 by Matt Mueggenborg */

#topLeft {
	display: block;
	float: left;
	width: 427px;
	height: 180px;
	margin: 5px 0 0 0;
	overflow: hidden;
}

#topRight {
	display: block;
	float: left;
	width: 423px;
	height: 180px;
	overflow: hidden;
	margin: 5px 0 0 0;
}

#left, #right {
	display: block;
	float: left;
	width: 241px;
	height: 96px;
	overflow: hidden;
	padding: 14px 20px 0 20px;
}

#centerLogo {
	display: block;
	float: left;
	height: 110px;
	width: 288px;
	overflow: hidden;
}

#bottomLeft {
	display: block;
	float: left;
	width: 427px;
	height: 180px;
	overflow: hidden;
	margin: 0 0 5px 0;
}

#bottomRight {
	display: block;
	float: left;
	width: 423px;
	height: 180px;
	overflow: hidden;
	margin: 0 0 5px 0;
}