body {
	FONT-FAMILY: Verdana;
	line-height: 24px;
	margin: 0px;
	padding: 0px;
	background-color: #ffffff;
	color: #333333;
	font-size: 12px;
	background-position: center top;
	background-repeat: repeat-x;
	background-image: url('../images/bg.jpg');
}
h1 {
	font-family: Garamond;
	font-size: 42px;
	line-height: 46px;
	font-weight: normal;
	font-style: italic;
	color: #026360;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 1px;
	margin: 0px;
}
p {
	padding: 0px;
	margin: 0px;
}
a {
	text-decoration: underline;
	color: #009590;
}
a:hover {
	text-decoration: underline;
	color: #009590;
}
img {
	border: 0px;
}
table {
	border-collapse : collapse;
}
table th {
	padding : 0;
}
table td {
	padding : 0;
}
.body {
	width: 936px;
	margin: 0 auto;
}
.header {
	background-position: center top;
	width: 936px;
	margin: 0 auto;
	padding: 0px;
	vertical-align: top;
	height: 163px;
	background-image: url('../images/header.jpg');
	background-repeat: no-repeat;
}
.menu {
	height: 58px;
	width: 926px;
	background-image: url('../images/menu.jpg');
	background-repeat: no-repeat;
	background-position: center top;
}
.content {
	background-position: center top;
	width: 936px;
	padding: 0px;
	margin: 0 auto;
	overflow: hidden;
	vertical-align: top;
	background-repeat: no-repeat;
	background-image: url('../images/sub.jpg');
}
.content-left {
	width: 614px;
	float: left;
	padding: 0px;
	margin: 0 auto;
	vertical-align: top;
}
.content-left2 {
	width: 614px;
	float: left;
	vertical-align: top;
}
.content-main-pic {
	height: 319px;
	width: 614px;
	padding-top: 0px;
	background-image: url('../images/content-main-pic.jpg');
	background-repeat: no-repeat;
	background-position: center top;
}
.pic-text {
	padding-left: 40px;
	padding-top: 225px;
	color: #000000;
	line-height: 19px;
	font-size: 11px;
}
.content-right {
	width: 322px;
	float: right;
	padding: 0px;
	margin: 0 auto;
	vertical-align: top;
}
.side {
	height: 292px;
	width: 293px;
	padding-top: 0px;
	background-image: url('../images/call.jpg');
	background-repeat: no-repeat;
	margin-left: 15px;
	margin-top: 10px;
	margin-bottom: 10px;
	background-position: center top;
}
.signup {
	float: right;
	padding-right: 40px;
}
.services {
	width: 322px;
	margin: 0 auto;
}
.services-top {
	width: 322px;
	background-image: url('../images/services-top.jpg');
	background-repeat: no-repeat;
	height: 53px;
	background-position: center top;
}
.services-mid {
	width: 282px;
	background-image: url('../images/services-mid.jpg');
	background-repeat: repeat-y;
	padding-left: 20px;
	padding-right: 20px;
	background-position: center top;
}
.services-bottom {
	width: 322px;
	height: 30px;
	background-image: url('../images/services-bottom.jpg');
	background-repeat: no-repeat;
	background-position: center top;
}
.footer {
	height: 64px;
	background: #009590;
	margin: 0 auto;
	text-align: center;
	COLOR: #fff;
	font-size: 10px;
	padding-top: 15px;
	vertical-align: middle;
	text-transform: uppercase;
}
.footer a {
	COLOR: #fff;
	text-decoration: none;
}
.footer a:hover {
	COLOR: #fff;
	text-decoration: underline;
}
.input {
	width: 185px;
	border: 1px solid #BBBBBB;
	font-family: Arial, Helvetica, sans-serif;
	color: #40797F;
	margin-bottom: 5px;
	margin-top: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
	font-size: 13px;
	padding-left: 3px;
	font-weight: normal;
	clear: both;
}
.area-text {
	padding-left: 15px;
	padding-bottom: 25px;
	padding-right: 25px;
}

#slideshow {
	position: relative;
}
#slideshow IMG {
	position: absolute;
	top: 0;
	left: 0;
	padding-left: 33px;
	padding-top: 29px;		
	z-index: 8;
	opacity: 0.0;
}
#slideshow IMG.active {
	z-index: 10;
	opacity: 1.0;
}
#slideshow IMG.last-active {
	z-index: 9;
}

