* {padding: 0;, margin: 0;}
body {
	background-image: url(../images/bgLawn.jpg);
	background-repeat: repeat;
	font-family: Tahoma, Geneva, sans-serif;
}
h2 {
	letter-spacing: 0.3em;
	padding-bottom: 10px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
}

img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
ul {
	list-style: none;
}
a {
	text-decoration: none;
	color: #FF0;
}

p  {
	margin-right: 20px;
	text-align: justify;
}


#container {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 15px;
	position: relative;
	background-image: url(../images/black50.png);
	background-repeat: repeat;
	padding-bottom: 20px;
	padding-right: 5px;
	padding-left: 10px;
	color: #FFF;
}

#index img {
}

#header {
	margin-bottom: 20px;
	position: relative;
	height: 95px;
	top: -10px;
}
.logo  {
	background-image: url(../images/tolLogoAlpha.png);
	background-repeat: no-repeat;
	background-position: left top;
	display: inline-block;
	height: 95px;
	text-indent: -9999px;
	position: absolute;
	left: 0px;
	top: 0px;
	width: 420px;
}
#content {
	width: 100%;
}
#maps ul li {
	display: inline-block;
	width: 50%;
}
#mapNursery {
	width: 50%;
	height: 400px;
}
#mapTol {
	float: left;
	height: 400px;
	width: 50%;
}




/*NAVIGATION*/
#navBar {
	height: 25px;
	margin-bottom: 10px;
}
#navBar ul {
	margin: 0;
	padding: 0;
	text-align: center;
	}
#navBar ul li {
	position: relative;
	width: 125px;
	margin-right: 40px;
	display: inline-block;
	float: left;
	background-image: url(../images/black50.png);
	background-repeat: repeat;
	}
#navBar ul li:hover {
	background-image: url(../images/black75.png);
	background-repeat: repeat;
}
#navBar li ul {
	position: absolute;
	right: -40px;
	padding: 5px 0 0 0;
	display: none;
	}
#navBar li ul li {
	display: block;
	width: 125px;
	margin-bottom: 0px;
}
			/*Styles for Menu Items */
#navBar ul li a {
	color: #FFF;
	}
#navBar ul li a:hover {
	color: #FF0;
}
#navBar li:hover ul, #navBar li.over ul { display: block; z-index: 99; } /* The magic */
#top ul li {
	display: inline;
	position: relative;
}
#bottom ul li {
	display: inline-block;
	width: 242px;
	margin-right: 4px;
	position: relative;
}
/*END NAVIGATION*/



.floatLeft {
	float: left;
}

.imgLeft {
	position: absolute;
}
.contentRight {
	width: 50%;
	float: right;
	margin-left: 10px;
	padding-left: 10px;
}
#subHead {
	position: relative;
	height: 135px;
	width: 995px;
}
.subHeadText {
	position: absolute;
	left: 15px;
	bottom: 15px;
	background-image: url(../images/black50.png);
	background-repeat: repeat;
	padding: 4px;
}
.subInfo {
	clear: both;
	height: 240px;
}

.subInfo img {
	margin-right: 20px;
	float: left;
	margin-bottom: 20px;
}
.staffInfo {
	clear: both;
}
.clearBoth {
	display: block;
	clear: both;
	height: 1px;
	width: 100%;
}


#roundTop {
	background-repeat: no-repeat;
	position: absolute;
	height: 15px;
	width: 1015px;
	top: -15px;
	left: 0px;
	background-image: url(../images/roundCornerTop.png);
}
#roundBottom {
	background-repeat: no-repeat;
	position: absolute;
	height: 30px;
	width: 1015px;
	left: 0px;
	background-image: url(../images/roundCornerBottom.png);
	bottom: -30px;
}
.staffInfo img {
	margin-right: 20px;
	float: left;
	margin-bottom: 20px;
}
.indent {
	padding-left: 20px;
}
.plantTips {
	font-style: italic;
	margin-right: 100px;
	margin-left: 100px;
	margin-top: 10px;
	margin-bottom: 10px;
	display: block;
}
#columnLeft ul li {
	padding-bottom: 10px;
}
.aboutLeft {
	float:left;
	width: 75%;
}
.aboutRight{}
.stepEmph {
	font-weight: bolder;
	font-variant: small-caps;
	font-size: 15px;
}.aboutRIght img {
	margin-top: 20px;
}
#portfolioImages a img {
	margin-right: 5px;
}

