@charset "UTF-8";
html,
body {
	background: #6a6667;
	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: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
img {
	border:none;
}
#container {
	width: 955px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border-top: solid 40px #6a6667;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
#header {
	height: 587px;
	width:955px;
	background-image: url(../SPLASH/images/teelin%20splash%20top.jpg);
	float:left;
	padding: 0;  /* 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. */
	margin:0;
	font-family: Arial, Helvetica, sans-serif;
}
#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: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
#mainContent {
	height:129px;
	width:955px;
	background-image: url(../SPLASH/images/splash%20bottom%20w%20copyright.jpg);
	float:left;
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	margin:0;
}
#centeredmenu2 {
   float:left;
   width:100%;
   padding-top:477px;
   overflow:hidden;
   position:relative;
}
#centeredmenu2 ul {
	clear:left;
	float:left;
	list-style:none;
	margin:0;
	padding:0;
	position:relative;
	left:50%;
	text-align:center;
	font-family: Arial, Helvetica, sans-serif;
}
#centeredmenu2 ul li {
   display:block;
   float:left;
   list-style:none;
   margin:0;
   padding:0;
   position:relative;
   right:50%;
   width:250px;
}
#centeredmenu2 ul li a {
	display:block;
	margin:0px 50px;
	padding:0px 0px;
	color:#FFF;
}
#centeredmenu2 ul li a:hover {
	color:#FFF;
}
#centeredmenu2 ul li a.active,
#centeredmenu2 ul li a.active:hover {
	font-weight:bold;
}
#centeredmenu {
   float:left;
   width:100%;
   padding-top:35px;
   overflow:hidden;
   position:relative;
}
#centeredmenu ul {
   clear:left;
   float:left;
   list-style:none;
   margin:0;
   padding:0;
   position:relative;
   left:50%;
   text-align:center;
}
#centeredmenu ul li {
   display:block;
   float:left;
   list-style:none;
   margin:0;
   padding:0;
   position:relative;
   right:50%;
}
#centeredmenu ul li a {
   display:block;
   margin:0 0 0 1px;
   padding:3px 10px;
   color:#FFF;
   font-size:1.3em;
   text-decoration:none;
   line-height:1.3em;
}
#centeredmenu ul li a:hover {
   color:#B7121F;
}
#centeredmenu ul li a:active,
#centeredmenu ul li a:hover {
   color:#B7121F;
}
