@import url(Common.css);

h1.Main { background: url(../Images/Header-Contact.jpg) no-repeat; }

.Flash {
    background: url(../Images/Flash-Road.jpg) no-repeat;
}

    .Location {
		float: left;
		margin-left: 10px;
		width: 200px;
    }
            
		.Location ul, .Location p {  }
		
		.Location p { margin-top: 10px; margin-left: 0px; }
		
		
		.Location h2 { margin-left: 0px; font-size: 1.3em; text-transform: uppercase; }  
	
		.Location ul {
			clear: both;
            margin-left: 0px;
            padding-left: 0px;
            text-indent: 0px;	        
		}
		
		.Location ul li {
			clear: both;
			overflow: auto;
			width: 200px;
			padding: 2px 0px;
			line-height: 1.5em;
		}
		
			.Location ul strong, .Location ul em {
				float: left;
				font-weight: normal;
				font-style: normal;
			}
			
			.Location ul strong { 
				width: 50px; 
				font-weight: bold;
			}
			
			.Location ul em { width: 150px; }

		.Location ul em a { display: inline; color: #cc0000; }
		.Location ul em a:hover { text-decoration: underline; }


.MapContainer {
	clear: both;
	margin: 0px 120px 0px 20px;
	padding: 5px;
	border: 1px solid #eee;
}

.Map {
	width: 670px;
	height: 460px;
}		

