@charset "UTF-8";
body {
	background: #e8e9d4;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
}
/*fixes PNG transparency issue for IE*/
img { behavior: url(iepngfix.htc); }

#container {
	width: 780px;
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #67869a;
	text-align: left;
	margin-top: 18px;
	background-position: left top;
	background-repeat: no-repeat;
	width: 780px;
	background-image: url(../assets/featherBkgd_rotate.jpg);
}
#logoHotSpot {
	margin-left: 278px;
	width: 224px;
	height: 90px;
	margin-top: 75px;
	padding-bottom: 31px;
}

#navigation {
	width: 780px;
	height: 20px;
}
#mainContent {
	width: 616px;
	margin-left: 82px;
	margin-right: 82px;
	font-size: 12px;
	line-height: 24px;
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
}
#copyright {
	height: 48px;
	width: 780px;
	font-size: 9px;
	line-height: 24px;
	text-align: center;
	margin: 0 auto;
	color: #8b8c7f;
}
#jacqui {
	padding-top: 6px;
	margin-left: 20px;
	padding-right: 20px;
	display: inline;
	float: left;
	width: 110px;
}
.leftColumn {
	padding-right: 20px;
	vertical-align: top;
}
.rightColumn {
	padding-left: 20px;
	vertical-align: top;
}
.subhead {
	font-size: 13px;
	line-height: 22px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #f64f16;  /* orig. orange was #ff6600 */
}
.photoCaption {
	font-size: 10px;
	line-height: 24px;
	font-family: Arial, Helvetica, sans-serif;
	color: #555555;
}
	
.bodyText_lessLead {
	font-size: 12px;
	line-height: 18px;
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
}
.mizoneStatement {
	font-size: 13px;
	line-height: 22px;
	font-family: Arial, Helvetica, sans-serif;
	color: #67869A;
}
#quotation {
	width: 288px;
}
.quotation_LeftCol {
	margin-left: -2px;
}
.xtraAir {
	margin-top: 20px;
	margin-bottom: 20px;
}
.ul_suckitup {
	margin-top: -12px;
}
.bulletText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 24px;
	color: #666666;
	text-align: left;
	list-style-position: outside;
	list-style-image:url(../assets/blueBullet.png);
	margin-left: -24px;
	padding-bottom: 3px;
}
.miniType {
	font-size: 10px;
}
.slateBlue {
	color: #67869A;
}
#photoOpt3 {
	width: 198px;
	height: 154px;
	padding-top: 5px;
	margin-top: 18px;
	margin-bottom: 18px;
	margin-left: -2px;
}
#photoOpt1 {
	width: 198px;
	float: left;
	display: inline;
	height: 135px;
	padding-right: 12px;
}
#photoOpt2 {
	width: 198px;
	float: left;
	display: inline;
	height: 135px;
	padding-right: 12px;
	margin-top: 18px;
	margin-bottom: 6px;
}
#photoBkgd {
	background-image: url(../assets/lake_vignette2.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
#animation {
	width: 308px;
	height: 150px;
}

.Back_to_Top {
	font-size: 10px;
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
}
.image_linkStyle a:link {
	text-decoration: none;
}
.image_linkStyle a:hover {
	text-decoration: none;
}
.image_linkStyle a:active {
	text-decoration: none;
}
.image_linkStyle a:visited {
	text-decoration: none;
}

