@charset "utf-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	width: auto;
	height: 100%;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1.2;
	background-color: #00c1dd;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
}
h1 {
	font-size: 2em;
	color: #000;
	font-weight: bold;
}
h2 {
	font-size: 1.25em;
	color: #157a68;
	font-weight: bold;
}
p {
	margin-bottom: 10px;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
.DNDHoneymoons {
	color: #FF0066;
	font-weight: bold;
}
.siteWrapper {
	width: auto;
	height: 100%;
	z-index: 1;
	position: relative;
}
.bgImage {
	height: 100%;
	position: absolute;
	width: 100%;
	z-index: -1;
}
.container {
	margin: 0 auto;
	width: 31.25em;
	height: auto;
	position: absolute;
}
.contentContainer {
	font-size: .75em;
	background-color: #fff;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	behavior: url(/js/PIE.htc);
	border: 1px solid #000;
	padding: 25px 10px 10px 10px;
	opacity: 0.8;
	-pie-background: rgba(255, 255, 255, 0.8);
}
.logoDNDEscapes {
	background: url(../images/logo_DNDEscapes.png) no-repeat;
	width: 291px;
	height: 118px;
	position: absolute;
	top: -90px;
	left: -20px;
	z-index: 2;
}
.logoDNDHoneymoons {
	background: url(../images/logo_DNDHoneymoons.png) no-repeat;
	width: 291px;
	height: 87px;
	position: absolute;
	bottom: -20px;
	right: -30px;
	z-index: 2;
}
.contactUs {
	background: url(../images/btn_contact_off.png) no-repeat;
	width: 166px;
	height: 45px;
	position: absolute;
	top: -50px;
	right: 5px;
	z-index: 2;
	cursor: pointer;
}
.contactUs:hover {
	background: url(../images/btn_contact_on.png) no-repeat;
	width: 166px;
	height: 45px;
	position: absolute;
	top: -50px;
	right: 5px;
	z-index: 2;
	cursor: pointer;	
}
.contactUs a {
	display: block;
}
.siteFooter {
	font-size: .625em;
	color: #000;
	margin: 0;
	padding: 0;
	display: block;
	position: absolute;
	right: 0;
	bottom: 0;
	height: 20px;
}
