@charset "UTF-8";
body {
	font: 100% Arial;
	background: #77c312;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-image:url(images/background_img.png);
	background-repeat:no-repeat;
}
.main #container {
	width: 1024px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 25px auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.main #mainContent {
	padding: 20px 5px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-color:#FFF;
	margin:0;
	height:auto;
}

#header{
	background-image:url(images/images/header_tile.png);
	background-repeat:repeat-x;
	width:1024px;
	height:116px;
	text-align:left;
}

#logo{
	width:289px;
	height:116px;
	float:left;
}

#header p,h4{
	margin:2px 0;
}

.main img{
	border:none;
}
.main a{
	text-decoration:none;
	color:#630;
	font-weight:bold;
}
#header img {
	margin:0;
	float:left;
}

#greenbar {
	background-image:url(images/images/navtile.png);
	background-repeat:repeat-x;
	height:25px;
	margin:0;
	clear:both;
}
#hours{
	width:720px;
	height:93px;
	float:left;
	text-align:right;
	font-size:13px;
	color:#fff;
}
#hours h4{
	margin: 0;
	padding:0;
}
	
#section_1{
	height:307px;
	margin: 0 0 10px 0;
	padding:0 0 0 17px;
}

#section_1 #mainImg{
	width:690px;
	height:307px;
	float:left; 
	margin:0 11px 0 0;
	background-image:url(images/main_img1.png);
	background-repeat:no-repeat;
}

#section_1 #right_btns{
	float:left;
}

#section_1 #right_btns img{
	margin:0 0 9px 0;
}

#section_1 #right_btns #commendations_btn{
	background-image:url(images/images/award_btn.png);
	width:290px;
	height:129px;
	background-repeat:no-repeat;
	padding:6px 0 0 3px;
}


#section_2{
	height:98px;
	padding:0 0 0 30px;
}



#section_2 a:hover>img{
	background-image:url(images/bg_imge.png);
	background-repeat:no-repeat;
}


#section_3{
	height:78px;
	padding:30px 0 0 0;
}

#footer{
	font-size:13px;
	background-image:url(images/footer_tile.png);
	color:#FFF;
	text-align:center;
	padding:10px;
}

#footer p, h3{
	margin:3px 0;
	font-weight:normal;
}
#footer a{
	text-decoration:none;
	color:#F90;
}
#footer a:hover {
	color:#F96;
}

#left_menu{
	width:20%;
	float:left;
	padding: 0 10px 0 0;
	height:inherit;
}

.Vmenu{
	list-style:none;
	font-size:13px;
	font-weight:bold;
}
.Vmenu li{
	margin:5px 0;
}

.Vmenu a{
	display:block;
	text-decoration:none;
	color:#360;
	display:block;
	padding:5px;
}

.Vmenu a:hover{
	display:block;
	color:#630;
	margin:0 0 0 10px;
	border-left:1px solid #000;
}


#centerContent{
	width:77%;
	float:left;
	padding:0 0 0 10px;
	border-left:1px solid #630;
	
}
#content{
	font-size:13px;
}
#content h3{
	font-weight:bold;
	margin:5px 0;
	color:#060;
}
#centerContent #pagetitle{
	margin:0 0 25px 0;
	font-style:italic;
	color:#630;
}
#plantsImage{
	width:780px;
	height:80px;
}
.plantlist{
	float:left;
	width:30%;
	margin-left:25px;
}

#plants_btn a{
	display:block;
	width:290px;
	height:163px;
	margin-bottom:10px;
	background-image:url(images/images/plants_btn2.png);
	background-repeat:no-repeat;
}

#plants_btn a:link{
	background-image:url(images/images/plants_btn1.png);
}

#plants_btn a:hover{
	background-image:url(images/images/plants_btn2.png);
}

.plant_category{
	width:200px;
	height:150px;
	
}
.plant_category .category_img{
	height:120px;
}
.plant_category .category_name{
	height:20px;
	text-align:center;
	font-weight:bold;
	font-size:16px;
	color:#060;
	padding:5px 0;
}
.plants_blocks {
	display:block;
	height:150px;
	width:200px;
	margin:0 20px 20px 20px;
	float:left;
	
}

.plants_blocks :hover{
	background-color:#CCC;
	color:#360;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.portfolio_thumbnail{
	margin:0 15px 20px 15px;
	float:left;
	height:150px;
	width:150px;
	text-align:center;
	
}

#loginField{
   /* position:relative; 
    top: 50%;
    left: 50%; */
    margin-left: 40%;
    width: 250px;
    height: 300px;
}​
