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

* {
	margin: 0px;
	padding: 0px;
	border: 0px;
}

#banner img {
	text-align: center;

}
#home-banner {
	height: 225px;
	width: 100%;
	text-align: center;
}
#container {
	width: 1100px;
	margin-right: auto;
	margin-left: auto;
	background-color: #F7EFB8;
}
#home-content-text {
	float: left;
	width: 500px;
	padding-top: 30px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 60px;
}
#home-content-image {
	text-align: center;
	width: 500px;
	padding-top: 30px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 30px;
	margin-left: 550px;
}
#home_sub {
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
}

#facebook {
	height: 100px;
	padding-top: 20px;
	padding-left: 50px;
}

#navbar {
	height: 25px;
	padding-top: 20px;
	padding-bottom: 10px;
	padding-left: 30px;
	background-color: #F7EFB8;
}
#home-content-image img {
	border: thick solid #C67B4D;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #734234;
	font-size: 14px;
	color: #663333;
}
#navbar a {
	color: #663333;
	text-decoration: none;
}

h2 {
	font-size: 14px;
	font-weight: bold;
}
#navbar a:hover {
	color: #BF764B;
}



#navbar li {
	list-style-type: none;
	float: left;
	width: 150px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	letter-spacing: 1px;
	text-align: center;
}
#footer {
	font-size: 12px;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 60px;
	clear: both;
}
#template-banner {
	height: 225px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
#template-content {
	padding-top: 10px;
	padding-right: 30px;
	padding-bottom: 10px;
	padding-left: 70px;
}
h1 {
	font-size: 14px;
	font-weight: bold;
}

#template-pagetitle {
	height: 40px;
	text-align: center;
	vertical-align: middle;
	padding-top: 20px;
	padding-right: 50px;
	padding-bottom: 10px;
	padding-left: 50px;
}
#template-text {
	float: left;
	width: 550px;
	padding-top: 10px;
}
#template-image {
	width: 450px;
	margin-left: 550px;
	text-align: center;
}
#template-text a {
	color: #663333;
}
#template-text a:hover {
	color: #BF764B;
}
#gallery-links a:hover {
	color: #BF764B;
}

.bold {
	font-weight: bold;
}
#template-text ul {
	list-style-position: inside;
}
#tour-table {
	margin-left: 10px;
}
#remove-table1 {
	width: 400px;
}
#template-newsletter {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}
#newsletter-content a {
	color: #663333;
}
#newsletter-content a:hover {
	color: #BF764B;
}
#home-content-text a:hover {
	color: #BF764B;
}

#gallery-thumbs img {
	padding: 3px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#gallery-thumbs {
	float: left;
	width: 400px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 40px;
}
#gallery-big {
	width: 600px;
	margin-left: 460px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
}
#gallery-links {
	clear: both;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	font-size: 12px;
}
#gallery-links a {
	color: #663333;
}

#gallery-links li {
	float: left;
	width: 175px;
	list-style-type: none;
	text-align: center;
}
#home-content-text a {
	color: #663333;
}
/*-------form styles-------*/
#form {
	width: 350px;
	padding-right: 50px;
	padding-left: 50px;
	clear: left;
	float: left;
	}
#confirmation {
	width: 350px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 70px;
	height: 30px;
	text-align: left;
	}
form {
	width:350px;
	height: 390px;
	padding-top: 10px;
	position: relative;
	box-shadow: 2px 2px 1px 1px #333;
	border-radius: 6px;
	background-color: #734234;
	}
fieldset[class="txtbox"] {
	position:relative;
	margin: 15px;
	height: 30px;
	}
fieldset[class="messbox"] {
	position: relative;
	margin: 15px;
	height: 40px;
	}
label {
	position: absolute;
	top: 0px;
	left: 6px;
	z-index: 1;
	line-height: 30px;
	color: #663333;
	font-size: 10pt;
	font-weight:bold;
		}
input[type="text"], input[type="email"], textarea {
	width: 225px;
	border-radius: 6px;
	position: absolute;
	top: 0px;
	left: 0px;
	padding-left: 97px;
	padding-right: 5px;
	font-size: 10pt;
	box-shadow: 1px 1px 0px 0px #333;
	background-color: #FFC;	
	margin-right: auto;
	margin-left: auto;
	}
input[type="text"], input[type="email"] {
	height: 30px;
	}
textarea {
	height: 120px;
	padding-top: 10px;
	padding-bottom: 5px;
	}
input[type="submit"] {
	width: 60px;
	height:30px;
	border-radius: 6px;
	font-size: 10pt;
	color: #663333;
	position: absolute;
	right: 22px;
	bottom: 10px;
	box-shadow: 1px 1px 0px 0px #333;
	font-weight: 400;
	background-color: #FFC;
	}
input[type="submit"]:hover {
	color:	#930;
	border: thin solid #666666;
	}
#contact-table {
	margin-right: auto;
	margin-left: auto;

}
#form p {
	padding-left: 20px;
}#contact-main {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
}
#contact-form {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}
#contact_title h2 {
	text-align: center;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
