@import url("flamingoRoadMain.css");

/*main container*/
#mainContainer_plantsIndexPage {
	position:relative;
	width:848px;
	height:655px;
	text-align:center;
	border:solid 3px black;
	text-align:center;
	color:#CC3366;
	background-color:white;
	padding:0px;
	margin-left:auto;
	margin-right:auto;


}


/*header*/
#header_plantsIndexPage {
	position: 			absolute;
	width: 				848px;
	height: 			118px;
	left: 				0px;
	top: 				0px;
	background-color: 	white;
	color: 				black;

}


/*top navigation bar*/
#topNavBar_plantsIndexPage {
	position: 			absolute;
	height: 			20px;
	width: 				848px;
	left: 				0px;
	top: 				117px;
	background-color:	#B5ceb5;
	vertical-align:		top;
	color: 				black;
}

#topNavBar_plantsIndexPage ul {
	position:		absolute;
	list-style-type: none;
	width:				848px;
	height:				20px;
	left:				0px;
	margin:				0px;
	padding:			0px;

}

#topNavBar_plantsIndexPage ul li {
	float:			left;
	width:			auto;

}

/*image bar*/
#imageBar_plantsIndexPage  {
	position: 			absolute;
	height: 			154px;
	width: 				848px;
	left: 				0px;
	top: 				136px;
	background-color: 	#63A48C;
	color: 				black;
	text-align:			left;
	float:				left;
}

#imageBar_plantsIndexPage  ul{
	position:		absolute;
	list-style-type:	none;
	width:				848px;
	height:				150px;
	left:				0px;
	margin:				0px;
	padding:			0px;


}

#imageBar_plantsIndexPage  ul li{
	float:			left;
	width:			auto;
	



}



/*beginning of bottom navigation bar*/

#bottomNavigationBar_plantsIndexPage {
	background-color: 	#B4CEB7;
	height: 			20px;
	padding: 			0px;
	text-align:			right;
	position:			absolute;
	bottom:				0px;
	left:				0px;	
	width: 				848px;

}



#bottomNavigationBar_plantsIndexPage p  {
	text-decoration:	none;
	color: 				#6ca796;
	font-weight: 		bold;
	font-size: 			14px;
	font-family:		"Trebuchet MS", Arial;
	text-decoration:	none;
	margin-top: 		0px;
	display: 			inline;
	margin-right: 		20px;	

}

#bottomNavigationBar_plantsIndexPage a {
	text-decoration:	none;
	color: 				#6ca796;
	font-weight: 		bold;
	font-size: 			14px;
	font-family:		"Trebuchet MS", Arial;
	text-decoration:	none;
	margin-top: 		0px;	

}

#bottomNavigationBar_plantsIndexPage ul{
	margin: 			0px;
	padding: 			0px;	


}

#bottomNavigationBar_plantsIndexPage ul li {
	display: 			inline;
	padding-left: 		20px;
	padding-right:		10px;
	text-decoration:	none;
	list-style-type:	none;
	margin: 			0px;

}

#bottomNavigationBar_plantsIndexPage a:hover {
	color: 				#ffffff;
	font-weight:		bold;

}


#bottomNavBarTableRow {
	background-color: 	#FFFFFF;
	height: 			20px;

}


/*end of bottom navigation bar*/


/*main content*/
#mainContentContainer_plantsIndexPage {
	position: 			absolute;
	height: 			277px;
	width: 				848px;
	left: 				0px;
	top: 				285px;
	background-color:	#FFFFFF;
	color:				#CC3366;
	text-align:			left;

}



/*text content*/
#textContent_plantsIndexPage  {
	font-family:		"Trebuchet MS", Arial;
	color:				#CC3366;
	position:			absolute;
	top:				31px;
	left:				287px;
	width:				517px;
	font-size:			13px;
	height: 			227px;

}


/*content image*/
#contentImage_plantsIndexPage {
	position: absolute;
	text-align: center;
	top: 20px;
	left: 20px;


}
