/* arbury.com style sheet */

.mainbody
{ 
  font-family: Helvetica,Arial,sans-serif ;
  font-size: 12pt; 
  font-weight: normal ;
  color: black ;
  background-color: white ;
}

/* ------ Tame links ------- */

a
{ 
 text-decoration: none ;
 outline: none
}
/* Stop mozilla outlining all our links (which it seems to do despite
 *  outline: none; sigh).
 */
:focus
{ 
  -moz-outline-style: none;
  outline-style: none ;
  outline-width: 0 
}

a img
{ 
 border: 0 
}


/* Furniture */

#swish
{ 
  position: absolute ;
  top: 0px;
  left: 0px;
}

#phone-div
{ 
  position: absolute ;
  top: 60px ;
  right: 20px ;
  width: 200px;
 }

#phone
{ 
  position: relative; 
  top: 0px ;
  left: 0px ;
}

#phone-text
{ 
  /*  position: relative; 
  right: 80px;
  top: 74px; */
  position: relative;
  left: 20px;
  top: -6px; 
  font-weight: normal ;
  font-size: 12pt;
 }

#email-div
{ 
  position: absolute ;
  top: 95px;
  right: 20px; 
  width: 203px;
 }

#email
{ 
  top: 0px;
  left: 6px;
 }


#email-text
{ 
  position: relative;
  left: 20px;
  top: -6px;
  font-weight: normal; 
  font-size: 12pt;
 }

#banner
{ 
  position: absolute;
  top: 130px;
  left: 0px;
  width: 100%;
  height: 14px;
 }

#sidebar
{ 
  position: absolute;
  top: 180px; 
  left: 50px;
  width: 20%;
}

#content-pane
{
 position: absolute ;
 top: 150px;
 left: 25%;
 padding-left: 50px;
 padding-right: 50px;
 width: 65%;
 font-family: Helvetica,Arial,sans-serif ;
}

#content-pane td
{ 
 font-family: Helvetica,Arial,sans-serif ;
 font-size: 12pt ;
 }

#content-pane h1
{ 
  color: #67b15a ;
  font-weight: bold ;
 }

#content-pane ul
{ 
  margin-left: 10px 
}

#content-pane h3
{ 
  font-size: 12pt ;
  font-weight: bold ;
}

/* End file */
