BODY { margin:0; padding:0; background-color:#fff; }

body,td,th {
	font-family: Verdana, Arial, Helvetica, san-serif;
	font-size: 12px;
	color: #360;
}

body
{
  background:url('/images/header-flowers.gif') no-repeat 620px 0; 
}

div.spacer { clear:both; }

#content { width:792px; z-index:10;}

#header
{
  width:100%;
  height:127px;
  z-index:10;
  position:relative;
}


#body { line-height:140%; }

body  #headerflowers
{ display:none; }

body#home #headerflowers
{
  position:absolute;
  top:0;left:620px;
  display:inline;
}

body#photogallery .caption { font-size:80% }


body#photogallery .introimage
{
  float:right;
  margin:0 0 4px 4px;
  border:1px solid #71A108;
}

#footer
{
  background:url('/images/FooterFlowers.jpg') no-repeat;
  height:200px;
  width:782px;
  margin-top:20px;
  position:relative;
}

#footer p
{
  font-size: 10px;
  text-align:center;
  border:1px solid #f26921;
  background-color:#EFF4E1;
  padding:.5em;
  width:50%;
  bottom:5px;
  left:25%;
  position:absolute;
}

/* #footertext { font-size: 10px; text-align:center; border-top:1px solid #f26921; margin-top:1em; padding-top:.5em; } */




#heading {  clear:both }

#body h1
{
  font-size:20px;
  font-weight:500;
  margin:1em 0 .5em 0;
}

#body h2 { font-size: 18px; }

body#photogallery #body h2.category { display:none; }

body#photogallery #body h2,
body#photogallery #body h3
{
  font-size: 18px;
}


#body h3 { font-size: 16px; }


#sidebox
{
  width:216px;
  background:url('/images/ProjBox_Body.gif') no-repeat;
  float:right;
  padding:20px;
  margin-left:10px;
}

* html #sidebox { width:256px; }


#sidebox h1
{
  font-size:14px;
  font-weight:600;
  color:#F26921;
}

#sidebox p.address, #sidebox p.phone { font-weight:bold; }


td#nav
{
  background:url('/images/leftnavbg.gif') no-repeat;
  min-height:310px; width:182px;
}


/* these cover all elements under td#nav */
td#nav ul
{
  padding: 0;
  margin: 2em 0 1em 0;
  list-style: none;
  font-size:12px;
  font-weight:bold;
  border-top:1px solid #fff;
}

td#nav ul li
{
  padding:0;
  width: 145px;
  border-bottom:1px solid #fff;
}

td#nav ul li a
{
  display:block;
  text-decoration:none;
  color: #085AA6;
  width:135px;
  padding:4px 0 4px 10px;
}

* html td#nav ul li a { width:145px; }

td#nav ul li a:hover { color: #6fa0ca }




/* SECOND-LEVEL LISTS (to eliminate confusion (theoretically), the ul before ul#services is removed)
----------------------------- */


td#nav ul#services,
td#nav ul#services ul
{
  font-weight:normal;
  font-size:11px;
  z-index: 1;
  border:0;
  margin:2px 0 0 20px;
  padding:0;
  position: relative;
}


td#nav ul#services li,
td#nav ul#services ul li
{
  border:0;
  padding:4px 0;
  width:100%;
}

td#nav ul#services li a,
td#nav ul#services ul li a
{
  display:block;
  padding:0;
  width:135px;
}


/* THIRD-LEVEL LISTS
----------------------------- */

td#nav ul#services ul
{
  display: none;
  position: absolute;
  top: 0;
  left: 125px;
  border: 1px solid #aaa;
  background: #F3F7E8;
  z-index: 10;
  margin:0;
}

td#nav ul#services ul li
{
  border: 0;
  border-bottom: 1px solid #ccc;
  width: 125px;
  padding:4px 10px;
  display:block;
}


/* lists nested under hovered list items */
td#nav ul#services li:hover ul,
td#nav ul#services li.over ul
{
  display: block;
}



#subnav
{
  font-size:11px;
  text-align:center;
  width:538px;
  margin:1em 0;
}

#subnav a
{
  font-size:11px;
  white-space:nowrap;
}

#subnav a.last
{
  border:0;
}


#subnav a:hover{ text-decoration: none; }

.gallerytable td
{
  padding:10px;
}



/*
   NOT USING AT THE MOMENT....................
   
td#nav ul#services li.selected ul li
{
  border:0;
  width:100%;
  padding: .25em 0;
}

td#nav ul ul#services li.selected ul {
	border: 0;
	display: block;
	position: relative;
	top:0;
	left:0;
	padding:1em 0;
	background: transparent;
	}

*/