/* CSS Document 

Document Layout

Main body styles -> Main styles for whole document main fonts etc

Main Structural styles -> div layout


*/



/*
-----------------------------------------
Main body styles
-----------------------------------------*/

html, body {
	min-height: 100%;
	width: 100%;
	height: 100%;
	padding: 0px;
	margin: 0px;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#666666;
}

html>body {
	height: auto;
}

body * {
	margin: 0;
	padding: 0;
}
body {
	background: #ffffff;
}
img {
	border:none;
}

a {
	text-decoration:none;
	color:#7dbf26;
}


.clearBoth {
	clear:both;
}
.floatLeft {
	float:left;
}
.floatRight {
	float:right;
}
h1 {
	font-size:18px;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#000000;
}
h2 {
	font-size:18px;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#7dbf26;
}
.black {
	color:#000000;
}
.grey {
	color:#333333;
}
.ltGrey {
	color:#999999;
}

/*

-----------------------------------------

Main Structural styles

-----------------------------------------*/

#container {
	width:798px;
	border:1px solid black;
	margin:0 auto 0 auto;
	text-align:left;
	margin-top:65px;
	position:relative;
}
#menu {
	height:30px;
	background:#7dbf26 url(../images/logo_limes_park.gif) no-repeat left top;
	position:relative;
}
#tree {
	width:85px;
	height:96px;
	display:block;
	position:absolute;
	top:-66px;
	left:200px;
	background-image:url(../images/tree.gif);
}
#mainGraphic {
	width:798px;
	height:303px;
	border-bottom:2px solid #7dbf26;
	display:block;
	background-image:url(../images/home_page_image.jpg);
}
#mainGraphic2 {
	width:798px;
	height:302px;
	border-bottom:2px solid #7dbf26;
	display:block;
	background-image:url(../images/home_page_image2.gif);
	position:relative;
}
#mainGraphic2flash {
	width:798px;
	height:266px;
	display:block;
	position:absolute;
	bottom:0px;
	left:0px;
}
#mainGraphicAbout {
	width:798px;
	height:310px;
	border-bottom:2px solid #7dbf26;
	display:block;
	background-image:url(../images/about_page_image.jpg);
}
#mainGraphicSiteplan {
	width:798px;
	height:36px;
	border-bottom:2px solid #7dbf26;
	display:block;
	background-image:url(../images/siteplan_page_image.gif);

}
#mainGraphicHistory {
	width:798px;
	height:255px;
	border-bottom:2px solid #7dbf26;
	display:block;
	background-image:url(../images/history_page_image.jpg);
}
#content {
	border-bottom:2px solid #7dbf26;
	background-color:#eff7e5;
	padding:35px 20px;
	position:relative;
}
#historyImages {
	width:196px;
	height:477px;
	display:block;
	background-image:url(../images/history_images.jpg);
	float:right;
}
#bottom {
	height:79px;
	display:block;
	background-color:#000000;
	padding: 0 20px 0 20px;
}
#footer {
	margin:10px auto 0 auto;
	text-align:left;
	height:20px;
	display:block;
	width:798px;
}
#contactAddress {
	padding: 45px 25px 35px 25px;
	border-bottom:2px solid #7dbf26;
}
#siteplan {
	width:757px;
	height:331px;
	position:relative;
}
#SitePlanObj {
	margin:0 auto 0 auto;
}
/*

-----------------------------------------

general styles

-----------------------------------------*/
.title {
	margin-bottom:20px;
}
.topBottomMargin {
	margin: 20px 0 20px 0;
}
.green {
	color:#7dbf26;
}
p.green, h2.green {
	font-family:Georgia, "Times New Roman", Times, serif;
}
h2.green {
	font-size:15px;
}
p.green {
	font-size:12px;
}
#bottom p.green {
	position:relative;
	top:50px;
}
.bold {
	font-weight:900;
}
.black {
	color:#000000;
}
.georgia {
	font-family:Georgia, "Times New Roman", Times, serif;
}
.nineteen {
 font-size:19px;
}
.fifthteen {
 font-size:15px;
}
.sixteen {
 font-size:16px;
}
.fourteen {
 font-size:14px;
}
.topTen {
	top:10px;
	position:relative;
}
li.marginLeft {
	margin-left:45px;
}
li.marginLeftBig {
	margin-left:170px;
}
#pdfDiv {
	height:41px;
	display:block;
	padding-left:48px;
	background:url(../images/pdf.gif) no-repeat left;
	position:absolute;
	right:20px;
	bottom:10px;
}
#pdfDiv a {
	color:#ffffff;
	position:relative;
	top:25px;	
}
#siteplan p {
	padding:20px;
}
#contactAddress ul {
	list-style:none;
}
#contactAddress ul li {
	float:left;
}
#contactAddress ul li.top {
	padding-bottom:40px;
}
#logoLinks {
	margin:0 auto 0 auto;
	width:800px;
}
#logoLinks ul {
	list-style:none;
}
#logoLinks ul li {
	float:left;
}
div.NewsSummaryLink a {
	font-size:14px;
	font-weight:900;
}
/*

-----------------------------------------

Main menu styles

-----------------------------------------*/

#menu ul {
	list-style:none;
	padding-left:300px;
}
#menu ul li {
	float:left;
	margin-right:25px;
	padding-top:6px;
}
* html #menu ul li {
	margin-right:20px;
}
* html #menu ul li a.goingForGreen {
	width:125px;
	display:block;
}
#menu ul li a {
	color:#000000;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	font-weight:900;
}
#menu ul li a:hover {
	color:#ffffff;
}
#menu ul li a.currentpage {
	color:#ffffff;
}

/*

-----------------------------------------

footer menu styles

-----------------------------------------*/

#footer ul {
	list-style:none;
}
#footer ul li {
	float:left;
	margin-right:20px;
}
#footer ul li a {
	color:#939393;
	font-size:9px;
}
.refreshedLink {
	float:right;
	color:#939393;
	font-size:9px;
}
/*

-----------------------------------------

form styles

-----------------------------------------*/

* html #addressForm *{
	position:relative;
}

form#addressForm {
	font-size: 12px;
	color:#000000;
	
}

#addressForm p {
	margin-top:20px;

}
#addressForm p.textarea {
	height: 55px;

}
#addressForm span { 
	width: 345px;
}
#addressForm p label {
	width:150px;
	display:block;
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
}
#addressForm p input.field,
#addressForm p textarea {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 12px;
	width:150px;
}
#addressForm p textarea {
	height: 60px;
}
#addressForm p select {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 12px;
	width:155px;
}
#addressForm p select.half {
	margin: 0 1px 0 0;
	width:75px;
}
#addressForm p span #optinLabel {
	width:285px;
}
.marginRightFourFive {
	margin:45px;
}
.warning {
	color:red!important;
	font-weight:900;
}
#homeLink {
	position:absolute;
	height:30px;
	width:200px;
	top:0px;
	left:0px;
}
/*-----------------------------------------
		New Home page Styles
-----------------------------------------*/
div#home-right {
	float:right;
	display:block;
	width:229px;
	border-left: 1px solid #8fc734;
	margin-left: 20px;
		position:relative;
}

div#home-right ul {
	list-style:none;
}
div#home-right ul li a {
	padding-left:238px;
	height:0px;
	width:0px;
	overflow:hidden;
	display:block;
}
div#home-right ul li.contact a {
	padding-top:67px;
	background: url(../images/home-tab1.jpg) top left no-repeat;
}
div#home-right ul li.press-release a {
	padding-top:64px;
	background: url(../images/home-tab2.jpg) top left no-repeat;
}
div#home-right ul li.siteplan a {
	padding-top:65px;
	background: url(../images/home-tab3.jpg) top left no-repeat;
}
div#home-right ul li.mainbrochure a {
	padding-top:89px;
	background: url(../images/home-tab4.jpg) top left no-repeat;
}
div#home-right ul li.benefits {
	padding-left:238px;
	height:0px;
	width:0px;
	overflow:hidden;
	display:block;
	padding-top:81px;
	/*background: url(../images/home-tab5.jpg) top left no-repeat;*/
}
a#home-voucher {
	padding-left:225px;
	height:0px;
	width:0px;
	overflow:hidden;
	display:block;
	padding-top:108px;
	background: url(../images/home-tab6.png) top left no-repeat;
	position:absolute;
	bottom:-74px;
	right:12px;
}
* html a#home-voucher {
	background: url(../images/home-tab6.gif) top left no-repeat;
	top:416px;
	right:12px;	
	position:absolute;
}
#formbackground {
	padding-bottom:25px;
	/*background:url(../images/benefits.jpg) bottom left no-repeat;*/
}