@charset "UTF-8";

/* RESET ELEMENTS */
html, body, div, span, object, iframe, blockquote, pre, a, h1,h2,h3,h4,p, abbr, acronym, cite, code, del, dfn, img, small, dl, dt, dd, ol, ul, li, fieldset, form, label, legend {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
}

/* FOCUS STYLES */
:focus {
	outline: 0;
}

/* HTML ELEMENTS */

body {
	background-image: url(/images/bodybg.gif);
	background-repeat: repeat-x;
	background-color: #fef6ea;
	text-align: center;
	margin: 0 auto;
	font-family: Verdana,"Times New Roman";
	font-size: 12px;
	color:#002A5B;
}

p {
	margin-bottom: 20px;
}

a {
	text-decoration: none;
}

strong {
	color:#002A5B;
	font-size:14px;
}

/* GENERAL BITS */

.clear { clear: both; }
.imageheading {
	display: block;
	background-repeat: no-repeat;
	height: 0px;
	overflow: hidden;
}

.uppercase {
	text-transform: uppercase;
}
.small {
	font-size: 10px;
}

/* COLORS */

.grey { color: #5a5e61;}

/* DIV CONTAINERS */

#pageWrapper {
	width: 905px;
	text-align: left;
	margin: 0 auto;
}

#headerWrapper {
	width: 905px;
	height: 357px;
	background-image: url(/images/headerbg.jpg);
	background-repeat: no-repeat;
}

#contentWrapper {
	width: 905px;
	background-image: url(/images/contentwrapperbg.gif);
	background-repeat: repeat-y;
	padding: 20px 50px 25px 35px;
}

#footerWrapper {
	width: 905px;
	background-image: url(/images/footerwrapperbg.gif);
	background-repeat: no-repeat;
	text-align: center;
	padding: 10px 0;
	color: #969073;
	font-size: 10px;
}


/* HEADER BITS */
#headerWrapper #logo {
	float: left;
	margin: 40px 0 0 0px;
	text-indent: -999em;
	width: 217px;
	height: 79px;
	padding-left:42px;
}
#headerWrapper #logo a {
	/* use with imageheading class */
	background-image: url(/images/logo.gif);
	width: 217px;
	padding-top: 79px;
}

#headerWrapper #navigation li {
	display: block;
	float: left;
}


#headerWrapper #contactinfo {
	width: 219px;
	height: 124px;
	float: left;
	margin: 70px 0 0 0px;
	padding-left:35px;
}
#headerWrapper #contactinfo p { display:none; }

#headerWrapper #flashplayer {
	width: 595px;
	height: 231px;
	float: right;
	background-color: #000;
	margin: 2px 14px 0 0;
}

/* CONTENT WRAPPER INNER CONTAINERS */

#contentWrapper #leftcol.style1 {
	float: left;
	width: 250px;
	margin-right: 40px;
}

#contentWrapper #maincol.style1 {
	float: left;
	width: 535px;
}



/* WIDGETS: CHECK AVAILABILITY ETC... */

/* Begin Check Availability */
div#checkavailabilitywrapper {
	background-color: #dfeef7;
	padding: 15px 20px 15px 30px;
}

form#checkavailabilityform {
	margin: 10px 0;
}
form#checkavailabilityform p {
	margin-bottom: 5px;
}
/* End Check Availability */

/* Help getting to Jersey */

div#needhelpgettingtojerseywrapper {
	background-color: #dfeef7;
	padding: 0 20px 20px 30px;
}

/* End help getting to Jersey */

a#jerseytourism {
	display: block;
	text-align: center;
	margin-top: 20px;
	padding-top: 90px;
	background-image: url(/images/jersey.gif);
	background-repeat: no-repeat;
	background-position: top center;
	font-size: 11px;
	color: #000;
}



/* MAIN CONTENT */
#contentWrapper #maincol h2#enjoyarelaxingbreak {
	/* use with class: imageheading */
	/*background-image: url(/images/enjoyarelaxingbreak.gif);
	width: 331px;*/
	/*padding-top: 37px;*/
	margin: 15px 0 20px 0;
}

/* FOOTER WRAPPER STUFF */

#footerWrapper a {
	color: #969073;
}

#footerWrapper a:hover { text-decoration: underline; }