/*--------------------------------------------
                   Resets
---------------------------------------------*/

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,blockquote,th,td, { 
  margin:0;
  padding:0;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}

:focus {
  outline: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}


/*--------------------------------------------
                   Base
---------------------------------------------*/

html, body, p, a, td, th, li, textarea, input, select {
  font-family: Verdana, Geneva, Tahoma, sans-serif;
}

html, body {
  font-size: 10pt;
  background: #fffdd0 url(/images/bg.jpg) repeat top center;
  background-attachment: fixed;
  color: #003c32;
  margin: 0px 0px;
  padding: 0;
  line-height: 1.2em;
  height: 100%;
}

h1 {
  font-family: "Book Antiqua", Georgia, serif;
  font-size: 18pt;
  color: #fffdd0;
  font-weight: normal;
  margin: 15px 0 10px 0;
}

h2 {
  font-family: "Book Antiqua", Georgia, serif;
  font-size: 16pt;
  color: #fffdd0;
  font-weight: normal;
  margin: 5px 0;
  font-variant: small-caps;
}

h3 {
  font-family: "Book Antiqua", Georgia, serif;
  font-size: 12pt;
  color: #003c32;
  font-weight: normal;
  margin: 5px 0;
}

h3 a {
  font-family: "Book Antiqua", Georgia, serif;
  font-size: 12pt;
  color: #4f5426;
  font-weight: bold;
}

h4 {
  font-family: "Book Antiqua", Georgia, serif;
  font-size: 10pt;
  color: #003c32;
  font-weight: normal;
  margin: 3px 0;
}

h4 a {
  font-family: "Book Antiqua", Georgia, serif;
  font-size: 10pt;
  color: #4f5426;
  font-weight: bold;
  margin: 3px 0;
}

a {
  color: #4f5426;
  font-weight: bold;
}

ul {
  list-style-position: outside; 
  margin-left: 0px; 
  margin-top: 12px;
  padding: 0 15px 0px 30px;
  list-style: disc; 
  vertical-align: middle;
}
  
li {
  font-family: "Book Antiqua", Georgia, serif;
  font-size: 11pt;
  color: #003c32;
  margin-top: 7px;
  padding: 0px;
}

li a {
  font-size: 11pt;
  font-family: "Book Antiqua"; Georgia, serif;
  color: #4f5426;
  font-weight: bold;
}


/*--------------------------------------------
                 Specifics
--------------------------------------------*/

.clear { clear: both; }

.floatr {
  float: right;
  clear: both;
}

.floatl {
  float: left;
  clear: both;
}

.bat { font-family: "Book Antiqua", Georgia, serif; }
.b { font-weight: bold; }
.ctr { text-align: center; }
.lft { text-align: left; }
.rt { text-align: right; }
.tp { vertical-align: top; }
.mid { vertical-align: middle; }
.bot { vertical-align: bottom; }
.p { padding: 5px; }
.pp { padding: 10px; }
.pr { padding-right: 5px; }
.pl { padding-left: 5px; }
.pt { padding-top: 5px; }
.pb { padding-bottom: 5px; }
.ppb { padding-bottom: 10px; }
.ppr { padding-right: 10px; }
.ppl { padding-left: 10px; }
.ppt { padding-top: 10px; }
.bpt { padding-top: 40px; }
.bpl { padding-left: 20px; }
.m { margin: 5px; }
.bm { margin: 10px; }
.mb { margin-bottom: 5px; }
.bmb { margin-bottom: 10px; }
.mr { margin-right: 5px; }
.bmr { margin-right: 10px; }
.mt { margin-top: 5px; }
.ml { margin-left: 5px; }
.s { font-size: 7pt; }
.ss { font-size: 8pt; }
.lnkgreen { color: #4f5426; }
.n { font-size: 10pt; font-family: Verdana, Geneva, Tahoma, sans-serif; }
.dk { color: #003c32; }
.lt { color: #fffdd0; }
.lgreen { background-color: #4c976d; }
.dgreen { background-color: #166037; }
.r  { color: #C42634; }
.nbdr { border: none; }

/*--------------------------------------------
                  Messages
--------------------------------------------*/

.err {
  font-family: "Book Antiqua", Georgia, serif;
  font-size: 12pt;
  color: #800000;
  border: 2px solid #800000;
  background-color: #ffc0c0;
  padding: 8px;
  margin-bottom: 15px;
}

.msg {
  font-family: "Book Antiqua", Georgia, serif;
  font-size: 12pt;
  color: #0f7d00;
  border: 2px solid #0f7d00;
  background-color: #58de47;
  padding: 8px;
  margin-bottom: 15px;
}
  

/*--------------------------------------------
                  Header
---------------------------------------------*/

#background {
  margin: 0 auto;
  background: url("/images/transparent.png") repeat top left;
  width: 850px;
  border-right: 1px solid #005949;
  border-left: 1px solid #005949;
}

#header {
  background: url("/images/grad.png") repeat-x;
  width: 850px;
  height: 475px;
}

#logo {
  position: absolute;
  top: 20px;
  margin-left: 15px;
  z-index: 3;
}

#heading {
  position: absolute;
  top: 45px;
  margin-left: 390px;
  font-family: "Book Antiqua", Georgia, serif;
  font-size: 16pt;
  color: #fffdd0;
  font-weight: normal;
  z-index: 4;
}
  
#image-bg {
  position: absolute;
  top: 30px;
  z-index: 0;
}

#photo-credit {
  position: relative;
  top: -190px;
  left: 600px;
  font-size: 7pt;
  color: #fffdd0;
  z-index: 6;
}

#image {
  position: relative;
  top: -507px;
  left: 52px;
  z-index: 1;
}

#image-grad {
  position: relative;
  top: -194px;
  left: 52px;
  z-index: 2;
}

#nav {
  position: relative;
  top: 120px;
  left: 40px;
  z-index: 4;
}

#nav div {
  margin-bottom: 20px;
}

#nav div.mnu a {
  font-family: "Book Antiqua", Georgia, serif;
  font-size: 14pt;
  color: #fffdd0;
  font-variant: small-caps;
  text-decoration: none;
  font-weight: normal;
}

#nav div.mnu a:hover {
  text-decoration: underline;
  font-weight: normal;
}

/*--------------------------------------------
                  Content
---------------------------------------------*/

#content {
  position: relative;
  top: -85px;
  left: 30px;
  z-index: 5;
}

#content h1 {
  width: 520px;
  z-index: 7;
}

#content h2 {
  color: #003c32;
  margin-bottom: 7px;
  padding-bottom: 2px;
}

.right-link {
  font-family: "Book Antiqua", Georgia, serif;
  font-size: 10pt;
  color: #aab264;
  text-decoration: underline;
  font-weight: bold;
  float: right;
}

#content img {
  border: 1px solid #003c32;
  padding: 3px;
}

#content .homepage {
  width: 500px;
  background-color: #fffdd0;
  border: 1px solid #aab264;
  padding: 10px;
}

#content .second-level {
  width: 760px;
  background-color: #fffdd0;
  border: 1px solid #aab264;
  padding: 15px;
}

#homepage-column-right {
  width: 240px;
  background-color: #fffdd0;
  border: 1px solid #274a44;
  float: right;
  clear: both;
  margin-right: 60px;
  margin-top: 25px;
}

#box-right-header {
  background: url("/images/box-header.jpg") top center;
  padding-top: 13px;
  font-size: 14pt;
  height: 33px;
  text-align: center;
  margin-top: 0px;
}

#box-right-content {
  font-size: 8pt;
  padding: 5px 12px 12px 12px;
  line-height: normal;
}

.box {
  background-color: #fffdd0;
  border: 1px solid #aab264;
  padding: 10px;
}

#pedigree td {
  font-family: "Book Antiqua", Georgia, serif;
  font-size: 7pt;
  color: #003c32;
  border: 1px solid #4f5426;
  padding: 0 5px;
  text-align: left;
  vertical-align: center;
}

/*--------------------------------------------
                  Footer
---------------------------------------------*/

#footer {
  border-bottom: 1px solid #004949;
  margin-top: -70px;
}

#footer-text {
  color: #003c32;
  font-size: 9pt;
  text-align: center;
  width: 400px; 
  margin: 15px auto; 
  padding: 0;
}

/*--------------------------------------------
                  Tables
---------------------------------------------*/

th {
  font-family: "Book Antiqua", Georgia, serif;
  font-size: 12pt;
  color: #4f5426;
  background: #d9ebad;
  border-top: 4px solid #0a442b;
  padding: 7px 5px;
  text-align: left;
}
  

td.light, td.light a {
  font-family: "Book Antiqua", Georgia, serif;
  font-size: 11pt;
  background: #fffdd0;
  color: #003c32;
  border-top: 1px solid #fff;
  padding: 5px 0 5px 12px;
}

td.dark, td.dark a {
  font-family: "Book Antiqua", Georgia, serif;
  font-size: 11pt;
  background: #dfddab;
  color: #003c32;
  border-top: 1px solid #fff;
  padding: 5px 0 5px 12px;
}

td.foot {
  border-bottom: 4px solid #0a442b;
}

/*--------------------------------------------
                  Forms
---------------------------------------------*/

div.contact {
  text-align: left;
  width: 350px;
  padding-bottom: 3px;
}

div.contact h3 {
  font-size: 11pt;
  font-weight: bold;
  margin-bottom: 2px;
}

div.contact input, div.contact textarea {
  font-family: "Book Antiqua", Georgia, serif;
  font-size: 10pt;
  border: 1px solid #003c32;
  background: #dfddab;
  padding: 3px 2px;
}

textarea {
  font-size: 9pt;
}