@charset "UTF-8";
/* CSS Document */


/* TAGS ------------------------------------------------------------------------------------------------*/
body {
	font-size: 12px;
	line-height: 16px;
	color: #333333;
	margin: 0px;
	padding: 0px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	background-color: white;
	background-image: url(../img/bg.new.jpg);
	background-repeat: no-repeat;
	 background-position: calc(50% - 41px) top;
}

img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
p, h1, h2, h3, h4, h5 {
	margin: 0px;
	padding: 0px;
}
a {
	color: #A0420B;
	text-decoration: none;
}

/* CLASSES ------------------------------------------------------------------------------------------------*/
.left {
	float: left;
}
.right {
	float: right;
}
.clear {
	clear: both;
}
.none {
	margin: 0 !important;
	float: none !important;
}
.hidden {
	display: none;
}
.button {
	display: inline-block;
	padding: 3px 5px;
	color: #ffffff;
	font-size: 14px;
	letter-spacing: .09em;
	border: 1px solid #F0F0F0;
	background: #d65413; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Q2NTQxMyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM3NTJlMGEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #d65413 0%, #752e0a 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d65413), color-stop(100%,#752e0a)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #d65413 0%,#752e0a 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #d65413 0%,#752e0a 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #d65413 0%,#752e0a 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #d65413 0%,#752e0a 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d65413', endColorstr='#752e0a',GradientType=0 ); /* IE6-8 */
}
.button:hover {
	background: #159cea; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzE1OWNlYSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwZDYyOTMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #159cea 0%, #0d6293 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#159cea), color-stop(100%,#0d6293)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #159cea 0%,#0d6293 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #159cea 0%,#0d6293 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #159cea 0%,#0d6293 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #159cea 0%,#0d6293 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#159cea', endColorstr='#0d6293',GradientType=0 ); /* IE6-8 */
}
.big {
	padding: 10px 16px !important;
	font-size: 20px !important;
	letter-spacing: .1em !important;
}

/* ID's ------------------------------------------------------------------------------------------------*/
#container {
	width: 1012px;
	margin-right: auto;
	margin-left: auto;
}
#nav_bg {
	float: right;
	height: 45px;
	width: 1000px;
	background-color: transparent;
	background-image: url(../img/nav_bg.new.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin-right: 6px;
	margin-left: 6px;
}
#form1 h1 {
	font-size: 26px;
	line-height: 26px;
	font-weight: normal;
	padding-bottom: 10px;
}
#wrapper {
	margin-left: 200px;
	float: left;
}
#top {
	float: left;
	margin-top: 21px;
	width: 1012px;
}
#logo {
	height: 152px;
	width: 246px;
	float: right;
	margin-right: 40px;
}
#logo a {
	background-color: transparent;
	background-image: url(../img/logo.png);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	height: 152px;
	width: 246px;
}
#banner {
	background-color: transparent;
	background-image: url(../img/banner.new.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
	height: 348px;
	width: 1000px;
	display: block;
	position: relative;
}
#banner h2 {
	margin: 70px 0 0 80px;
	width: 500px;
	color: #fff;
	font-size: 22px;
	line-height: 28px;
	font-weight: normal;
}
#banner_pages {
	background-color: transparent;
	background-image: url(../img/banner_pages.new.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
	height: 113px;
	width: 1000px;
	display: block;
}
#content_bg {
	float: right;
	width: 1000px;
	padding-right: 6px;
	padding-left: 6px;
	background-color: transparent;
	background-image: url(../img/cont_bg.png);
	background-repeat: repeat-y;
	background-position: right top;
}
#copy {
	background-color: transparent;
	background-image: url(../img/cont_bg_nj.jpg);
	background-repeat: no-repeat;
	background-position: 719px top;
	float: left;
	width: 895px;
	padding-top: 30px;
	padding-right: 35px;
	padding-bottom: 10px;
	padding-left: 75px;
}
#copy_pages {
	background-color: transparent;
	background-image: url(../img/copy_bg_pages.new.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
	width: 930px;
	padding-top: 30px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 75px;
}
#footer_bg {
	float: left;
	width: 940px;
	background-color: transparent;
	background-image: url(../img/footer_bg.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 100px;
	padding-top: 60px;
	padding-right: 80px;
	padding-left: 10px;
}
#copy img {
	background-color: #FFF;
	background-image: url(../img/image_corner.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding: 6px;
}
#news {
	float: left;
	width: 500px;
	min-height: 600px;
}
#news img {
	float: right;
	margin-left: 20px;
}
#news h1 {
	color: #963E09;
	line-height: 26px;
	padding-bottom: 10px;
}
#news h2 {
	color: #6D9543;
	font-size: 16px;
	line-height: 22px;
	padding-top: 5px;
	padding-bottom: 10px;
}
#news p {
	font-size: 14px;
	line-height: 17px;
	padding-bottom: 5px;
}
#col_left {
	float: left;
	width: 520px;
}
#col_left img {
	float: right;
	margin-left: 20px;
}
#col_left h1 {
	color: #963E09;
	padding-bottom: 10px;
	font-size: 32px;
	line-height: 32px;
}
#col_left h2 {
	color: #6D9543;
	font-size: 16px;
	line-height: 22px;
	padding-top: 5px;
	padding-bottom: 10px;
}
#col_left p {
	font-size: 14px;
	line-height: 22px;
	padding-bottom: 10px;
}
.news {
	padding-top: 5px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #97B773;
	margin-bottom: 10px;
	overflow: auto;
}
#feed {
	float: right;
	width: 350px;
	background-color: #F0F0F0;
}
#feed h1 {
	color: #FFF;
	background-color: #3F5CB3;
	font-size: 24px;
	line-height: 24px;
	font-style: oblique;
	text-align: right;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 10px;
	font-weight: normal;
}
#col_right {
	float: right;
	width: 376px;
}
#panel {
	float: right;
	width: 370px;
	background-color: #F0F0F0;
	height: 210px;
	position: relative;
	margin-bottom: 25px;
}
#panel h1 {
	color: #FFF;
	background-color: #A0420B;
	font-size: 24px;
	line-height: 24px;
	font-style: oblique;
	text-align: left;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 25px;
	font-weight: normal;
}
#panel h2 {
	font-size: 28px;
	font-style: italic;
	line-height: 32px;
	padding-top: 25px;
	padding-right: 35px;
	padding-bottom: 10px;
	padding-left: 35px;
	color: #306E0A;
}
#panel h3 {
	font-size: 24px;
	font-style: italic;
	line-height: 28px;
	padding-top: 0px;
	padding-right: 35px;
	padding-bottom: 10px;
	padding-left: 35px;
	color: #306E0A;
	font-weight: normal;
}
#panel a {
	margin: 10px 0 10px 30px;
}
#panel img {
	position: absolute;
	top: 10px;
	right: -35px;
}
#social {
	position: absolute;
	bottom: 12px;
	right: 15px;
}
#social img {
	padding: 5px;
}
#banner_pages h1 {
	color: #FFF;
	font-size: 44px;
	font-style: italic;
	line-height: 50px;
	padding-left: 80px;
	padding-top: 30px;
}
#col_left h2 {
	font-weight: normal;
	color: #2F6A0A;
	font-size: 18px;
	line-height: 28px;
	padding-bottom: 15px;
}

#col_left h3 {
	font-weight: bold;
	color: #333333;
	font-size: 16px;
	line-height: 22px;
	padding-bottom: 15px;
}
#col_left ol, col_left ul {
	font-size: 14px;
	line-height: 22px;
}
#col_left li {
	padding-bottom: 10px;
}
#social_footer {
	float: left;
	margin-right: 25px;
}
#footer h1 {
	font-weight: normal;
	padding-bottom: 12px;
	padding-top: 5px;
}
.corner {
	background-color: #FFF;
	background-image: url(../img/image_corner.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 6px;
	padding-left: 6px;
}
#col_left.wide {
	width: 100%;
}
#col_left .list td {
	font-size: 13px;
	line-height: 16px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 7px;
}
#col_left .list th {
	font-size: 14px;
	line-height: 16px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 7px;
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #963E09;
	font-weight: bold;
	text-align: left;
}
#video_thumbs img {
	float: none;
	margin-left: 0px;
	height: auto;
	width: 370px;
}
#video_thumbs a img {
	margin-bottom: 15px;
}
#video_thumbs a {
	font-size: 18px;
	display: block;
}

/*----- Wine Trails -----*/
#wtmap {
	width: 640px;
	height: 1000px;
	margin-top: 10px;
	border: 1px solid #F0F0F0;
}
#mapText {
	width: 640px;
}
#mapText h3 {
	font-size: 16px;
	font-style: italic;
	line-height: 28px;
	padding: 10px 0 5px 0;
	color: #306E0A;
	font-weight: normal;
}
input#start-address {
	width: 565px;
	padding: 3px 5px;
	font-size: 14px;
	border: 1px solid #A1410E;
	box-shadow: inset 1px 1px 1px rgba(0,0,0,0.25);
}
#stopsBox {
	width: 630px;
	margin-bottom: 5px;
	padding: 5px;
	border: 1px dashed #A1410E;
}
ol#stops {
	margin: 0 0 0 25px;
	padding: 0;
}
ol#stops li {
	margin: 0;
	padding: 0 0 3px 0;
}
#dirpanel {
	width:700px;
	height:400px;
	margin-bottom:15px;
}
.popspan h4 {
	padding-bottom: 5px;
	font-size: 18px;
	color: #306E0A;
}
.popspan p {
	font-size: 14px;
	line-height: 16px !important;
}
#col_right_trails {
	float: right;
	width: 276px;
}
#panel_trails {
	float: right;
	width: 270px;
	position: relative;
	margin-bottom: 25px;
	background-color: #F0F0F0;
}
#panel_trails h1 {
	color: #FFF;
	background-color: #A0420B;
	font-size: 24px;
	line-height: 24px;
	font-style: oblique;
	text-align: left;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 25px;
	font-weight: normal;
}
#panel_trails h3 {
	font-size: 16px;
	font-style: italic;
	line-height: 28px;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
	color: #306E0A;
	font-weight: normal;
}
#panel_trails img#cluster {
	position: absolute;
	top: 10px;
	right: -35px;
}
.winery {
	padding: 0 0 5px 10px;
}
.winery p {
	font-size: 11px;
	line-height: 12px;
}
#gswga {
	float: right;
	margin-top: 15px;
	margin-right: 0px;
}
#gswga2 {
	float: right;
	margin-top: 15px;
	margin-right: 0px;
}
#gswga2 a {
	font-size: 16px;
	font-weight: bold;
}
.pass {
	width: 150px;
	margin: 0 0 10px 10px;
	border: 1px solid #A0420B;
	text-align: center;
	float: right;
}

/*--- Listing Page ---*/
.listBox {
	margin: 0 0 15px 0;
	padding: 10px 10px 0 10px;
	border-top: 1px solid #963E09;
}
.listBox h3 a {
	font-size: 16px;
}
.listBox h3 a:hover {
	text-decoration: underline;
}
.listBox p {
	margin: 0 !important;
	padding: 0 !important;
	font-size: 12px;
}
.listBox a {
	margin: 0;
	padding: 0;
	font-size: 11px;
}
.listBox a:hover {
	text-decoration: underline;
}

/*--- Admin ---*/
#loginBox {
	width: 450px;
	margin: 0 auto;
	padding: 10px;
	margin-top: 200px;
	border: 1px solid #A0420B;
	border-radius: 4px;
}
#loginBox h1 {
	margin: 10px 0 25px 0;;
	font-size: 28px;
	color: #A0420B;
	text-align: center;
}
.adminBtn {
	margin-right: 20px;
	padding: 8px;
	font-size: 20px;
	float: right;
}

/*--- Forms & Validation ---*/
.form-group {
	margin: 0 0 8px 0;
}
.form-control {
	padding: 4px 4px;
	color: #666666;
	border: 1px solid #A0420B;
	box-shadow: inset 1px 1px 1px rgba(0,0,0,0.25);
	font-size: 14px;
}
.textField {
	width: 300px;
}
.label {
	width: 125px;
	float: left;
	display: block;
}
.labelFl {
	margin: 0 10px 0 0;
	float: left;
}
.conLabel {
	display: block;
	margin: 0 0 15px 18px;
	font-size: 14px;
	color: #333333;
	line-height: 17px;
	float: left;
}
.conLabel .form-control {
	margin: 2px 0 0 -18px;
}
.ast {
	color: #14bf00;
}
#send {
	border: none;
	padding: 6px;
	background: #A1410E;
	color: #ffffff;
	font-size: 16px;
}
#send:hover {
	background: #159cea;
}
.error input, .error2 input {
	border-color: rgba(238,83,83,0.8);
	outline: 0;
	outline: thin dotted \9;
	/* IE6-9 */
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(238,83,83,0.6);
	-moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(238,83,83,0.6);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(238,83,83,0.6);
}
.error input:focus, .error2 input:focus {
	border-color: rgba(238,83,83,0.8);
	outline: 0;
	outline: thin dotted \9;
	/* IE6-9 */
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(238,83,83,0.6);
	-moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(238,83,83,0.6);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(238,83,83,0.6);
}
.errMsg {
	margin-left: 125px;
	color: #aa1619;
	font-style: italic;
	font-size: 12px;
}
#memErr, #inErr {
	margin-left: 0;
}
#capErr.errMsg {
	margin-left: 0 !important;
}
.error .conLabel label {
	margin-left: 20px !important;
}
.error2 label {
	margin-left: 10px;
	color: #aa1619;
	font-style: italic;
	font-size: 12px;
}
#errors p {
	color: #aa1619;
	font-style: italic;
	font-size: 12px;
}