/* 1. 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,
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;
}
:focus {
	outline: 0;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a {
	text-decoration: none;
	}
a:hover {
	text-decoration: underline;
	}


/* 2. Container
---------------------------------------*/
html {
	background: url(../images/bg.jpg) #e4ffff repeat-x;
	}

body {
	font-family: Corbal, Arial, sans-serif;
	}

#container {
	position: relative;
	margin: 0 auto;
	width: 873px;
	}

#sky {
	background: url(../images/sky.png) top center no-repeat;
	}


/* 3. Skip-links
---------------------------------------*/
#skip {	
	display: none;
	}


/* 4. Branding
---------------------------------------*/
#branding {
	width: 200px;
	height: 56px;
	float: left;
	margin-bottom: 40px;
	}

#branding h1 {
	margin-top: 25px;
	margin-left: 15px;
	width: 200px;
	height: 56px;
	}

#branding h1 a {
	display: block;
	height: 100%;
	background: url(../images/gogreen.jpg) no-repeat;
	text-indent: -9999px;
	}

* + html #branding h1 a {
	text-indent: -9999px;
	}

#phone {
	clear: both;
	text-align: center;
	font-weight: bold;
	}


/* 5. Site-nav
---------------------------------------*/
#site-nav {
	margin-top: 40px;
	width: 200px;
	float: right;
	clear: right;
	}

#site-nav h3 {
	position: absolute;
	text-indent: -500em;
	}

#site-nav ul {
	display: inline;
	text-align: right;
	margin-right: 10px;
	}

#site-nav ul li {
	margin-bottom: 10px;
	font-size: 12px;
	color: #04785f;
	font-weight: bold;
	}

#site-nav ul li a {
	font-size: 12px;
	color: #977967;
	}

#site-nav ul li a:hover {
	color: #605852;
	}


/* 6. Content
---------------------------------------*/
#content {
	width: 873px;
	clear: both;
	background: url(../images/contentbg.jpg) repeat-y;
	}

#contentt {
	margin-top: 40px;
	background: url(../images/content_top.jpg) top no-repeat;
	}

#contentb {
	min-height: 500px;
	background: url(../images/content_bottom.jpg) bottom no-repeat;
	}

#main {
	width: 600px;
	float: left;
	padding: 20px 15px;
	}

#sub {
	width: 240px;
	float: right;
	clear: right;
	}

#sub ul {
	padding: 10px 10px;
	}

#sub ul li {
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #e4e4e4;
	}

#sub ul li a {
	font-family: Verdana;
	font-size: 14px;
	font-weight: bold;
	color: #88ae37;
	}

#sub ul li ul {
	border-bottom: none;
	display: none;
	}

#sub ul li ul li {
	margin-left: -10px;
	margin-right: -5px;
	padding-left: 10px;
	border: none;
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom: 1px solid #eaeaea;
	}

#sub ul li ul li:hover {
	background: #fff;
	}

#sub ul li ul li:hover a {
	font-weight: bold;
	}

#sub ul li ul li a {
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	color: #876956;
	}

#sub ul li ul li a:hover {
	color: #64850d;
	}



/* 7. Footer
---------------------------------------*/
#footer {
	padding-top: 100px;
	padding-bottom: 100px;
	bottom: 1px;
	bottom: 0 !important;
	overflow: hidden;
	width: 100%;
	background: url(../images/bg_footer.jpg) 0px -100px #1f1919 repeat-x;
	}

#footer ul {
	display: block;
	}

#footer ul li {
	display: inline;
	margin-right: 15px;
	}

#footer ul li a {
	font-size: 12px;
	color: #d0c0aa;
	}

#footer p {
	font-size: 12px;
	color: #fff;
	margin-top: 18px;
	}

#footer p a {
	color: #fff;
	}


/* 8. Misc
---------------------------------------*/
.clear {
	clear: both;
	}