/**************************************************************
   AUTHOR:  Pat Heard (fullahead.org)
   DATE:    2008.06.18
   PURPOSE: Styles the html elements
 **************************************************************/

html {
  height: 100%;
  margin: 0 0 1px 0;
}

body {
  margin: 0;
  padding: 0;
  text-align: center;

  font: 0.9em arial, sans-serif;
  line-height: 170%;

  background: url(../img/bg/body.jpg) repeat top left;
  color: #2c2119;
}

h1 {   
  padding: 20px 0;
  margin: 0;
  
  clear: both;
  font: 400 1.3em georgia, serif;
}

h1.first {
  padding-top: 5px;
}

h1 .breadcrumbs {
  display: block;
  padding: 10px 0;
  font: 400 0.8em arial, sans-serif;
  color: #a39d93;
}

h1 .breadcrumbs strong {
  padding: 0 5px;
}

h2 {
  padding: 20px 0 0 0;
  margin: 0;
  font: 400 1.2em arial, sans-serif;
  
  color: #8b7d6c;
}

h2 span {
  padding: 0 5px;
  font: 400 0.9em georgia, serif;
}

h3 {
  padding: 20px 0 0 0;
  margin: 0;
  font: small-caps 700 1em arial, sans-serif;
  
  color: #176c90;
}

p {
  padding: 10px 0;
  margin: 0;
}

p.first {
  padding-top: 5px;
}

a {
  padding: 2px;
  text-decoration: none;
  color: #2576a4;
  background: url(../img/bg/a.png) repeat top left;
}

a:hover {
  background: #FFF;
}

a:focus {
  outline:none
}

a.noBg,
a:hover.noBg {
  background: none;
}
 
dl {
  margin: 20px 0;
  padding: 0;
}

dl dt {
  font-weight: bold;
}

ul.arrow {
  margin: 20px 0;
  padding: 0;
  list-style: none;
}

ul.arrow li {
  margin: 0;
  padding: 0 0 0 40px;
  background: url(../img/bg/ul-bullet.gif) no-repeat 22px 7px;
}

ol {
  margin: 20px 0 20px 40px;
  padding: 0;  
}

ol li {
  margin: 0;
  padding: 0;
  font: 1.3em georgia, serif;
}

ol li span {
  font: 0.8em arial, sans-serif;
}


/**************************************************************
   Form Elements
 **************************************************************/

label {
  float: left;
  width: 8em;
}

input,
textarea,
select {
  padding: 4px;
  font: 400 1em georgia, serif;
  background: #EEE;
  border-style: solid;
  border-width: 1px;
  border-color: #8b7d6c #cbc2b7 #cbc2b7 #8b7d6c;
}

input:focus,
textarea:focus {
  color: #000;
  background: #fffccc;
  border-color: #000 #cbc2b7 #cbc2b7 #000;
}

input.button {
  padding: 2px 5px;

  font: 400 1em arial, sans-serif;
  cursor: pointer;

  color: #2576a4;
  background: url(../img/bg/a.png) repeat top left;
  border: 0;
}

input:hover.button {
  background: #fff;
}


/* Contact form */
#contactForm  p {
	position: relative;
}

#contactForm label {
	float: none;
	display: block;
	width: auto;
}

#contactForm .width100 {
	width: 98.5%;
}

#contactForm label.inline {
	display: inline;
}

#contactForm input.button {
	padding: 15px 40px;
}

#contactForm .asterisk {
	position: absolute;
	right: 5px;
	top: 33px;
	font: bold 36px arial, sans-serif;
	color: #c60;
}

#mailFormat {
	position: absolute;
	top: 35px;
	left: 210px;
	z-index: 1;
	margin: 0;
	padding: 10px;
	width: auto;
	
	display: none;
	color: #fff;
	background: #1A181A;
}

#mailFormat  input {
	background: none;
	border: 0;
}

#recaptcha_widget_div {
	margin: -10px 0 0 -7px;
	padding: 0;
}

table#recaptcha_table, #recaptcha_area tr, #recaptcha_area td, #recaptcha_area th {
	border: none !important;
}

#recaptcha_logo,
#recaptcha_tagline {
	display: none !important;
}

.recaptchatable .recaptcha_image_cell {
	background: none !important;
}




/**************************************************************
   Images
 **************************************************************/

img.floatRight {
  margin: 5px 0px 10px 15px;  
}

img.floatLeft {
  margin: 5px 15px 10px 0px;
}
