/* 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;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

html
{
	height: 100%;
}

body
{
	text-align: center;
	font-family: "Trebuchet", "Verdana", sans-serif;
}

a:link
{
	color: #000000;
	text-decoration: underline;
}

a:visited
{
	color: #000000;
	text-decoration: underline;
}

a:hover
{
	color: #000085;
	text-decoration: none;
}

a:active
{
	color: #850000;
	text-decoration: none;
}

/* Large containing div */

div.wraparound
{
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 1em;
	text-align: left;
	background-image: url("jumps_bg.gif");
	background-position: 20% 0%;
	background-repeat: repeat-y;
}

/* Header divs */

/* Tree logo div */

div.logo
{
	float: left;
	text-align: center;
	padding: 0;
	margin: 0;
	width: 20%;
	height: 3.5em;
	border-top: 0.2em solid #008500;
	border-bottom: 0.2em solid #008500;
	background-color: #008500;
}

div.logo img
{
	padding: 0;
	margin: 0;
}

/* Page title div */

div.name
{	
	padding: 0;
	margin: 0; 
	text-align: right;
	height: 3.5em;
	line-height: 3.5em;
	background-color: #008500;
	border-top: 0.2em solid #008500;
	border-bottom: 0.2em solid #008500;
}

div.name h1
{
	font-size: x-large;
	font-family: "Trebuchet MS", "Verdana", sans-serif;
	height: 100%;
	background-image: url("title_gradient_bg.gif");
	background-repeat: repeat-y;
	background-position: right;
	background-color: #008500;
	padding-right: 1.5em;
	color: #FFFFFF;
}

div.name h1 a:link, div.name h1 a:visited, div.name h1 a:hover, div.name h1 a:active
{
	color: #FFFFFF;
	text-decoration: none;
}

/* Navigation bar div */

div.jumps
{
	clear: left;
	float: left;
	width: 20%;
	margin-bottom: 5em;
	height: 100%;
	border-bottom: 0.19em solid #FFFFFF;
}
div.jumps a.sub, div.jumps a.sub:link, div.jumps a.sub:visited, div.jumps a.sub:hover, div.jumps a.sub:active
{
	font-size: small;
	padding: 0.35em 0em 0.35em 3em;
}

div.jumps a
{
	display: block;
	padding: 0.5em;
	text-decoration: none;
	border-top: 0.08em solid #FFFFFF;
	text-decoration: none;
	color: #FFFFFF;
}

div.jumps a:link
{
	text-decoration: none;
	border-top: 0.08em solid #FFFFFF;
	text-decoration: none;
	color: #FFFFFF;
}

div.jumps a:visited
{
	text-decoration: none;
	color: #FFFFFF;
	background-image: none;
	border-top: 0.08em solid #FFFFFF;

}
div.jumps a:hover
{
	text-decoration: none;
	color: #FFFFFF;
	background-image: url(hoverbg.jpg);
	background-position: right;
	background-repeat: repeat-y;
	border-top: 0.08em solid #FFFFFF;
}
div.jumps a:active
{
	text-decoration: none;
	color: #FFFFFF;
	background-image: url(hoverbg.jpg);
	background-position: right;
	background-repeat: repeat-y;
	border-top: 0.08em solid #FFFFFF;
}

div.jumps a.currentpage
{
	background-image: url(hoverbg.jpg);
	background-position: right;
	background-repeat: repeat-y;
}

#toplink
{
	border-top: 0.19em solid #FFFFFF;
}

a span
{
	display: none;
}

a:link span
{
	display: none;
}

a:visited span
{
	display: none;
}

a:hover span
{
	display: block;
	position: absolute;
	top: 35em;
	left: 5%;
	padding-left: 1%;
	padding-right: 1%;
	width: 16%;
	font-size: small;
	text-align: center;
	z-index: 100;
}

a:active span
{
	display: none;
}

a:hover span.separator
{
	position: absolute;
	left: -500em;
}

/* Main text content div */

div.main
{
	margin-left: 20%;
	text-align: left;
	font-size: small;
	background-color: #FFFFFF;
	padding: 0.5em 0.5em 0.5em 0.7em;
	line-height: 1.75em;
	clear: none;
	background-color: transparent;
}

div.main ul
{
	list-style: none;

}
div.main li
{
	background-image: url(bulletlogo.gif);
	background-repeat: no-repeat;
	background-position: 0 0.5em;
	padding: 0 0 0 2em;
}

div.main p
{
	margin-top: 1em;
	margin-bottom: 1em;
}

strong
{
	font-weight: bold;
}

/* Footer div */

div.footer
{
	border-top: solid 0.3em #008500;
	clear: both;
	font-size: x-small;
	padding: 0.5em;
	background-color: #FFFFFF; 
	text-align: center;
	color: #999999;
	line-height: 175%;
}


div.footer a
{
	color: #850000;
	text-transform: uppercase;
	text-decoration: none;
}

div.footer a:link
{
	color: #999999;
	text-transform: uppercase;
	text-decoration: none;
}
div.footer a:visited
{
	color: #999999;
	text-transform: uppercase;
	text-decoration: none;
}
div.footer a:hover
{
	color: #850000;
	text-transform: uppercase;
	text-decoration: none;
}
div.footer a:active
{
	color: #850000;
	text-transform: uppercase;
	text-decoration: none;
}
div.footer a.emailadd
{
	text-transform: none;
}
div.footer a.emailadd:link
{
	text-transform: none;
}
div.footer a.emailadd:visited
{
	text-transform: none;
}
div.footer a.emailadd:hover
{
	text-transform: none;
}
div.footer a.emailadd:active
{
	text-transform: none;
}
div.footer img
{
	padding: 0.5em;
}

div.conform
{
	padding: 0.5em;
}

/* General image border removal */

img
{
	border: none;
}


div.quotes
{
	float: right;
	width: 11em;
	border-left: solid 0.077em #008500;
	border-bottom: solid 0.077em #008500;
	padding: 0.5em;
	margin-left: 1em;
	margin-bottom: 1em;
	font-style: italic;
	color: #008500;
	font-family: "Perpetua", "Goudy Old Style", serif;
	background-color: #FFFFFF;
}

div.quotes img
{
	margin: 0.5em;
	border: solid 0.07em #850000;
}

hr
{
	background-color: #008500;
	color: #008500;
	margin: 0.5em;
	height: 0.05em;	
}

blockquote
{
	margin: 0.5em;
}

h1
{
	font-size: 140%;
	margin-top: 0em;
	color: #000085;
	font-weight: normal;
}
h2
{
	font-size: small;
	margin-top: 0em;
	margin-bottom: 0em;
	color: #000085;
	font-weight: bold;
}
h3, #contact legend, #custinfo legend, #message legend
{
	font-size: small;
/*	margin-bottom: 0em; */
	color: #850000;
	font-weight: normal;
}
h3.name
{
	margin-left: 2em;
	background-image: url("bulletlogo.gif");
	background-repeat: no-repeat;
	background-position: 0 0.5em;
	padding: 0 0 0 2em;
}

p.bio
{
	margin-left: 2em;
}

span.qual
{
	font-family: "Verdana", "Arial", sans-serif;
	font-weight: bold;
	color: #008500;
}

label
{
	float: left;
	width: 49%;
	text-align: left;
}

input, textarea
{
	width: 49%;
	font-size: small;
	margin: 0 0 1em 1%;
	border: solid #008500 0.08em;
	font-family: "Trebuchet", "Verdana", sans-serif;
}
.radbutton
{
	width: 1.2em;
	margin: 0 1em 0 0;
	border: none;
	padding: 2em;
	float: left;
	line-height: 100%;
	height: 1.2em;
	
}
.radlabel
{
	width: auto;
	line-height: 100%;

}
.ulabel
{
	margin: 0 0 1em 0;
}

div.radio
{
	margin: 0 0 0 49%;	
}
textarea
{
	overflow: auto;
}
fieldset
{
	border: solid #008500 0.077em;
	padding: 0 2% 0 2%;
	display: block;
	width: 100%;
	margin: auto;
	margin-top: 1em;
}
legend
{
	font-size: small;
	margin: 0em;
	color: #000085;
	font-weight: bold;
	background-color: #FFFFFF;
}
form
{
	width: 50%;
	margin: 0;
}
form.search
{
	margin: 0;
	text-align: left;
	width: auto;
}
form.search input
{
	margin: 0;

}
#message
{
	width: 99%;
	margin: auto;
}

#invoicetotal
{
	width: 25%;
	float: right;
}
input.button
{
	margin: 1% 0em 1% 0em;
	color: #FFFFFF;
	background-color: #008500;
	width: auto;
	border: solid #008500 0.1em;
}
#sbutton
{
	display: inline;
	margin: 1em 0;
	width: auto;
}

#googlecheckoutbutton
{
	width: auto;
	border: none;
	float: right;
	margin-top: 1%;
}
span.fieldprefix
{
	float: right;
}

ul.linksub
{
	margin: 0;
}
fieldset.search
{
	border: 0;
	margin: 0;
	padding: 0;
}
span.metalist
{
	position: absolute;
	left: -500em;
}
address
{
	display: block;
	font-style: normal;
}
