
/* Classes for making goGeo not look like a joke 
	hack [hak] -verb
	1. Computers. to devise or modify (a computer program), usually skillfully.
*/
body#search {
	background : #fff;
	margin : 0 20px 0 20px;
}
.threecol {
	background : #fff;
}
.colmid {
	background : #fff;
}
.threecol .colmid,
.threecol .colleft {
	background : #fff;
}
.colleft {
	background : #fff;
}
.search-nav-branding {
	float : left;
	margin : 20px 0 0 0;
}
.search-nav-branding ul {
	margin : 0;
	padding : 0;
	width : 600px;
}
.search-nav-branding ul li {
	float : left;
	font-size : .9em;
	margin : 0 10px 0 0;
	color : #999;
	border-right : 1px solid #777;
	padding : 0 10px 0 0;
}
#searchControls {
	background : #ebebeb;
}
#searchCrumbs #crumbs .breadcrumb {
	font-size : .9em;
}