/**************************************************************
   AUTHOR:  Pat Heard (fullahead.org)
   DATE:    2006.03.19
   PURPOSE: Styles the html elements
 **************************************************************/

html {
  height: 100%;
}

body {
  height: 100%;

  margin: 0;
  padding: 0;
  text-align: center;

  font: 400 0.8em verdana, arial, sans-serif;
  line-height: 170%;

  background: #dcc895 url(../images/bg/header1.jpg) repeat-x 0px 0px;
  background: #DED7C8 url(../images/bg/header1.jpg) repeat-x 0px 0px;
  color: #000;
}

#page, #header1 {
	border-width: 8px;
	border-style: solid;
	border-color: #fff;
}
#page {
	border-top: none;
	
	}
#header1 {
border-bottom: none;
	
	}

 

h1 {   
  clear: both;
  font: 700 1.9em "trebuchet ms", serif;
  color: #5d4a3c;
}

h2 {
  font: 700 1.5em "trebuchet ms", serif;
  color: #807140;
}

h2 a {
  color: #00918f;
}

h2 a:hover {
  color: #960000;
}

h3 {
  font: 700 1.3em "trebuchet ms", serif;
  color: #A68F54;
}

h4 {
  font: 700 1.2em "trebuchet ms", serif;
  color: #C89534;
  margin: 0;
  padding: 10px 15px 0px 15px;
}

h5 {
  font: 700 1.1em "trebuchet ms", serif;
  color: #C57830;
}

h6 {
  font: 400 1.1em "trebuchet ms", serif;
  color: #C57830;
}


h1, h2, h3, h5, h6, p, dl {
  margin: 0;
  padding: 10px 15px;
}



a {
  color: #00918f;
}

a:hover {
  color: #960000;
}



ol, ul {
  margin: 10px 30px;
  padding: 0 30px;
}
ul.nomargin {
	margin: 0px 30px 10px 30px;
	}
.nomg {
	padding-top: 0px;
	margin-top: 0px;
	padding-bottom: 0px;
	margin-bottom: 0px;
	
	}	
ol {
  color: #FC0;
}

ol span {
  color: #EEE;
}

.font-small {
	font-size: 0.85em;
	line-height: 18px;
	}

/**************************************************************
   Form Elements
 **************************************************************/

label {
  display: block;
}

input,
textarea,
select {
  padding: 2px;
  font: 400 1em verdana, sans-serif;
  color: #444;
  background: #EEE;
  border: 1px solid #444;
}

input:focus,
input:hover,
textarea:focus,
textarea:hover,
select:focus,
select:hover {
  color: #000;
  background: #E3F8F5;
  border: 1px solid #00918F;
}

input.button {
  padding: 2px 10px;

  font: 700 1.1em "trebuchet ms", serif;
  letter-spacing: 0.1em;

  color: #555;
  background: #DBF3F0;
  border-width: 1px;
  border-style: solid;
  border-color: #E1FFFC #94CCC5 #7ECCC1 #E1FFFC;
}





/**************************************************************
   Blockquote and included icons
 **************************************************************/

blockquote {
  margin: 10px 15px;
  padding-left: 27px;
  
  background-color: #444;  
  background-image: url(../images/icons/quote.gif);
  background-repeat: no-repeat;
  background-position: 5px 50%;  
}

blockquote.exclamation {
  background-image: url(../images/icons/exclamation.gif);
}

blockquote.stop {
  background-image: url(../images/icons/stop.gif);
}

blockquote.go {
  background-image: url(../images/icons/go.gif);
}





/**************************************************************
   Images
 **************************************************************/

img.floatRight {
  margin: 5px 0px 10px 15px;  
}

img.floatLeft {
  margin: 5px 15px 10px 0px;
}

a img {  
  border: 2px solid #8BE6FA;
}

a:hover img {  
  /* Fixes IE bug - IE doesn't correctly apply the style on a:hover so need to mask it */
  border: 2px solid #DCD1B0 !important;
  border: 2px solid #DCD1B0;
}

.text-center {
	text-align: center;
	}
	
.pad-left50 {
	padding-left: 50px;
}
