/* CSS Document */

body {
 background-color: #352726;
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: small;
 color: #e6e6e6;
 }

#main {
  margin-left: auto;
  margin-right: auto;
  width: 908px;
  }

#header {
 height: 60px;
 background-image: url(../images/TCH_logo.jpg);
 background-repeat: no-repeat;
 }
 
#header_nav {
 float: right;
 }

.header_navli{
 display: inline;
}

#header_nav a {
	background: none;
}

#header_nav img {
 border: 0;
 }

#main2 {
 background-color: #2994BD;
 min-height: 500px;
 width: 900px;
 border: 4px solid #e6e6e6;
 background-image: url(../images/boxback.gif);
 background-repeat: repeat-x;
 margin-bottom: 20px;
 }

#navBar {
	float: left;
	width: 199px;
	min-height:400px;
	margin-top: 20px;
	padding-top: 10px;

}

#bodyBox {
 float: right;
 width: 700px;
 border-left: 1px solid #e6e6e6;
 min-height: 500px;
 margin-top: 20px;
 margin-bottom: 10px;
 }
 
#bodyBox h1 {
	font-size: 120%;
	padding: 5px 20px;
}

#bodyBox p {
	padding: 0px 20px;
}

#bodyBox a:link, a:visited {
	color: #309;
}

#bodyBox a:hover, a:visited:hover {
	text-decoration: none;
	background-color: #e6e6e6;
	color: #06C;
}

#bodyBox table {
	width: 400px;
	margin-left: 20px;
	padding: 10px;
	border: 1px solid #369;
}

#bodyBox table td {
	padding: 5px;
}

#bodyBoximg {
	float: right;
	margin: 15px 0px 30px 10px;
	border: 2px solid #e6e6e6;
}
.bodyBoximg2 {
	border: 2px solid #e6e6e6;
}

#photos {
	clear:both;
	padding-top: 15px;
}

#photos img {
	border: 2px solid #e6e6e6;
	margin: 10px 35px 10px 35px;
}

#footer {
	clear: both;
	height: 150px;
	width: 908px;
	margin-top: 10px;
	display: none;
}

#footer2 {
	clear: both;
	height: 150px;
	width: 908px;
	margin-top: 10px;
}

#copyright {
	float: right;
	font-weight: bolder;
	font-size: 85%;
	font-variant: small-caps;
	}


#copyright2 {
	font-size: 85%;
	padding-right: 2em;
	font-weight: normal;

}

#copyright2 a {
	color:#fff;
}

#copyright2 a:hover {
	background-color:#09F;
}



a img {
	border: none;
}

.images {
	float:left;
	height: 600px;
	width: 250px;
	padding: 10px;
}



.images img {
	margin-left: 10px;
	border: 2px solid #e6e6e6;
}

#navBar ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 150px;

	}

#navBar ul li {
	position: relative;
	}

#navBar li ul {
	position: absolute;
	left: 129px;
	top: 0;
	display: none;
	}

#navBar ul li a {
	display: block;
	font-size: 110%;
	text-decoration: none;
	color: #e6e6e6;
	padding: 5px 5px 5px 15px;
	border: 0;
	}

#navBar ul li a:hover {
	background-color: #e6e6e6;
	color: #10607e;
}

/* Fix IE. Hide from IE Mac \*/
* html ul li { float: left; }
* html ul li a { height: 1%; }
/* End */

#navBar li:hover ul, li.over ul { 
	display: block; }

.navborders {
	border: 1px solid #e6e6e6;
	background-color:#10607e;
}

.venueimages {
	border: 2px solid #e6e6e6;
	margin-right: 50px;
}

#countypics {
	display:none;
}