@charset "utf-8";
/* CSS Document */

body {
	background: #94a545;
	color: #6b604c;
	text-align: center;
	margin: 0px;
	font: 1em Arial, Helvetica, sans-serif;
}
body.home {
	background: #94A545;
	background-image: url(../images/summer/wi_bg_summer.jpg);
	background-position: center -55px;
	background-repeat: no-repeat;
	background-attachment: scroll;
}
body.home #wrapper {
	width: 963px;
	height: 1200px;
}
#wrapper {
	margin-left: auto;
	margin-right: auto;
	width: 965px;
	height: auto;
	margin-top: 15px;
	text-align: left;
	overflow: visible;
}
#logo {
	position: relative;
	float: left;
	top: -5px;
	left: 50px;
	z-index: 5;
}
#top {
	position: relative;
	top: 0px;
	left: 0px;
	height: 15px;
	overflow: hidden;
	background-image: url(../images/fall/bg_top.jpg);
	background-repeat: no-repeat;
}
body.home #top {
	background-image: url(../images/summer/bg_top_home.jpg);
}
#tabs {
	position: relative;
	float: left;
	width: 260px;
	top: -24px;
	margin-left: 495px;
	_margin-left: 340px;
	z-index: 5;
}
#header {
	position: relative;
	top: 0px;
	width: 965px;
	height: 141px;
	background-repeat: no-repeat;
}
#navigation {
	position: relative;
	top: auto;
	width: 965px;
	height: 57px;
	background-image: url(../images/fall/navbar.jpg);
	background-repeat: no-repeat;
	overflow: hidden;
}
body.home #navigation {
	background-image: url(../images/summer/navbar_home.jpg);
}
#content {
	position: relative;
	top: auto;
	width: 965px;
	height: auto;
	min-height: 630px;
	overflow: visible;
	background-image: url(../images/fall/bg_main.jpg);
	background-repeat: repeat-y;
}
body.home #content {
	background-image: url(../images/summer/bg_main_home.jpg);
	background-repeat: no-repeat;
	height: 685px;
	overflow: hidden;
}
body.learn #content, body.cwm #content {
	overflow: auto;
}
#flexhome {
	position: relative;
	top: 0px;
	left: 2px;
	width: 740px;
	height: 619px;
	float: left;
	background: transparent;
}
#leftcol {
	position: relative;
	top: 0px;
	left: 0px;
	float: left;
	width: 313px;
	height: 619px;
	background-image: url(../images/fall/leftcol.jpg);
	background-repeat: no-repeat;
}
#bigcol {
	position: relative;
	top: 0px;
	width: 963px;
	height: auto;
	min-height: 622px;
}
#bigcol_top {
	position: relative;
	height: 31px;
	width: 963px;
	background-image: url(../images/fall/bigcol_top.jpg);
	background-repeat: no-repeat;
}
#bigcol_center {
	position: relative;
	height: auto;
	width: 963px;
	min-height: 545px;
	background-image: url(../images/fall/bigcol_center.jpg);
	background-repeat: repeat-y;
}
#bigcol_bottom {
	position: relative;
	height: 50px;
	width: 963px;
	background-image: url(../images/fall/bigcol_bottom.jpg);
	background-repeat: no-repeat;
}
#flexcol_top {
	position: relative;
	height: 1px;
	width: 963px;
}
#flexcol_center {
	position: relative;
	height: auto;
	width: 100%;
	min-height: 545px;
	overflow: visible;
	top: -15px;
}
#flexcol_bottom {
	position: relative;
	height: 50px;
	width: 963px;
}
#rightcol {
	position: relative;
	top: 0px;
	width: 650px;
	height: auto;
	min-height: 622px;
	float: left;
}
#rightcol_top {
	position: relative;
	height: 31px;
	width: 650px;
	background-image: url(../images/fall/rightcol_top.jpg);
	background-repeat: no-repeat;
}
#rightcol_center {
	position: relative;
	height: auto;
	min-height: 545px;
	width: 650px;
	background-image: url(../images/fall/rightcol_center.jpg);
	background-repeat: repeat-y;
}
#rightcol_bottom {
	position: relative;
	height: 50px;
	width: 650px;
	background-image: url(../images/fall/rightcol_bottom.jpg);
	background-repeat: no-repeat;
}
#inset {
	position: relative;
	top: 0px;
	left: 15px;
	width: 610px;
	height: auto;
	float: left;
}
#blurb {
	position: relative;
	top: 0px;
	width: 400px;
	height: auto;
	float: left;
}
#blurb_alt {
	position: relative;
	top: 0px;
	width: 570px;
	height: auto;
	float: left;
	left: 35px;
}
#buttons {
	position: relative;
	top: 10px;
	width: 210px;
	height: 550px;
	float: left;
	overflow: auto;
	padding-top: 5px;
}
body.home #buttons {
	top: 0px;
	padding-top: 0px;
	height: 640px;
	width: 200px;
	overflow: hidden;
}
#footer {
	position: relative;
	top: -10px;
	width: 965px;
	height: 100px;
	padding-top: 30px;
	color: #ffffff;
	font: 0.9em Arial, Helvetica, sans-serif;
	text-align: center;
	background-image: url(../images/fall/bg_bottom.jpg);
	background-repeat: no-repeat;
}
#footer a:link, #footer a:visited  {
	color: #ffffff;
	text-decoration: none;
}
#footer a:hover, #footer a:active  {
	color: #ffffff;
	text-decoration: underline;
}
body.home #footer {
	height: 80px;
	padding-top: 5px;
	*padding-top: 15px;
	background-image: url(../images/fall/bg_footer_fall.jpg);
	background-position: center 16px;
	color: #2D1D01;
}
body.home #footer a {
	color: #2D1D01;
}
#rightcol a:link, #rightcol a:visited {
	color: #751700;
}
#rightcol a:hover, #rightcol a:active {
	color: #93a042;
} 
ul {
	list-style: none;
}
ul.tabbar {
	list-style: none;
	padding: 0;
	margin: 0;
}
ul.navbar {
	margin-top: 3px;
	margin-left: 12px;
	padding: 0;
	display: block;
}
ul.leftnav {
	margin: 10px 5px 5px 2px;
	padding: 0px;
	background-image: url(../images/newerimages/heading_line.gif);
	background-repeat: no-repeat;
	background-position: top;
}
ul.navbar li, ul.tabbar li {
	float: left;
	position: relative;
	margin: 0;
}
ul.navbar li a {
	display: block;
	height: 49px;
}
ul.tabbar li a {
	display: block;
	height: 24px;
}
li.nav_home {background-image: url(../images/phase2/nav_home_on.gif); background-repeat: no-repeat;}
li.nav_events, li.nav_wineries {background-image: url(../images/phase2/nav_search_on.gif); background-repeat: no-repeat;}
li.nav_learn {background-image: url(../images/phase2/nav_learn_on.gif); background-repeat: no-repeat;}
li.nav_cwm {background-image: url(../images/phase2/nav_cwm_on.gif); background-repeat: no-repeat;}
li.nav_submit {background-image: url(../images/phase2/nav_submit_on.gif); background-repeat: no-repeat;}
li.tab_about {background-image: url(../images/phase2/about_tab_on.png); background-repeat: no-repeat;}
li.tab_account {background-image: url(../images/phase2/account_tab_on.png); background-repeat: no-repeat;}

ul.navbar li.nav_home a {width: 150px;}
ul.navbar li.nav_events a, ul.navbar li.nav_wineries a {width: 190px;}
ul.navbar li.nav_learn a {width: 230px;}
ul.navbar li.nav_cwm a {width: 230px;}
ul.navbar li.nav_submit a {width: 140px;}
ul.tabbar li.tab_about a, ul.tabbar li.tab_account a {width: 127px;}

ul.navbar li a img, ul.tabbar li a img, div.buttons a img, a img {
	border: none;
}
ul.navbar li a:hover, ul.tabbar li a:hover {
	visibility:visible;
}
ul.navbar li a:hover img, ul.tabbar li a:hover img {
	display:none;
}
ul.leftnav li {
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 45px;
	display: block;
	background-image: url(../images/newerimages/heading_line.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	font-weight: bold;
}
ul.leftnav li ul li {
	text-indent: -15px;
	padding-left: 0px;
	background-image: none;
	font-size: 0.8em;
}
ul.leftnav li ul.subnav li ul li {
	text-indent: -30px;
	padding-left: 0px;
	font-size: 1em;
}
ul.leftnav li a:link, ul.leftnav li a:visited {
	text-decoration: none;
	color: #000000;
}
ul.leftnav li a:hover, ul.leftnav li a:active, ul.leftnav li ul.subnav li a:link, ul.leftnav li ul.subnav li a:visited {
	text-decoration: none;
	color: #605d4c;
}
#searchbar {
	position: relative;
	overflow: hidden;
	width: 209px;
}
#searchbox, #searchbtn {
	position: relative;
	float: left;
	height: 42px;
}
div.buttons {
	position: relative;
	height: 131px;
	width: 201px;
}
p {
	font-size: 0.8em;
	padding-left: 15px;
	padding-right: 10px;
}
h1 {
	padding-left: 0px;
	font-weight: normal;
	font-size: 1.5em;
	text-transform: uppercase;
	letter-spacing: 0px;
	padding-top: 10px;
	margin: 0;
}
img.title {
	margin-left: 6px;
	margin-top: 5px;
}
div#blurb p, div#blurb h1 {
	padding-left: 30px;
	padding-right: 15px;
}
p.directions {
	color: #605d4c;
	padding-left: 95px;
	font-weight: bold;
	font-size: 0.75em;
	margin-bottom: 2px;
	padding-top: 10px;
}
.select {
	color: #93a042;
}
.subselect {
	color: #73171c;
}

div.pageHeader {
	padding-bottom: 5px;
	border-bottom: 1px solid #909090;
	margin-bottom: 5px;
	margin-right: 50px;
}
div.pageHeader h1 {
	padding-left: 0px;
	font-weight: normal;
	font-size: 20px;
	text-transform: uppercase;
	letter-spacing: 0px;
	padding-top: 10px;
	margin: 0;
}
div.pageHeader span {
	font-size: 12px;
	color: #888;
}

table.eventForm {
	border: 0;
}

table.eventForm tr {
}

table.eventForm tr.alt {
	vertical-align: top;
}

table.eventForm td {
	text-align: right;
	padding: 2px 5px 1px 0px;
	font-weight: bold;
	font-size: 14px;
}

table.eventForm td.element, table.eventForm td.element-alt {
	text-align: left;
	font-weight: normal;
	width: 342px;
	height: 26px;
	font-size: 14px;
}

table.eventForm td.element div.input {
	width: 342px;
	height: 26px;
	background-image: url(/images/input_background.jpg);
	background-repeat: no-repeat;
}
table.eventForm tr.alt td.element div.input{
	width: 342px;
	height: 130px;
	background-image: url(/images/textarea_background.jpg);
	background-repeat: no-repeat;
}
table.eventForm td.element div.input select {
	width: 320px;
	margin-left: 15px;
	margin-top: 4px;
	border: 0;
}
table.eventForm td.element input {
	border: 0;
	margin-left: 15px;
	margin-top: 4px;
	font-size: 14px;
	width: 312px;
}
table.eventForm td.element textarea {
	border: 0;
	margin-left: 15px;
	margin-top: 4px;
	font-size: 14px;
	width: 320px;
	height: 122px;
}
table.eventForm tr.alt td.element div.input{
	width: 500px;
	height: auto;
	background-image: none;
	background-repeat: no-repeat;
}

/** Start Changes by Ben **/

#inset_alt {
	position: relative;
	top: 0px;
	left: 28px;
	width: 590px;
	height: auto;
	float: left;
}
.sidebar_Content {
	padding-left: 20px;
	padding-top: 20px;
	font-size: 14px;
	padding-right: 20px;
}
.sidebar_Content a {
	color: #9DAE3D;
	font-weight: bold;
	text-decoration: none;
}
.sidebar_Content ul {
	list-style: none;
	padding-left: 0px;
	margin-left: 0px;
}

/** End Changes by Ben **/


/** Start Sidebar Login Form **/

dl.sidebarLogin, dl.sidebarLoginAlt {
	padding-left: 30px;
	padding-right: 30px;
	font-size: 14px;
	margin-bottom: 0;
	margin-top: 20px;
}
dl.sidebarLoginAlt {
	margin: 0;
}
dl.sidebarLogin dt {
	font-weight: bold;
	padding-bottom: 2px;
}
dl.sidebarLogin dd {
	margin-left: 0;
	width: 250px;
	height: 26px;
	background-image: url(/images/input_background_narrow.jpg);
	background-repeat: no-repeat;
	padding-bottom: 8px;
}
dl.sidebarLogin dd input {
	border: 0;
	margin-left: 15px;
	margin-top: 4px;
	font-size: 14px;
	width: 228px;
}
dl.sidebarLogin dd.submit {
	background-image: none;
}
/** End Sidebar Login Form **/

/** Start Main Forms **/
dl.mainForm {
	font-size: 14px;
	clear: both;
}
dl.mainForm dt {
	clear: both;
	font-weight: bold;
	padding-bottom: 2px;
	float: left;
	text-align: right;
}
dl.mainForm dd {
	width: 342px;
	height: 26px;
	background-image: url(/images/input_background.jpg);
	background-repeat: no-repeat;
	padding-bottom: 8px;
	float: left;
	margin: 0;
	margin-left: 10px;
}
dl.mainForm dd input {
	border: 0;
	margin-left: 15px;
	margin-top: 4px;
	font-size: 14px;
	width: 312px;
}
dl.mainForm dd textarea {
	border: 0;
	margin-left: 15px;
	margin-top: 4px;
	font-size: 14px;
	width: 320px;
	height: 122px;
}
dl.mainForm dd select {
	width: 320px;
	margin-left: 15px;
	margin-top: 4px;
	border: 0;
}
dl.mainForm dt label.submit {
	display: none;
}
dl.mainForm dd.submit {
	background-image: none;
}
dl.mainForm dd.submit input {
	width: auto;
	border: auto;
}
/** End Main Forms **/

/** Start Admin List Tables **/
table.adminTable {
	width: 100%;
}
table.adminTable tr {
}
table.adminTable tr.alt {
	background-color: #f7f7f7;
}
table.adminTable tr th {
	font-weight: bold;
	color: #3f3f3f;
	border-bottom: 1px solid #ccc;
}
table.adminTable tr td {
	padding: 2px 8px 2px 0px;
	font-size: 13px;
}
table.adminTable tr td.actions, table.adminTable tr th.actions {
}
/** End Admin List Tables **/

/** Content Pages Left Nav **/
ul.contentNav {
	margin: 0px;
	padding: 10px;
}
ul.contentNav li {
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	background-image: url(../../images/newerimages/heading_line.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	font-weight: bold;
	font-size: 18px;
	margin-left: 10px;
}
ul.contentNav li.inactive {
	list-style-image: url(../arrowR.png);
}
ul.contentNav li.active {
	list-style-image: url(../arrowD.png);
}
ul.contentNav li ul {
	margin: 0px;
	padding: 0px;
}
ul.contentNav li.active ul, ul.contentNav * li.active ul {
	display: block;
}
ul.contentNav li.active ul li, ul.contentNav li.inactive ul li {
	list-style: none;
	list-style-image: none;
}
ul.contentNav li a {
	text-decoration: none;
	color: #2d1f04;
}
ul.contentNav a:hover {
	text-decoration: none;
	color: #605d4c;
}
ul.contentNav li.active ul li.active a:link, ul.contentNav li.active ul li.active a:visited {
	color: #93a042;
}
ul.contentNav li.active ul li.inactive a:link, ul.contentNav li.active ul li.inactive a:visited {
	color: #6b604c;
}
ul.contentNav li.active ul li.active a:hover, ul.contentNav li.active ul li.inactive a:hover {
	color: #751700;
}
ul.contentNav li.inactive ul, ul.contentNav * li.inactive ul {
	display: none;
}
ul.contentNav li ul li {
	background-image: none;
	font-size: 12px;
	padding-bottom: 2px;
}
#header {
	position: static;
}
#navigation {
	position: static;
}
ul.navbar li {
	position: static;
	height: 49px;
}
ul.navbar {
	height: 49px;
}
#content, #bigcol, #bigcol_center {
	position: static;
	top: auto;
}
#blurb_alt {
	position: static;
	top: auto;
	left: auto;
	margin-left: 35px;
}
#rightcol_center {
	position: static;
}
#rightcol {
	position: static;
	top: auto;
}
form.primaryForm table {
	border: 0;
}
form.primaryForm table tr {
	vertical-align: top;
}
form.primaryForm table tr td {
	text-align: right;
	font-size: 14px;
	font-weight: bold;
	padding: 2px 5px 1px 0px;
}
form.primaryForm table tr td.alt-text {
	text-align: left;
	font-weight: normal;
}
form.primaryForm table tr td.element {
	font-size: 14px;
	font-weight: normal;
	text-align: left;
	width: 342px;
}
form.primaryForm table tr td.element ul.errors {
	margin: 4px 0px 4px 0px;
	padding-left: 10px;
}
form.primaryForm table tr td.element ul.errors li {
	color: red;
}
form.primaryForm table tr td.element div.default {
	background-image: url(/images/input_background.jpg);
	background-repeat: no-repeat;
	height: 26px;
	width: 342px;
}
form.primaryForm table tr td.element div.textarea {
	background-image: none;
	width: auto;
	height: auto;
}
form.primaryForm table tr td.element div.submit {
	background-image: none;
	width: auto;
	height: auto;
}
form.primaryForm table tr td.element div.default input {
	border: 0 none;
	font-size: 14px;
	margin-left: 15px;
	margin-top: 4px;
	width: 312px;
}
form.primaryForm table tr td.element div.date input {
	width: 300px;
}
form.primaryForm table tr td.element div.textarea textarea {
	height: auto;
}
form.primaryForm table tr td.element div.submit input {
	width: auto;
	border: 1px solid #ccc;
}
form.primaryForm table tr td.element div select {
	border: 0 none;
	margin-left: 15px;
	margin-top: 4px;
	width: 320px;
<<<<<<< .mine
}
#inset_alt img {
	padding: 5px;
}=======
}
form.primaryForm table tr td.element div div.fileinputs {
	position: relative;
}
form.primaryForm table tr td.element div div.fakefile {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 1;
}
form.primaryForm table tr td.element div div.fakefile input {
	width: 260px;
}
form.primaryForm table tr td.element div input.file {
	position: relative;
	text-align: right;
	-moz-opacity:0 ;
	filter:alpha(opacity: 0);
	opacity: 0;
	z-index: 2;
}
/** Firefox 3 bug fixes **/
a:link img, a:visited img {
-moz-user-input: enabled !important;
}
>>>>>>> .r531
