/* Tidewater Tropical Greenhouses */

body { 
	color: #000;
	background: #ff9;
	font-family: Verdana, Arial, Helvetica, san-serif;
	font-size: .9em;
	text-align: left;
	}

img {
	display: block;
	border: 1px #000 solid;
	}

#ttg_logo {  /* small TTG logo */
	border: 0;
	}
	
#vnla {	/* VNLA logo */
	float: left;
	display: inline;
	margin-top: 0;
	margin-left: 50px;
	}
	
#vg {	/* VA Grown logo */
	float: right;
	display: inline;
	margin-top:0;
	margin-right: 50px;
	}	
	
#wrapper {
	width: 720px;  			/* for IE4-5.x/Windows */
	padding: 0;
	margin: 25px auto;
	border-top: 4px #093 solid;
	border-bottom: 1px #000 solid;
	border-left: 1px #000 solid;
	border-right: 1px #000 solid;
	background: #9f9;		/*same as banner background */
	voice-family: "\"}\"";	/* bmh */
	voice-family: inherit;	/* bmh */
	width: 718px;			/* 720 - 1 - 1 = 718 */
	}
	
#banner {
	display: block;
	padding: 0;
	margin: 0;
	}
	
#banner img { 
	display: block;
	width: 718px;
	height: 175px;
	border: 0;	/* no border for banner */ 
	}
	
#navbar {
	display: block;
	width: 718px;
	padding: 0; 
	border: 0;
	background-color: #9f9;
	}

#navbar ul {
	list-style:none; 
	padding: 25px 0 35px 25px;
	border: 0;
	margin: 0;
	}
	
#navbar li {
	display: inline;
	}
	
#navbar li a {
	color: #000;
	font: 18px bold;
	font-family: Verdana, Arial, Helvetica, san-serif;
	padding: 2px 10px;
	margin: 0 0 0 0;
	background: #3c6;
	text-decoration: none;
	border-top: 1px #093 solid;
	border-left: 1px #093 solid;
	border-bottom: 2px #000 solid;
	border-right: 2px #000 solid;
	}
	
#navbar li a:hover  { 
	color: #000;
	font: 18px bold;
	font-family: Verdana, Arial, Helvetica, san-serif;
	padding: 2px 10px;
	margin: 0 0 0 0;
	color: #fff;
	background: #fc0;
	border-top: 1px #000 solid;
	border-left: 1px #000 solid;
	}
	
#navbar li #youarehere {
	color: #000;
	font: 18px bold;
	font-family: Verdana, Arial, Helvetica, san-serif;
	padding: 2px 10px;
	margin: 0 0 0 0;
	background: #fff;
	text-decoration: none;
	border-top: 1px #000 solid;
	border-left: 1px #000 solid;
	border-bottom: 2px #000 solid;
	border-right: 2px #000 solid;
	}	
	
#content {
	width: 618px;  			/* for IE4-5.x/Windows */
	padding: 25px;
	border: 1px #000 solid;
	margin: 0px 50px;
	background: inherit;
	voice-family: "\"}\"";	/* bmh */
	voice-family: inherit;	/* bmh */
	width: 566px;			/* 618 - 50 - 1 - 1 = 616 */
	}	
	
#footer {
	width: 718px;
	height: 150px;
	font-family: Arial, Verdana, Helvetica, san-serif;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	padding: 10px 0;
	margin: 20px 0;
	background: inherit;
	}
	
/* START plants.html */	
#planttable {
	width: 100%;
	margin: 0 0 0 0;
	font-weight: bold;
	background: inherit;
	}
	
/* DEBUG: identify table cell boundries */
/*
#planttable td {
	border: 1px #000 solid; 
	}
*/
	
#planttable ul {
	margin: 0;
	list-style: none;
	}
	
#planttable ul li {
	margin: 5px 0 0 25px;
	}

#planttable h6 {
	display: inline;
	font-size: 18px;
	font-style: italic;
	color: #000;
	}

.lefttd {
	width: 50%;	
	vertical-align: top;
	padding: 75px 0 0 25px;
	}	
	
.righttd {
	width: 50%;	
	vertical-align: top;
	padding: 75px 0 0 0;
	}

#planttable img {
	border: 0;
}
/* END plants.html

/* START about.html */
#karennguy {
	display: inline;
	float: right;
	margin-left: 25px;
	margin-bottom: 15px;
	}
	
#roadsign {
	display: inline;
	float: left;
	margin-right:25px;
	margin-bottom: 15px;
	}
/* END about.html */

/* START contact.html */
.contactlist {
	margin-left: 120px;
	}
	
.contactlist li {
	list-style: none;
	font-weight: bold;
	margin-top: 20px;
	}
	
.contactlist li ul li {
	margin-top: 0;
	padding-top: 5px;
	font-weight: normal;
	}
/* END contact.html */