.x_input { display: none; }

/******
 *
 * LAYOUT
 *
 ******/
	body {
		background-image: url(/images/bg_body.jpg);
		background-repeat: repeat-x;
		background-color: #6e3d12;
		margin: 0px;
		padding: 0px;
	}
	#wrapper_top {
		width: 973px;
		height: 17px;
		overflow: hidden;
		background-image: url(/images/wrapper_top.png);
		margin: 23px auto 0px auto;
		z-index: 100;
	}
	#wrapper {
		width: 973px;
		background-image: url(/images/bg_wrapper.png);
		background-repeat: repeat-y;
		margin: 0px auto;
		z-index: 100;
	}
	#left_col {
		width: 210px;
		float: left;
		margin-left: 30px;
		position: relative;
		padding-top: 300px;
	}
	#mid_col {
		width: 536px;
		float: left;
		margin-left: 20px;
		padding-top: 10px;
	}
	#right_col {
		width: 157px;
		float: left;
		margin-left: 15px;
		position: relative;
		top: -9px;
	}
	#footer {
		width: 913px;
		margin: 20px auto 0px auto;
		padding: 30px 0px;
		text-align: center;
		border-top: 1px solid #ccc;
	}
/* end layout */



/******
 *
 * NAVIGATION
 *
 ******/
 	#nav {
 		width: 181px;
 		background-image: url(/images/bg_nav.jpg);
 		height: 166px;
 		position: absolute;
 		top: -40px;
 		padding-top: 160px;
 		padding-left: 20px;
 	}
 	#nav a {
 		display: block;
 		float: left;
 		text-decoration: none;
 		overflow: none;
 	}
 	#nav1, #nav3 { height: 24px; }
 	#nav2 { height: 26px; }
 	#nav4, #nav6 { height: 25px; }
 	#nav5 { height: 27px; }
 /* end navigation */
 
 
 
 
 /******
  *
  * BE IN THE KNOW
  *
  ******/
	#bitk {
		width: 253px;
		height: 193px;
		position: relative;
		left: -50px;
		background-image: url(/images/bg_bitk.png);
		margin-top: 10px;
	}
	#bitk_p {
		padding: 56px 27px 12px;
		font-size: 13px;
	}
	#bitk_form {
		padding: 0px 27px;
	}
	.bitk_input {
		font-size: 13px;
		color: #c05927;
		padding: 4px;
		margin-bottom: 4px;
		border: 1px solid #71768f;
	}
	
	
	
	
/******
 *
 * PHOTO GALLERY
 *
 ******/
	#home_gallery img, #image_container img {
		margin-right: 5px;
		margin-bottom: 3px;
	}
/* end photo gallery */




/******
 *
 * EVENTS
 *
 ******/
	.e_date {
		font-size: 13px;
		text-transform: uppercase;
		color: #c05927;
	}
	.e_title {
		font-size: 18px;
	}
	.e_blurb {
		font-size: 13px;
		line-height: 16px;
	}
	.e_link {
		padding-left: 12px;
		background-image: url(/images/orng_arrow.jpg);
		background-repeat: no-repeat;
		font-size: 11px;
		background-position: 0px -1px;
		text-transform: uppercase;
	}