@charset "utf-8";

/*only iPhone*/ @media only screen and (max-device-width: 960px) {      /*fixes too big font in mobile Safari*/     html {         -webkit-text-size-adjust:none;     } }

body {
	margin: 0;
	padding: 0;
	color: #548382;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.4;
	background-color: #AACAC9;
}

/* ~~ Element/tag selectors ~~ */
ul, ol, dl { 
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;	 /* removing the top margin gets around an issue where margins can escape from their containing div. The remaining bottom margin will hold it away from any elements that follow. */
	padding-right: 20px;
	padding-left: 20px;
	color: #FFF;
	font-size: 12px;
	font-weight: normal;
}
a img { /* this selector removes the default blue border displayed in some browsers around an image when it is surrounded by a link */
	border: none;
}

a:link {
	color: #FFF;
	text-decoration: none;
}
a:visited {
	text-decoration: underline;
	color: #FFF;
}
a:hover, a:active, a:focus { /* this group of selectors will give a keyboard navigator the same hover experience as the person using a mouse. */
	text-decoration: none;
	color: #1E3C3C;
}


.container {
	width: 962px;
	background: #e3f4f4;
	margin: 0 auto;
}


.header {
	background-color: #e3f4f4;
	background-image: url(../images/HEADER.jpg);
	height: 130px;
	background-repeat: no-repeat;
}
.menu {
	margin-top: -100px;
	margin-left: 580px;
	color: #1E3C3C;
	padding-bottom: 85px;
	text-align: right;
	padding-right: 20px;
}

/* ~~ The footer ~~ */
.footer {
	padding-top: 20px;
	padding-right: 0;
	padding-bottom: 20px;
	padding-left: 0;
	background-color: #548382;
	background-image: url(../images/FOOTER.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 460px;
}
.boxes {
	background-image: url(../images/BOXES.jpg);
	height: 464px;
	width: 294px;
	margin-left: 20px;
	padding-top: 20px;
	background-repeat: no-repeat;
	margin-bottom: 25px;
}
.boxes-long {
	background-image: url(../images/BOXES-LONG.jpg);
	height: 644px;
	width: 294px;
	margin-left: 20px;
	padding-top: 20px;
	background-repeat: no-repeat;
	margin-bottom: 25px;
}
.boxes-long img {
	margin-top: -20px;
}




/* ~~ miscellaneous float/clear classes ~~ */
.fltrt {
	float: right;
	margin-left: 8px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
}
.clearfloat { 
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
.rh-boxes {
	margin-right: 20px;
	margin-left: 20px;
}
.italic {
	font-style: italic;
	font-size: 11px;
}
.creeper {
	background-image: url(../images/Creeper2014.jpg);
	margin-right: 20px;
}
.creeper-middlebox {
	background-image: url(../images/CREEPER/creeper-middlebox.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}
.coastguards-middlebox {
	background-image: url(../images/COASTGUARDS/coastguards-middlebox2014.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}


.creeper p {
	/* [disabled]padding-left: 170px; */
	/* [disabled]padding-top: -10px; */
}
.coastguards {
	background-image: url(../images/Coastguards2014.jpg);
	margin-right: 20px;
}
.coastguards-map-text {
	background-image: url(../images/COASTGUARDS/coastguards-outside.jpg);
}
.contact-div-text {
	background-image: url(../images/contact-text-bkgnd.jpg);
}

.creeper-map-text {
	background-image: url(../images/CREEPER/creeper-middlebox.jpg);
}


.coastguards p {
	/* [disabled]padding-left: 170px; */
	/* [disabled]padding-top: -10px; */
}
.creeper-imagebox {
	/* [disabled]background-image: url(../images/CREEPER/creeper-imagebox.jpg); */
	background-repeat: no-repeat;
}
.table-pricing {
	margin-left: 20px;
	color: #FFF;
}
.boxes-doublewidth {
	height: 664px;
	width: 608px;
	background-image: url(../images/boxes-doublewidth.jpg);
	padding-top: 0px;
	margin-right: 20px;
}
#contactform {
	color: #FFF;
	background-image: url(../images/contact-bkgnd.jpg);
	height: 664px;
	font-size: 18px;
}
#thankyou-div {
	height: 60px;
	width: 962px;
	padding-top: 20px;
	padding-bottom: 20px;
}
.thankyou-text {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: center;
}
.cottages-text {
	text-align: center;
	font-size: 1.3em;
	color: #548382;
	background-image: url(../images/75.png);
	padding: 4px;
	margin-right: 10px;
	margin-left: 10px;
	border-radius: 7px;
	margin-bottom: 5px;
}
.cottages-text a {
	color: #558381;
}
.cottages-text a:hover {
	color: #000000;
}
.margin-adjust {
	margin-right: 12px;
}
.p-tel {
	font-size: 16px;
}
