/* styles for safari 3 */
@media screen and (-webkit-min-device-pixel-ratio:0) {
html {
	/*
	need this so that Safari3 can 
	use window.getMatchedCSSRules to collect CSSStyleRule later
	*/
	list-style-image: none; 
}
/* CSS styles appear below */
.searchContentFloat input {
	width: 117px;
	height: 14px;
	margin-top: 4px;
}
.searchContentFloat#image img {
	padding: 4px 0px 0px 4px;
}
.footerBase {
	min-height: 65px;
}
ol#footerNav li {
	float: left;
	padding: 5px 21px;
}
}