/* CSS Document */
#loc_content {
	background: url(graphics/wichita_bg.gif) no-repeat;
	width: 800px;
	height: auto;
	padding-bottom: 5px;
	padding-top: 50px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-align: justify;
}

#loc_contact {
	width: 200px;
	height: 350px;
	float: left;
	border-right: solid 1px #DDDDDD;
	margin-bottom: 15px;
	margin-right: 5px;
}

#loc_events {
	width: 200px;
	height: 350px;
	padding-right: 5px;	
	float: left;
	border-right: solid 1px #DDDDDD;
	margin-bottom: 15px;
	margin-right: 10px;
	font-size: 14px;
}

#loc_events_title {
	width: 190px;
	padding: 5px;
}

#loc_events_header {
	background: #E6E6E6;
	width: 180px;
	padding: 10px;
	margin-bottom: 2px;
}

#loc_events_white {
	background: #FFFFFF;
	width: 180px;
	padding: 10px;
	font-size: 12px;
	margin-bottom: 2px;
}

#loc_events_gray {
	background: #F3F3F3;
	width: 180px;
	padding: 10px;
	font-size: 12px;
	margin-bottom: 2px;
}

#see_more {
	background: url(graphics/events_cal_thumb_bg.png) no-repeat top left;
	height: 24px;
	padding-top: 5px;
	padding-left: 28px;
	color: #656565;
	font-size: 12px;
	margin-top: 5px;
}

#loc_pics {
	width: 251px;
	height: 350px;
	float: left;
	border-right: solid 1px #DDDDDD;
	margin-bottom: 15px;
	margin-right: 5px;
	padding-right: 10px;	
}

#loc_pics_title {
	width: 190px;
	padding: 5px;
	font-size: 14px;
}

#img_holder {
	width: 75px;
	height: 75px;
	border: solid 1px #000000;
	margin-top: 0px;
	margin-bottom: 10px;
	margin-right: 10px;
	float: left;
}

#loc_menu {
	width: 100px;
	height: 350px;
	padding-right: 5px;	
	float: left;
	margin-bottom: 15px;
	font-size: 14px;
}

#loc_menu a {
	text-decoration: none;
}

#loc_menu_item {
	background: url(graphics/loc_menu_item.jpg) no-repeat;
	width: 98px;
	height: 35px;
	padding-top: 18px;
	border: solid 1px #F3F3F3;
	margin-bottom: 4px;
	text-align: center;
	font-size: 14px;
	color: #555555;
	text-decoration: none;
}

#loc_menu_item:hover {
	background: url(graphics/loc_menu_item_hover.jpg) no-repeat;
	border: solid 1px #E6E6E6;
	color: #000000;
	text-decoration: none;
}

#border {
	border: solid 1px #999999;
}




