/* CSS RESET */
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,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-weight: inherit;font-style: inherit;font-size: 100%;font-family: inherit;vertical-align: baseline;}:focus {outline: 0;}body {line-height: 1;color: black;background: white;}ol, ul {list-style: none;}table {border-collapse: separate;border-spacing: 0;}caption, th, td {text-align: left;font-weight: normal;}blockquote:before, blockquote:after, q:before, q:after {content: "";}blockquote, q {quotes: "" "";}

/* --- GLOBAL STYLES --- */
body{
	background:black url('images/body_background.jpg') no-repeat top center;
	color:#828282;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:1.5;
	}
a{
	color:#888;
	text-decoration:none;
	}

a:hover{
	color:#ccc;
	}
strong{font-weight:bold;}
h2{
	font-size:16px;
	line-height:20px;
	font-weight:bold;
	margin-bottom:2px;
	text-transform:uppercase;
	}
h3{
	font-size:14px;
	font-weight:bold;
	line-height:18px;
	margin-bottom: 3px;
	}
p{
	margin-bottom:8px;
	}	
sup{
	font-size:.7em;
	vertical-align:top;
	}
sub{
	font-size:.6em;
	vertical-align:bottom;
	}

/* --- CONTAINERS --- */ 
#wrapper{
	width:900px;
	margin:0 auto;
	}
#main{
	background:#333;
	color:white;
	padding-bottom:20px;

	}
#header{
	}
#content{
	width:700px;
	margin:22px 0 0  15px;
	float:left;
	display:inline;
}
#content_wineries{
	width:850px;
	margin:22px 0 0  15px;
	float:left;
	display:inline;
}
#sidebar{
	
	display:inline;
	float:right;
	width:176px;
	height:392px;
}
#footer{
	margin:10px 0;
}
/* --- HEADER --- */
h1#logo a{
	display:block;
	position:relative;
	width:278px;
	height:87px;
	background:url('images/quench_logo.gif') no-repeat top left;
	margin:15px 0 0;
	text-indent:-9999px;
	}
.navigation{
	text-align:right;
	padding-right:10px;
	}
.navigation a{
	color:#999;
	text-transform:uppercase;
	margin-left:11px;
	font-weight:normal;
	}
.navigation a:hover,
.navigation .selected a{
	color:white;
}
.navigation .selected a{
	font-weight:bold;
	font-size:16px;
	}
/* --- SUB NAV --- */
#menu {
	width: 100%;
	background: url('images/menu_top.gif') no-repeat top left;
	padding-top:10px;
	}

#menu ul {
	list-style: none;
	}
	
#menu ul li{
	float:left;
	width:225px;
	}

#menu a, #menu span a{
	font: bold 14px/20px arial, helvetica, sans-serif;
	display: block;
	margin: 0;
	padding: 2px 3px;
	text-transform: uppercase;
	}

#menu span a{
	color: #333;
	background: url('images/menudivider.gif') no-repeat bottom left #990;
	padding-left:10px;
	padding-top:6px;
	}
#menu li.first span a{
	background-image:none;
}

#menu a {
	color: #333;
	}
#menu li.selected span a,
#menu span a:hover{
	color:#ccc;
	background-color:#990;
} 

#menu a:hover {
	color: #ccc;
	background-color: #666;
	}

#menu li {position: relative;}

#menu ul ul ul {
	position: absolute;
	top: 0;
	left: 100%;
	}
#menu ul ul li a {
	padding-left:10px;	
	color: #ccc;
	background: #494949;
	text-decoration: none;
	}
#menu ul ul {
	position: absolute;
	z-index: 500;
	}

div#menu ul ul, div#menu ul li:hover ul ul, div#menu ul ul li:hover ul ul {
	display: none;
	}

div#menu ul li:hover ul, div#menu ul ul li:hover ul, div#menu ul ul ul li:hover ul {
	display: block;
	}
	
/* --- MAIN --- */
#main a{
	color:white;
	text-decoration:underline;
	}
#main a:hover{
	color:#ccc;
	}

#main .profile{
	padding-top:4px;
	padding-bottom:9px;
	}
#main .profile p{
	margin-bottom:8px;
	}
#main .profile p.sub{
	text-transform:uppercase;
	}
#main .jobtitle{
	font-size:12px;
	}
#main .cursive{
	
	text-transform:none;
	}
#main ul.bulletlist{
	margin:10px 0 0 30px;
	list-style-type:disc;
	}
#main ul.bulletlist li{
	margin-bottom:10px;
	}
#main .listheader{
	text-transform:uppercase;
	}
#main .footnote{
	padding-top:8px;
	padding-bottom:9px;
	}
#main .footnote p{
	font-style:italic;
	font-size:10px;
	margin-bottom:8px;
	}
.italic{
	font-style: italic;
	}
.grey{
	color: #999999;
	}
.sig_img{
	width: 200px;
	float: left;
	text-align: center;
	margin-bottom:20px;
	}
#sig_content{
	float:left;
	display:inline;
	width:870px;
	margin:20px 15px 30px ;
	}

/* --- FOOTER ---*/
#footer{
	clear:both;
	padding-top:10px;
	}
#footer p{
	text-align:center;
	}
#footer a{
	color:#828282;
}
#footer a:hover{
	color:#ccc;
	text-decoration:none;
}
#footer div.social {margin:10px auto 10px; padding:0; text-align:center;}
#footer div.social p.social {color:#999900; font-size:1.2em; line-height:1.3em; font-weight:bold; display:inline;}
#footer div.social p.social a {color:#999900; text-decoration:none;}
#footer div.social p.social a:hover {text-decoration:underline;}
#footer div.social ul.social {list-style:none; padding:0; margin:0; display:inline; text-align:center;}
#footer div.social ul.social li {display:inline-block; vertical-align:middle;}
#footer div.social ul.social li a {width:32px; height:34px; display:inline-block; text-indent:-9999px;}
#footer div.social ul.social li a.twitter {background:url('images/btn_twitter.jpg') top left no-repeat;}
#footer div.social ul.social li a.twitter:hover {background:url('images/btn_twitter_over.jpg') top left no-repeat;}
#footer div.social ul.social li a.facebook {background:url('images/btn_facebook.jpg') top left no-repeat;}
#footer div.social ul.social li a.facebook:hover {background:url('images/btn_facebook_over.jpg') top left no-repeat;}



/* --- SPECIAL CLASSES --- */
hr.clear{
	visibility:hidden;
	height:0;
	width:0;
	padding:0;
	margin:0;
	clear:both;
	}

table.fourcol{ width:100%;}
table.fourcol td{
	width:20%;
	}
table.fourcol ul{
	margin-bottom:10px;
	}
table.arizona{margin: 1em; border: 1px solid #CCCCCC; border-collapse:collapse;}
table.arizona td, th {padding:.3em; border:1px solid #cccccc; text-align:center;}
table.arizona th {font-weight:bold; background-color:#666666;}
.full{
	width:800px;
	}

/* --- LANDING PAGE STUFF --- */
body#landing{
	background:#F3F3F3 url('images/main_page_v3.jpg') no-repeat top center;
	}
#landing #wrapper{
	width:800px;
	height:750px;
	margin: 0 auto;
	}
#landing .navigation{
	clear:both;
	margin:220px 0 0 50px;
	float:left;
	display:inline;
	width:400px;
	text-align:left;
	}
#landing .navigation a{
	font-weight:bold;
	font-size:14px;
	}

#landing .navigation li{
	margin-top:20px;
	}
#landing .navigation ul{
	margin-left:5px;
	margin-top:-20px;
	}
#landing .navigation li.first{
	margin-top:0;
	}
#landing h1#logo a{
	display:inline;
	float:right;
	width:278px;
	height:87px;
	background:url('images/quench_logo.gif') no-repeat top left;
	margin:150px 40px 0;
	text-indent:-9999px;
	}
#landing_footer{
	clear:both;
	padding-top:10px;
	text-align:center;
	}
#landing_footer{
	padding-top:80px;
	}
	
#landing_footer p, a{
	color:#333333;
	}
#landing_footer a:hover{
	color:#666666;
	}