@charset "utf-8";/* CSS Document */#header  h1  {	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */	padding: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */	font-family: Arial, Helvetica, sans-serif;	font-size: 12pt;	font-weight: bold;	color: #1F5289;}#header h2 {	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */	padding: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */	font-family: Arial, Helvetica, sans-serif;	font-size: 10pt;	font-weight: bold;	color: #1F5289;}#header    a    {	font-family: Arial, Helvetica, sans-serif;	font-size: 10pt;	font-weight: bold;	color: #006699;	margin: 0px;	padding: 0px;	text-decoration: none;}#header   a:hover  {	font-family: Arial, Helvetica, sans-serif;	font-size: 10pt;	font-weight: bold;	color: #00486A;	margin: 0px;	padding: 0px;	text-decoration: underline;}#bodycontent  h1 {	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */	padding: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */	font-family: Verdana, Arial, Helvetica, sans-serif;	font-size: 12pt;	font-weight: bold;	color: #1F5289;}#bodycontent  h2 {	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */	padding: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */	font-family: Verdana, Arial, Helvetica, sans-serif;	font-size: 10pt;	font-weight: bold;	color: #1F5289;}#bodycontent  a {	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */	padding: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */	font-family: Arial, Helvetica, sans-serif;	font-size: 10pt;	font-weight: normal;	color: #333333;}#bodycontent .restaurant {	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */	padding: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */	font-family: Arial, Helvetica, sans-serif;	font-size: 16pt;	font-weight: bold;	color: #0C5188;}#bodycontent .Winery {	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */	padding: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */	font-family: Arial, Helvetica, sans-serif;	font-size: 16pt;	font-weight: bold;	color: #8A171C;}#bodycontent .coffee {	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */	padding: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */	font-family: Arial, Helvetica, sans-serif;	font-size: 16pt;	font-weight: bold;	color: #986027;}#bodycontent .alerts {	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */	padding: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */	font-family: Arial, Helvetica, sans-serif;	font-size: 10pt;	font-weight: bolder;	color: #CC0000;}#bodycontent .disclaimer {	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */	padding: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */	font-family: Arial, Helvetica, sans-serif;	font-size: 8pt;	font-weight: normal;	color: #999999;	text-decoration: none;}#footerlinks     a  {	font-family: Arial, Helvetica, sans-serif;	font-size: 12px;	font-weight: bold;	color: #003366;	text-decoration: none;	margin: 0px;	padding: 0px;}#footerlinks a:hover {	font-family: Arial, Helvetica, sans-serif;	font-size: 12px;	font-weight: bold;	color: #004262;	text-decoration: underline;	margin: 0px;	padding: 0px;}#headerhome a {	font-family: Arial, Helvetica, sans-serif;	font-size: 10pt;	font-weight: bold;	color: #006699;	margin: 0px;	padding: 0px;	text-decoration: none;}.tableborderbottomonly {	border-top-width: 1px;	border-right-width: 1px;	border-bottom-width: 1px;	border-left-width: 1px;	border-bottom-style: solid;	border-top-color: #666666;	border-right-color: #666666;	border-bottom-color: #666666;	border-left-color: #666666;}
