@charset "utf-8";
body {
	font-family:"Trebuchet MS", Arial, Verdana, "Times New Roman";
	font-size:15px;
	background:#000033;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color:#222; /*#83572C; */
}

h1 {
	font-size:25px;
	color:#330200;
	font-weight:normal;
	}

h2 {
	font-size:20px;
	color:#A23A09;
	font-weight:normal;
	}

.steele #container {
	width: 80%;  /* this will create a container 80% of the browser width */
	background: #FEFFD2;
	margin:10px auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}

.steele #top_nav {
	background:#000033;
	text-align:right;
	padding:0 15px 12px 0;
	font-size:13px;
	}
	
.steele #navigation {
	background:#000033;
	height:40px;
	}
	
.steele #header {
	background: #FEFFD2; 
	padding: 0 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	background-image:url(../images/header-bg.jpg);
	background-repeat:repeat-x;
	height:79px;
}
.steele #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.steele #mainContent {
	padding: 0 20px 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FEFFD2;
}
.steele #footer { 
	background:#000033;
	background-image:url(../images/footer-bg.jpg);
	height:50px;
	color:#CCCC99;
	background-repeat:repeat-x;
	font-size:10px;
	text-align:center;
	clear:both;
} 
.steele #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}


.ul_no_bullet {
list-style:none;
list-style-type:none;
position:relative;
left:-20px;
top:-15px;
}
ul.nav {
	list-style:none;
	color:#CCCC99;
	font-family:"Trebuchet MS", Arial, Verdana, "Times New Roman";
	font-size:16px;
	padding:13px 0 3px 00px;
	}

ul.nav li {
	display:inline;
	margin:0 0 0 0px;
	padding:0 10px 0 10px;
	width:101px;
	list-style:none;
}

a.nav:link, a.nav:visited {
	width:101px;
	text-align:center;
	color:#CCCC99;
	text-decoration:none;
	}

a.footer:link,a.footer:visited {
	text-decoration:none;
	color:#CCCC99;
}
a.footer:hover {
	color:#FFFFFF;
	}


img.logo {
	margin:2px 0 0 0;
}
table.homeTable {
	position:relative; 
	top:-50px;
	}
	
*:first-child+html .homeTable {
	position:relative; 
	top:-170px;
}

#tabsF {
  padding:0 0 0 71px;
  float:left;
  width:100%;
  background:#000033;
  font-size:16px;
  font-family:"Trebuchet MS", Arial, Verdana, "Times New Roman";
  color:CCCC99;
  line-height:normal;
  }
#tabsF ul {
  margin:0;
  padding:10px 10px 0 10px;
  list-style:none;
  }
#tabsF li {
  display:inline;
  margin:0;
  padding:0;
  }
#tabsF a {
  float:left;
  background: url(../images/tableftF.gif) no-repeat left top;
  margin-right:15px;
  padding:0 0 0 2px;
  text-decoration:none;
  }
#tabsF a span {
  float:left;
  display:block;
  background:url(../images/tabrightF.gif) no-repeat right top;
  padding:5px 15px 3px 6px;
  color:CCCC99;
  }
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#tabsF a span {float:none;}
/* End IE5-Mac hack */
#tabsF a:hover span {
  color:#FFF;
  }
#tabsF a:hover {
  background-position:0% -31px;
  }
#tabsF a:hover span {
  background-position:100% -31px;
  }