@charset "utf-8";
/* ------ Generic Styles ------ */

* {
	padding: 0;
	margin: 0;
}
body {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 85%;
	color: #FFFFFF;
	background: #000000 url(../CSS%20Images/bg-flower.gif) repeat-y fixed;
}
#right-bg {
	position: absolute;
	display: block;
	top: 0;
	right: 0;
	height: 100%;
	width: 198px;
	background: #000000 url(../CSS%20Images/bg-flower.gif) repeat-y;
}
#wrapper {
	position: relative;
	background: url(../CSS%20Images/background_repeatSlice.jpg) repeat-y right;
	width: 845px;
	margin: 0 auto;
	margin-top: 2em;
	text-align: left;
}
a:visited {
	color: #989898;
	text-decoration: none;
}
a:active {
	color: #8FCA00;
	text-decoration: none;
}
a:link {
	color: #8FCA92;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

.italic {
	font-style: italic;
}

.bold {
	font-weight: bold;
}
#popup {
	background: #333333;
}
img {
	border: none;
}
h1 {
	float: left;
	background: url(../CSS%20Images/hi_bg.jpg) no-repeat;
	width: 356px;
	height: 41px;
	font-size: 1.4em;
	font-weight: normal;
	padding-left: 1em;
	padding-top: 1.5em;
}
h2 {
	padding-bottom: 0.5em;
}
h3 {
	font-size: 120%;
	color: #8FCA92;
	text-align: center;
}

#clear {
	clear: both;
}
/* ------ Header Styles ------ */

#header {
	float: left;
	height: 233px;
}
#header h1 {
	margin: -9000px;
}
#headerLeft {
	float: left;
	height: 233px;
	width: 466px;
	background: url(../CSS%20Images/header_topLeft.jpg) no-repeat top left;
}
#headerRight {
	float: left;
	height: 233px;
	width: 379px;
	background: url(../CSS%20Images/header_topRight.jpg) no-repeat top left;
}
/* ------ Navigation Styles ------ */

#nav {
	float: left;
	width: 797px;
	height: 28px;
	background: url(../CSS%20Images/nav_bg.jpg);
	border-bottom-style: solid;
	border-bottom-color: #8FCA92;
	margin: 0 0 0 23px;
	display: inline;
}

#nav ul {
	list-style: none;
}
	
#nav ul li {
	float: left;
	display: block;
	position: relative;
	border-left: 2px;
	border-left-style: ridge;
	border-left-color: #999999;
/*	padding-left: 2em;
	padding-right: 2em;*/
}
#nav li.first {
	border: none;
}
#nav li:hover {
	background: url(../CSS%20Images/nav_bgHover.jpg) repeat-x top left;
}
#nav li a.current {
	background: url(../CSS%20Images/nav_currentLeaf.png) no-repeat;
	background: url(../CSS%20Images/nav_bgHover.jpg) repeat-x top left;
	background-position: -1em;
}
#nav ul li a {
	font-size: 16px;
	font-weight: bold;
	font-family:"Trebuchet MS", Arial, sans-serif;
	line-height: 28px;
	text-decoration: none;
	color: #FFFFFF;
	text-align: center;
	display: block;
	width: 131px;
}
/* ------ Content Styles ------ */

#contentArea #testimonials p{
	text-indent: 0;
}

p.last .bold {
	text-indent: 2em;
}

/* ------ Left Column Styles ------ */

#leftColumn {
	float: left;
	width: 410px;
	display: block;
}

#contentArea {
	float: left;
	width: 356px;
	margin-left: 3.5em;
	margin-top: 1em;
	background-image: url(../CSS%20Images/paragaph_bg.jpg);
	background-repeat: repeat-y;
	display: inline;
}
#leftColumn p {
	float: left;
	width: 321px;
	text-indent: 2em;
	line-height: 1.35em;
	
	padding-left: 1.5em;
	padding-right: 1em;
}
#leftColumn .last {
	float: left;
	background-image: url(../CSS%20Images/paragaph_bgBottom.jpg);
	background-repeat: no-repeat;
	height: 154px;
}
#leftColumn ol, #leftColumn ul {
	float: left;
	width: 295px;
	padding-left: 3em;
	padding-right: 1em;
	display: block;
	margin: 1em 0 1em 0;
}
#leftColumn p.indent {
	padding-left: 2.6em;
}

.indent {
	padding-left: 2em;
	margin-top: 5px;
}
/* ------ Birchwood Standard Styles ----- */
#leftColumn-standard {
	float: left;
	display: inline;
	margin: 1em 0 0 200px;
}
#leftColumn-standard p {
	padding-left: 40px;
	margin-top: 0.5em;
	padding-right: 2.5em;
	padding-bottom: 1em;
}
#leftColumn-standard ol {
	padding-left: 35px;
	margin-top: 0.5em;
	padding-right: 2.5em;
	background: url(../CSS%20Images/standard-bg-flower.jpg) no-repeat bottom;
	list-style: none;
}
#leftColumn-standard ol li {
	padding-bottom: 1em;
	text-indent: 0px;
	height: 60px;
	padding-left: 50px;
}
#leftColumn-standard ol li img {
	vertical-align: right;
	margin-right: 5px;
}
#leftColumn-standard #contentArea {
	background: url(../CSS%20Images/standard-bg-middle.jpg) repeat-y;
	width: 446px;
	margin: 0;
	padding: 0;
}
#leftColumn-standard #bottom {
	float: left;
	display: inline;
}
/* ------ Right Column Styles ------ */

#rightColumn {
	float: left;
	width: 370px;
	margin-left: 1em;
	margin-top: 1em;
	display: inline;
}
#rightColumn p {
	text-indent: 2em;
	line-height: 1.35em;	
}
#rightColumn ol {
	padding-left: 2em;
	margin-top: 1em;
	background-color: #474747;
	padding-top: 1em;
	padding-bottom: 1em;
	border: 2px solid #8FCA92;
}
#rightColumn ol li {
	margin-top: .5em;
	margin-bottom: .5em;
}
li.one {
	background:url(../CSS%20Images/one.jpg) no-repeat;
}
li.two {
	background:url(../CSS%20Images/two.jpg) no-repeat;
}

li.three {
	background:url(../CSS%20Images/three.jpg) no-repeat;
}
li.four {
	background:url(../CSS%20Images/four.jpg) no-repeat;
}
li.five {
	background:url(../CSS%20Images/five.jpg) no-repeat;
}
li.six {
	background:url(../CSS%20Images/six.jpg) no-repeat;
}
li.seven {
	background:url(../CSS%20Images/seven.jpg) no-repeat;
}
li.eight {
	background:url(../CSS%20Images/eight.jpg) no-repeat;
}
li.nine {
	background:url(../CSS%20Images/nine.jpg) no-repeat;
}
li.ten {
	background:url(../CSS%20Images/ten.jpg) no-repeat;
}


#contentAreaRight {
	float: left;
	width: 370px;
}

#logos {
	float: left;
	margin-top: 1em;
	width: 370px;
}
#logos img {
	float: left;
	margin-top: 0;
	margin-right: 2em;
	margin-bottom: 1em;
	margin-left: 2.5em;
}
/* ------ Footer Styles ------ */

#footer {
	float: left;
	background: url(../CSS%20Images/footer_bg.jpg) no-repeat top left;
	height: 65px;
	width: 845px;
	position: relative;
}
#footer-nav {
	background-image: url(../CSS%20Images/footer_textBG.jpg);
	background-repeat: no-repeat;
	margin: 0 auto;
	padding-top: 28px;
	background-position: 0 9px;
	position: relative;
	width: 400px;
}
#footer ul {
	text-align: center;
	font-size: 0.68em;
	list-style: none;
	height: 35px;
	margin-left: 10px;
}
#footer li {
	display: block;
	text-align: center;
	float: left;
	padding-right: 1em;
	padding-left: 1em;
	border-left: 1px solid;
	border-left-color: #8FCA92;
}
#footer li.firstFooter {
	border: none;
}
#copyright {
	background-color: #000000;
	text-align: center;
	font-size: .75em;
	padding-bottom: 2em;
}
