/* CSS Document */

/* START eric meyer's css reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	
}

:focus {
	outline: 0;
}
body {
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}

table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
	padding-left: 20px;
	color: #898989;
}
/* END eric meyer's css reset */



img {
	display: block;
}

body {
	background-color: #DFE2E2;
	margin: 0px auto;

}

body.article { width: 671px; }

img.vine_hdr {
	float: left;
}

img.logo {

}

div.article_body {
	padding: 100px 28px 50px 28px;
	background-color: #FFFFFF;
}

p, li, label, h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	margin-bottom: 12px;
	color: #626262;
}

h1 {
	font-size: 14px;
	font-weight: bold;
}

p.small {
	font-size: 10px;
	line-height: 16px;
}

span.small { font-size: 10px; }

h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	margin: 20px 0 12px 0;
	color: #2C7E43;
}

ul {
	margin-left: 12px;
	}
	
li {
	padding-left: 8px;
	background-image: url(images/bullet.gif);
	background-repeat: no-repeat;
	background-position: 0px 6px;
	margin-bottom:6px;
}

img.article_headline {
	margin-bottom: 29px;
}

img.fullwidth_photo {

}

p img {
	display: inline-block;
}

p img.rightside {
	float: right;
	margin: 4px 0px 12px 12px;
	}

p img.leftside {
	float: left;
	margin: 4px 12px 12px 0px;
	}

a { 
	color: #3F7FB8;
	text-decoration: none;
	}
	
a:hover { text-decoration: underline; }

div.footerimgs {
	margin-top: 20px;
	overflow: auto;
	width: auto;
	height: 140px;
}

div.footerimgs img {
	float: left; 
	margin-right: 10px;
	overflow: auto;
	}
	
input#btnSubmit {
	padding: 4px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-image:url(images/button_bg.gif);
	background-position:bottom;
	color: #666666;
	border: solid 1px #bbbbcc;
}
