﻿/*CONTACT US PAGE*/
#contactUsImage
{
	background: #FFFFFF url(../images/contactUs/contactUs.gif) 0 0 no-repeat;
	color: #000000;
	width: inherit;
	height: 164px;
	margin: 0;
	padding: 0 0 0 0;
	clear: both;
	/*border: solid 2px black;*/
}

.mainContentContactUs
{
	background-color: #FFFFFF;
	color: #000000;
	margin: 0;
	padding: 0 10px 15px 35px;
	font-size: 1.0em;
	font-weight: normal;
	position: relative;
	/*border: solid 2px black;*/
}

.mainContentContactUs a
{
	border: none;
	text-decoration: none;
	font-weight: bold;
	color: #66232A;
}

.mainContentContactUs a:link
{
	border: none;
	text-decoration: none;
	font-weight: bold;
	color: #66232A;
}

.mainContentContactUs a:visited
{
	border: none;
	text-decoration: none;
	font-weight: bold;
	color: #66232A;
}

.mainContentContactUs a:hover
{
	border: none;
	text-decoration: none;
	font-weight: bold;
	color: #9ACEC9;
}


.mainContentContactUs img
{
	border: none;
	width: 230px;
	height: 16px;
	vertical-align: text-bottom;
}

#officeHoursImage
{
	background: #FFFFFF url(../images/contactUs/officeHours.gif) 0 0 no-repeat;
	color: #000000;
	width: inherit;
	height: 36px;
	margin: 0;
	padding: 0 0 0 0;
	clear: both;
	/*border: solid 2px black;*/
}

#contactUsFloatingImage
{
	border: solid 2px #66232A;
	width: 150px;
	height: 225px;
	position: absolute;
	top: 325px;
	right: 20px;
	z-index: 101;
	background: #FFFFFF url(../images/contactUs/lighthouse.jpg) 0 0 no-repeat;
}
/*END CONTACT US PAGE*/