@charset "utf-8";
/* CSS Document */

body {
	text-align: center;
	margin: 0;
}

#Header {
	float: left; 
	width: 1000px;
	background: url(images/headerBg.gif) top repeat-x;
	border-top: #64b1e5 medium solid; 
}

#wrapper {
	width: 1005px;
	height: auto;
	text-align: center;
}

.leftCol p {
	float: left;
	display: inline;
	width: 360px;
	color: #FFF;
	margin: 30px 0 0 15px;
}

.leftCol ul {
	border: none;
}

.leftCol ul li {
	float: left;
	display: inline;
	clear: left;
	border: none;
	width: 330px;
	text-align: left;
	list-style-type: circle;
	margin-left: 30px;
	font: normal 11px Arial, sans-serif;
	color: #FFF;
}

#Main {
	float: left;
	clear: left;
	text-align: center;
	width: 1000px;
	height: auto;
	padding-bottom: 0px;
	margin-bottom: 0px;
}

.leftCol {
	float: left;
	clear: left;
	display: inline;
	width: 500px;
	height: 360px;
	margin-top: 1px;
	background: #92c8ea url(images/flowerColL.jpg) left bottom no-repeat;
}

.leftColGen {
	float: left;
	clear: left;
	display: inline;
	width: 1000px;
	height: 140px;
	background: url(images/homePicR.jpg) bottom;
}

.rightCol {
	float: left;
	width: 498px;
	height: 360px;
	margin-left: 1px;
	margin-top: 1px;
	background-image: url(images/homePicR.jpg);
}

.rightColGen {
	float: left;
	width: 330px;
	height: 330px;
	margin-left: 1px;
	margin-top: 1px;
	background-image: url(images/droplet.jpg);
}

.rightColServices {
	float: left;
	width: 330px;
	height: 330px;
	margin-left: 1px;
	margin-top: 1px;
	background-image: url(images/tree.png);
}

.rightColContact {
	float: left;
	width: 330px;
	height: 330px;
	margin-left: 1px;
	margin-top: 1px;
	background-image: url(images/grass.jpg);
}

.leftText {
	float: left;
	width: 666px;
	height: auto;
	margin: 1px 1px 0 0;
	padding: 0;
/*	overflow:  scroll;
	overflow-x: hidden;*/
} 

.leftText ul {
	float: left;
	clear: left;
	display: inline;
	width: 300px;
	height: 280px;
	margin-left: 50px;
	border: none;
	background: none;
}

.leftText ul li {
	float: left;
	display: inline;
	clear: left;
	width: 300px;
	text-align: left;
	border: none;
	list-style-type: circle;
	font: bold 11px Geneva, Arial, Helvetica, sans-serif;
	color: #666;
}

ul {
	float: left;
	display: inline;
	clear: left;
	width: 1000px;
	height: 38px;
	margin: 5px 0;
	padding: 0;
	background-image: url(images/buttons.jpg);
}

ul li {
	float: left;
	display: inline;
	width: 100px;
	margin-top: 8px;
	border-right: #FFF 1px solid;
	list-style-type: none;
}

ul li.mediumButton  {
	width: 120px;
}

ul li.longButton {
	width: 180px;
}

ul li.endButton {
	border: none;
}

ul li a {
	font: normal 20px impact,Arial,sans-serif;
	color: #FFF;
	text-decoration: none;
}	

ul li a:hover {
	text-decoration: underline;
	color: #FFF;
}

img {
	float: left;
	clear: left;
	display: block;
	margin-top: 5px;
	margin-left: 5px;
	border: none;
}

.droplet {
	float: left;
	width: 500px;
	height: 440px;
	background-image: url(images/droplet_lg.jpg);
	margin-left: 5px;
}

#Main .leftCol h1.titleBottom {
	margin: 85px 0 0 280px;
	width: 130px;
}

.footerLeft {
	float: left;
	width: 500px;
	height: 3px;
	border-bottom: #92c8ea 5px solid;
}

.footerRight {
	float: left;
	width: 500px;
	height: 3px;
	border-bottom: #64b1e5 5px solid;
}

.buttonOne {
	float: left;
	text-align: left;
	width: 332px;
	height: 110px;
	margin: 1px 1px 0 0;
	background-color: #64b1e5;
	background-image: url(images/button.jpg);
	text-decoration: none;
	cursor: pointer;
}

.buttonOne img, .buttonTwo img, .buttonThree img {
	float: right;
	clear: none;
	display: inline;
	margin-right: 4px;
	margin-left: 0;
	border: none;
}

.buttonThree {
	float: left;
	text-align: left;
	width: 332px;
	height: 110px;
	margin: 1px 1px 0 0;
	background-color: #64b1e5;
	background-image: url(images/buttonTwo.jpg);
	text-decoration: none;
	cursor: pointer;
}

.buttonOne:hover, .buttonTwo:hover, .buttonThree:hover {
	text-decoration: underline;
	color: #FFF;
}

.buttonTwo {
	float: left;
	text-align: left;
	width: 332px;
	height: 110px;
	margin: 1px 1px 0 0;
	background-color: #64b1e5;
	background-image: url(images/buttonThree.jpg);
	text-decoration: none;
	cursor: pointer;
}

input, textarea {
	float: left;
	clear: left;
	margin: 2px 5px;
}

table {
	float: left;
	clear: left;
	margin-left: 10px;
}
