/*CSS Document*/
*
{
	margin: 0;
	padding: 0;
	border: none;
	font-family: "Trebuchet MS";
	outline: none;
}
HTML, BODY
{
	height: 100%;
	background: #7DB20A url(../images/BG.png) repeat-x;
}
A
{
	text-decoration: none;
	color: #7DB20A;
}
A:hover
{
	text-decoration: underline;
}
#wrapper-all
{
	margin: 0 auto;
	width: 960px;
	background: url(../images/flowers.png) no-repeat;
	min-height: 415px;
}
#wrapper-shadow
{
	min-height: 100%;
	height: auto !important;
/*ie6*/
	height: 100%;
	width: 1000px;
	margin: 0 auto -50px;
/*the bottom margin is the negative value of the footer's height*/
	background: url(../images/content-area.png) repeat-y center;
}
/*oooooooooooooooooooo Header*/
#wrapper-header
{
	position: relative;
	height: 150px;
}
#logo
{
	width: auto;
	height: auto;
	position: absolute;
	top: 55px;
	left: -2px;
}
/*oooooooooooooooooooo Navigation*/
#nav-horizontal
{
	height: 45px;
	background: url(../images/nav.png) no-repeat;
	position: absolute;
	top: 0;
	right: 0;
	width: 895px;
	padding: 0 0 0 11px;
}
#nav-horizontal LI
{
	list-style: none;
	width: 110px;
	text-align: center;
	margin-left: -4px;
	display: block;
	margin: 0;
	float: left;
}
#nav-horizontal A
{
	color: #50592E;
	font: bold 8pt Arial;
	text-transform: uppercase;
	text-decoration: none;
	display: block;
	width: 108px;
	margin-left: -4px;
	height: 25px;
	padding-top: 11px;
	margin-top: -2px;
	border-right: 1px solid #000000;
}
#nav-horizontal A.last
{
	border-right: none;
}
#nav-horizontal A:hover, #nav-horizontal A.active
{
	color: #FFF;
	text-decoration: none;
}
/*oooooooooooooooooooo Content*/
#wrapper-content
{
/*height: 100px;*/
	margin: 5px 0 0;
	position: relative;
}
#column-a1
{
	width: 450px;
	float: left;
	padding-left: 20px;
}
#column-a2
{
	width: 450px;
	float: right;
	margin: -100px 20px 0 0;
}
#column-a2 .images IMG
{
	float: right;
	border: 1px solid #7DB20A;
	margin-top: 30px;
}
#column-a2 .images
{
	margin-top: 80px;
}
SPAN.img-title
{
	float: left;
	text-align: left;
	width: 400px;
	margin-left: 49px;
	color: #7CB109;
	font: bold 10pt "Trebuchet MS";
	text-transform: uppercase;
	margin-top: 5px;
}
#bottom-pics
{
	text-align: center;
	margin: 15px 0 0;
}
#bottom-links
{
	clear: both;
	margin-top: 20px;
	display: block;
}
#bottom-pics2
{
	margin-top: 20px;
	clear: both;
	display: block;
}
#column-b2
{
	width: 450px;
	float: right;
	margin: 0 20px 0 0;
}
/*oooooooooooooooooooo Footer*/
#footer, #sticky-footer-push
{
	height: 50px;
/*#sticky-footer-push must be the same height as #footer
do not replace with min-height*/
	width: 920px;
	margin: 0 auto;
}
#sticky-footer-push
{
	background: #848A73;
	clear: both;
	visibility: hidden;
}
#footer
{
	color: #000000;
	clear: both;
	text-align: right;
}
#footer-ob-logo
{
	float: left;
	margin-top: 15px;
}
#footer-links
{
	text-align: right;
	float: right;
	margin-top: 20px;
	text-decoration: none;
	font: 8pt Arial;
	color: #FFF;
}
#footer-links A
{
	color: #FFF;
	text-decoration: none;
	font: 8pt Arial;
}
#footer-links A:hover
{
	text-decoration: underline;
}
/*Sticky Footer by Ryan Fait: http: //ryanfait.com/*/
H1
{
	margin-bottom: 15px;
	color: #FFF;
	font: bold 20pt Arial;
}
H2
{
	font-size: 14pt;
	margin-bottom: 10px;
	color: #6F9B0C;
}
H3
{
	color: #6F9B0C;
	font-size: 12pt;
	margin-bottom: 10px;
	border-bottom: 1px solid #6F9B0C;
}
P
{
	line-height: 150%;
	margin-bottom: 10px;
	color: #FFF;
	font-size: 10pt;
}
.clear
{
	clear: both;
}
.home
{
	width: 375px;
}
.border-one
{
	border: 1px solid #7DB20A;
}
.left
{
	float: left;
}
.right
{
	float: right;
}
.link
{
	margin: 0 0 10px;
}
UL
{
	list-style: circle inside;
	color: #FFF;
	font-size: 9pt;
	margin-bottom: 10px;
}
LI
{
	padding: 2px 0 0px;
}
LI UL
{
	list-style: inside;
	margin-left: 25px;
	margin-top: 5px;
}
STRONG
{
	text-decoration: underline;
}
DL
{
	color: #FFF;
	font-size: 10pt;
}
DT
{
	font-weight: bold;
	text-decoration: underline;
}
DD
{
	margin-bottom: 10px;
}
TABLE
{
	border: 1px solid #000000;
	margin-bottom: 10px;
}
#column-a1 TH
{
	color: #6F9B0C;
	background: #000000;
	padding: 2px;
	text-align: center;
	font-size: 10pt;
}
#column-a1 TD P
{
	font-size: 8pt;
}
#column-a1 TD
{
	font-size: 8pt;
	padding: 10px;
	border: 1px solid #000000;
	color: #FFF;
	background: #292929;
}
/*Gallery Rules*/