﻿@import url(layout.css);

body {
	}
#container {
	width: 1000px;
	margin: 0 auto;
	background-color: #000000;
	border-right-color: #000000;
	border-left-color: #000000;
	color: #FFFFFF;
	text-align: center;
	font-size: x-large;
}
#masthead {
	background-position: center bottom;
	font-family: Arial, Helvetica, sans-serif;
	height: 215px;
	color: #FF6600;
	font-size: x-large;
	font-weight: bold;
	text-align: center;
	background-color: #000000;
	width: 100%;
	background-image: url('../images/index_images/tricounty.png');
	background-repeat: no-repeat;
	margin-top: 10px;
}
#logo {
	float: left;
	background-image: url('../images/index_images/newlogo.png');
	background-repeat: no-repeat;
	height: 200px;
	width: 250px;
	display: block;
}
#center {
	right: 200px;
	left: 200px;
}
#logo2 {
	float: right;
	background-image: url('../images/index_images/newlogo.png');
	background-repeat: no-repeat;
	height: 200px;
	width: 295px;
	display: block;
	background-color: #000000;
}

/*  Begin top nav */
ul#top_nav  {
	list-style-type: none;
	margin: 5;
	padding: 5px;
	font-weight: bold;
	text-align: center;
	color: #FF6600;
	background-color: #000000;
	font-size: large;
	font-family: Arial, Helvetica, sans-serif;
}
ul#top_nav li {
	border: thin groove #FF6600;
	display: inline;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 8px;
}
ul#top_nav a{
	margin: 0px;
	color: #FF6600;
	text-decoration: none;
	display: inline-block;
	padding: 0px;
}
ul#top_nav a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
/*end top nav*/

#page_content {
}
/*footer nav*/
ul#footer 
{
	padding: 0px;
	height: 25px;
	font-size: medium;
	background-color: #000000;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	color: #FF6600;
	border-top-color: #FF6600;
	border-top-width: thin;
	border-top-style: solid;
	margin-top: 10px;
}
ul#footer li {
	padding: 0px 20px 0px 0px;
	display: inline;
	list-style-type: none;
	margin-top: 0px;
	margin-bottom: 0px;
}
ul#footer a {
	color: #FF6600;
	text-decoration: none;
	display: inline-block;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
ul#footer a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
/*end footer nav */
	


