/* @override http://www.howerauctions.com/style.css */

/* @group Meyerweb CSS Reset v1.0 | 20080212 */

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: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* @end */

/* @group Generic */

body {
	font: .8em/1.3em Georgia, "Times New Roman", Times, serif;
	background: url(../images/background.png) no-repeat 100%-100%; 
}

h1, h3, p {
	margin: 0 0 1em;
}

h1, h3, a {
	color: #2b8b32;
}

h1 {
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	padding: 10px !important;
	font-size: 1.5em !important;
}

h3 {
	margin-top: 2em;
	font-weight: bolder;
}

a {
	text-decoration: none;
	font-style: italic;
}

a:hover {
	text-decoration: underline;
}

ul li {
	margin: 0 0 .4em 1.5em;
	list-style-type: disc;
}

.center {
	text-align: center;
	margin: inherit auto;
}

.float-right {
	float: right;
	margin: 0 0 10px 10px;
}

.float-left {
	float: left;
	margin: 0 10px 10px 0;
}

.float-center {
	float: left;
	margin-bottom: 10px;
}

.clear {
	clear: both;
}

.round-corners {
	-webkit-border-radius: 1em;
	-moz-border-radius: 1em;
	border-radius: 1em;
}

.caption {
	color: #2b8b32;
	font-weight: bolder;
	margin: 5px;
	text-align: center;
}

/* @end */

/* @group Page */

/* Colors

light: #ebf7dd
dark: #2b8b32

*/

#bodydiv {
	width: 99.9%;
	padding: 20px 0 0 0;
}

#canvas {
	width: 800px;
	margin: 0 auto;
}

#header {
	height: 130px;
	/* background: url(../images/trees-color-3.png) repeat-x 200px -10px; */
	background: url(../images/PineBanner.jpg) no-repeat 100% - 10%;
	-webkit-border-radius: .5em .5em 0 0;
	-moz-border-radius: .5em .5em 0 0;
	border-radius: .5em .5em 0 0;
}

#tag-line {
	text-align: center;
	position: relative;
	top: 32px;
}

#mainContent {
	background-color: white;
	padding: 1em;
}

#mainContent h3:first-child, h3.first {
	margin-top: 1em !important;
}

#associations a img {
	margin: 0 15px;
	border: 0;
}

table.grid {
	width: 100%;
	border: 1px dashed #000;
}

table.grid td {
	border: 1px dashed #000;
	height: 400px;
}

table.grid p {
	color: #2b8b32;
	font-weight: bolder;
	margin: 5px;
	text-align: center;
}

table.two-columns td {
	width: 50%;
	padding: 0 10px 0 0;
}

#contact {
	width: 300px;
	margin: 0 0 1em;
	text-align: right;
}

.form-text {
	width: 200px;
}

textarea {
	width: 300px;
	height: 100px;
}

#footer {
	color: white;
	font-size: .8em;
	padding: 11px 0 0;
	height: 100px;
	background: url(../images/main-bg.png) repeat-x;
}

#footer a {
	color: white;
}

/* @end */