/*  top level
 +-----------------------------------------------------+
 |T  CSS Designed and written by Fox Valley Web Design.|
 |A  http://www.foxvalleywebdesign.com/                |
 |G                                                    |
 +-----------------------------------------------------+
 
H tags - Set up in pts (Contribute Friendly)

Paragraph ñ Main Text (12pt non bold)
H1 ñ Page Titles (14 - 16pt)
H2 ñ Sub-Titles (12 ñ 14pt)
H3 ñ Alternative Color (12pt)
H4 ñ Footer (10-12pt) (centered)
H5 ñ Alternative Color (centered)
H6 ñ Large Text Alterative Color (16pt)

2 sets of links
Footer Links ñ Color
Content Links ñ Color

Photos 
Padding (12pt) adjustable
Right Justified
Left Justified
+-----------------------------------------------------+
*/

p, pre, blockquote, ul, ol, dl, address {
 margin: 1em 0;
 padding: 0;
}

h1 {
 font-size: 14pt;
 color: #d02f00;
 margin: 0em 0;
 padding: 0;
}

h2{
 font-size: 12pt;
 color: #fdce00;
 margin: 0em 0;
 padding: 0;
}

h3{
 font-size: 12pt;
 color: #d02f00;
 margin: 1em 0;
 padding: 0;
}

h4{
 font-size: 10pt;
 color: #9e9e9e;
 margin: 1em 0;
 padding: 0;
 text-align:center;
}

h5{
 font-size: 10pt;
 color: #d02f00;
 margin: 1em 0;
 padding: 0;
 text-align:center;
}

h6{
 font-size: 16pt;
 color: #d02f00;
 margin: 1em 0;
 padding: 0;
}

html, body, form, fieldset {
 margin: 0;
 padding: 0;
 font: 100%/120% Arial, Tahoma, Verdana, Helvetica, sans-serif;
}

table {font-size:10px}

li, dd, blockquote {
 margin-left: 1em;
}

dl {
 margin:0px;
}

form label {
 cursor: pointer;
}
fieldset {
 border: none;
}
input, select, textarea {
 font-size: 100%;
}

/*************************************************************/

body {
  text-align: center;
  background-color:#000000;
}

#main {
  margin: 10px auto;
  width: 758px;
  border: 2px solid #fd9a01;
  text-align: left;
  background-image: url('../images/bkgrnd_main.jpg');
  background-repeat:no-repeat;
  background-position:bottom;
}

#header {
  height: 116px;
  clear: both;
  background-image: url('../images/banner.jpg');
  background-repeat:no-repeat;
  background-position:top
}

#middle{
  min-height:410px;
  height:auto !important;
  height:410px;
}

#menu {
	padding-right: 12px;
}

#menu dl {
  display: block;
}

#menu dt {
  width:85px;
  height:46px;
  float: right;
  text-align:center;
  color: #fdce00;
  font-size: 10pt;
  padding-top: 40px;
}

#menu dt a{
  color: #fdce00;
  font-weight:bold;
  text-decoration:none;
}

#menu dt a:hover{
  color: #d64f22;
}

#rightcolumn{
  padding:15px;
  margin-left:533px;
  margin-bottom:0px;
  min-height:410px;
  height:auto !important;
  font-size: 10pt;
  color: #d9d9d9;
  text-align:center;
}

#content{
  float: left;
  width:500px;
  min-height:410px;
  height:auto !important;
  padding-left:30px;
  padding-right:15px;
  padding-top: 5px;
  font-size:10pt;
  color: #d9d9d9;
}

#content img{
  padding:12px;
}

#footer {
  height 150px;
  background-color:#000000;
  padding-top: 5px;
  padding-bottom: 5px;
  text-align: center;
  color: #9e9e9e;
  font-size: 9pt;
  line-height:1.5em;
}

#footer a {
  padding-left: 15px;
  padding-right: 15px;
  color: #fdce00;
  text-decoration: none;
}

#footer a:hover{
  color: #d64f22;
}

.firepad {
	width:700px;
	height:150px;
	clear:both;
}.nomargin {
	margin: 0px;
}
.caps {
	text-transform: uppercase;
	font-style: bold;
}
.underline {
	text-decoration:underline;
	text-transform: uppercase;
}
a:link {
 color: #CC9966;
}
a:hover {
 color: #990000;
}  

