#site{
	overflow: auto;
	background-color: #EEEEEE;
	background-image: url('http://www.zion-luth.org/shared_graphics/sitemenu_bg.jpg');
	border-bottom:3px solid #000;
	color: #ccc;
	padding: 12px;
	height: 200px;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	}
	
#site A:link {
	font-weight: bold;
	color: #ddd;
	text-decoration: none;
}
#site A:visited {text-decoration: none; color: #ccc; font-weight: bold;}
#site A:hover {text-decoration: underline; color: #cc0;}
#site img {
	padding: 0px 5px 0px 0px;
}
#site div{

	float: left;
	padding-right:10px;
	padding-left:20px;
	width: 220px;

	}
	#site hr {
	margin:0px;
	padding:0px;
	border-bottom:1px solid #aa7;
	border-top:0px;
	border-left:0px;
	border-right:0px;
	line-height:0px;
	height:1px;
	display:block;
}
	/* {margin:0;padding:0;} 

/* must declare 0 margins on everything, also for main layout components use padding, not 
vertical margins (top and bottom) to add spacing, else those margins get added to total height 
and your footer gets pushed down a bit more, creating vertical scroll bars in the browser */

html, body, #wrap {height: 100%;}

body > #wrap {height: auto; min-height: 100%;}

#main {padding-bottom: 30px;}  /* must be same height as the footer */

#footer {
	position: relative;
	margin-top: -33px; /* negative value of footer height */
	height: 30px;
	clear:both;
	font-family: Arial, Helvetica, sans-serif;
	border-top: 1px solid #006;
	font-size: 15px;
	text-align: center;
	padding: 2px 10px 0 0;
	background-color: #fff;
	
	} #footer A:link {
	font-weight: bold;
	color: #000;
	text-decoration: none;
}
#footer A:visited {text-decoration: none; color: #000; font-weight: bold;}
#footer A:hover {text-decoration: underline; color: #00F;}

/* CLEAR FIX*/
.clearfix:after {content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
-->
.search{
	
    border-style: hidden;
     border-width: 0px;
	 font-size: 0px;
	 width:30px;
	 height: 30px;
     color: #8AB08A;
     padding-left:0px;
     padding-right:0px;
     font-size:8pt;
     background: url() top left no-repeat;;
  		margin-left: -20px;
	 }
	 .textbox{
	
    border-style: hidden;
     border-width: 0px;
	 font-size: 0px;
	 width:205px;
	 height: 30px;
     color: #000000;
	 padding-top: 5px;
     padding-left:7px;
     padding-right:35px;
     font-size:10pt;
     background: url(/images/main_input_bg.png) top left no-repeat;;
     margin-left:3px;
	 }