/* Johnson Brothers iPad specific styles */

body {
	background: #333;
}

#container {
	background: #fff;
}

#nav {
	height: auto;
}

	#nav img.nav_bottom {
		margin: -1px 0 0 11px;
	}
	
	#nav li a, #nav li a:link, #nav li a:visited, #nav li a:hover, #nav li a:active {
		width: 117px;
		background: url(../images/map/backer_nav_sprite.html) no-repeat 1px 0;
	}
	
	#nav li a.over, #nav li a.over:link, #nav li a.over:visited, #nav li a.over:hover, #nav li a.over:active {
		background-position: 1px -46px;
	}
.test {
  color:#F00;
}	
#footer {
	position: static;
	height: 43px;
	width: 100%;
	background: url(../images/map/backer_footer_bar.html) repeat-x 0 0;
	z-index: 50;
}

	#footer_container {
		width: 775px;
		margin: 0 auto;
		padding: 16px 0 0 175px;
		font: normal normal normal 13px/15px "Times New Roman", Times, serif;
		color: #999;
		text-align: right;
	}