@charset "utf-8";
/* CSS Document */

body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #4F4F4F;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
h1 {
	font-size: 24px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	color: #8C3326;
	font-weight: normal;
}
h2 {
	font-size: 18px;
	margin-top: 12px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	color: #71382F;
	font-weight: normal;
}
h3 {
	font-size: 18px;
	margin-top: 12px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	color: #000;
	font-weight: normal;
}
h4 {
	font-size: 16px;
	margin-top: 12px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	color: #000;
	font-style: italic;
	font-weight: normal;
}
h5 {
	font-size: 16px;
	margin-top: 12px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	color: #71382F;
	font-weight: bold;
}
h6 {
	font-size: 15px;
	margin-top: 12px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	color: #000;
	font-style: normal;
	font-weight: normal;
}




p {
	margin-top: 6px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 8px;
}
a {
	color: #33899B;
	text-decoration: none;
}
a:visited {
	text-decoration: underline;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: underline;
}
ul {
	margin-top: 6px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-left: 25px;
}
.AWWines #container {
	width: 940px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #FFFFFF;
	background-image: url(../SiteGraphics/bodyBack.gif);
	background-repeat: repeat-y;
} 
.AWWines #header {
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	margin: 0px;
	background-color: #000;
	color: #FFF;
	border-bottom-width: 10px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
} 
.AWWines #headerMenu {
	font-size: 14px;
	color: #FFF;
	text-align: center;
	margin-left: 65px;
}
.AWWines #sidebarLogo {
	text-align: center;
}

.AWWines #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 220px;
	margin-top: 10px;
	margin-left: 0px;
	background-color: #F4E9BC;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}
.AWWines #sidebar1 ul {
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 28px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-size: 12px;
}
.AWWines #sidebar1 li {
	padding: 0px;
	margin: 0px;
	list-style-position: outside;
	list-style-type: circle;
}


.AWWines #sidebar1 h1 {
	font-size: 17px;
	color: #090000;
	margin-top: 10px;
	margin-right: 8px;
	margin-bottom: 0px;
	margin-left: 13px;
	font-weight: normal;
}
.AWWines #sidebar1 h2 {
	font-size: 14px;
	color: #090000;
	margin-top: 12px;
	margin-right: 8px;
	margin-bottom: 0px;
	margin-left: 13px;
	font-weight: normal;
}
.AWWines #sidebar1 h3 {
	font-size: 12px;
	color: #090000;
	margin-top: 12px;
	margin-right: 8px;
	margin-bottom: 0px;
	margin-left: 13px;
	font-weight: bold;
}
.AWWines #sidebar1 p {
	margin-right: 20px;
	margin-left: 18px;
	font-size: 12px;
	margin-top: 2px;
	margin-bottom: 2px;
}



.AWWines #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 200px; /* padding keeps the content of the div away from the edges */
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
	text-align: center;
}

.AWWines #sidebar2 h1 {
	font-size: 16px;
	color: #203E64;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 6px;
	font-weight: normal;
}
.AWWines #sidebar2 h2 {
	font-size: 14px;
	color: #203E64;
	margin-top: 12px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 6px;
	font-weight: normal;
}

.AWWines #sidebar2 p {
	margin-right: 12px;
	margin-left: 12px;
	font-size: 14px;
	margin-top: 2px;
	margin-bottom: 2px;
}
.AWWines #sidebar2 img {
	margin-bottom: 25px;
}


.AWWines #containerLastYear {
	width: 940px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #FFFFFF;
	background-image: url(../SiteGraphics/bodyBackLastYear.gif);
	background-repeat: repeat-y;
}
.AWWines #LastYear-sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 220px;
	margin-top: 10px;
	margin-left: 0px;
	background-color: #000;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
}


.AWWines #mainContent {
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 270px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
} 
.AWWines #mainContent3Col {
	margin-top: 0px;
	margin-bottom: 0;
	margin-left: 270px;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
	margin-right: 215px;
}
.AWWines #footer {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	text-align: center;
	font-size: 12px;
	margin: 0px;
	background-color: #FFF;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #FFF;
} 


.AWWines #ContactInfoBox {
	width: 250px;
}
.AWWines #ContactMailingListBox {
	float: right;
	width: 335px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
	padding-left: 35px;
}



.border-top {
	margin-top: 25px;
	padding-top: 20px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
}


.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.Center {
	text-align: center;
}
.SidebarImageCaption {
	font-size: 12px;
	font-style: italic;
	text-align: center;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.QuoteCredit {
	font-size: 14px;
	font-style: italic;
	padding-left: 12px;
	font-family: "Times New Roman", Times, serif;
}

.fineprint {
	font-size: 10px;
}
.fineprintbigger {
	font-size: 12px;
}

.Honorees-Indent {
	text-indent: -35px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 25px;
}
.HomePagePhotoRow  {
	margin:0px;
	width:142px;
	float:left;
	text-align: center;
	padding-top: 15px;
	padding-right: 6px;
	padding-bottom: 10px;
	padding-left: 5px;
	height: 200px;
	font-size: 14px;
	font-weight: bold;
	color: #4679A9;
}
#PurchaseTickets {
	text-align: center;
	margin: 8px;
	padding: 6px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
	font-size: 12px;
	color: #9EAC9B;
	font-weight: bold;
	background-color: #FFF;
}
#PurchaseTickets img   {
	margin: 4px;
}
#homepageevents {
	width: 400px;
}
.RedAndBold {
	font-size: 16px;
	font-weight: bold;
	color: #A63827;
}
