/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 - modified */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {line-height: 1;}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*css for this website*/
body {
	font-family:verdana, arial, helvetica, sans-serif;
	font-size:72%;
	color:#535353;
	background-color:#fff;
	text-align:center;
	}
#outerwrap {
	width:100%;
	background-image:url(../img/bg-OO.gif);
	background-position:0 0;
	background-repeat:no-repeat;
	}
#topwrap {/*ID for top of pg anchor*/
	width:800px;
	margin:0 auto 20px auto;
	text-align:left;
	padding:0 0 2em;/* use padding instead of margin for multicolumn layouts */
	border-top:1px solid #a6a6a6;
	border-right:1px solid #fff;
	}
#chard12 {
	width: 100%;
	height: 530px;
	position: absolute;
	z-index: 5;
	background-image:url(../img/chard12.png);
	background-position:70% 25%;
	background-repeat:no-repeat;
}
p.toTop {/*in PRINT.CSS set display to none*/
	}
h1 {
	margin:0;
    font-weight:normal;
	font-size:2.0em;
	height:140px;
	color:#000;
	}
.images-on h1 {
    text-indent:-10000px;
	background-image:url(../img/chardonnay10.png);
	background-position:left top;
	background-repeat:no-repeat;
	overflow:hidden;
    }	
	
/*content
*****************************************/
#content {
	margin-bottom:3em;
	}
#side {
	float:right;
	width:260px;
	border:1px solid #fff;
	margin:0;
	padding:0;
	}
#side h3 {
	padding:0;
	color:#535353;
	background-color:#fff;
	margin:0;
	}
#main {
	float:left;
	width:470px;
	border:1px solid #fff;/* #7f7709;*/
	margin:0;
	padding:0;
	}
/*footer
*****************************************/
#footer {
    margin-top:3em;
	}
#footer p {
    color:#999;
	font-size:90%;
	line-height:1.1em;
	}
#footer a {
	color:#999;
	}
#footer a:hover {
	color:#7f7709;
	}	
/*typography
*****************************************/
a {
	text-decoration: underline;
	font-weight: normal;
	color: #7f7709;
	}
a:link {
	}
a:visited {
	}
a:active {
	}
a:hover {
	text-decoration: underline;
	color:#7f0909;
	}
h2 {
	font-size: 1.6em;
	margin: 0 0 1.2em;
	font-weight: normal;
	color:#7f7709;
	line-height:1.2em;
	}
h2 span.h2sub {
	font-size: 75%;
	color:#535353;
	}
h3 {
	font-size: 1.3em;
	margin: 0;
	font-weight: normal;
	color:#535353;
	line-height:1.5em;
	}
h3.hilite {
	margin: 0 0 1.1em;
	font-weight: normal;
	background-color:#625750;
	color:#fff;
	padding:4px 6px;
	}
h4 {
	font-size: 1.1em;
	margin: 0;
	font-weight: normal;
	line-height:1.5em;
	color:#535353;
	}
h5 {
	font-size: 1.0em;
	margin: 0;
	font-weight: normal;
	}
img {
	border: 0;
	}
img.sponsor {
	margin-right:20px;
	}
.border {
	border:1px solid #a6a6a6;
	}
.imgR {
	float:right;
	margin:0 0 1.2em 1.2em;
	}
.imgL {
	float:left;
	margin:0 1.2em 1.2em 0;
	}
ol, ul, li {
	font-size: 1.0em;
	line-height: 1.5em;
	margin-top: 0.2em;
	margin-bottom: 0.1em;
	margin-left:0;
	padding-left:0;
	color:#535353;
	}
ol, ul {
	margin-bottom: 1.2em;
	margin-left:1.5em; 
	}
ol ol, ul ul {
	margin-bottom: 0.1em;
	}
p {
	font-size: 1.0em;
	line-height: 1.5em;
	margin: 0 0 1.2em;
	color:#535353;
	}
p.sponsor {
	margin:2.4em 0;
	clear:both;
	}
strong, b {
	font-weight: bold;
	}
.clear {clear:both;}
.center {text-align:center;}
.noprint {}