/* CSS Document */

body {
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
	background: #333333 url(../images/background.jpg) repeat-y center;
	}

.container{
	width: 800px;
	height: 100%;
	display: block;
	color: #FFFFFF;
	margin: 0px auto;
	padding: 0px 0px 200px;
	background: url(../images/footer_bkgrn.png) no-repeat center bottom;
}

.header {
	display: block;
	margin: 0px;
	padding: 0px;
	height: 128px;
	width: 800px;
	background: url(../images/header_bkgrn.jpg) no-repeat center top;
}

.logo{
	background: #000000 url(../images/TLC_logo_new.jpg) no-repeat left top;
	display: block;
	margin: 0px;
	padding: 0px;
	height: 89px;
	width: 391px;
}

.logo span{
display:none;
}

.top_nav{
	position: absolute;
	margin-left: 367px;
	margin-top: -27px;
	height: 20px;

}


.top_nav ul, .top_nav li{
	list-style: none;
	display: inline;
	float: left;
	height: 20px;
}

.top_nav a{
	color: #FFFFFF;
	text-decoration: none;
	background: url(../images/head_nav_btn.jpg) no-repeat center top;
	display: block;
	margin: 0px 0px 30px;
	padding: 33px 0px 0px;
	height: 20px;
	width: 98px;
	font: 0.7em Tahoma, Arial, Helvetica, sans-serif;
	letter-spacing: .1em;
	text-align: center;
	/*vertical-align: bottom;*/
}

.text{
	height: auto;
	width: 560px;
	padding: 20px 5px 30px 190px;
	display: block;
	text-align: left;
	font: 0.8em Tahoma, Arial, Helvetica, sans-serif;
	background: #A8A3A3 url(../images/text_bkgrn.jpg) no-repeat right top;
	margin: 0px 0px 0px 15px;
}

.text > p:first-child{
	margin-right: 100px;
}

.left{
	margin: 5px;
	float: left;
}

.right{
	margin: 5px;
	float: right;
}

.past {
	background: #666666;
	color: #999999;
}

.private{
	color: #FFFFFF;
	background: #990000;
}

.banner{
	position: absolute;
	height: 343px;
	width: 140px;
	margin-top: -50px;
	margin-left: -165px;
}

.banner_test{
	position: absolute;
	height: 200px;
	width: 700px;
	top: 325px;
	margin-left: -170px;
}

.info {
	background: #333333;
	display: block;
	border: medium solid #FFFFFF;
	height: auto;
	width: 300px;
	margin-left: 100px;
	padding-left: 20px;
}

.close{
	border: thin solid #FFFFFF;
	height: 15px;
	width: 50px;
	text-align: center;
	vertical-align: top;
	position: relative;
	left: 250px;
	cursor: help;

}

h4{
	font-size: 1.4em;
	font-weight: bold;
	margin-left: 50px;
	cursor:hand;
	cursor:pointer;
	color: #990000;
	display: block;
	width: auto;
}

.upcoming{
	color: #003366;
}

hr{
clear:both;
}

.recent a{
	color: #FFFFFF;
	text-decoration: none;
}

.private_admin{
	color: #FF00FF;
}

/*.first {
	height: 200px;
	width: 275px;
	padding: 20px 5px 10px 180px;
	}*/
	
.first{
	width: 180px;
	padding-right: 0px;
	padding-left: 3px;
}


.side_nav{
	background: #848080;
	margin: 0px 0px 0px 28px;
	padding: 10px 0px 0px 5px;
	height: auto;
	width: 161px;
	text-align: left;
	position: absolute;
}


.side_nav ul{
	margin: 0px;
	padding: 0px;
	list-style: none;
}

.side_nav li{
	margin: 0px;
	padding: 0px;
}

.side_nav a{
	background: url(../images/side_nav_btn.jpg) no-repeat left top;
	display: block;
	margin: 0px 0px 0px 0px;
	padding: 2px 0px 0px 30px;
	height: 30px;
	width: 130px;
	color: #FFFFFF;
	text-decoration: none;
	vertical-align: bottom;
	letter-spacing: .2em;
}

.side_nav a:hover{
	background: url(../images/side_nav_btn_over.jpg) no-repeat left top;
}

.Ad{
	position: absolute;
	background: url(../images/TLC_Ad.png);
	margin: -20px 0px 0px 191px; 
	display: block;
	height: 202px;
	width: 405px;
}

.event{
	width:90%;
}

.event td{
	vertical-align: top;
	width:50%;
}

.event p{
	margin: 0px 0px 0px 15px;
}

.event_info td{
	vertical-align: top;
}

.event_info a{
	color: #FFFFFF;
}

.event_info .map{
	font-size: .7em;
	color: #FFFF66;
}

.image-shadow {
  float:left;
  background: url(../images/drop_shadow.png) no-repeat right bottom!important;
  background: url(../images/drop_shadow.png) no-repeat bottom right;
  margin: 10px 0 0 10px !important;
  margin: 10px 0 0 5px;
  }

.image-shadow img {
  display: block;
  position: relative;
  background-color: #fff;
  margin: -6px 6px 6px -6px;
  padding: 0px;
  }

.site_map ul, .site_map li{
	list-style-image: none;
	list-style-type: none;
}

input:focus {
	background: #FFFF99;
}

.worked{
	background: #CCCCCC;
	display: block;
	float: right;
	height: auto;
	width: 200px;
	border: thin solid #000000;
	color: #000000;
	margin: 30px 0px 0px;
	padding: 0px;
}

.worked h5{
	font-size: 1em;
	color: #FFFFFF;
	background: #990000;
	text-align: center;
	display: block;
	width: 100%;
	margin: 0px;
	padding: 0px;
}

.worked ul, worked li{
	list-style: none;
	margin: 0px 5px;
	padding: 0px;
}

#overlib ul, #overlib li{
	list-style: none;
	margin: 0px 5px;
	padding: 0px;
}

dt{
	font-weight: bold;
	width: 400px;
	padding-bottom: 10px;
}

dd{
	width: 300px;
	padding-bottom: 10px;
}

.handle{
	cursor: crosshair;
}

.expandSymbol{
	cursor:hand;
	cursor:pointer;
	font-size: .6em;
	vertical-align: top;
	padding-top: 5px;
}

div.autocomplete {
	position:absolute;
	width:300px;
	background-color:white;
	border:1px solid #888;
	margin:0px;
	padding:0px;
	color: #666666;
	height: 200px;
	overflow: auto;
    }
    div.autocomplete ul {
      list-style-type:none;
      margin:0px;
      padding:0px;
    }
    div.autocomplete ul li.selected { background-color: #ffb;}
	
    div.autocomplete ul li {
      list-style-type:none;
      display:block;
      margin:0;
      padding:2px;
      height:32px;
      cursor:pointer;
    }
	
	div.autocomplete ul li span{
	font-size: .7em;
	padding-left: 10px;
	}
