

body { margin: 0; padding: 0; background: #262626; }

* {margin: 0; padding: 0; border: 0; font-family: "Trebuchet MS", Arial, sans-serif; }

#wrapper {
	width: 1024px;
	height: auto;
	margin: auto;
	background: #ffffff;
}
/*------------Basic styles------------*/

p, h1, h2, h3, span#copyright, span#design { margin: 0 10px; color: #000000; font-weight: normal; text-decoration: none; background: transparent }

p { font-size: 0.8em; line-height: 1.4em; text-align: justify; margin-bottom: 1.6em; }
h1 { font-size: 1.3em; line-height: 1.4em; letter-spacing: 0.25em }	/* site heading */
h2 { font-size: 1.0em; font-weight: bold; line-height: 1.5em; color: #9e0b0f }	/* site heading */
h3 { font-size: 0.8em; line-height: 1.4em; font-weight: bold; color: #9e0b0f  }				/* sub headings */
h4 { font-size: 0.8em; font-weight: normal; letter-spacing: 1px; font-style: italic; line-height: 1.4em; color: #fff  }
h5 {
	color:#888888;
	font-size:0.7em;
	font-style:normal;
	font-weight:normal;
	line-height:0.9em;
	margin-bottom:20px;
} /*photo caption */
h6 { font-size: 0.8em; font-weight: bold; letter-spacing: 1px; font-style: italic; line-height: 1.0em; color: #000000  }
span#copyright { font-size: 13px; line-height: 35px }  /* sets the copyright styles */
span#design {  float: right; font-size: 13px; line-height: 35px }  /* floats the design link into position */
span.validation {  float: right; margin-right: -65px; } /* floats the validation buttons */
.validation img {  margin: 0; } /* floats the validation buttons */
img.hdrtop { 
	float: right;
	margin-top: -15px;
}
div { padding: 10px 0;}
#caption {
	float: left;
	width: 150px
	height: 25px
	padding: 7px;
	font-size: 0.7em;
	font-style: italic; 
	color: silver;
}
#hdrimg a {color: #fff; text-decoration: none; font-weight: normal;}
#hdrimg a strong {color: #fff; text-decoration: none; font-weight: normal;}
#hdrimg a:hover {color: #fff; text-decoration: none; font-weight: normal;}
#hdrimg a:hover strong {color: #06FF00; text-decoration: none; font-weight: normal;}

a {color: #9e0b0f; text-decoration: none}
a:hover {color: #707070; text-decoration: underline}


/*-------------Layout----------------*/

#hdrimg {			/* Large image */
	float: left; 			
	width: 100%;
	margin-top: -10px;
	margin-bottom: 5px;
	background: url('images/hdr.png') repeat-x;
	height: 170px;  	/* ie5x hack begins here */     
	voice-family: "\"}\"";
	voice-family: inherit;
	height: 150px;
}
#hdrlogo{
	width: 335px;
	height: 147px;
	background: url('images/logo.png') no-repeat;
	float: left;
}
html>body #hdrimg {
	height: 150px;        /* ie5x hack ends here */
}

.rowcontainer {						/* Used to keep the divs in a row.  you can use this for any size of divs */
	float: left;
	margin-bottom: 5px;
	width: 100%;
	overflow: hidden;
	background: #ffffff;
}

#bttmbar { float: left; width: 100%; height: 35px; background: url('images/hdr.png') bottom repeat-x }    /* Bottom copyright bar */


/*------Columns: Note they dont add up to 100%, this is intentional to avoid problems!----------*/ 

.fullcolumn { float: left; width: 99%;}		/* Full width column for a one column site */
			
.halfcolumn { float: left; width: 49%;}		/* Half width column for a two column site. */

.onethirdcolumn { float: left; width: 33%; }		/* One third width column for a three column site */

.quartercolumn { float: left; width: 24.5% }		/* One quarter width column for a four column site */


/*------------------------------Main Navigation------------------------------------------*/

#nav { position: absolute; top: 145px; height: 25px; width: 100% }

ul#nav  { margin: auto; }

#nav li  /* Main nav list items */
{
	font-size: 13px;
	float: left;
	list-style: none;
	text-align: center
}

#nav li a {   /* Main nav styles for all links */
	display: block; /* Although display:block suggests a vertical list the float:left property under #nav li causes the menu to float inline */
	margin-left: 5px; /* adds a gap between the tabs */
	width: 100px; 	/* width of the tab */
	line-height: 25px; /* height of the tab */
	text-decoration: none;
}
	 
#nav a:link, #nav a:visited  { background: url('images/tab.png') no-repeat 0 -25px }

#nav a:hover, #nav a:active { background: url('images/tab.png') no-repeat 0 0 }
	
#nav a#current { background: url('images/tab.png') no-repeat 0 0 }

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

label {
  display: block;
  margin-left: 10px;
  font-size: .8em;
  font-family: "Trebuchet MS", Arial, sans-serif;
  color: #444;
}

input,
textarea,
select {
  margin-left: 10px;
  padding: 2px;
  font-size: .8em;
  font-family: "Trebuchet MS", Arial, 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: #f6b2b2;
  border: 1px solid #9e0b0f;
}

input.button {
  padding: 2px 5px;

  font-size: 1.1em;
  font-family: "Trebuchet MS", Arial, sans-serif;
  color: #ffffff;
  background: #9e0b0f;
  border-width: 1px;
  border-style: solid;
  border-color: #FFF #9e0b0f #9e0b0f #FFF;
}



/*-----------------------------------Other tags-----------------------------------------*/

.width75 {
  width: 74%;
}

acronym { border-bottom: 1px dashed #999; cursor: help }

/* lists */
ul { list-style-position:; margin: 5px 0 5px 35px; list-style-type: square; color: #9e0b0f; }
ol { margin: 5px 0 5px 35px; list-style: decimal }
ol li, ul li { color: #000000; font-size: 0.8em; line-height: 1.4em; } 
ul#list {
	list-style-type:square;
	color: black;
	margin-left: 35px;
}

hr { margin: 10px 0px; height: 1px; background: #444; color: #444 }  /* rule styling */

/* img {margin: 0 0px} all images styling */
img.right {
	float: right;
	margin: 5px 0px 5px 5px;
}  /* right floating images */
img.left {
	float: left;
	margin: 5px 5px 5px 5px;
}   /* left floating images */
img.photo1 {
	float: left;
	margin: 5px 10px 20px 10px;
}