/*CSS for hsbwinetours.com*/

/*__________Clean slate__________*/
body, h1, h2, h3, li, p, ul { font-size: 1em; margin: 0; padding: 0; }


/*__________Basics__________*/
a, a:link, a:visited, a:hover, a:active { color: #4D2612; }
a:hover { color:#336600; }



body {
	color: #0f330d;
	font-family: "Lucida Grande", Georgia, "Times New Roman", Times, serif;
	font-size:10pt;
	padding-bottom: 20px;
	
}

h3 {
	color: #8f9947;
	font-size: 16pt;
	font-weight: normal;
	margin-bottom: 6pt;
	font-variant: small-caps;
	text-transform: capitalize;
}
#container { position: relative; z-index: 99; }
p { line-height: 1.5em; margin-bottom: 1em; }


/*__________Header__________*/
#pageHeader {
	background: #fff url(header.jpg) no-repeat left top;
	/*border-bottom: 1px solid #acb7a6;*/
	height: 155px;
}




/*__________Quick summary__________*/
#quickSummary { font-size: 0.85em; font-style: italic; line-height: 1.4em; }
#quickSummary .p2 { text-align: right; }


/*__________Preamble__________*/
#preamble, #quickSummary {
	margin-left: 125px;
	margin-top: 20px;
	padding-left: 170px;
	/* Make IE play nice with others */
	width: 800px;
	voice-family: "\"}\""; 
	voice-family:inherit;
	width: 700px;
}
#preamble {
	height:640px;
	}

html>body #quickSummary, html>body #preamble { width: 700px; }


/*__________Supporting text__________*/
#supportingText { background: url(bottle.gif) no-repeat right bottom; margin-left: 230px; width: 530px; z-index: 100; }

#preamble .p3, #explanation, #participation, #benefits, #requirements {
	background: url(curlSmall.gif) no-repeat bottom;
	margin-bottom: 1em;
	padding-bottom: 37px;
}

#requirements { margin-right: 160px; }


/*__________Side__________*/
#linkList {
	color: #fff;
	font-family: "Lucida Grande", Georgia, "Times New Roman", Times, serif;
	font-size:18pt;
	font-weight: bolder;
	left: 0;
	overflow: hidden;
	position: absolute;
	top: 155px;
	width: 225px;
	height: 750px;
	background-image: url(assets/vgrapegrad.jpg);
	background-repeat: no-repeat;
}

#linkList a, #linkList h3 {
	font-family: /*Arial, Tahoma, Geneva, Helvetica, Verdana, sans-serif;*/
	 "Lucida Grande", Georgia, "Times New Roman", Times, serif;
	font-style: normal;
	text-transform: capitalize;
	font-variant: small-caps;
	font-weight: 800;
	line-height: 14pt;
	font-size: 24pt;
}
#linkList h3{
	font-family: Arial, Tahoma, Geneva, Helvetica, Verdana, sans-serif;
	font-style: normal;
	
	font-weight: 600;
	line-height: 18 pt;
}
#lselect a { display: block; }
#lselect a.c { display: inline; }

#linkList a { color: #4D2612; font-size:14pt;  font-weight: normal; text-decoration: none; }
#linkList a:hover {
	color: #336600;
}

#linkList a.c {
	color: #fffbe2;
	font-family: Arial, Tahoma, Geneva, Helvetica, Verdana, sans-serif;
	font-size: 20pt;
	font-style: normal;
	font-weight: bold;
}

#linkList acronym { color: #f6f1c0; }

#linkList h3 {
	color: #FFFFFF;
	font-size: 12pt;
	font-style: normal;
	padding-top: 0.5em;
	text-align: center;
	
}

#linkList li {
	padding-left: 25px;
	background-position: 0 0em;
	
}
#linkList ul { list-style: none; padding: 0 10px 0.8em 10px; }
#lselect {
	padding-bottom: 40px;
	height: 330px;
	font-size: 30pt;	
}
#lselect li { padding-bottom: 0.8em; }
#lselect, #larchives/*, #lresources */{ border-top: 3px double #8e7253; }
#larchives li, #lresources li {
	margin-bottom: 0.2em;
	font-weight: lighter;
}
#larchives {
	color:#ffffff;
	outline:#003300;
	text-shadow: 2;
	font-size: 10pt;
		}
#larchives a {
	font-size:1.0em;
	font-style:normal;
	color:#FFFFFF;
	font-variant:normal;
	text-transform:lowercase;
	text-decoration:underline;
	}
#larchives a:hover {
	color:#99CC99;
	font-variant: normal;
	text-transform: lowercase;
	}
#larchives h3 {
	color:#0f330d;
	font-weight:bold;
	}
#lresources {
	font-size: 9pt;
	font-style: normal;
	text-align: center;
	font-family: "Lucida Grande", Georgia, "Times New Roman", Times, serif;
	font-weight: lighter;
	line-height: 0.9em;
	padding-top: 5px;
	}
#lresources a {
	font-weight: lighter;
	font-variant: small-caps;
	color:/* #4D2612;*/#99CC00;
	font-size: 9pt;
	}
#lresources a:hover{
	color:#99CC99;
	/*color:#336600;*/}
/*__________Footer__________*/
#footer {
	font-size: 8pt;
	font-style: italic;
	text-align: center;
	bottom: 15px;
	/*position:absolute;
	width: 800px;
	left:125px;*/
	}


/*__________Extras__________*/
/* Extra div used for grapes image so the entire image is not clipped when text is resized */
/*#extraDiv1 {
	height: 521px;
	left: 760px;
	position: absolute;
	top: 156px;
	width: 247px;
	z-index: 1;
	
}*/
img.floatLeft{
	float:left;
	padding-:10px;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 0px;
	}
	
img.floatRight{
	float:right;
	padding: 10px;
	}
	