@charset "utf-8";
/* CSS Document */

.body {
	font-family: Verdana, Tahoma, Arial;
	background-color: #B5E2CF;
	margin-top: 10px;
}
a {
	color: #D26147;
	text-decoration: underline;
}
a:visited {
	color: #D26147;
	text-decoration: underline;
}
a:hover {
	color: #999;
	text-decoration: underline;
}
a:active {
	color: #D26147;
	text-decoration: underline;
}
h1 {
	font-size: 22px;
	font-weight: bold;
	color: #D26147;
	text-decoration: none;
	text-align:left;
	margin-top:10px;
	margin-bottom: 0;
	line-height: 25px;
}
h2 {
	font-size: 13px;
	color: #666;
	text-decoration: none;
	text-align:left;
	margin-top:5px;
	margin-bottom:8px;
	line-height: 17px;
	font-style: italic;
}
h3 {
	font-size: 13px;
	color: #666;
	text-decoration: none;
	text-align:left;
	margin-top:5px;
	margin-bottom:8px;
	line-height: 17px;
	font-style: italic;
}
h4 {
	font-size: 14px;
	font-weight: bold;
	color: #D26147;
	text-decoration: none;
	text-align:left;
	margin-top:10px;
	margin-bottom: 0;
	line-height: 25px;
}
h5 {
	font-size: 16px;
	font-style:italic;
	font-weight: bold;
	color: #D26147;
	text-align:left;
	margin:0px;
	line-height: 25px;
}

.bodytext {
	font-size: 12px;
	color: #605830;
	line-height: 18px;
	margin: 0px;
}
.bodytext p {
	font-size: 12px;
	color: #605830;
	line-height: 18px;
	margin-top: 5px;
}
.bodytextbold {
	font-size: 12px;
	line-height: 16px;
	color: #605830;
	font-weight: bold;
}
.header {
	font-size: 11px;
	font-weight: bold;
	color: #605830;
	text-decoration: none;
	text-align: right;
	margin: 0;
	padding-right: 10px;
	padding-bottom: 5px;
}
.header a {
	color: #333;
	text-decoration: none;
}
.header a:visited {
	color: #333;
	text-decoration: none;
}
.header a:hover {
	color: #D26147;
	text-decoration: none;
}
.header a:active {
	color: #333;
	text-decoration: none;
}
.navbar {
	font-size: 12px;
	font-weight: bold;
	letter-spacing: normal;
	color: #605830;
	text-decoration: none;
	text-align: center;
	padding-top: 8px;
	padding-bottom: 8px;
}
.navbar a {
	color: #333;
	text-decoration: none;
}
.navbar a:visited {
	color: #333;
	text-decoration: none;
}
.navbar a:hover {
	color: #D26147;
	text-decoration: none;
}
.navbar a:active {
	color: #333;
	text-decoration: none;
}
.faqs {
	background-image:url(island-wellness-faqs.gif);
	background-position: top right;
	background-repeat:no-repeat;
	font-size: 12px;
	color: #605830;
	font-weight: bold;
	text-align:left;
	margin: 0px;
	padding: 0px;
	margin-top: 2px;
	width: 281px;
	height: 245px;
}
.faqs p {
	font-size: 12px;
	margin: 0;
	margin-bottom: 6px;
	margin-left: 20px;
}
.faqs a {	
	color: #605830; 
	text-decoration: none; }
.faqs a:visited {  
	color: #605830; 
	text-decoration: none; }
.faqs a:hover {
	color: #93aa34;
	text-decoration: underline;
}
.faqs a:active {
	color: #605830;
	text-decoration: none;
}
.copyright {
	font-size: 10px;
	font-weight: normal;
	line-height: 15px;
	color: #605830;
	text-decoration: none;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 5px;	
}
.copyright a {
	color: #333;
	text-decoration: underline;
}
.copyright a:visited {
	color: #333;
	text-decoration: underline;
}
.copyright a:hover {
	color: #D26147;
	text-decoration: underline;
}
.copyright a:active {
	color: #333;
	text-decoration: underline;
}
.indexcontent {
	background-color: #FFFFFF;
	padding: 5px 10px 10px 20px;
	font-size: 12px;
}
.indexcontent blockquote{
	margin-top: 3px;
}
.content {
	background-color: #FFFFFF;
	padding: 5px 20px 10px 20px;
	font-size: 12px;
}
.floatright {
	float:right;
}
.floatLeft {
	float:left;
	padding: 0 25px 25px 0;
}
.clearFloat {
	clear: both;
}
.whiteBox {
	background-color:#FFF;
}