@charset "UTF-8";
.page {
	width: auto;
	margin-right: -10px;
	margin-left: -10px;
}
.navBar {
	width: auto;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
}
.navLinks {
	width: auto;
}
a.navLink, p.navLink {
	color: #000;
	text-decoration: none;
	font-size: 18px;
}
.navLink:hover, .serviceElements:hover {
	color: #039;
}
div.imgDiv {
	width: 100%;
	height: 450px;
	background: url(Images/Pearl4.jpg);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50% 75%;
}
.bodyElements {
	width: auto;
	min-width: 1180px;
	margin-top: 20px;
	margin-left: 20px;
	margin-right: 20px;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	
}
.headerImage {
	width: 100%;
}
#serviceDropDown {
	display: none; 
	background-color: #FFF; 
	margin-left: -1%; 
	padding-left: 0%;
	padding-right: 4%; 
	position: absolute; 
	width: auto; 
	height: auto; 
	border: solid 1px black;  
	text-align: left;
}
.serviceElements {
	color: #000;
	text-decoration: none;
	font-size: 18px;
}

.formDiv {
	font-size: 20px;
	background-position: center;
	background-image: url(Images/border500px.png);
	background-repeat: repeat-y;
}
.error {
	color: #F00;	
}

h1 {
	font-size: 40px;
}
h2 {
	font-size: 40px;
	font-style: italic;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	text-align: center;	
}
h3 {
	font-size: 24px;
	font-style: italic;
}
p {
	font-size: 24px;	
}

table.navLink {
	border-spacing: 40px 0px;
}
