@charset "utf-8";

/*####################################
#  Reset                           
#####################################*/

* { margin:  0; padding: 0; } 

html { height: 100%; }

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  }

body { line-height: 1; }
ol, ul { list-style: none; }
blockquote, q { quotes: none; }
:focus { outline: 0; }
ins { text-decoration: none; }
del { text-decoration: line-through; }
table {
  border-collapse: collapse;
  border-spacing: 0;
  }

img { border: 0; }
img { -ms-interpolation-mode: bicubic; }

ul, li { 
  list-style-type: none; 
  padding: 0;
  }

/*####################################
#  Global                          
#####################################*/

body {
  margin: 0;
  padding: 0;
  background-color: #313d3d;
  font-size: 100%;
  font-size-adjust: none;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: normal;
  text-align: center;
  font-family: Lucida Grande, Arial, Helvetica, sans-serif;
  font-size: 13px;
  color: #4f5250;
  }

/*####################################
#  Fonts                        
#####################################*/

a, a:focus, a:active, input, select {
  outline: none;
  outline-color: -moz-use-text-color;
  outline-style: none;
  outline-width: medium;
  }

a {
  color: #47795e;
  } 
  a:hover { 
    color: #449168;
    text-decoration: underline;
    } 
  a:visited { 
    color: #3c614e; 
    } 

h1, h2, h3 { font-weight: bold; font-family: Helvetica, Arial, san-serif; }
  h1 {
    font-size: 25px;
    line-height: 29px;
    letter-spacing: -0.02em;
    color: #1f4432;
    }
  h2 {
    font-size: 17px;
    line-height: 21px;
    color: #65766d;
    }
  h3 { 
    font-size: 11px;
    font-weight: normal;
    }

/*####################################
#  Site Structure                         
#####################################*/

p { 
  margin: 10px 0; 
  line-height: 18px;
  }

#wrapper {
  margin: auto; 
  text-align: center; 
  }

#header {
  margin: auto;
  height: 50px;
  background-image: url(images/header_bg.gif);
  background-repeat: repeat-x;
  background-color: #313d3d;
  }
  #header_container {
    margin: auto;
    width: 950px;
    text-align: right;
    }
  #header #logo a{
    float: left;
    width: 179px;
    height: 41px;
    margin-top: 3px;
    display: block;
    background: transparent url(images/paper_raincoat.gif) no-repeat scroll 0 0;
    text-decoration: none;
    }
    #header #logo a:hover { background-position: left bottom; }

  #header ul li a, .nav_down {
    float: right;
    display: block;
    height: 22px;
    margin: 12px 10px 0 0;
    padding: 5px 15px 0 15px;
    background-color: #1a201f;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    font-size: 14px;
    color: #546763;
    font-family: Helvetica, Arial, san-serif;
    font-weight: bold;
    cursor: pointer;
    text-decoration: none;
    }
    #header ul li a:hover, .nav_down { 
      text-decoration: none; 
      background-color: #273333;       color: #ece1cb;
      }
  .splash_image { margin-right: 6px; } 

#artwork {
  height: 438px;
  border: 1px #869891 solid;
  border-width: 0px 0px 1px 0px;
  background-image: url(images/art_bg.jpg);
  background-repeat: repeat-x;
  background-position: top;
  overflow: hidden;
  }

#artwork_scroll {
  margin: auto;
  width: 820px;
  height: 437px;
  z-index: 1;
  overflow: auto;
  }

.art {
  border: 1px #869891 solid;
  border-width: 0px 1px 0px 1px;
  }

.imageborder { border: 1px #819d8c solid; }

#main {
  margin: 0;
  text-align: center;
  background-image: url(images/main_bg.gif);
  background-repeat: repeat-x;
  background-position: top;
  background-color: #eef1f0;
  }
#main_content {
  margin: auto;
  width: 900px;
  text-align: left;
  padding-top: 10px;
  }

#pages_nav { margin-left: 20px; text-align: center;}
#pages_nav a {
  float: left;
  display: block;
  width: 115px;
  height: 65px;
  cursor: pointer;
  margin: 5px 5px 0px 0px;
  background-color: #1d2e27;
  border: 1px #869891 solid;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  text-indent: 5000px;
  text-decoration: none;
  }
  #pages_nav a:hover { border: 1px #9fb8ae solid; }
  .overlay { 
    display: block;
    height: 65px; 
    width: 115px; 
    } 
    .overlay:hover { background-image: url(images/highlight.png); }

.copy {
  width: 450px;
  margin: 30px 0px 0px 100px;
  padding-bottom: 40px;
  text-align: left;
  line-height: 18px;
  }
  .column {
    float: left; 
    width: 160px;
    margin-right: 10px;
    }
  .linkblock {
    float: left;
    width: 250px;
    }
  .print {
    float: left;
    width: 200px;
    border: 1px #819d8c solid;
    margin: 5px;
    padding: 20px;
    background-color: #e1f0ea;
    height: 350px;
    }
    .print:hover { background-color:#ebfcf6; }
    .print_text { text-align: center; margin-top: 10px; }
	
#footer{
  margin: auto; 
  background-image: url(images/footer_bg.gif);
  background-repeat: repeat-x;
  background-position: top;
  }
  #footer_content {
    margin: auto;
    width: 870px;
    padding-top: 30px;
    padding-bottom: 40px;
    text-align: left;
    font-size: 12px;
    color: #5f6463;
    }
   #footer img {
     float: left;
     width: 40px;
     margin: -15px 10px 20px 0;
     }

//
