/*
COLORS
333366 - background blue, links
000000 - black - primary
EFE8E3 - beige
043255 - navy --- cccsecondary
C3D9EA - light blue
*/

/*
*******************************************************
GENERAL SELECTORS
*******************************************************
*/


/* general tag selectors */

body { background-color:#333366; color:#000000; margin: 5px 0 0 0; background-image("/images/newbg.gif"); 
}

body, td, blockquote { font-family: Times, Georgia, Times New Roman, Times, serif; font-size: 14px; text-align: left }

body#fckeditor,  body.fckeditor{ background-color:#EFE8E3; color:#000000;
}


a {color:#333366}

sup {font-size: 7px;text-transform: uppercase;}

hr { color: #80190C;  width: 100%; height: 0px; border-style: dotted none none none; border-width: 1px; }

h1 { color: #000000; font-weight: bolder; font-size: 18px }
h1.h12 { color: #80190C; font-weight: bolder; font-size: 18px }

h1.acorn, h2.acorn { font-size: 14px; font-weight:normal;color: #000000; margin:0; padding:0; display: inline; }

h2 { color: #333366; font-weight: bolder; font-size: 16px }



/* general class selectors */

.title { color: #80190C; font-weight: bolder; font-size: 17px }


.section { color: #80190C; font-weight: bolder; font-size: 16px }
.subsection { color: #333366; font-weight: bolder; font-size: 15px }
.subsection2 { color: #000000; font-weight: bolder; font-size: 12px }

.keywordphrase { color: #EFE8E3; font-weight: bolder; font-size: 13px; }

.smprint { font-size: 12px }
.regprint { font-size: 14px }
.large { font-size: 16px }

.secondary { color: #1C679F } 
.secondarybold { color: #333366; font-weight: bolder }
.smsecondarybold { font-size: 10px; color: #1C679F; font-weight: bolder }



.orange { color: #ff6633; font-weight: bolder }
.maroon { color: #80190C; }
.bluebold { color: #333366; font-weight: bolder }
.blue { color: #333366;}

.alert { color: #990000; font-weight: bolder }
.required { color: #CC0000; font-size: 10px;}

.defaulttext { color: #000000 }
.fieldname { font-size: 10px }
.navfooter { font-size: 11px; color: #B9D3E7 }

.content { padding: 25px 10px 25px 10px; }


.returntotop {width:250px; text-align:center; padding:2px; margin-bottom:5px; background:#fff;border: 1px solid #ccc;font-size:11px; margin-left:auto; margin-right:auto;}

.returntotop a { text-decoration:none } 

#roomthumbs {
	float:left; width:222px; margin-bottom:10px;
	padding:5px;
	background-color:#dccdcd;
	
}

#roomthumbs img { border: 1px solid #333366; }

/* general <a> class and tag selectors */

a { color: #333366; text-decoration: underline }
a:hover { color: #333366; text-decoration: none }


.white { color: #ffffff; }
a.white { color: #ffffff; text-decoration: underline }
a.white:hover { color: #ffffff; text-decoration: none }

a.nav { font-family: Georgia; color:#EFE8E3; text-decoration: none; font-size: 12px; font-weight: bolder; }
a.nav:hover { font-family: Georgia; color: #EFE8E3; text-decoration: none; font-size: 12px; font-weight: bolder; }


/* Layers Menu */

.horbar	{
	
	color: #EFE8E3;
	background-color: #80190C;
	font-weight: bolder;
}

.horbaritem	{
	font-size: 12px;
	float: left;
	white-space: nowrap;
}

.horbaritem a	{
	display: block;
	text-decoration: none;
}

.horbaritem a:link	{
	color: #EFE8E3;
}

.horbaritem a:visited	{
	color: #EFE8E3;
}

.horbaritem a:hover	{
	color: #EFE8E3;
	background-color: #80190C;
}

.horbaritem a:active	{
	color: #EFE8E3;
}

.subframe	{
	position: relative;
	display: block;
	background-color: #80190C;
	border: 2px #000000;
	font-weight: bolder;
}


.item	{
	position: relative;
	text-align: left;
	white-space: nowrap;
	font-size: 12px;
}

.verbar	{
	color: black;
	background-color: #dcdad5;
	border: 2px outset #cecac1;
}

.submenu	{
	position: absolute;
	left: 0;
	top: 0;
	visibility: hidden;
}



.item a	{
	position: relative;
	display: block;
	text-decoration: none;
}

.item a:link	{
	color: #EFE8E3;
}

.item a:visited	{
	color: #EFE8E3;
}

.item a:hover	{
	color: #EFE8E3;
	background-color: #333366;
}

.item a:active	{
	color: #EFE8E3;
}

.item .fwdarr	{
	position: absolute;
	top: 5px;
/*	right: 4px; */
	right: 7px;
}

#wineries td.category {
	color:#80190C;
	border-bottom:1px black solid; font-weight:bold;padding:1px; padding-top:10px; text-align:left; }

#wineries td.winery
{
	padding: 3px;
	padding-left: 3px;
	border-top: 1px white solid;
	font-weight: bold;
	font-size: 13px;
	text-align: left;
	text-transform: uppercase;
}
	
#wineries td.winery a
{
	text-decoration: none;
}

#wineries td.winery a:hover
{
	text-decoration: underline;
}
	
	
#wineries td.details {
	padding:1px; border-top:1px white solid; font-size:12px; text-align:left; text-transform: capitalize; padding-right:10px;}	
	
	

#winerylisting {
	
	padding: 0;
	margin: 0;
	clear:both;
}

#winerylisting h2, #application td h2{
	font-size:12px;
	font-weight:bold;
	color: #BB6B0D;
	margin: 0 0 10px 0;
	padding:2px 0;
	background-color: #fff;
	border-top: 1px #ccc solid;
	border-bottom: 1px #ccc solid;
}

#winerylisting .imgdiv {
	float:center;
	width:400px;
	margin: 0 auto;
	clear:both;

}
#winerylisting img {
	width: 400px;
	border: 1px #5B6D06 dotted;
	margin-bottom: 10px;

}

#map_canvas {
	width:490px;
	height:300px;
	border: 1px black solid;
}

/*menu*/

#menu_parent, #reservations_parent, #contact_parent, #travel_parent, #events_parent, #specials_parent, #rooms_parent, #photos_parent { background: #80190C; border: 0px; padding: 0px;  font-family: Georgia; color:#EFE8E3; text-decoration: none; font-size: 12px; font-weight: bolder; }

#menu_parent a, #reservations_parent a, #contact_parent a, #travel_parent a, #events_parent a, #specials_parent a, #rooms_parent a, #photos_parent a { border: 0px; padding: 0px;  font-family: Georgia; color:#EFE8E3; text-decoration: none; font-size: 12px; font-weight: bolder;}

#menu_child, #reservations_child, #contact_child, #travel_child, #events_child, #specials_child, #rooms_child, #photos_child { font-family: Georgia; position: absolute; visibility: hidden; background: #80190C; border: 1px solid #000; text-align:left; padding:1px;font-size:11px;}

#menu_child a, #reservations_child a, #contact_child a, #travel_child a, #events_child a, #specials_child a, #rooms_child a, #photos_child a { display: block; width: 150px; padding: 2px 5px; text-decoration: none; font-weight: 600; color: #EFE8E3;  font-size:11px;font-family: Georgia;}

#events_child a { width: 200px;}

#menu_child a:hover, #reservations_child a:hover, #contact_child a:hover, #travel_child a:hover, #events_child a:hover, #specials_child a:hover, #rooms_child a:hover, #photos_child a:hover {background:#336; text-decoration: none; color: #EFE8E3; font-family: Georgia;font-size:11px;}