/* Coral Cay Health Style Sheet created by Terry Church Design */
body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;	
	color: #333;
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	background: #2284c9 url(images/sidestrip.jpg) repeat-x left top;
}
#wrapper {
	margin: 0px auto;
	width: 855px;
	background: #FFF;
}
#masthead {
	
}
#masthead #header1 {
	width: 855px;
	height: 52px;
	background: url(images/head1.jpg) no-repeat left top;
}
#masthead #header2 {
	width: 855px;
	height: 52px;
	background: url(images/head2.jpg) no-repeat left top;
}
#masthead #header3 {
	width: 855px;
	height: 68px;
	background: url(images/head3.jpg) no-repeat left top;
}
#masthead #header4 {
	width: 855px;
	height: 130px;
	background: url(images/head4.jpg) no-repeat left top;
}
#content {
	background: #ffffff url(images/gradient-body.jpg) repeat-x left top;	
}
#nobgcontent {
}
#intro {
	width: 503px !important;
	width: 490px;
	float: right;
	position: relative;
	margin-top: -80px;
	padding-right: 30px !important;
	padding-right: 40px;
}
#mainContent {
}
#mainContent #leftColumnHome {
	float: left;
	width: 295px;
	margin-left: 20px;
}

#mainContent #leftColumn {
	float: left;
	width: 194px;
	margin-left: 50px !important;
	margin-left: 25px;
	padding-top: 10px;
}
#mainContent .column {
	float: left;
	width: 240px;
	padding: 10px 10px 0 0; 
}
#mainContent .column p {
	padding-left: 1em;
}
#mainContent #rightColumnn {
	float: left;
	width: 470px;
	padding: 10px 30px 0 80px;
}
#mainContent #rightColumnnOther {
	float: left;
	width: 500px !important;
	width: 490px;
	padding: 10px 30px 0 8px !important;
	padding: 10px 30px 0 10px;
}
#productContent {
	padding-top: 10px;
}
.productColumn {
	float: left;
	width: 252px;
	height: 125px;
	margin: 0 0 0 25px !important;
	margin: 0 0 0 15px;
	background: url(images/tile.jpg) no-repeat right top;	
}
.productColumn h3 {
	padding-left: 1.35em;
	background: url(images/droplet.jpg) no-repeat left center;
}
.productColumn .heading {
	height: 18px;	
	margin: 12px 20px 0;
}
.productColumn .image {
	float: left;
	width: 65px;
	margin: 5px 0 0 20px !important;
	margin: 0 0 0 22px;
}
.productColumn .text {
	width: 140px;
	float: left;
	margin-left: 10px;
	padding-top: 10px !important;
	padding-top: 0;
}
.productColumn .text p {
	font-size: 12px;
	margin: 0;
	padding: 0;
}

a.more {
	float: right;
	display: block;
	margin: 0;
	padding: 0 18px 0;
	font-weight: bold;
	color: #0066CC;
}
	
#footer {
	color: #FFF;	
	font-weight: bold;
	text-align: center;
	clear: both;
	height: 45px;
	background: url(images/footer.jpg) no-repeat left top;
}
#footer p {
	font-size: 11px;
	padding-top: 10px;
}
#footer a {
	color: #FFF;
	text-decoration: underline;
}
#footer a:hover {
	text-decoration: none;
}

h1, h2, h3 {
	margin: 0px 0px 10px;
}
h1 {
	font-size: 22px;
	color: #013478;
}
h2 {
	font-size: 16px;
	font-weight: normal;
	color: #003399;
}
h3 {	
	font-size: 14px;
	color: #003399;
	
}
p {
	line-height: 1.4em;
}
a {
	color: #013478;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
img {
	border: none;
}
ul {	
	margin-left: 10px;
}

/* ------------- MISC ------------------------ */
#boxout {
	float: right;
	margin: 0 20px 10px 10px;
}
#boxout img {
}
.productName {
	font-weight: bold;
	color: #003399;
}
.separatorInvisible {
	clear: both;
}
.separator {
	background: #a9a9a9;
	clear: both;
	height: 5px;
	margin-bottom: 2em;
}
.warning {
	color:#CC0000;
	font-weight: bold;
}
.blue {
	color: #0066CC;
	font-weight: bold;
}
.newsdate {
	font-size: 11px;
	color:#999999;
}

.darkBlue {
	color: #013478;
}

.medBlue {
	color: #003399;
}

.lightBlue {
	color: #0066cc;
}

.red {
	color: #CC0000;
}

.newsdate {
	font-size: 11px;
	color:#999999;
}
/* ------------- CONTACT FORM ------------- */
#contactForm {
	margin: 30px 0 0 0;
}
#contactForm label, #contactForm input, #contactForm select, #contactForm textarea {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	display: block;
	width: 300px;
	float: left;
	margin-bottom: 10px;
	border: 1px solid #CCC;
}
#contactForm label {
	text-align: left;
	width: 120px;
	padding-right: 20px;
	border: none;
}
#contactForm .submitButton {
	border: 1px solid #003399;
	background: #003399;
	font-weight: bold;
	color: #FFF;
	width: 80px;
	cursor: pointer;
	padding: 0;
}
#contactForm br {
	clear: left;
}

/* ------------- TABLES ------------- */
table {
	font-size: 100%;
}
table p {
	font-size: 11px;
}
td {
	vertical-align: center;	
}
th {
	background: #0066CC;
	color: #FFF;
}