@charset "UTF-8";
/* CSS Document */


body {
	margin:0px;
	font-size:13px;
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	background:#490000;
	color:#333333;
	min-height:100%;
	}

a {	
	color:#600;
	font-weight: bold;
	-moz-outline:none;
	text-decoration:none;
	}
	

h1 {
	font-size:16px;
	}
#footer {
	width:900px;
	float:left;
	height:95px;
	background:url(images/main/footer.jpg) no-repeat;
	}
#footer p {
	width:480px;
	margin:10px auto 0px;
	font-style:italic;
	text-align:center;
	font-size:11px;
	border-top:1px #490000 dotted;
	padding:10px 0px 0px;
}
#container1 {
	width:900px;
	margin:auto;
	}
#container2 {
	width:900px;
	float:left;
	background:url(images/main/mainBG.jpg) repeat-y;
	margin:auto;
	}
#header {
	height:110px;
	width:901px;
	float:left;
	margin-left:0px;
	background:url(images/main/header.jpg) no-repeat;
	}
#header h1 {
	text-indent:-100000px;
	margin:0px;
	padding:0px;
}
#header h1 a {
	width:900px;
	height:110px;
	display:block;
	border:1px;
}

/****************************** NAVBAR ***********************/
#navbar {
	height:28px;
	width:900px;
	float:left;
	margin:0px 0px 0px 30px;
	padding:0px;
	background:url(../newestate/images/layout/navbarBG.jpg) no-repeat;
	text-indent:-10000px;
	font-size:11px;	
	z-index: 5;
	position: relative;
	display:block;
	}

#navbar ul, #navbar ul li {
	padding:0px;
	margin:0px;
	height:28px;
	display:inline;
	list-style:none;
	position:relative;
	cursor:pointer;
}
#navbar ul li {
	float:left;
	}
li#navhome {
	width:60px;
	}
li#navhouse {
	width:156px;
	}
li#navestate {
	width:117px;
	}
li#navwinery {
	width:121px;
	}
li#navreviews {
	width:94px;
	}
li#navheritage {
	width:184px;
	}
li#navstewards {
	width:107px;
	}
li#navbar a:hover {
	border-bottom:#300 solid 2px;
	margin-bottom:2px;
	height:28px;
	z-index:2
	}
li#navhome a {
	background:url(images/main/home.jpg);
	display:block;
	height:28px;
	width:60px;
	}
li#navhouse a {
	background:url(images/main/house.jpg);
	display:block;
	height:28px;
	width:156px;
	}
li#navestate a {
	background:url(images/main/estate.jpg);
	display:block;
	height:28px;
	width:117px;
	}
li#navwinery a {
	background:url(images/main/winery.jpg);
	display:block;
	height:28px;
	width:121px;
	}
li#navreviews a {
	background:url(images/main/reviews.jpg);
	display:block;
	height:28px;
	width:94px;
	}
li#navheritage a {
	background:url(images/main/craftsman.jpg);
	display:block;
	height:28px;
	width:184px;
	}
li#navstewards a {
	background:url(images/main/stewards.jpg);
	display:block;
	height:28px;
	width:107px;
	}
#navbar li ul {
	background:#300;
	margin:0px 0px 0px -1px;
	padding:5px 0px 5px;
	height:auto;
	top: 100%;
	width:160px;
	left: 0px;
	-moz-border-radius-bottomright:10px;
	-webkit-border-bottom-right-radius:10px;
	z-index:200
}
#navbar ul ul {
	display: none;
	position: absolute;
	margin-left:20px;
}
#navbar li:hover ul {
  	display: block;
}
#navbar ul li ul li {
	height:auto;
}
#navbar ul li ul li a {
	padding:5px 5px;
	margin:0px 10px;
	border-top:1px #633 dotted;
	width:130px;
	height:auto;
	text-align:center;
	background:#300;
	color:#CC9;
	text-indent:0px;
}
#navbar ul li ul li:first-child a {
	border:none
}
#navbar ul li ul li a:hover {
	background:#CE8654;
	color:#FFC
}

#contactbutton a {
	position:absolute;
	text-indent:0px;
	bottom:-40px;
	right:100px;
	background:url(images/layout/brown-grdnt-BG.jpg) repeat-x #C86F51;
	color:#FFC;
	padding:5px 10px;
	font-size:12px;
	border:2px solid #3F5C3E;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
}
#contactbutton a:hover {
	background:#3F5C3E
}
p.boxlink {
	position:absolute;
	width:auto;
	text-indent:0px;
	padding:8px 10px;
	text-align:center;
	color:#FFF;
	font-size:14px;
	background:url(images/layout/brown-grdnt50px-BG.jpg);
	border:2px solid #3F5C3E;
	border-top:0px;
	top:14px;
	left:10px;
	
	-webkit-border-radius:0px 0px  10px 10px;
	-moz-border-radius:0px 0px 10px 10px;
	z-index:100
}
p.boxlink a {
	color:#FFC
}
p.boxlink a:hover {
	color:#F93
}
p.boxlink:hover {
	background:#3F5C3E
}

/****************************** CONTENT ***********************/

#content {
	background:url(images/main/contentBG.jpg) no-repeat top;
	margin:0px 0px 0px 29px;
	width:745px;
	padding:20px 50px 0px;
	float:left;
	position:relative;
	z-index:1
	}
#content img {
	margin:auto;
	border:5px solid #3F5C3E
	}
#index {
	text-align:center;
	width:847px;
	padding:20px 0px 10px;
	margin:0px 0px 0px 27px;
	background:url(images/main/contentBG.jpg) no-repeat top;
	float:left
	}
#index img {
	border:0px;
}
#content h1, h2 {
	font-family:Palatino, "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:18px;
	font-variant:small-caps;
	margin-top:20px;
}
h2 {
	font-size:16px;
	color:#3F5C3E
}
.quote {
	font-style:italic;
	line-height:18px;
	text-align:center;
	padding:10px;
	width:400px;
	display:block;
	margin:10px auto;
	border-top:#333 dotted 1px;
	border-bottom:#333 dotted 1px;
	}

/****************************** REVIEWS ***********************/

#pdflist {
	margin:0px;
	padding:0px;
}
#pdflist li {
	float:left;
	list-style:none;
	width:120px;
	height:160px;
	padding:10px;
	text-align:center;
	margin:0px 5px 5px 0px;
	border:1px solid #CFB79B;
	background:#CFB79B;
	-webkit-border-top-right-radius:8px;
	-moz-border-radius-topright:8px;
}
#pdflist li:hover {
	background:#CE8654;
	border:1px solid #CE8654;
}
#pdflist li img {
	border:1px solid;
}
#medialist {
	line-height:20px;
	background:#CFB79B;
	-webkit-border-radius:8px;
	-moz-border-radius:8px;
	padding:10px 30px;
	margin-right:16px;
}
#medialist li {
	margin:10px 0px;
	list-style:square;
	position:relative;
}
.watchnow {
}
.accordionPanel{
	display:none;
	background:#948A69;
	padding:20px;
	position:absolute;
	left:93px;
	top:19px;
	-webkit-border-radius:0px 5px 5px 5px;
	-moz-border-radius:0px 5px 5px 5px;
}
.accordion h3 {
	font-size:12px;
	width:80px;
	text-align:center;
	display:inline;
	cursor:pointer;
	color:#FFF;
	padding:5px 10px;
	-webkit-border-radius:5px 0px 0px 0px;
	-moz-border-radius:5px 0px 0px 0px;
	background:#3F5C3E;
	z-index:300
}
.accordion h3:hover {
	background:#300
}

/****************************** TOUR ***********************/

#tourcol1 {
	float:left;
	width:400px;
}
#tourcol1 h1 {
	border-bottom:1px dotted
}
#tourcol1 p {
	margin:10px 18px;
	line-height:20px;
}
#tourcol2 {
	float:right;
	width:300px;
}
#tourcol2 img {
}
#tournav {
	border-bottom:1px dotted;
	border-top:1px dotted;
	float:left;
	margin-left:130px;
	padding:0px 10px;
}
#prev, #next {
	display:block;
	padding:5px;
	float:left;
}
#prev:hover, #next:hover {
	background:#CE8654;
}

#index h1 {
	margin:10px 30px;
	font-size:12px;
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-variant:small-caps;
}


/****************************** CONTACT FORM ***********************/


.contactform {
	margin:auto;
	border-top:#666 dotted 1px;
	background:url(images/layout/brown-grdnt50px-BG.jpg) repeat-x top #C86F51;
}
.contactform form {
	width:600px;
	padding:20px 0px;
	margin:auto
}
input[type="text"], textarea {
	width:300px;
	border:1px #666 solid;
	padding:2px;
}
input[type="text"]:hover, textarea:hover, input[type="text"]:active, textarea:active {
	border:#300 solid 1px;
}
textarea {
	height:150px;
}
input[type="submit"] {
	background:#FF9;
	color:#300;
	height:30px;
	width:70px;
	border:none;
	margin:10px 0px 0px 450px;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
}
input[type="submit"]:hover {
	background:#300;
	color:#FFC;
}
label {
	width:200px;
	color:#FFC;
	text-align:right;
	height:20px;
	line-height:20px;
	display:block;
	float:left;
	padding:0px 10px;
	font-size:12px;
	font-style:italic;
	
}
center {
	display:none;
}


	/*
<![if !IE 6]>
	background:url(images/main/contentBG.jpg) no-repeat top;
	margin:0px 0px 0px 29px;
	width:845px;
	padding:20px 50px 0px;
	float:left;
	}
<![endif]>*/