/*******
	VENUE
*******/
	
	#right.directions h3.title {
		color:#ffcc00; 
		font-size:10px;
		margin-bottom: -10px;
	}
	
	.directions h2 {
		position: relative;
		float: left;
		margin-left: 45px;
		margin-top: 20px;
		font-size: 11px;
		font-weight: normal;
		color: #ffcc00;
	}
	
	.directions .map {
		position: relative;
		float: left;
		margin-left: 45px;
		margin-bottom: 25px;
		width: 425px;
		height: 350px;
	}
	
	#map h3 {
		color: #000000;
		font-size: 13px;
	}
	
	#map h4 {
		color: #000000;
		font-weight: normal;
		float: left;
	}
	
	#map img.venue {
		
	}
	
	#map a, #map a:visited {
		color:#000000;
		text-decoration: underline;
	}
	
	#map a:hover {
		color: #0094fc;
		text-decoration: underline;
	}