/*
 * Positioning for the main tigerfoot pages
 * this is a classic letterbox design
 */

body 
{
  margin: 0px; 
  padding: 0px;
  text-align: center;
  font-family: "Arial Narrow", "Arial", "Verdana", "Helvetica", sans-serif;
  font-size: 76%;
  color: black;
  background-color: white;
}

  
#Content 
{
/*border: 1px solid black;*/
  width: 66em;
  margin: 0px auto;
  text-align: left;
}

/*
 * Layout:
 *  top boxes: logo, nav1, nav2, nav3, phone, email
 *  next: submenu, main text
 */

#logo
{
/*border: 1px solid black;*/
  width: 18em;
  height: 90px;
  float: left;
  text-align: center;
}

#logoimg
{
  padding: 20px 18px 0 0;
  float: right;
}

/* nav buttons all the same */
.mainnav
{
/*border: 0px solid white; */
  width: 8.5em;
  height: 90px;
  float: left;
}

/* except phone and email */
.mainnavtel
{
  width: 12.5em;
  height: 90px;
  float: left;
}



/* sub nav same width as name box */
/* but slightly wider right border on home page */
.subnav, .subnavhome
{
/*border: 1px solid black;*/
  width: 18.5em;
  height: 30em;
  float: left;
}

.subnav
{
  width: 18em;
  border-right: 0.5em solid white;
  background-color: #eef7dd;
}

/*
   hicks colors
   dark green #9c3;
   nice palest gn #EEF7DD
   
   
   div.float a:before {
   content: ":: ";
   }

 */

.subnavhome img
{
  border: none;
  width: 84%;
  padding-left: 10%;
  height: 100%;
}


/*
 * the main text area same everywhere
 */
.maintext
{
/*border: 1px solid black;*/
  width: 47em;
  height: 30em;
  float: left;
  background-color: #f0f0f0;
}


/*
 * Portfolio gallery space
 */
.portfoliogallery
{
  height: 10.55em;
  margin: 0;
  padding: 0;
}


