@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;
	min-width: 1205px;
	background: url(Images/pearlLadySmall.jpg);
	background-size: cover;
	margin-left:auto;
	background-repeat: no-repeat;
	background-position: top;
}
.bodyElements {
	width: auto;
	margin-top: 100px;
	margin-left: 20px;
	margin-right: 20px;
	min-width: 1180px;
    font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
}
.headerImage {
	width: 100%;
}
div.pearlTypes {
	margin-top: 75px;
	font-style: italic;
	max-width: 1000px;
	width: 70%;
}

.mapContainer {
	margin-top: 50px;	
}
#locationImage {
    min-width: 250px;
	min-height: 250px;
    max-width: 250px;
	margin: auto;
	margin-top: 15px;
    align-content: center;
    background-image: url('Images/Dover.jpg');
    background-size: 100% 100%;
    
    display: inline-block;
    text-align: right;
    vertical-align: middle;
    margin-right: 5px;
}
#map {
	min-width: 550px;
	min-height: 550px;
	max-width: 750px;
	margin: auto;
	margin-top: 15px;
    
    display: inline-block;
    text-align: left;
    vertical-align: middle;
    margin-left: 5px;
}
#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;
}


h3 {
	font-size: 40px;
}
h2 {
	font-size: 40px;
	font-style: italic;
	/*font-family:"Times New Roman", Times, serif;*/
	text-align: center;	
}
h1 {
	font-size: 24px;
	font-style: italic;
}
p {
	font-size: 20px;
}

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