/* Basic htm tags */
/* -------------- */

body {
	width: 100%;
	height: 100%;
	background: #99CAFF;
	margin: 0px;
		}
a:link {
	text-decoration: none;
		}
a:visited {
	text-decoration: none;
	color: #000000;
		}
a:hover, a:active {
	color: #FFFFFF;
	background: #000000;
	text-decoration: none;
	}

/* layout tags */
/* ----------- */


/* content */
/* ------- */

#content {
	position: absolute;
	width: 740px;
	margin-left: -370px;
	top: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%;
	left: 50%;
	background-position: center top;
	background-color: #66CCFF;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	color: #330;
	border-top: 3px solid #FFF099;
	border-right: 3px solid #B39C6B;
	border-bottom: 3px solid #B39C6B;
	border-left: 3px solid #FFF099;
	background-image: url(images/ClearDay.jpg);
	background-repeat: repeat;
	padding-bottom: 50px;
	}

/* header */
/* ------ */

#pageHeader {
	width: 708px;
	margin: 0px;
	padding: 0px;
	height: 100px;
	position: relative;
	left: 16px;
	top: 16px;
	}

#pageHeader h1 {
	position: relative;
	color: #6B8EB3;
	background-color: #FFF099;
	float: right;
	height: 50px;
	width: 510px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	text-align: center;
	line-height: 42px;
	}

#pageHeader h2 {
	position: relative;
	color: #FFFFFF;
	background-color: #6B8EB3;
	float: left;
	height: 50px;
	width: 190px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-align: center;
	line-height: 42px;
	}

#pageHeader img {
	position: absolute;
	left: -30px;
	top: 42px;
}

/* body text */
/* --------- */

#bodyText {
	position: relative;
	float: left;
	width: 490px;
	left: 25px;
	line-height: 130%;
	top: 30px;
	padding-bottom: 40px;
	}

.bodyItem {
	background-color: #99CAFF;
	color: #333333;
	border: 1px solid #000000;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	padding: 8px;
		}

.bodyItem h3 {
	height: 36px;
	margin: 0px;
	padding: 3px;
	background-color: #333333;
	color: #ffffff;
	font-size: 18px;
	line-height: 23px;
	}
	
#letlinks {
	color: #333333;
	text-decoration: none;
	text-align: center;
	background-color: #FFF099;
	border: 1px solid #666666;
	left: 16px;
	font-size: x-small;
	padding: 4px;
	margin: 4px;
}

.boxout{
	margin:10;
	padding:10px;
	color:#505050;
	line-height:1.5em;
}

img.left {
	float: left;
	margin: 5px 35px 5px 5px;
	padding: 5px;
}

img.center {
display: block;
margin: 0 auto 5px auto;
}

img.right {
	float: left;
	margin: 5px 5px 5px 35px;
}



/* link column */
/* ----------- */

#linkcolumn {
	width: 205px;
	left: 16px;
	position: relative;
	top: 30px;
	color: #660;
	font-style: normal;
	float: left;
	padding-bottom: 40px;
	}

#links, 
#testimonials,
#promotions {
	background-color: #82ACD9;
	margin: 0px 0px 10px;
	padding: 10px;
	color: #333333;
	border: 1px solid #000000;
	}

#links h3,
#testimonials h3,
#promotions h3 {
	height: 36px;
	margin: 0px;
	padding: 3px;
	background-color: #333333;
	color: #ffffff;
	font-size: 18px;
	}

#links p {
	color: #333333;
	background-color: #FFF099;
	height: 30px;
	border-left-width: 9px;
	border-left-style: solid;
	border-left-color: #6B8EB3;
	text-decoration: none;
	position: relative;
	width: 170px;
	left: 5px;
	top: 0px;
	}
	
#links a {
	text-decoration: none;
	color: #6B8EB3;
	font-style: normal;
	font-weight: bold;
	margin: 0px;
	line-height: 25px;
	padding-left: 5px;
	height: 30px;
	vertical-align: middle;
	display: block;
	}

#testimonials p {
	color: #333333;
	}

/* footer */
/* ------ */


.ckLink {
	color:#CCCCCC;
	display: inline;
	text-decoration: none;
}

.ckLink a:link{
	text-decoration:none;
	color: #CCCCCC;
}

.ckLink a:visited{
	text-decoration:none;
	color: #CCCCCC;
}

#hitcount{
	float: left;
}

#footer{
	float: left;
	position: relative;
	font-size: x-small;
	width: 708px;
	color: #333333;
	text-decoration: none;
	text-align: center;
	background-color: #FFF099;
	border: 1px solid #666666;
	left: 16px;
}

#footer img{
	vertical-align: middle;
	text-align: center;
}

#phormerr{
	color:#FF0000
}

#hitcount {
	display:none;
}
