/* COLORS
light orange:#EEA557
dark orange:#C66C0B
light grey: #B2ACA2
dark grey:#534E46
*/

body {
	/*background-image: url(images/dk_grey_bg.jpg);*/
	margin-top: 15px;
	margin-left: 0px;
	background-color: #D3A950;
}

a {
	text-decoration: none;
	color: Maroon; 
}

a:hover {
	text-decoration: none ;
	color: #534E46; /*dark grey */
}

p, td, th {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #534E46;
	line-height: 140%
}

.emph {
	color: #C66C0B; /*dark orange */
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 15pt;
	line-height: 100%;
	padding-bottom: 10px;
}

/* BACKGROUND */
.dk_grey_bg {
	background-image: url(images/dk_grey_bg.jpg);
	background-repeat: repeat;
}
.wine_bg {
	background-image: url(images/wine_bg.jpg);
	background-repeat: repeat;
}
.lt_wine_bg {
	background-image: url(images/lt_wine_bg.jpg);
	background-repeat: repeat;
}
.sub_bg {
	background-image: url(images/sub_bg.jpg);
	background-repeat: repeat;
}
.callout_title {
	background-image: url(images/dk_grey_bg.jpg);
	color: white;
	font-size: 12pt;
	padding-left: 8px;
}
.callout_copy {
	background-color: #ffffcc;
	padding: 8px;
}
.adspace {
	background-image: url(images/lt_grey_bg.jpg);
	text-align: center;
	padding: 5px;
}
.logo {
	padding-left: 15px;
}
/*FONTS */
.menu_over {
	background-image: url(images/lt_orange_bg.jpg);
	layer-background-image :url(images/lt_orange_bg.jpg);
}

.menu a {
	color: white ;
	font-weight: bold ;
	}
.menu a:hover {
	color: #534E46; /*dark grey */
	font-weight: bold;
}

.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 7pt;
	color: #534E46; /*dark grey */
	text-align: right;
	padding-right: 45px;
	padding-top: 10px;

}
.footer a {
	font-size: 7pt;
	color: #C66C0B; /*dark orange */
	padding: 5px;
}

.right_header {
	text-align: right ;
}

.right_header a {
	color: #534E46; /*dark grey */
}
.right_header a:hover {
	color: #C66C0B; /*dark orange */

}
.home_copy {
	color: #FFFFCC;
	margin-left: 20px;
	margin-right: 5px;
	line-height: 120%;
	font-size: 9pt;
	background-image: url(images/dk_grey_bg.jpg);
	
}
.header {
	padding-right: 45px;
}
.sub_title {
	font-size: 12pt;
	font-weight: bold;
	color: #534E46;
	padding-bottom: 5px;
}
.title {
	font-size: 15pt;
	font-weight: normal;
	color: Maroon;
	vertical-align: middle;
	white-space: nowrap;
	margin-top: 23px;
}