/* Canberra Plastic Surgery :: Page CSS Definitions */

a
{
   color: white;
}

a:hover
{
   color: #D0F0D0;
}

body
{
   margin: 0px;
   padding: 10px;

   background-image: url(../img/page/img-pge-stripes.gif);

   color: white;

   font-size: 76%;
   font-family: Tahoma,Verdana,Arial,Helvetica,Sans-Serif;
}

#page
{
   width: 770px;

   margin: 0px auto;

   border: 4px solid white;

   background-color: #39645B;
}

#header-upper
{
   width: 770px;
   height: 85px;

   background-image: url(../img/header/img-hdr-upper.jpg);
}

#header-upper h1, #header-upper p
{
   display: none;
}

#header-middle
{
   width: 770px;
   height: 189px;

   background-image: url(../img/header/img-hdr-middle.jpg);
}

#header-lower
{
   width: 770px;
   height: 110px;

   background-image: url(../img/header/img-hdr-lower.jpg);
}

#header-lower h2
{
   top: 47px;
   left: 377px;

   margin: 0px;

   display: inline;
   position: relative;

   font-size: 1.6em;
   font-family: Arial Narrow,Arial,Sans-Serif;

   text-transform: uppercase;
}

#middle
{
   background-color: #39645B;

   background-image: url(../img/page/img-pge-vertical-line.gif);
   background-repeat: repeat-y;
}

#left
{
   float: left;

   width: 228px;

   margin-bottom: 15px;
}

#right
{
   padding-top: 10px;
   padding-left: 20px;
   padding-right: 15px;
   padding-bottom: 10px;

   margin-left: 228px;
}

#menu-upper
{
   background-image: url(../img/menu/img-mnu-bkg.gif);
}

#menu-lower
{
   width: 226px;
   height: 155px;

   background-image: url(../img/menu/img-mnu-lower.gif);
   background-repeat: no-repeat;
}

#address-phone
{
   top: -99px;
   left: 30px;

   position: absolute;
}

.box
{
   width: 500px;
   height: 97px;

   margin-bottom: 20px;
}

.box-img
{
   float: left;
}

.box-txt
{
   margin-left: 160px;
}

.box-txt h3
{
   margin: 0px;

   font-size: 0.9em;

   text-transform: uppercase;
}

.box-txt p
{
   margin: 0px;

   font-size: 0.9em;
}

.box-clr
{
   clear: both;
}

#members
{
   width: 500px;
   height: 40px;

   background-image: url(../img/page/img-pge-members.gif);

   margin-bottom: 15px;
}

#footer
{
   clear: both;

   height: 25px;

   font-size: 1em;

   padding-top: 10px;

   position: relative;

   background-color: #79A098;

   border-top: 1px solid white;
}

#footer a
{
   color: white;

   text-decoration: none;
}

#footer a:hover
{
   text-decoration: underline;
}

#footer-layout
{
   margin: 0px;
   padding: 0px;

   list-style: none;
}

#footer-layout li
{
   float: left;

   margin: 0px;
}

#footer-nav
{
   margin: 0px;
   padding: 0px;

   display: inline;

   list-style: none;
}

#footer-nav li
{
   float: left;

   margin: 0px;

   padding-left: 10px;
   padding-right: 10px;
}

#copyright
{
   padding-left: 10px;
}

#footer-nav-cell
{
   padding-left: 67px;
}

#footer-icons-cell
{
   padding-left: 67px;
}

#footer-icons
{
   top: -2px;

   position: relative;
}

ul { list-style-type: square; }

ul li { margin-top: 1em; }

.cssLstUpd
{
   color: #D0F0D0;

   font-size: 0.8em;
   text-align: right;
}
