/**************************************************************
   AUTHOR:  Pat Heard (fullahead.org)
   DATE:    2006.09.12 
   PURPOSE: Styles the html elements
 **************************************************************/

/* Forces horizontal scrollbar on in Mozilla */
html {
  margin-bottom: 1px;
}

html,
body {
  height: 100%;
}

body {
  margin: 0;
  padding: 0;
  text-align: center;
  font: 400 0.8em georgia, serif;
  line-height: 180%;
  background: url(../img/bg/bg1.jpg) repeat top left;
  color: #666;
}

#upbg {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 275px;
  background: #fff url(../img/bg/bg2.jpg) repeat-x;
  z-index: 1;
}

h1, h2, h3, h4, h5, h6, p, dl {
  margin: 0;
  padding: 10px 0;
}

h1 {
  clear: both;
  font: 400 1.9em georgia, serif;
  color: #d34f00;  
}

h2 {
  clear: both;
  font: 400 1.3em georgia, serif;
  color: #3fae00;
}

h3 {
  font: 700 1.1em georgia, serif;
  color: #d34f00;
}

h4 {
  font: 400 0.9em georgia, serif;
  text-transform: uppercase;
}

a,
a:visited {
  text-decoration: none;
  color: #3fae00;  
  border-bottom: 1px solid #c9ff88;
}


a:hover,
a:active {
  color: #3fae00;
  background-color: #f1ffe3;
  border-bottom: 1px solid #3fae00;
}


ol {  
  margin: 10px 30px;
  padding: 0 30px;
  font-size: 1.4em;
  color: #d34f00;
  background-color: #fff;
}

ol span {
  font-size: 0.7em;
  color: #666;
}

ul {
  margin: 10px 30px;
  padding: 0 27px;
  font-size: 1.4em;
  list-style: circle;
  color: #d34f00;
  background-color: #fff;
}

ul span {
  font-size: 0.7em;
  color: #666;
  margin-left: 3px;
}

/**************************************************************
   Tables
 **************************************************************/

table {
  width: 100%;
  margin-bottom: 10px;  
  
  font-size: 1em;
  border-collapse: collapse;
}

table caption {
  margin-top: 10px;
  padding: 0 0 0.5em 3px;

  /*font: 400 0.8em georgia, sans-serif;*/
  text-align: left;  
}

table th,
table td {
  text-align: left;
  vertical-align: top;
  padding: 4px 7px !important;
  padding: 6px 10px;
}


thead th {
  background-color: #f1ffe3;
  border-bottom: 1px solid #c9ff88;
}

tbody tr.dark {
  background-color: #f5f5f5;
}

tbody td {
  border-bottom: 1px solid #ddd;
}

tbody tr:hover {
  background-color: #fff0e0;
}

/**************************************************************
   Form Elements
 **************************************************************/

label {
  float: left;
  text-align: right;
  width: 9em;
  padding-right: 1em;
}


input,
textarea,
select {
  font: 400 1em georgia, sans-serif;
}


input.button {
  font: 400 1em georgia, sans-serif;
}

.required {
  font-weight: bold;
}

/**************************************************************
   Map
 **************************************************************/

#mapview a,
#mapview a:hover,
#mapview a:visited,
#mapview a:active {
	border: 0;
	background: transparent;
}

#mapview {
	background:#333;
	width:491px;
	height: 350px
}

/**************************************************************
   Images
 **************************************************************/

img.floatRight {
  margin: 5px 0px 10px 15px;  
}

img.floatLeft {
  margin: 5px 15px 10px 0px;
}

a img {  
  border: 4px solid #a2a2a2;
}

a:hover img {  
  border: 4px solid #ddd;
}
