/* CSS Document */



html, body {
	padding:0;
	margin:0 auto 0 auto;
	background-image: url(../images/BG-page.gif);
}
.brclear { 
  display: block;
  clear: both;
  height: 1px;
  line-height: 0px;
  font-size: 0px;
  margin-bottom: -1px;
}
span.clear {
  display: block;
  clear: both;
  height: 1px;
  line-height: 0px;
  font-size: 0px;
  margin-bottom: -1px;
}






/* HOLDER STYLES */
#wrapper/* holder styles */
 {
	width: 1000px;
	margin: 20px auto 0 auto;
	padding: 0px;
	background-color: #FFFFFF;
}
#container {
	width: 960px;
	margin: 20px;
}





/* HEADER STYLES */
#header {
	width: 960px;
	margin: 20px 0px 20px 20px;
	background-color: #FFFFFF;
	float: left;
}
#logo-floater {
	width: 289px;
	margin: 0px 0px 0px 0px;
	float: left;
}







#top-nav {
	width: 960px;
	margin: 0px 0px 10px 20px;
	height: 20px;
	float: left;
}

ul.menu, .menu li { 
	display: inline; 
	margin:0; 
	padding: 0; 
	list-style: none; 
	list-style-image: none; 
	list-style-type: none;
	
}

ul.menu {
	height: 20px;
	
}

.menu li {
	margin: 0;
	padding:0;
	float:left;
}

.menu li a {
	font:15px "Century Gothic", Arial, Helvetica, sans-serif;
	color:#7FC41C;
	text-decoration:none;
	font-weight: bold;
	letter-spacing: 1px;
	margin: 0;
	padding: 0px 21px 0px 0px;
	height:20px;
	text-align:center;
}
.menu li a:hover {
	color:#3A8220;
	text-decoration:none;
	padding: 0px 21px 0px 0px;
	height:20px;
	text-align:center;
}


ul.menu-last, .menu-last li { 
	display: inline; 
	margin:0; 
	padding: 0; 
	list-style: none; 
	list-style-image: none; 
	list-style-type: none;
	
}

ul.menu-last {
	height: 20px;
	
}

.menu-last li {
	margin: 0;
	padding:0;
	float:right;
}

.menu-last li a {
	font:15px "Century Gothic", Arial, Helvetica, sans-serif;
	color:#7FC41C;
	text-decoration:none;
	font-weight: bold;
	letter-spacing: 1px;
	margin: 0;
	padding: 0px 0px 0px 0px;
	height:20px;
	text-align:right;
}
.menu-last li a:hover {
	color:#3A8220;
	text-decoration:none;
	padding: 0px 0px 0px 0px;
	height:20px;
	text-align:right;
}








.menu-active {
	font:15px "Century Gothic", Arial, Helvetica, sans-serif;
	color:#3A8220;
	text-decoration:none;
	font-weight: bold;
	letter-spacing: 1px;
	margin: 0;
	padding: 0px 0px 0px 0px;
	height:20px;
	text-align:right;
}














/* CENTER STYLES */
#home-banner {
	margin: 0px 0px 20px 20px;
	width: 960px;
	height: 310px;
	float: left;
}
#banner {
	margin: 0px 0px 20px 20px;
	width: 960px;
	height: 200px;
	float: left;
}
#center {
	margin: 0px 0px 15px 20px;
	float: left;
	width: 960px;
	text-align: left;
	background-image: url(../images/BG-content.jpg);
	background-repeat: repeat-y;
	background-position: left top;
}
#content {
	margin: 0px 0px 0px 0px;
	width: 703px;
	text-align: left;
	float: right;
	padding: 0px 0px 0px 15px;
}
#content-box {
	width: 670px;
	margin: 0px 0px 20px 0px;
	float: left;
}
#page-heading {
	width: 703px;
	margin: 0px 0px 15px 0px;
	padding: 0px;
}




#home-boxes {
	width:960px;
	margin: 0 0px 15px 20px;
	padding: 0px;
	float: left;
}	

#box1 {
	width:440px;
	border-right: 2px dotted #B5DD7C;
	margin: 0px 14px 0px 0px;
	padding: 0px 14px 0px 0px;
	float:left;
	height: 310px;
}	
#box2 {
	width:225px;
	border-right: 2px dotted #B5DD7C;
	margin: 0px 14px 0px 0px;
	padding: 0px 14px 0px 0px;
	float:left;
	height: 310px;
}	
#box3 {
	width:225px;
	margin: 0px;
	padding: 0px;
	float:right;
	height: 310px;
}	



#box-image {
	margin: 0px 0px 7px 0px;
	padding: 0px;
	float:left;
}
#box-content {
	margin: 0px;
	padding: 0px;
	float:left;
	width: 100%;
}	











/* SIDEBAR LEFT STYLES */
#sidebar-left {
	float: left;
	width: 220px;
	margin: 0px 15px 0px 0px;
}
#sidebar-menu {
	width: 220px;
	margin: 0px 0px 20px 0px;
	float: left;
}

#sidebar-content {
	width: 220px;
	margin: 00px;
	padding: 0px;
	float: left;
}






/* TEXT STYLES */

.more-link {
	list-style: none;
	list-style-type:none;
	font:12px "Century Gothic", Arial, Helvetica, sans-serif;
	background-image: url(../images/arrow-green.gif);
	background-repeat: no-repeat;
	background-position: left;
	margin:0px;
	padding:0px;
	text-align: left;
	display: inline;
	line-height: 15px;
	float:left;
	text-indent:10px;
	color: #7FC41C;
	font-weight: bold;
	text-decoration: none;
}

.more-link a {
	font:12px "Century Gothic", Arial, Helvetica, sans-serif;
	text-decoration:none;
	line-height: 14px;
	color:#7FC41C;
	text-decoration:none;
	font-weight: bold;
}
.more-link:hover {
	background-image: url(../images/arrow-grey.gif);
	color: #333333;
}

.more-link a:hover {
	color:#333333;
	text-decoration:none;
}







.side-link {
	list-style: none;
	list-style-type:none;
	font:15px "Century Gothic", Arial, Helvetica, sans-serif;
	background-image: url(../images/arrow-green.gif);
	background-repeat: no-repeat;
	background-position: left;
	margin:0px;
	padding:0px;
	text-align: left;
	display: inline;
	line-height: 30px;
	float:left;
	text-indent:10px;
	color: #7FC41C;
	font-weight: bold;
	text-decoration: none;
	width: 200px;
}

.side-link a {
	font:15px "Century Gothic", Arial, Helvetica, sans-serif;
	text-decoration:none;
	line-height: 30px;
	color:#7FC41C;
	text-decoration:none;
	font-weight: bold;
}
.side-link:hover {
	background-image: url(../images/arrow-dark-green.gif);
	color: #2C641A;
}

.side-link a:hover {
	color:#2C641A;
	text-decoration:none;
}











.text {
	font: 12px "Century Gothic", Arial, Helvetica, sans-serif;
	color: #333333;
	line-height: 18px;
	letter-spacing: 0.5px;
	list-style-position: outside;
	list-style-image: url(../images/arrow-grey.gif);
}
.text a {
	color: #7FC41C;
	text-decoration: underline;
	font-weight: bold;
}
.text a:hover {
	color: #333333;
	text-decoration: underline;
	font-weight: bold;
}



.page-heading {
	font: 25px "Century Gothic", Arial, Helvetica, sans-serif;
	color: #2C641A;
	letter-spacing: 1px;
}

.quote {
	font: 15px "Century Gothic", Arial, Helvetica, sans-serif;
	color: #7FC41C;
	letter-spacing: 1px;
	font-weight: bold;
	font-style:italic;
}




.h1 {
	font: 15px "Century Gothic", Arial, Helvetica, sans-serif;
	color: #7FC41C;
	letter-spacing: 1px;
	font-weight: bold;
}
.h1 a {
	color: #7FC41C;
	text-decoration: none;
}
.h1 a:hover{
	color: #333333;
	text-decoration: none;
}



.h2 {
	font: 13px "Century Gothic", Arial, Helvetica, sans-serif;
	color: #663100;
	text-decoration: none;
	line-height: 19px;
	letter-spacing: 1px;
}
.h2 a {
	color: #663100;
	text-decoration: underline;
	font-weight: bold;
}
.h2 a:hover{
	color: #7FC41C;
	text-decoration: underline;
	font-weight: bold;
}



.h3 {
	font: 12px "Century Gothic", Arial, Helvetica, sans-serif;
	color: #7FC41C;
	text-decoration: none;
	line-height: 18px;
	letter-spacing: 1px;
	font-weight: bold;
}
.h3 a {
	color: #7FC41C;
	text-decoration: underline;
}
.h3 a:hover {
	color: #333333;
	text-decoration: underline;
}



.h4 {
	font: 12px "Century Gothic", Arial, Helvetica, sans-serif;
	color: #2C641A;
	text-decoration: none;
	line-height: 18px;
	letter-spacing: 1px;
	font-weight: bold;
}
.h4 a {
	color: #2C641A;
	text-decoration: underline;
}
.h4 a:hover {
	color: #7FC41C;
	text-decoration: underline;
}


.h5 {
	font: 25px "Century Gothic", Arial, Helvetica, sans-serif;
	color: #CC0000;
	text-decoration: none;
	line-height: 28px;
	letter-spacing: 1px;
	font-weight: bold;
}













.menu-sitemap li, ul.nice-menu-sitemap ul li {
	list-style: none;
	list-style-type:none;
	font:12px "Century Gothic", Arial, Helvetica, sans-serif;
	background-image: url(../images/arrow-green.gif);
	background-repeat: no-repeat;
	background-position: left;
	margin:0px 0px 5px 0px;
	padding:0px 0px 0px 10px;
	width: 600px;
	text-align: left;
	display: inline;
	line-height: 17px;
	font-weight: bold;
	float: left;
}

.menu-sitemap li a {
	font:12px "Century Gothic", Arial, Helvetica, sans-serif;
	color:#7FC41C;
	text-decoration:none;
	font-weight: bold;
}
.menu-sitemap a:hover {
	color:#333333;
	text-decoration:none;
}

.menu-sitemap li:hover {
	color:#333333;
	text-decoration:none;
	background-image: url(../images/arrow-grey.gif);
	background-repeat: no-repeat;
	background-position: left;
}

.menu-sitemap li.active {
	color:#333333;
	text-decoration:none;
	background-image: url(../images/arrow-grey.gif);
	background-repeat: no-repeat;
	background-position: left;
}



/* FOOTER STYLES */
#footer {
	width: 1000px;
	margin: 0px 20px 20px 0px;
	background-color: #FFFFFF;
	float: left;
}
#footer-credits {
	width: 940px;
	margin: 0px 20px 0px 20px;
	padding: 7px 10px;
	background-color: #7FC41C;
	float: left;
	border-bottom: 20px solid #FFFFFF;
}

.footer {
	font: 10px "Century Gothic", Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-decoration: none;
	letter-spacing: 0.5px;
	line-height: 16px;
}
.footer a {
	color: #FFFFFF;
	text-decoration: none;
}
.footer a:hover {
	color: #333333;
	text-decoration: underline;
}






/* FORM STYLES */
.formfield {
	font: 11px "Century Gothic", Arial, Helvetica, sans-serif;
	color: #333333;
	padding: 0px 0px 0px 0px;
	height: 17px;
	text-align: left;
	text-indent: 5px;
	background-color: #FFFFFF;
	vertical-align: middle;
	border: 1px solid #CCCCCC;
}

#messages {
	font:11px "Century Gothic", Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#CC0000;
	padding:0px;
	margin:0px 0px 5px 0px;
}

#messages ul {
	list-style: none;
	list-style-image: none;
	list-style-type: none;
	margin:0;
	padding:0px;
}	
	
