#sideBarContent {
	height: auto;
	width: 180px;
	float: left;
}

/** html #sideBarContent {
height: 100%;
}*/

#searchBox {
	background-color: #a6b3bc;
	height: 65px;
	width: 180px;
	margin-right: auto;
	margin-left: auto;
	float: none;
	text-align: center;
}

.SearchBtn    {
	margin-top: 7px;
	float: none;
	margin-right: 20px;
}

.sideBarImages_Buttons {
	margin-top: 4px;
}

.borderBelow {
	margin-top: 4px;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}

#sideBarBrownBox {
	/*	background-image: url(../images/feather_flow_strip.gif);
	background-repeat: repeat-x;*/
	height: auto;
	width: 180px;
	text-align: center;
	float: left;
	border-top-width: 0px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
}



.goBtn    {
	background-color: #E5D8C3;
	border: 2px solid #A68A5C;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #6A5532;
	font-variant: normal;
	font-weight: bold;
	font-size: 12px;
	float: none;
	margin-left: 20px;
	margin-bottom: 4px;

}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */
