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, b, u, i, center, 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-size: 100%; vertical-align: baseline; background: transparent; }
body { line-height: 1; }
/* ol, ul { list-style: none; } */
blockquote, q { quotes: none; }
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
:focus { outline: 0; }
ins { text-decoration: none; }
del { text-decoration: line-through; }
table { border-collapse: collapse; border-spacing: 0; }

body {
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 0 auto;
	text-align: center;
	background-color: #CCC;
	color: #333; ;
	font-size: 1em;
	line-height: 1.75em;
}

p {
	margin: 1.5em 0;
}

p:last-child {
	margin-bottom: 0;
}

img {
	border: 0;
}

blockquote {
	background-color: #EEE;
	border: 1px solid #333;
	padding: 10px 20px;
	margin: 0 20px 20px;
}

div.hr {
	border-width: 0 0 1px 0;
	border-style: dotted;
	border-color: #999;
}

a:link, a:active, a:visited {
	color: #090;
	text-decoration: none;
}

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

#top {
	background-color: #333;
	color: #FFF;
	padding-bottom: 20px;
	-webkit-box-shadow: 0px 3px 5px #999;
	-moz-box-shadow: 0px 3px 5px #999;
	box-shadow: 0px 3px 5px #999;
}

#top ul {
	list-style: none;
	margin: 60px 0;
}

#top ul li {
	display: inline;
	font-size: 1.25em;
	line-height: 1em;
	margin: 1em;
}

#top a:link, #top a:active, #top a:visited {
	color: #FC0;
	text-decoration: none;
}

#top a:hover {
	color: #FC0;
	text-decoration: underline;
}

#header {
	margin: 0 auto;
	width: 835px;
	text-align: left;
}

#content {
	margin: 0 auto;
	padding: 40px 50px 50px;
	width: 800px;
	text-align: left;
	background-color: #FFF;
	border-width: 0 1px 1px 1px;
	border-style: solid;
	border-color: #333;
	-webkit-border-radius: 0 0 20px 20px;
	-moz-border-radius: 0 0 20px 20px;
	border-radius: 0 0 20px 20px;
	-webkit-box-shadow: 0px 3px 5px #999;
	-moz-box-shadow: 0px 3px 5px #999;
	box-shadow: 0px 3px 5px #999;
}

#navigation {
	float: right;
}

h1 {
	font-size: 2em;
	margin-bottom: 1em;
}

h2 {
	font-size: 1.25em;
	margin: 1em 0 0.5em;
}

h3 {
	font-size: 1em;
	margin: 1em 0 0.5em;
}

ul {
	padding-left: 20px;
}

ul li {
	margin: 1em 0;
}

ul li:last-child {
	margin-bottom: 0;
}

.centered {
	text-align: center;
}

.hide {
	visibility: hidden;
}

.footnote {
	font-size: 0.75em;
}

.bottomnav {
	text-align: center;
	margin-top: 0;
}

#contactform {
	margin: 10px auto;
	border-collapse: collapse;
	
}

.label {
	text-align: right;
	padding-right: 5px;
	vertical-align: top;
}

.field {
	padding-bottom: 5px;
}

input#name,
input#address,
input#address2,
input#country,
input#phone,
input#fax,
input#email {
	width: 300px;
	height: 1.5em;
	padding: 3px;
	margin: 0;
}

input#city {
	width: 173px;
	height: 1.5em;
	padding: 3px;
	margin: 0 5px 0 0;
}

input#state {
	width: 20px;
	height: 1.5em;
	padding: 3px;
	margin: 0 5px 0 0;
}

input#zip {
	width: 73px;
	height: 1.5em;
	padding: 3px;
	margin: 0;
}

textarea#comments {
	width: 300px;
	height: 100px;
	padding: 3px;
	margin: 3px 0 0 0;
}

input#name,
input#address,
input#address2,
input#city,
input#state,
input#zip,
input#country,
input#phone,
input#fax,
input#email,
textarea#comments {
	border: 1px solid #999;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.copyright {
	font-size: 0.8333em;
	color: #999;
}
