/***************************************************
     AUTHOR: Pat Heard ( FullAhead.org )
   TEMPLATE: Softened Cells
       DATE: 2005.08.26
        USE: Free use as long as this notice is
             kept in place.  If you would like
             to remove it, please contact me at
             http://fullahead.org/contact.html.
 ***************************************************/


/***************************************************
   HTML Element Styles
 ***************************************************/

body {
  margin: 20px;
  text-align: center;
  font-family: verdana, arial, sans-serif;
  font-size: 0.62em;
  color: #666;
  background-color: #EEE;
}

h1 {
  clear: both;
  padding: 5px 0 12px 10px;
  margin: 0;
  font-size: 2em;
  font-weight: normal;
  letter-spacing: -1.5px;
}

#text h1 {
  background: url(../images/h1_bg.jpg) no-repeat bottom left;
}

h2 {
  clear: both;
  padding: 0 0 0 5px;
  margin: 0 0 -10px 0;
  font-size: 1.2em;
  font-weight: normal;
  color: #275300;
}

p {
  line-height: 20px;
  padding: 8px 0 8px 5px;
  margin: 5px 0 5px 0;
}


a {
  color: #418B00;
  text-decoration:none;
}

a:hover {
  color: #326901;
  background-color: #DDD;
}

ul, ol {
  padding-bottom: 8px;
  line-height: 20px;
}

ul {
  list-style-image: url(../images/li_bullet.gif);
}

acronym {
  border-bottom: 1px solid #BBB;
  cursor: help;
}




/***************************************************
   Site Layout Container:
   -------------------------------------------
   adjust width attribute if you would like to
   make the site wider, but make sure to also
   adjust either #news or #text widths as well.
 ***************************************************/

#siteBox {
  width: 588px;
  margin: 0px auto;
  text-align: left;
}





/***************************************************
   Header Styles
   --------------------------------------------
   Change main header image with #header
   background attribute.
 ***************************************************/


#header {
  height: 144px;
  background: url(../images/hdr_lorikeet.jpg) no-repeat top center;
}

#header .title {
  padding: 10px 10px 0 10px;
  text-align: right;
  font-size: 2.5em;
  line-height: 0.9em;
  letter-spacing: -1.5px;
  color: #EEE;
}

#header .subTitle {
  padding: 0 10px 0 12px;
  text-align: right;
  color: #EEE;
}


/***************************************************
   Footer Styles
 ***************************************************/

#footer {
  width: 588px;
  height: 47px;
  text-align: center;
  clear:both;
  padding: 28px 5px 0 5px;
  color:white;
  background: url(../images/footer.jpg) no-repeat top right;
}

p#footer:first-letter {
  font-size: 1.0em;
}
/***************************************************
   Display Classes
 ***************************************************/

img.right {
  float: right;
  padding: 3px;
}
