@charset "UTF-8";
body {
	margin: 0;
	padding: 0;
	text-align: center; /* IE5 centering */
	color: #423a45;
	font-family: "Trebuchet MS", Trebuchet, Arial, Helvetica, sans-serif;
	font-size: 13px;
	background-color: #f4f3cf;
	background-image: url(images/backgroundgradient.jpg);
	background-repeat: repeat-y;
	background-position: center;
}
#container {
	width: 888px;
	margin: 0 auto 40px auto;
	text-align: left; /* counteract IE5 centering */
	position: relative;
	background: url(images/containerBackground.jpg) repeat-y; /*container background color, side drop shadows, and vertical border to the right of the sidebar*/
}
#header {
	height: 113px;
	width: 100%;
	background-color: #FFF;
	position: relative;
	z-index: 10;
}
#logo {
	position: absolute;
	z-index: 10;
	left: 91px;
	top: 19px;
}
#leaves {
	position: absolute;
	z-index: 60;
	left: -44px;
	top: 4px;
}
#topNavWrapper {
	position: absolute;
	right: 104px;
	top: 0px;
	font-size: 11px;
	color: #768E73;
	z-index: 40;
	width: auto;
	text-align: center;
	padding-top: 3px;
}
#vinesTop {
	position: absolute;
	z-index: 30;
	right: -72px;
	top: 0px;
}
#vinesBottom {
	position: absolute;
	z-index: 30;
	right: -45px;
	top: 153px;
}
#mainNavBackground {
	background: url(images/greenGradientNav.jpg) repeat-x;
	height: 31px;
	width: 878px;
	position: absolute;
	z-index: 50;
	top: 111px;
	left: 10px;
}
#mainNavBackground #cornerUpperRight {
	float: right;
}
#sideBar {
	position: relative;
	float: left;
	width: 205px;
	margin: 100px 0 0 10px;
}
.sidebarContent {
	padding: 0 20px;
}
#mainContent {
	position: relative;
	min-height: 400px;
	margin: 50px 50px 30px 245px;
	line-height: 18px;
}
#mainContent a:link, #mainContent a:visited, #mainContent a:active, #sideBar a:link, #sideBar a:visited, #sideBar a:active {
	color: #060;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 11px;
}
#mainContent a:hover, #sideBar a:hover {
	color: #093;
	text-decoration: underline;
}
.photoLeft {
	float: left;
	margin: 3px 15px 5px 0;
	padding: 1px;
	border: 1px solid #B0CCAD;
}
.photoRight {
	float: right;
	margin: 3px 0 5px 15px;
	padding: 1px;
	border: 1px solid #B0CCAD;
}
#photoWrapperLeft {
	float: left;
	margin: 3px 20px 5px 0;
}
#photoWrapperLeft img {
	padding: 1px;
	border: 1px solid #B0CCAD;
}
#photoWrapperRight {
	float: right;
	margin: 3px 0 5px 15px;
}
#photoWrapperRight img {
	padding: 1px;
	border: 1px solid #B0CCAD;
}
.photoFaye {
	font-size: 9px;
	color: #A3BDA1;
	text-align: right;
}
.photoFayeLeft {
	float: left;
	margin: 0 15px 5px 0;
	font-size: 9px;
	color: #A3BDA1;
	text-align: right;
}
.photoFayeRight {
	float: right;
	margin: 0 0 5px 15px;
	font-size: 9px;
	color: #A3BDA1;
	text-align: right;
}
.photoFaye p, .photoFayeLeft p, .photoFayeRight p {
	margin: 0;
}
.photoFaye img, .photoFayeLeft img, .photoFayeRight img {
	padding: 1px;
	border: 1px solid #B0CCAD;
}
.quoteRight {
	float: right;
	width: 200px;
	margin: 15px 0px 5px 30px;
	font-size: 13px;
	font-style: italic;
	color: #909C8B;
	line-height: 20px;
	letter-spacing: .5px;
}
.clear {
	clear: both;
}	
#footer {
	background-image: url(images/greenGradientFooter.jpg);
	background-repeat: repeat-x;
	height: 37px;
	width: 100%;
	position: relative;
	text-align: center;
	font-size: 12px;
}
#footer #cornerLowerLeft {
	float: left;
}
#footer #cornerLowerRight {
	float: right;
}
#footer .content {
	margin: 0;
	padding: 9px 0 0 0;
}
#footer a:link, #footer a:visited, #footer a:active {
	color: #060;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 11px;
}
#footer a:hover {
	color: #093;
	text-decoration: underline;
}
h1 {
	font-size: 17px;
	font-weight: normal;
	padding-bottom: 2px;
	margin: 0 0 15px 0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
}
h2 {
	font-size: 16px;
	font-weight: normal;
	margin: 0;
}
h3 {
	font-size: 15px;
	margin: 0 0 10px 0;
}
h4 {
	font-size: 14px;
	margin: 0 0 4px 0;
}
h5 {
	font-size: 12px;
	font-weight: normal;
	margin: 0 0 10px 0;
	line-height: normal;
}
.highlight {
	background-color: #D1E4CE;
	padding: 5px 10px;
	text-transform: uppercase;
	font-size: 11px;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-khtml-border-radius: 4px;
}
.highlight .announcement {
	font-weight: bold;
	color: #C00;
}
#credits {
	position: relative;
	bottom: -11px;
	right: 0px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9px;
	letter-spacing: 1px;
	text-align: right;
	color: #6B8A6B;
}
#credits a {
	font-size: 9px !important;
	color: #6B8A6B !important;
	text-transform: none !important;
}
