/*----------------------------------------------------------------
	CLEARFIX AND HACK FOR FLOATS... leave it... 
	When floating an element and needing to clear it, don't add an 
	empty div clear:both;...apply the class clearfix to the element
	you need to clear.
	
	DO NOT DO THIS:
	<div><!-- float container -->
		<div style="float:left;">floated</div>
		<div style="clear:both;"></div>
	</div>
	
	DO THIS INSTEAD:
	<div class="clearfix"><!-- float container -->
		<div style="float:left;">floated</div>
	</div>	
----------------------------------------------------------------*/
.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 */
/*----------------------------------------------------------------
	GENERAL / MISC
----------------------------------------------------------------*/

form{margin:0;}
a img{border:0;}

/*	highlights layout	*/
.gwhl-container{
/*	border-bottom:1px solid #978d72; */
	margin-bottom:6px;
/*	background-color:#4f5853; */
	padding:5px 5px 0 5px;
}

.gwhl-title{
	text-transform:uppercase;
	font-size:11px;
	font-weight:bold;	
}

.gwhl-content{
	font-weight:normal;
	padding-bottom:3px;
}

.gwhl-content img{
	border:1px solid #807766;
}

.gwhl-content p{
	margin:0px 3px 2px 3px;
}

.gwhl-foot{
	padding:3px;
	/*background-color:#dae3d1;
	border-top:1px #ddd solid;*/
}

/* highlight search box */
.gwhl-search{}

.gwhl-search-input{
	width:126px;
	height:16px;
	border:1px solid #007D48;
	padding:7px 0px 0px 5px;
	background:#fff left top repeat-x !important;
	margin-right:0px;

}

.gwhl-search-submit{
	border:none;
	background: #fff url(/gw-templates/klamath/images/button_search.gif);
	width:23px;
	height:26px;
	padding:5px 0px 0px 5px;
}

.gwhl-search-adv{
	border:0px solid #007D48;
	background:#eee;
	padding:3px;
	margin-top:3px;
	margin-bottom:3px;
	font-size:10px;
	font-weight:normal;	
	width:153px;
}

.gwhl-search-adv-checkbox{
	margin:0;
	padding:0;
	list-style-type:none;
}

.gwhl-search-adv-checkbox li input{
	vertical-align:middle;
}
.gwhl-search-adv-checkbox li span{
	line-height:15px;
}

.gwhl-search-adv-link{

}
