﻿#contactUsLabelLocation
{
	position: relative;
	top: 15px;
	left: 25px;
}

#contactUsImage
{
	position: relative;
	top: 40px;
	left: 45px;
}

#contactUsInfo
{
	position: relative;
	top: -60px;
	left: 220px;	
	z-index: 6;
}

.contactUsLink
{	
	position: relative;
	font-family: Verdana;
	font-size: 13px;		
	font-weight: bold;
	z-index: 6;
}

.contactUsLink a
{
	text-decoration: none;
	color: #202fc4; 	
}

.contactUsLink a:hover
{
	text-decoration: none;
	color: #f69503;
}