@charset "utf-8";
/* CSS Document */

body  {
	font-family: Tahoma;
	font-size: 11px;
	line-height: 1.5;
	margin: 0; 
	padding: 0;
	text-align: center; 
	color: #333;
}

h1 {
	font-family: Tahoma;
	font-size: 22px;
	font-weight: normal;
	color: #990000;
	margin: 10px 0px 15px 10px;
}

.h1 {
	font-family: Tahoma;
	font-size: 22px;
	font-weight: normal;
	color: #990000;
	margin: 10px 0px 15px 0px;
}

h3 {
	font-family: Tahoma;
	font-size: 13px;
	font-weight: bold;
	color: #990000;
	line-height: 0px;
	margin: 0px;
	padding-bottom: 10px;
	margin-top: 20px;
}

.h4 {
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	color: #990000;
	margin: 10px 0px 5px 0px;
}


.siderbrlink:link {
	color: #FFFFFF;
	text-decoration: none;
}

.siderbrlink:visited {
	color: #FFFFFF;
	text-decoration: none;
}

.siderbrlink:hover {
	color: #CCCCCC;
	text-decoration: underline;
}

#container { 
	width: 800px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
} 

#header { 
	padding: 5px;
} 
#header #logo {
	float: left;
	background-image: url(../images/spacer-logo.gif);
	width: 230px;
}

#header #nav {
	float: left;
	width: 535px;
	padding-top: 140px;
	padding-left: 0px;
}
#header #nav a:link {
	background-color: #5FAF68;
	color: #FFFFFF;
	font-size: 18px;
	margin: 0px 3px 0px 3px;
	text-decoration: none;
	padding: 3px 20px 3px 20px;
}
#header #nav a:visited {
	background-color: #5FAF68;
	color: #FFFFFF;
	font-size: 18px;
	margin: 0px 3px 0px 3px;
	text-decoration: none;
	padding: 3px 20px 3px 20px;
}
#header #nav a:hover {
	background-color: #CCC;
	color: #5FAF68;
	font-size: 18px;
	margin: 0px 3px 0px 3px;
	text-decoration: none;
	padding: 3px 20px 3px 20px;
}

#leftnavhead {
	background-color: #CCC;
	width: 172px;
	color: #666;
	font-size: 13px;
	display: block;
	font-weight: bold;
	text-decoration: none;
	padding: 2px 20px 2px 20px;
	margin-top: 10px;
}

#leftnavcontent {
	padding-left: 10px;
}

#sidebarnav a:link {
	background-color: #CCC;
	width: 172px;
	color: #666;
	font-size: 13px;
	display: block;
	font-weight: bold;
	text-decoration: none;
	padding: 2px 20px 2px 20px;
	margin-top: 10px;
}
#sidebarnav a:visited {
	background-color: #CCC;
	width: 172px;	
	color: #666;
	display: block;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	padding: 2px 20px 2px 20px;
	margin-top: 10px;
}
#sidebarnav a:hover {
	background-color: #333;
	color: #ccc;
	width: 172px;
	display: block;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	padding: 2px 20px 2px 20px;
	margin-top: 10px;
}

.acclink:link {
	color: #5FAF68;
	font-weight: bold;
}
.acclink:visited {
	color: #5FAF68;
	font-weight: bold;
}
.acclink:hover {
	color: #666;
	font-weight: bold;
	text-decoration: none;
}
	
#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 220px;
	padding: 5px 5px 30px 5px;
	background-image: url(../images/spacer-sidebar.gif);
	background-repeat: repeat-y;
}

html>body #mainContent { 
	margin: 0 0 0 220px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0px 20px 0px 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 

* html #mainContent { 
	margin: 0 0 0 0; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0px 20px 0px 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 


#footer { 
	padding: 0 0px 0 0px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background-color: #DDDDDD; 
} 

#footer p {
	margin: 0;
	padding: 10px 10px 10px 10px;
}

#footer a:link {
	color: #333333;
	text-decoration: none;
}
#footer a:visited {
	color: #333333;
	text-decoration: none;
}
#footer a:hover {
	color: #5FAF68;
	text-decoration: underline;
}

#footleft {
	float: left;
	width: 300px;
	background-color: #DDDDDD;
}

#footright {
	float: left;
	width: 480px;
	text-align: right;
	background-color: #DDDDDD;
}

.fltrt { 
	float: right;
	margin-left: 8px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
}
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

#elgin {
	background-color: #009291;
}

#thee {
	background-color: #5199D3;
}

#bot {
	background-color: #F9A61A;
}

#her {
	background-color: #C6252B;
}

#stan {
	background-color: #8A272A;
}

#nap {
	background-color: #583091;
}

#grey {
	background-color: #B355A1;
}

#thee {
	background-color: #069;
}

#bred {
	background-color: #036;
}

#wineblock {
	height: 140px;
	border-bottom: #CCCCCC thin dashed;
	margin-bottom: 20px;
}

#newsblock {
	border-bottom: #CCCCCC thin dashed;
	margin-bottom: 20px;
}

#wineblock4 {
	height: 160px;
	border-bottom: #CCCCCC thin dashed;
	margin-bottom: 20px;
}

#wineblock4 h2 {
	padding: 0px;
	margin: 0px;
	font-family: Tahoma;
	font-size: 13px;
	font-weight: bold;
	color: #499451;
}

#wineblock1 {
	margin: 15px;
	line-height: 1.7;
	float: right;
}

#wineblock2 {
	margin: 0px 0px 20px 0px;
	line-height: 1.6;
}

#wineblock h2 {
	padding: 0px;
	margin: 0px;
	font-family: Tahoma;
	font-size: 16px;
	font-weight: normal;
	color: #499451;
}

#newsblock h2 {
	padding: 0px;
	margin: 0px;
	font-family: Tahoma;
	font-size: 16px;
	font-weight: normal;
	color: #499451;
}

.accname {
	float: left;
	width: 320px;	
	height: 20px;
}

.acctel {
	float: left;
	width: 200px;
	height: 20px;	
}

#tourism {
	margin-left: 20px;
	float: left;
	width: 240px;
	height: 180px;
}

html>body .m6imagePad{
	padding-right:10px;
	padding-bottom:10px;
}

* html .m6imagePad{
	margin-top:4px;
	margin-left:4px;
	margin-bottom:0px;
	margin-right:10px;
}

<!--[if IE 5]>
/* place css box model fixes for IE 5* in this conditional comment */
.twoColFixLtHdr #sidebar1 { width: 230px; }
<!--[endif]-->

<!--[if IE]>
/* place css fixes for all versions of IE in this conditional comment */
.twoColFixLtHdr #sidebar1 { padding-top: 30px; }
.twoColFixLtHdr #mainContent { zoom: 1; }
/* the above proprietary zoom property gives IE the hasLayout it needs to avoid several bugs */
<!--[endif]-->



