/* BASIC */
body {
	font-size: 62.5%;
	font-family: "Lucida Grande", Verdana, Geneva, Lucida, Arial, Helvetica, sans-serif;
}

h1, h2, h3, p, ul {
	padding: 0;
	margin: 0;
}

/* WRAPPER: wraps entire contents of page */
#wrapper {
	border: solid 1px black;
	margin-right: auto;
	margin-left: auto;
}


/* BANNER */
#banner {
	background: #FFFFFF url(images09/HeaderBack.jpg) no-repeat center center;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-top-color: #003333;
	border-right-color: #003333;
	border-bottom-color: #003333;
	border-left-color: #003333;
}
#banner ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#banner li {
	display: inline;
	margin-left: 10px;
}
#banner li a {
	color: #666666;
	text-decoration: none;
	text-transform: uppercase;
	font: 1.1em "Trebuchet MS";
}
.seperator {
	border-right: 1px solid #666;
	padding-right:10px;
}

/* NAV BAR */
#mainNav {
	border-bottom-color: #009999;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#mainNav ul {
	margin: 0;
	padding: 0;
	list-style: none;
	background: url(images/KellyGreen.jpg) repeat-x left top;
	float: left;
	border-bottom: 1px solid #000;
	width: 100%;
}

#mainNav li {
	float: left;
	padding: 0;
	margin: 0;
}

#mainNav li a, #mainNav li a:link {
	color: #FFFFFF;
	text-decoration: none;
	padding: .5em 1em;
	border-right: 1px solid #000;
	display: block;
	font: bold 1em "Lucida Grande", Verdana, Geneva, Lucida, Arial, Helvetica, sans-serif;
}

#mainNav li a:hover {
	background: url(images/AppleGreen.jpg);
}

/* IE 6 hack to make entire button clickable */
* html #mainNav a { width: 1px; }


/* MAIN CONTENT */
#contentcenter {
	margin-left: 185px;
	margin-right: 195px;
	padding: 0 15px 15px 20px;
	border-top: 1px none #7B9A25;
	border-bottom: 1px none #7B9A25;
	background-image: url(masterimages09/backgroundtree.jpg);
	background-repeat: no-repeat;
	background-position: -225px top;
	border-right: 1px solid #7B9A25;
	border-left: 1px solid #7B9A25;
}
#main {

	padding: 0 15px 15px 20px;
	border: 1px solid #666666;
	border-top: none;
	border-bottom: none;
	background-image: url(masterimages09/backgroundtree.jpg);
	background-repeat: no-repeat;
	background-position: -225px top;
}

#contentcenter h1 {
	color: #CC0000;
	padding-top: 15px;
	margin-bottom: 10px;
	font: bold 2.3em Verdana, Arial, Helvetica, sans-serif;
}

#contentcenter h2 {
	font-size: 1.8em;
	font-weight: normal;
	border-bottom: 2px solid #CC0000;
	margin-bottom: 5px;
	color: #003300;
}

#contentcenter p {
	font-size: 1.3em;
	margin-bottom: 10px;
	font-weight: normal;
}
#contentcenter li {
	font-size: 1.3em;
	margin-left: 20px;
}
#contentcenter a {
	font-size: 1.1em;
	font-weight: bold;
	color: #003333;
}
.table {

	font-size: 1.2em;
	padding: 5px;
	margin: 10px;
	font-weight: normal;
}

/* SIDEBAR */
#sidebar {
}

#sidebar h2 {
	font-size: 1.3em;
	color: #FFFFFF;
	padding: 15px 8px 5px 10px;
	margin-bottom: 5px;
	border-top: 3px none #CC6600;
	background: url(images/AppleGreen.jpg) repeat-x left bottom;
	border-bottom-width: 4px;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #FFFFFF;
	margin-left: 15px;
}
#sidebar p {
	margin-right: 5px;
	margin-bottom: 10px;
	margin-left: 20px;
	color: #003300;
}
#sidebar h3 {
	font-size: 1.1em;
	margin-right: 5px;
	margin-left: 20px;
	color: #085646;
	margin-bottom: 3px;
}
#sidebar h3 a {
	color: #003300;
}

#sidebar a:hover {
	color: #990000;
}

/* ADVERTISING */
#adverts p {
	margin-bottom: 15px;
	text-align: center;
}
#adverts img {
	border: 1px solid #003300;
}

/* COPYRIGHT INFO */
#copyright {
	padding: 5px;
	border-top: 1px solid #000000;
	background-color: #F5F5E7;
	font-weight: bold;
	color: #000000;
}

#archive ul {

	margin: 0px;
	padding: 0px;
	list-style: circle url(none);
}
#archive li {

	display: inline;
	margin-left: 20px;
}
#archive li a {
	color: #003333;
	text-decoration: none;
	text-transform: uppercase;
	font: 1.5em "Trebuchet MS";
}
#archive {
}
a:link {
	color: #003333;
	text-decoration: none;
}
a {
	font-size: 1.2em;
}
a:visited {
	text-decoration: none;
	color: #999900;
}
a:hover {
	text-decoration: none;
	color: #330000;
}
a:active {
	text-decoration: none;
}
.floatright {
	float: right;
	margin-left: 10px;
}
.floatleft {
	float: left;
	clear: both;
	margin-right: 10px;
}
.thumbs {
	margin-left: 5px;
	margin-bottom 10px;
	border: 1px solid #666;
	padding: 5px;
	margin-bottom: 5px;
}
body {
	margin: 20px 80px;
	background-color: #006600;
	background-image: url(masterimages09/background.jpg);
	background-repeat: repeat-y;
	background-position: left top;
}


#wrapper {
	width: 1200px;
}


#banner {
	position: relative;
	z-index: 2;
	height: 250px;
}

/* fix IE 6: improperly positioning 
'subscribe' and 'about us' links in banner */
* html #banner {
}

#banner #badge {
	position: absolute;
	left: -20px;
	top: -20px;
	z-index: 1;
}

#banner #logo {
	margin-left: 0px;
}

#banner ul {
	position: absolute;
	right: 60px;
	bottom: 5px;
}

#contentWrapper {
	position: relative;
	clear: both;
	width: 100%;
	background-color: #FFFFFF;
	background-image: url(images09/HozBackground.jpg);
	background-repeat: repeat-y;
	background-position: right;
}

#sidebar {
	position: absolute;
	top: 15px;
	left: 0;
	width: 190px;
}

#adverts {
	position: absolute;
	top: 15px;
	right: 5px;
	width: 200px;
}

.clear:after {
	content: ".";
	display: block;
	height: 0;
	font-size: 0;
	clear: both;
	visibility: hidden;
}
.clear {
	min-height: 1px;
}
*html .clear {
	height: 1px;
}

#figure350 {
	width: 320px;
	margin-bottom: 5px;
	margin-left: 10px;
	position: relative;
	border: 1px none #CCCB9B;
	margin-top: 15px;
	margin-right: 10px;
	float: left;
}
#figure350 p {
	left: 10px;
	bottom: 10px;
	font-size: 1.1em;
	font-weight: normal;
	text-align: center;
	padding: 5px;
	margin: 0px 0 0;
	height: 1.4em;
}
#figure350 img {
	padding: 10px;
	border: 1px solid #CCCB9B;
}

#figure200 {
	margin-bottom: 5px;
	margin-left: 5px;
	position: relative;
	border: 1px none #CCCB9B;
	margin-top: 5px;
	margin-right: 5px;
	float: left;
	width: 200px;
}
#figure200 p {

	left: 10px;
	bottom: 10px;
	font-size: 1.1em;
	font-weight: normal;
	text-align: center;
	padding: 5px;
	margin: 0px 0 0;
	height: 3em;
}
#figure200 img {

	padding: 5px;
	border: 1px solid #CCCB9B;
}
#figure350R {

	width: 350px;
	margin-bottom: 5px;
	margin-left: 10px;
	position: relative;
	border: 1px none #CCCB9B;
	margin-top: 15px;
	margin-right: 10px;
	float: right;
}
#figure350R p {

	left: 10px;
	bottom: 10px;
	font-size: 1.1em;
	font-weight: normal;
	text-align: center;
	padding: 5px;
	margin: 0px 0 0;
	height: 1.7em;
}
#figure350R img {
	padding: 10px;
	border: 1px solid #CCCB9B;
}

#figure190R {

	width: 190px;
	margin-bottom: 5px;
	margin-left: 10px;
	position: relative;
	border: 1px none #CCCB9B;
	margin-top: 15px;
	margin-right: 10px;
	float: right;
}
#figure190R p {

	left: 10px;
	bottom: 10px;
	font-size: 1.1em;
	font-weight: normal;
	text-align: center;
	padding: 5px;
	margin: 0px 0 0;
	height: 3em;
}
#figure190R img {
	padding: 5px;
	border: 1px solid #CCCB9B;
}
#figure475 {
	width: 450px;
	margin-bottom: 5px;
	margin-left: 10px;
	position: relative;
	border: 1px none #CCCB9B;
	margin-top: 15px;
	margin-right: 10px;
	left: 1px;
}
#figure475 p {
	left: 10px;
	bottom: 10px;
	font-size: 1.1em;
	font-weight: normal;
	text-align: center;
	padding: 5px;
	margin: 0px 0 0;
	height: 1.1em;
}
#figure475 img {
	padding: 10px;
	border: 1px solid #CCCB9B;
}

.spacer {
	float: right;
	clear: both;
}

.clear {
	clear: both;
	width: 100%;
}

.300 {
	position: relative;
	width: 300px;
}
#contentcenter h3 {

	font-size: 1.3em;
	font-weight: bold;
	border-bottom: none;
	margin-bottom: 5px;
	color: #003300;
}

.image {
	margin: 4px;
	padding: 2px;
	border: 1px solid #807555;
}
