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

body {
	margin: 0;
	padding: 0;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #000000;
	background-color: #FFFFFF;
	background-repeat: repeat;
	background-position: center top;
	background-image: url(images/clouds.jpg);
	background-attachment: fixed;
}

a:link {
	color: #009797;
}
a:visited {
	color: #009797;
}

#container {
	height: auto;
	width: 830px;
	margin:0px auto;
	border: thin solid #333333;
	background-color: #FFFFFF;
}

#banner {
	height: 280px;
	width: 830px;
	background-image: url(images/banner.jpg);
	background-repeat: no-repeat;
}


/* Content */

.left_content {
	float: right;
	width: 770px;
	padding-right: 30px;
	padding-left: 30px;
	padding-top: 20px;
	background-image: url(images/bg.jpg);
	background-repeat: repeat;
}
.footer/* Footer */

 {
	clear: both;
	font-size: 14px;
	color: #000000;
	text-align: center;
}

/* Form */

textarea {
	font-size:14px;
	width:270px;
	height:100px;
	overflow: auto;
	background-image: url(images/textarea.jpg);
	color: #FFFFFF;
}

input {
	font-size:14px;
	color: #FFFFFF;
}
input.textboxes {
	width:270px;
	height:20px;
	background-image: url(images/textbox.jpg);
}

input.btn {
	background-image: url(images/textbox.jpg);
	color: #FFFFFF;
	width:50px;
	height:20px;
}

.image_right {
	border: 2px solid #5A8D91;
	margin-right: 15px;
	margin-bottom: 15px;
	float: right;
	margin-top: 20px;
	margin-left: 15px;
}

.image_left {
	border: 2px solid #5A8D91;
	margin-right: 15px;
	margin-bottom: 15px;
	margin-top: 15px;
	float: left;
	margin-left: 15px;
}

#thanks {
	height: 220px;
	width: 250px;
	float: right;
	text-align: center;
}

#thanks a:link, #thanks a:visited {
	font-size: 11px;
	text-decoration: none;
}

#thanks a:hover {
	font-size: 11px;
	text-decoration: none;
	color: #996600;
}img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.gallery img {
	border: 1px solid #009999;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 15px;
}


/* newsletter signup box */
#newsletter_signup {
	width: 203px;
	height: 280px;
	color: #FFFFFF;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 4px;
	padding-top: 20px;
	padding-right: 70px;
	padding-bottom: 20px;
	padding-left: 25px;
	background-image: url(images/newsletter_back.gif);
	background-repeat: no-repeat;
	background-position: left top;
	float: right;
}
#newsletter_signup p {
	margin-bottom: 10px;
	padding: 7px 0 0 0;
	font-size: 10px;
	line-height: 1.3;
}
#newsletter_signup input {

}
#newsletter_signup span.text {
	margin: 0 0 10px 0;
	padding: 5px 0 0 5px;
	width: 198px;
	height: 19px;
	background: url(images/newsletter_input.jpg) top left no-repeat;
	display: block;
}
#newsletter_signup span.text input {
	width: 198px;
	border: 0;
	color: #999999;
	display: block;
	background: transparent;
}
#newsletter_signup button, #newsletter_signup button:visited {
	width: 74px;
	height: 22px;
	background: url(images/newsletter_sign_up.gif) top left no-repeat;
	border: 0;
	text-indent: -9999px;
	overflow: hidden;
	display: block;
}
#newsletter_signup button:hover {
	background: url(images/newsletter_sign_up.gif) center left no-repeat;
	cursor: pointer;
}
#newsletter_signup button:active {
	background: url(images/newsletter_sign_up.gif) bottom left no-repeat;
}
