@charset "UTF-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	font-size:.7em;
	background: #FC6;
	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: #930;
}
p {
	font-size:.9em;
	line-height:1.4em;
	text-align: left;
}

.menu {
	font-size:.9em;
	color: #000;
	line-height:1.1em;
	text-align: left;
	padding: 0px 10px 0px 20px;
}

a:link, a:visited {color:#060; text-decoration:none}
a:active, a:hover {color:#F30; text-decoration:none}

.twoColFixRtHdr #container { 
	width: 940px;  
	background: #FFFFFF;
	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. */
	padding: 0px
} 

.twoColFixRtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 453px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	height:350px;
	padding: 0px;
	text-align:center;
	background-image:url(images/vinyard.jpg);
	font-size: 1.2em;
}
.twoColFixRtHdr #sidebar1 Table  {
	font-size:1em;
	line-height:1.8;
	padding:5px;
	width:450px;
}

.twoColFixRtHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 450px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	height:400px;
	padding: 10px 0 0 20px;
}

.twoColFixRtHdr #sidebarVendors {
	float: right; /* since this element is floated, a width must be given */
	width: 450px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding: 10px 0 0 20px;
	background-image:url(images/vendorcollage.png); 
	background-repeat:no-repeat;
}

.twoColFixRtHdr #sidebarEvents {
	float: right; /* since this element is floated, a width must be given */
	width: 450px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	height:350px;
	padding: 10px 0 0 20px;
background-image:url(images/metreonFadedTrans.jpg); 
	background-repeat:no-repeat	
}
.twoColFixRtHdr #sidebar4 {
	float: right; /* since this element is floated, a width must be given */
	width: 330px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	height:450px;
	background-color:#FFE699;
	padding: 0px 15px 0 0px;
	margin: 0px 0px 0 0;
	background-image:url(images/windowsignTrans.jpg); 
	background-repeat:no-repeat
}
.twoColFixRtHdr #sidebar5 {
	float: right; /* since this element is floated, a width must be given */
	width: 330px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	
	background-color:#ffE699;
	padding: 0px 15px 0 0px;
	margin: 0px 0px 0 0;
}
.twoColFixRtHdr #mainContent { 
	margin: 0 453px 0 0; /* the right margin on this div element creates the column down the right 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 10px 0px 10px;
	text-align:justify;
	line-height:1.3em
} 

.twoColFixRtHdr #mainContent2 { 
	margin: 0 473px 0 0;
	padding: 0px 10px 0px 10px;
	text-align:justify
} 

.twoColFixRtHdr #mainContent3 { 
	margin: 0 380px 0 0;
	padding: 0px 30px 0px 30px;
	text-align:left;
	
}
.twoColFixRtHdr #footer { 
	background:#ffE699; 
	text-align:center
} 
.twoColFixRtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 3px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	text-align:center
}
.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;
}
.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;
}
.twoColFixRtHdr #header {
	padding: 0;
	height:194px;
	background: url(images/header.jpg) bottom;
	repeat:no-repeat
} 
.twoColFixRtHdr #header2 {
	padding: 0;
	height:194px;
	background: url(images/header2.jpg) bottom;
	repeat:no-repeat
} 
.twoColFixRtHdr #header3 {
	padding: 0;
	height:194px;
	background: url(images/header3.jpg) bottom;
	repeat:no-repeat
} 
.twoColFixRtHdr #header4 {
	padding: 0;
	height:194px;
	background: url(images/header4.jpg) bottom;
	repeat:no-repeat
} 
.twoColFixRtHdr #header5 {
	padding: 0;
	height:194px;
	background: url(images/header5.png) bottom;
	repeat:no-repeat
} 
.twoColFixRtHdr #header6 {
	padding: 0;
	height:194px;
	background: url(images/header6.jpg) bottom;
	repeat:no-repeat
} 
.twoColFixRtHdr #headermenu {
	padding: 0;
	height:154px;
	background: url(images/menuheader2.png) bottom;
	repeat:no-repeat
} 
.copyright {
	font-size:.8em;color:#360;text-align:center; line-height:.5em }
.news {
	text-indent: 5px;
}
.red {
	color: #CD0410;
}
.LARGEGREEN {
	font-size: 16px;
	font-weight: bold;
	color: #060;
	font-family: Georgia, "Times New Roman", Times, serif;
}
