/* Main Stylesheet for Lighthouse Garden

coded By Pete Schmeck - atari2600vcs@yahoo.com */


/*site colors

dark green background					#030
green nav text							#4B6C4E
light green accents						#cf9
pale green								#DDEEDC
very pale green							#EFF6EE
red nav highlights						#933

*/

BODY 
{ 
  background: #030;
  color: #000;
  font-family:  Arial, Verdana, Helvetica, sans-serif; 
  font-size: 14px;
}

        A:link    { color: #AB650D; text-decoration: none; }
        A:visited { color: #AB650D; text-decoration: none; }
        A:hover   { color: #AB650D; text-decoration: underline; }
        A:active  { color: #AB650D; text-decoration: none; }
        
img
{
  border-width: 0;
}

h1 
{ 
  color: #063; 
  font-family: Verdana, Arial, Helvetica, sans-serif; 
  font-size: 18px;
  padding: 5px 0px 10px 25px;
}

h2
{ 
  color: #063; 
  font-family: Verdana, Arial, Helvetica, sans-serif; 
  font-size: 14px;
  padding-left: 15px;
}


h3
{ 
  color: #063; 
  font-family: Verdana, Arial, Helvetica, sans-serif; 
  font-size: 12px;
  padding-left: 15px;
}







/* upgrade your browser -------------------------------------------------- */
div#upgrade
{
  display: none;
}






/* Page -------------------------------------------------- */
div#pageBody
{
  margin: 0 auto;
  padding: 0;
  position: relative;
  width: 700px;
}







/* Header -------------------------------------------------- */
div#header
{
  background: url(../images/header.jpg) no-repeat;
  border-bottom: 1px dotted #DDEEDC;
  height: 174px;
  margin: 0 auto;
  padding: 0;
  width: 700px;
}







/* Left Navigation -------------------------------------------------- */
ul#leftNav
{
  left: 15px;
  list-style-type: none;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 200px;
  width: 140px;
}

ul#leftNav li
{
  display: block;
  font-weight: bold;
  margin: 0px 0px 8px 0px;
}

ul#leftNav li a
{
  color: #4B6C4E;
  display: block;
  text-decoration: none;
}

ul#leftNav li a:hover
{
  color: #933;
  display: block;
  text-decoration: none;
}




/* Body Copy -------------------------------------------------- */

div#bodyCopy
{
  background: #EFF6EE;
  border-left: 160px solid #DDEEDC; /* Left navigation Side Bar*/
  color: #333;
  font-size: 12px;
  min-height: 400px; 
  margin: 0;
  padding: 0;
  width: 540px;
}

* html div#bodyCopy/*IE only - creating minimum height of 300px*/
{
  /* hide from mac IE \*/
  height: 500px;
  /* end hide from mac IE */
}

div#bodyCopy p
{
  line-height: 14px;
  padding: 0 30px 0 20px;
  text-indent: 5pt;
}

img.inLine
{
  border: 1px solid #063;
  margin: 5px 8px 5px 15px;
  padding: 0;
}

img.left
{
  border: 2px solid #063;
  float: left;
  margin: 5px 20px 20px 20px;
  padding: 0;
}

img.right
{
  border: 2px solid #063;
  float: right;
  margin: 5px 20px 20px 20px;
  padding: 0;
}







/* footer -------------------------------------------------- */
div#footer
{
  color: #cf9;
  font-size: 10px;
  margin: 0 auto;
  padding: 0;
  text-align: center;
  width: 700px;
}






/* BR divider -------------------------------------------------- */
br.divider, hr.divider
{
  clear: both;
  visibility: hidden;
}