/* document settings -----*/

* {
  margin: 0;
  padding: 0;
}
body {
  color: #333;
  font-family: georgia, times, serif;
  font-size: 12px;
  text-align: center;
  background: url(images/diamond.jpg) center top repeat;
}


/* basic tags -----*/

a img {
  border: none;
}
h1 {
  margin-bottom: 1em;
  color: #be8e54;
  font-size: 18px;
  font-weight: normal;
}
p, ul {
  margin-bottom: 1em;
}


/* top -----*/

#wrapper {
  width: 780px;
  margin: 0 auto;
  text-align: left;
  position: relative;
}
#masthead {
  height: 200px;
  background: url(images/masthead.gif) center center repeat;
}
a#home {
  width: 290px;
  height: 170px;
  display: block;
  position: relative;
  top: 10px;
  left: 10px;
}
#pageimage {
	z-index:1;
  position: absolute;
  top: 150px;
  right: 185px;
}

#rotator {
position: absolute;
top: -98px;
right: -60px;
}

#flashticker {
  position: absolute;
  top: 130px;
  left: 82px;
}
#flashticker {
  position: absolute;
  top: 235px;
  right: 415px;
}

/* right column -----*/

#right {
  width: 130px;
  color: #946c3a;
  position: absolute;
  top: 150px;
  right: 40px;
	z-index:10;
}
a#download {
  margin-bottom: 10px;
  padding: 10px;
  color: #fff;
  font-size: 11px;
  text-decoration: none;
  line-height: 18px;
  background: #455a21;
  display: block;
}
a#download:hover {
  background: #be8e54;
}
/* main navigation
#nav {
  margin: 0;
  padding-bottom: 5px;
  list-style: none;
  border-top: solid 10px #b98748;
  border-bottom: solid 10px #b98748;
}
#nav li {
  padding: 5px 0;
  background: url(images/dotted-line.gif) left bottom repeat-x;
  position: relative;
}
#nav li a {
  height: 20px;
  padding: 0 10px;
  color: #946c3a;
  text-decoration: none;
  line-height: 20px;
  display: block;
}
#nav li a:hover {
  background: #f0e9d8;
}
#nav li ul {
  width: 150px;
  margin: 0;
  font-size: 11px;
  list-style: none;
  border: solid 1px #b98748;
  position: absolute;
  top: 5px;
  left: -151px;
  display: none;
}
#nav li ul li {
  padding: 0;
  background: none;
}
#nav li ul li a {
  background: #f0e9d8;
}
#nav li ul li a:hover {
  background: #fff;
}
#nav li:hover ul, #nav li.over ul {
  display: block;
}*/


/* body -----*/



#background {
  padding: 80px 20px 0 40px;
  background: url(images/background.gif) 20px top repeat-y;
}

#body {
  padding-bottom: 20px;
  background: url(images/trees.jpg) left bottom no-repeat;
}
#heading {
  margin-bottom: 30px;
  border-bottom: solid 1px #130e07;
}
#content {
  width: 400px;
  min-height: 300px;
  margin-left: 130px;
  line-height: 18px;
}
* html #content {
  height: 300px;
}
/* links */
#content a:link {
  color: #000;
  text-decoration: none;
}
#content a:visited {
  color: #666;
}
#content a:hover {
  color: #946c3a;
  text-decoration: underline;
}
#terraforge {
  width: 420px;
  height: 90px;
  margin: 40px 0 0 130px;
  background: url(images/terraforge.gif) center center no-repeat;
  border-bottom: solid 1px #130e07;
}
#bbt {
  width: 350px;
  margin: 40px 0 0 130px;
  font-size: 10px;
}
#bbt img {
  margin-bottom: 10px;
}
#bbt a {
  color: #000;
}
ul.quicklinks {
  list-style: none;
}
ul.quicklinks li {
  padding-left: 25px;
  background: url(images/littledog.gif) left 2px no-repeat;
}
ul.quicklinks li a {
  text-decoration: none;
}
ul.quicklinks li a:hover {
  text-decoration: underline;
}
/* tables */
table.location {
  width: 350px;
  margin-bottom: 20px;
}
table.location tr, table.builders tr {
  background: url(images/dotted-line.gif) left bottom repeat-x;
}
table.location th, table.builders th {
  text-align: left;
}
table.location td.place {
  width: 250px;
}
table.builders {
  width: 400px;
  margin-bottom: 20px;
}
/* forms */
.form {
  margin-bottom: 5px;
  list-style: none;
}
.form li {
  margin-bottom: 5px;
  clear: both;
}
.form span {
  width: 100px;
  margin-right: 5px;
  text-align: right;
  float: left;
  display: block;
}


/* footer -----*/

#footer {
  height: 40px;
  padding-left: 50px;
  color: #fff;
  line-height: 20px;
  background: url(images/footer.gif) 20px top no-repeat;
}


/* specialty -----*/

.clearing {
  height: 0;
  font-size: 0;
  line-height: 0;
  clear: both;
  visibility: hidden;
}
.floatleft {
  margin: .5em 10px 0 0;
  float: left;
}
.floatright {
  margin: .5em 0 0 10px;
  float: right;
}
