/* ==================== 

Title:			Site name - main stylesheet
Author:			Benjamin Tollady (http://www.thirststudios.com)
Contact:		ben@thirststudios.com
Version:		0.1
Last Updated:	19/11/2008

==================== */

/* Eric Meyer reset rules 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;
}

/* Site CSS Starts */

body {
	background: #558332 url(../images/trLeaves.gif) 100% 0 no-repeat;
	font: 0.6251em/1.4 "lucida grande", tahoma, helvetica, verdana, clean, sans-serif;
	color: #333;
}
p, ul, ol {
	margin-bottom: 1em; 
}
h1, h2, h3, h4, h5, h6, li {
	margin-bottom: 0.5em;
	color: #31521e;
}
h1 {
	font-size: 1.54em;
}
h2 {
	font-size: 1.15em;
}
.home #content h1 {
	margin-bottom: 1em; 
}
a:link, a:visited {
	color: #31521e;
	text-decoration: underline;
}
a:hover, a:active {
	color: #31521e;
	text-decoration: none;
}
#botLeaf {
	background: transparent url(../images/blLeaf.gif) 0 100% no-repeat;
	width: 408px;
	height: 284px;
	position: fixed;
	bottom: 0;
	left: 10px;
}
#wrapper {
	width: 820px;
	background: transparent url(../images/wrapperBot.png) 0 100% no-repeat;
	margin: 0 auto;
	position: relative;
	padding: 40px 0 20px 0;
}
#header {
	width: 820px;
	background: transparent url(../images/logo.png) 0 0 no-repeat;
	height: 140px;
	margin: 0;
	position: relative;
}
#header h1 a {
	text-indent: -9999px;
	width: 300px;
	height: 140px;
	display: block;
}
#header h1 {
	margin: 0;
}
#content {
	background: #fff url(../images/wrapperLeaves.gif) 600px 100% no-repeat;
	padding: 30px 30px 150px 30px;
	width: 760px;
	font-size: 1.3em;
	margin: 0;
}
.home #content {
	padding: 30px;
	width: 760px;
}
.home #content p {
	width: 500px;
}
#header #mainNav {
	position: absolute;
	right: 30px;
	top: 20px;
	width: 462px;
	height: 34px;
	background: #fff url(../images/nav.gif) 0 0 no-repeat;
	margin: 0;
}
#mainNav li {
	float: left;
	margin: 0;
}
#mainNav li a {
	height: 34px;
	display: block;
	text-indent: -9999px;
	outline: none;
	margin: 0;
}
#mainNav li#home a {
	background: transparent url(../images/nav.gif) 0 0 no-repeat;
	width: 75px;
}
#mainNav li#services a {
	background: transparent url(../images/nav.gif) -75px 0 no-repeat;
	width: 95px;
}
#mainNav li#about a {
	background: transparent url(../images/nav.gif) -170px 0 no-repeat;
	width: 163px;
}
#mainNav li#fees a {
	background: transparent url(../images/nav.gif) -333px 0 no-repeat;
	width: 129px;
}

#mainNav li#home a:hover {
	background: transparent url(../images/nav.gif) 0 -50px no-repeat;
	width: 75px;
}
#mainNav li#services a:hover {
	background: transparent url(../images/nav.gif) -75px -50px no-repeat;
	width: 95px;
}
#mainNav li#about a:hover {
	background: transparent url(../images/nav.gif) -170px -50px no-repeat;
	width: 163px;
}
#mainNav li#fees a:hover {
	background: transparent url(../images/nav.gif) -333px -50px no-repeat;
	width: 129px;
}

.home #mainNav li#home a {
	background: transparent url(../images/nav.gif) 0 -100px no-repeat;
	width: 75px;
}
.services #mainNav li#services a {
	background: transparent url(../images/nav.gif) -75px -100px no-repeat;
	width: 95px;
}
.about #mainNav li#about a {
	background: transparent url(../images/nav.gif) -170px -100px no-repeat;
	width: 163px;
}
.fees #mainNav li#fees a {
	background: transparent url(../images/nav.gif) -333px -100px no-repeat;
	width: 129px;
}
#footer {
	overflow: hidden;
	position: relative;
	width: 760px;
	margin: 10px auto 10px auto;
	color: #31521e;
	display: block;
}
.left {
	float: left;
}
.right {
	float: right;
}
#content ul {
	list-style: disc;
	list-style-position: outside;
	margin-left: 1em;
	width: 360px;
	clear: right;
}
table {
	border-collapse: collapse;
	width: 100%;
	background: transparent;
	margin-top: 1em;
	text-align: center;
}
td, th {
	padding: 0.5em;
}
td {
	padding: 1em 0.5em;
}
tr.even {
	background: #e9f0e3;
}
thead {
	color: #fff;
	background: #568332;
}