div.bottom_nav { 
	background: #069 url(../img/bg_footer.jpg) top center repeat-x; 
	position: relative;
	width: 96%;
	padding-left: 2%;
	padding-right: 2%;
	height: 46px;
	}
div.bnav_ctrcontainer	{
	float: right;
	padding-left: 30px;
	width: 90%;
}
div.clickhere_container	{
	float: right;
}
/* google box */
div.google_search {
	position: relative;
	float: left;
	min-width: 179px;
	font-size: 9px;
	line-height: 1px;
	color: #FFF;
}

span.google_text input {
	position: absolute;
	top: 22px;
	left: 60px;
	height: 12px;
	width: 120px;
	border: none;
	font-family: "Trebuchet MS", trebuchet, verdana, arial, sans-serif; 
	font-size: 9px;
}

div.google_radio {
	position: absolute;
	top: 4px;
	left: 60px;
	height: 40px;
}

div.google_radio input {
	height: 9px;
	width: 9px; 
}

div.radio_text {
	color: #FFFFFF;
	display:block;
	float: left;
	line-height: 17px;
	margin-left: 2px;
	margin-right: 4px;
	margin-bottom: 0px;
	font-size: 10px;
	vertical-align:top;
}

div.radio_buttons{
	float: left;
	display:block;
	line-height: 15px;
	vertical-align:middle;
}

div.google_radio>div.radio_text { padding-top: 0; } /* hide me from ie */

div.google_submit {
	position: absolute;
	top: 22px;
	left: 188px;
}

div.google_power {
	color: #FFFFFF;
	position: absolute;
	top:10px;
	left: 15px;
	font-size: 10px;
	line-height: 11px;
	text-align: right;
}

/* click here */

div.click_here {
	position:absolute;
	right: 20px;
	top: 7px;
	line-height: 11px;	
	font-size: 9px;
	color: #ffffff;
}

div.click_here a {
	position:absolute;
	top: 13px;
	right: 10px;
	width: 67px;
	overflow: hidden;
	padding-top: 17px;
	height: 0 !important;
	height /**/: 17px; /* for IE5/Win only! */
	display: block;
	font-size: 1px;
	background: transparent url(../img/btn_orange_clickhere.gif) 0 0 no-repeat;
}

/* orange list */
div.bnavorangelinks {
	font-size: 10px;
	width: 70%;
	min-width: 450px;
	padding-left: 3%;
	color: #36C;
	text-align: center;
	padding-top: 5px;
}

div.bnavwhitetext {
	font-size: 9px;
	line-height: 11px;
	width: 70%;
	padding-left: 3%;
	min-width: 450px;
	color: #FFF;
	text-align:center;
	padding-top: 0px;
}
div.bnavwhitetext a	{
	color: #fff;
	text-decoration:underline;
	}
div.bnavorangelinks a	{
	color: #fc6;
	text-decoration:none;
	}
ul.orange_list {	
	list-style: none;
}

orange_list a { color: #fc6; text-decoration: none; }

	/* white list */

ul.white_list {
	list-style: none;
	padding-left: 2px;
}

ul.white_list li { float: left; font-size: 9px; padding-right: 6px; color: white;}
ul.white_list li a { color: white; text-decoration: underline; }
