@charset "utf-8";
/* CSS Document */

html { height: 100%; margin-bottom: 1px; }

body {
	text-align: center;
	background-color: #FFFFFF;
	padding: 0px 0px 0px;
	margin: 0px;
	-khtml-user-select: none;
	-moz-user-select: none;
	-o-user-select: none;
	-webkit-user-select: none;
	user-select: none;
}

div#page {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width:1000px;
	text-align: left;
	height: 100%;
}

#Container {
	position: absolute;
	background-color: #FFFFFF;
	left: 1000px;
	top: 360px;
	z-index: 2;
}

#topBar {
	position:absolute;
	width:1000px;
	height:100px;
	z-index:1;
	background-color: #EEEADF;
}

#mainLogo {
	position:absolute;
	width:152px;
	height:24px;
	left: 20px;
	z-index:1;
	top: 116px;

}

#leftBar {
	position:absolute;
	width:310px;
	height:600px;
	left: 0px;
	top: 150px;
	z-index:1;
	background-color: #BCB5AB;
}

#leftBar1 {
	position:absolute;
	width:20px;
	height:600px;
	left: 310px;
	top: 150px;
	z-index:1;
	background-color: #D0CAC2;
}

#leftBarImage {
	position:absolute;
	width:330px;
	height:600px;
	left: 0px;
	top: 150px;
	z-index:1;
}

#leftBarCopy {
	position:absolute;
	width:290px;
	height:580px;
	left: 10px;
	top: 160px;
	z-index:2;
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	line-height: 17px;
	color: #291E16;
}

#mainImage {
	position:absolute;
	width:650px;
	height:360px;
	top: 150px;
	left: 350px;
	z-index:1;
}

#mainAddress {
	position:absolute;
	width:650px;
	height:60px;
	z-index:1;
	top: 510px;
	left: 350px;
}

#bottomBar {
	position:absolute;
	width:650px;
	height:180px;
	z-index:1;
	top: 570px;
	left: 350px;
	background-color: #EEEADF;
}

#aboutNav {
	position:absolute;
	width:82px;
	height:14px;
	z-index:1;
	top: 121px;
	left: 357px;
}

#educatedNav {
	position:absolute;
	width:144px;
	height:14px;
	z-index:1;
	top: 121px;
	left: 471px;
}

#vineyardsNav {
	position:absolute;
	width:91px;
	height:14px;
	z-index:1;
	top: 121px;
	left: 647px;
}

#findNav {
	position:absolute;
	width:136px;
	height:14px;
	z-index:1;
	top: 121px;
	left: 770px;
}

#pressNav {
	position:absolute;
	width:54px;
	height:14px;
	z-index:1;
	top: 121px;
	left: 938px;
}

/* Text Styles */

.egSpacer {
	line-height: 8px;
}

.state {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	color: #6A615C;
}

.posTitles {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	color: #F47F38;
}

.posTypes {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	color: #6A615C;
}

.posDocs {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	color: #6A615C;
}	
