/**
 * Contact Page Layout
 */
.contactImage
{
	float:left;
	width:500px;
	
	padding-bottom:20px;
}

/*width is 900px - 20px (Border width each
	side) - 20px (Padding each side) - 10 px 
	(Gap between this div and contactImage)*/
.contactInfo
{
	float:right;
	width:350px;
	padding-top:40px;
}

.contactInfo .bold
{
	font-weight:bold;
}

.contactInfo p
{
	text-align:right;
}

.contactInfo ul
{
	text-align:right;
	list-style-type:none;
}

.mapContainer
{
	clear:both;
	
	width:860px;
}

#map_canvas
{
	margin-left:auto;
	margin-right:auto;
	width:500px;
	height:300px;
}

.openingTimes
{
    float:right;
    
    text-align:left;
}

.openingTimes .days
{
    padding-right:15px;
}

