/* added by dogpaw */

/* Colors
light blue: d9edf2 (aqua retreat page)
light gree: C9E2A1 (aqua retreat page)
*/
body {
	font-family:Verdana, Geneva, sans-serif;
}
p {
	font-size: 10pt;
	color: #000066;
	line-height: 13pt;
}
h2 {
	font-size: 10pt;
	font-style: normal;
	font-weight: bold;
	color: #000066;
}
ul {
	font-size: 9pt;
	color: #000066;
	line-height: 13pt;
}
.photoCenter {
	display:block;
	margin:0 auto;
}

/* 2 col layout for Aqua Retreat page */
#colWrapper {
	text-align: left;
	margin: 0px auto;
	padding: 0px;
	border:0;
	width: 650px;
	background:url(images/aqua_retreat_col_bg.gif) repeat-y;
}
#colLeft {
	margin: 0;
	float: left;
	width: 325px;
	position: relative;
}
#colRight {
	margin: 0;
	float: left;
	width: 325px;
}
#contentLeft, #contentRight {
	padding:10px 20px;
}
/* end 2 col layout for Aqua Retreat page */

/* end added by dogpaw */


.small_copy {
	font-size: 8pt;
	color: #000066;
	font-style: normal;
	font-weight: normal;
	line-height: 10pt;
}
.tiny_copy { color: #006; font-size: 7pt; line-height: 9pt; }
.small_bold-copy {
	font-size: 8pt;
	color: #000066;
	font-style: normal;
	font-weight: bold;
	line-height: 10pt;
}
.copy {
	font-size: 10pt;
	color: #000066;
	font-style: normal;
	font-weight: normal;
	line-height: 13pt;
}
.headers {
	font-size: 10pt;
	font-style: normal;
	font-weight: bold;
	color: #000066;
}
.subhead_italic {
	font-size: 10pt;
	font-style: italic;
	font-weight: bold;
	color: #000066;
	font-variant: normal;
}
.subhead {
	font-size: 10pt;
	font-weight: bold;
	color: #000066;
	font-variant: normal;
}
.boldcopy_gold {
	font-size: 10pt;
	font-weight: bold;
	color: #ff6600;
	font-variant: normal;
		line-height: 13pt;
}
.boldcopy_red {
	font-size: 10pt;
	font-weight: bold;
	color: #ff0000;
	font-variant: normal;
		line-height: 13pt;
}
.boldcopy_red_lg {
	font-size: 16pt;
	font-weight: bold;
	color: #ff0000;
	font-variant: normal;
		line-height: 13pt;
}
.boldcopy_italic_gold {
	font-size: 10pt;
	font-weight: bold;
	font-style: italic;
	color: #ff6600;
	font-variant: normal;
		line-height: 13pt;
}

.boldcopy_blue {
	font-size: 10pt;
	font-weight: bold;
	color: #000066;
	line-height: 13pt;
	font-variant: normal;
}
.boldcopy_white { color: white; font-variant: normal; font-weight: bold; font-size: 10pt; line-height: 13pt; }
.header_gold {
	font-size: 14pt;
	font-style: normal;
	font-weight: bold;
	line-height: 16pt;
	color: #ff6600;
}
.header_blue {
	font-size: 14pt;
	font-style: normal;
	font-weight: bold;
	line-height: 16pt;
	color: #000066;
}
.Price_blue {
	font-size: 18pt;
	font-style: normal;
	font-weight: bold;
	line-height: 22pt;
	color: #000066;
}
.borderleft { border-top: 1px solid #006; border-bottom: 1px solid #006; border-left: 1px }

.borderright { border-top: 1px solid #006; border-bottom: 1px solid #006;  border-right: 1px }
.border { border: 1px #006 }
