/* css reset -- removed sup + sub from topmost block */

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, font, img, ins, kbd, q, s, samp,
small, strike, strong, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	color: black;
	background-color: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

img {
	vertical-align: text-bottom;
}

tbody, tfoot, thead, tr, th, td {
	vertical-align: middle;
}

/* end css reset */


body {
	margin: 0px;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}

#pageContainer {
	text-align: left;
}

.fullBody #contentContainer {
	width: 750px;
}

.fullBody #contentContainer,
.popupBody #contentContainer {
	margin: 10px;
}

input, textarea, select {
	font-family: Tahoma;
	font-size: .95em;
	border: 1px solid #999;
	border-top: 1px solid #ddd;
	border-left: 1px solid #ddd;
	padding: 2px;
}

.containedButton {
	background-color: #fff;
	background-image: url(/images/whitehtmlbuttonbg.gif);
	background-repeat: repeat-x;
	font-weight: bold;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 4px;
	padding-bottom: 4px;
}
.containedButton:active {
	border: 1px solid #ddd;
	border-top: 1px solid #999;
	border-left: 1px solid #999;
}

fieldset p {
	padding-top: 10px;
}

.bookingForm fieldset.imageButtons {
	margin-top: 10px;
	border-top: 1px solid #999;
}

fieldset.imageButtons p {
	text-align: center;
}

fieldset.imageButtons input {
	padding: 0;
	border: 0;
}

h2, h5, h6 {
	color: #0f294a;
}

.subNavContainer a,
label, bold, strong,
h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
}

em, i {
	font-style: italic;
}

h1 {
	font-size: 1.25em;
}
h2 {
	font-size: 1.2em;
}
h3 {
	font-size: 1.15em;
}
.textLarge,
h4 {
	font-size: 1.1em;
}
h5 {
	font-size: 1.05em;
}
h6 {
	font-size: 1em;
}
label,
.disclaimerContainer,
.textSmall {
	font-size: .95em;
}

.clear {
	clear: both;
}
.floatLeft {
	float: left;
}
.floatRight {
	float: right;
}
.center {
	margin-left: auto;
	margin-right: auto;
}
.textCenter {
	text-align: center;
}
.textNormal {
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
}
.textNotice,
.textNotice a,
.textRequired {
	color: #ff0000;
}

.textNotice a { 
	text-decoration: underline;
}

.disclaimerItem {
	padding-top: 15px;
}
.disclaimerItem p {
	padding-bottom: 15px;
}

.subNavContainer {
	padding: 15px;
	margin-bottom: 15px;
}

.waitPage {
	align: center;
	padding-top: 100px;
	text-align: center;
	font-size: .95em;
}

.waitPageHeader {
	text-align: center;
	font-weight: bold;
	font-size: 1.2em;
}

.searchboxfrom {
	float: right;
	padding: 5px;
	text-decoration: underline;
}

#resortinsuranceinfo.popupBody p, 
#resortinsuranceinfo.popupBody ul {
padding-bottom: 10px;
}

#resortinsuranceinfo.popupBody ul {
list-style-type: disc;
padding-left: 30px;