/* CSS Document */

#dirTopWrapper {
		width: 100%;
		}
		
#dirBottomWrapper {
		clear: both;
		width: 100%;
		}		
		
body#directions div#mapTop {
		float: right;
		width: 350px;
		height: 100%;
		padding: 10px 10px 5px 5px;
		}
		
body#directions div#dirTopContent {
		margin: 0 365px 0 0;
		padding: 5px 5px 5px 15px;
		height:100%;
		text-align: justify;
		}		
		
body#directions div#mapBottom {
		float: left;
		width: 240px;
		padding: 10px 0 15px 15px;
		}
		
body#directions div#dirBottomContent {
		margin-left: 255px;
		padding: 5px 15px 5px 5px;
		text-align: justify;
		}	
		

.clearer { clear: both;}		

body#directions div#footer {
		clear: left;
		}
