﻿/* Reset styles */
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;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 1em;
	font-family: inherit;
	vertical-align: baseline;
}
body
{
	line-height: 1em;
	color: #000000;
	background-color: #ffffff;
}
ol, ul
{
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
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: "" "";
}

/* Normal styles */
html, body
{
	height: 100%;
}
body
{
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 12pt;
	background-color: #ffffff;
	color: #31200a;
	line-height: 1.5em;
}
h1
{
	margin-top: -10px;
	font-size: 1.5em;
	text-transform: uppercase;
	line-height: 2em;
}
p
{
	margin: 10px 0px 10px 0px;
}
em
{
	color: #a08357;
	font-style: normal;
}
a
{
	color: #000000;
}
a:visited
{
	color: #a08357;
}
#content
{
	width: 960px;
	margin: 0 auto;
}
.col1, .col2
{
	padding: 10px;
	width: 458px;
}
.col1
{
	text-align: center;
	float: left;
}
.col2
{
	padding-top: 100px;
	float: right;
}

/* forms */
fieldset
{
	margin: 10px 0px 10px 0px;
}
label
{
	position: absolute;
	top: 0;
	left: 0;
	color: #999999;
}
fieldset li
{
	display: block;
	position: relative;
}
#emailsubmission
{
	padding-top: 20px;
}
.nosellingemails
{
	padding-top: 5px;
	display: block;
	font-size: .8em;
	line-height: 1.2em;
	color: #999999;
}
#emailaddress
{
	width: 350px;
}
input[type=submit], input[type=button]
{
	margin: 0px 5px 0px 5px;
}
.messagegood, .messagebad
{
	padding-top: 10px;
	display: block;
}
.messagegood
{
	color: #336600;
}
.messagebad
{
	color: #800000;
}