/* Global */

body, form, input, div, iframe, img, h3, li, p, ul {
	border: 0;
	margin: 0;
	padding: 0;
}

body {
	background: #6091b3;
	padding: 20px 0 0 0;
}

.clear {
	clear: both;
	margin: 0;
	padding: 0;
}

.left {
	float: left;
}

.right {
	float: right;
}

a.button {
	background: transparent url("images/button.jpg") no-repeat;
	color: #666;
	display: block;
	font-family: Arial, Tahoma, Trebuchet MS, Verdana;
	font-size: 13px;
	height: 22px;
	padding: 7px 0 0 0;
	text-align: center;
	text-decoration: none;
	width: 139px;
}

a.button:hover {
	background-position: 0 -28px;
	width: 139px;
}

/* Text */

.subcontent {
	color: #000;
	font-family: arial, tahoma, verdana;
	font-size: 14px;
}

p, .date-tccontainer {
	color: #000;
	font-family: arial, tahoma, verdana;
	font-size: 14px;
}

p.blue {
	color: #096fa9;
	font-family: arial, tahoma, verdana;
	font-size: 14px;
}

p.red {
	color: #b81515;
	font-family: arial, tahoma, verdana;
	font-size: 14px;
}

p a {
	color: #b81515;
	font-family: arial, tahoma, verdana;
	font-size: 14px;
	text-decoration: underline;
}

p a:hover {
	color: #df1b1b;
	font-family: arial, tahoma, verdana;
	font-size: 14px;
	text-decoration: underline;
}

h3 {
	color: #b81515;
	font-family: arial, tahoma, verdana;
	font-size: 25px;
	font-weight: bold;
}

h3 a {
	color: #b81515;
	font-family: arial, tahoma, verdana;
	font-size: 25px;
	font-weight: bold;
	text-decoration: none;
}

h3 a:hover {
	color: #df1b1b;
	font-family: arial, tahoma, verdana;
	font-size: 25px;
	font-weight: bold;
	text-decoration: none;
}

/* Container */

.container {
	background: #fff;
	margin: 0 auto;
	padding: 20px;
	width: 900px;
}

/* Slides */

.slides {
	float: left;
	height: 346px;
	position: relative;
}

.slides .switch {
	background: #fff;
	height: 346px;
	left: 0;
	opacity: 0.0;
	position: absolute;
	top: 0;
	z-index: 8;
}

.slides .active {
	opacity: 1.0;
	z-index: 10;
}

.slides .last-active {
	z-index: 9;
}

.slides .switch img {
	display: block;
}

.slides .logo {
	background: transparent url("images/logo.png") no-repeat;
	height: 90px;
	left: 22px;
	position: absolute;
	top: 35px;
	width: 324px;
}

.slides .controls {
	background: transparent url("images/controlsbg.png") no-repeat;
	height: 52px;
	left: 77px;
	padding: 16px 0 0 16px;
	position: absolute;
	top: 125px;
	width: 184px;
}

.slides .controls p {
	color: #fff;
	display: inline;
	margin: 0 12px 0 0;
}

.slides .controls p a {
	color: #efe293;
	text-decoration: underline;
}

.slides .controls p a:hover {
	color: #fff;
	text-decoration: underline;
}

/* Navigation */

.nav {
	background: transparent url("images/navbg.jpg") repeat-x;
	height: 44px;
	width: 900px;
}

.nav ul {
	list-style-type: none;
	text-align: center;
	padding: 12px 0 0 0;
	width: 900px;
}

.nav li {
	display: inline;
	margin: 0 8px;
}

.nav li a.twitter {
	background: #38B9DB;
	color: #def8ff;
	padding: 5px;
	
	/* Round Corners */
	border-radius: 3px;
	-khtml-border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

.nav li a.twitter:hover, .nav li a.facebook:hover {
	color: #fff;
}

.nav li a.facebook {
	background: #3b5998;
	color: #eaf1fe;
	padding: 5px;
	
	/* Round Corners */
	border-radius: 3px;
	-khtml-border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

.nav li a {
	color: #fff;
	font-family: arial, tahoma, verdana;
	font-size: 14px;
	text-decoration: none;
	text-transform: uppercase;
}

.nav li a:hover {
	color: #f0e9bf;
}

.nav li.active a {
	color: #efe293;
	font-size: 16px;
}

/* Main */


.main {
	background: #e2e2e2;
	width: 900px;
}

.content {
	padding: 20px;
	width: 534px;
}

.welcome {
	background: transparent url("images/welcome.png") no-repeat top center;
	margin: 15px 0 10px;
	height: 68px;
	width: 534px;
}

.main p.blue {
	font-size: 16px;
	font-weight: bold;
	margin: 0 0 10px 0;
}

.main p {
	margin: 0 0 10px 0;
}

/* Sidebar */

.sidebar {
	background: transparent url("images/sidebarbg.png") no-repeat;
	height: 283px;
	margin: 15px 20px 0 0;
	width: 306px;
}

.sidebar p {
	font-size: 16px;
	font-weight: bold;
	margin: 30px 20px 10px;
}

.sidebar p.red {
	font-size: 18px;
	font-weight: bold;
	margin: 20px;
	text-align: center;
}

.peaceofmind {
	background: transparent url("images/peaceofmind.png") no-repeat top center;
	height: 39px;
	margin: 30px 0 0 0;
	width: 306px;
}

/* Links */

.divider {
	background: transparent url("images/divider.png") no-repeat;
	height: 36px;
	width: 900px;
}

.picture {
	background: transparent url("images/picture.jpg") no-repeat center center;
	border: 1px solid #999;
	height: 186px;
	margin: 0 0 20px 0;
	width: 146px;
}

.about {
	padding: 20px 0 10px 12px;
	width: 419px;
}

.about p {
	margin: 0 0 10px;
}

.beauty {
	background: transparent url("images/beauty.png") no-repeat top center;
	margin: 0 0 10px;
	height: 33px;
	width: 337px;
}

.links {
	background: transparent url("images/links.png") no-repeat;
	width: 193px;
}

.links ul {
	list-style-type: disc;
	margin: 40px 0 18px 0;
	width: 125px;
}

.links li {
	color: #b81515;
	margin: 0 20px 1px;
}

.links li a {
	color: #dc080c;
	font-family: arial, tahoma, verdana;
	font-size: 16px;
	font-weight: bold;
	text-decoration: underline;
}

.links li a:hover {
	color: #b81515;
}

.links li.active a {
	color: #b81515;
	text-decoration: none;
}

.photos {
	background: transparent url("images/photos.png") no-repeat center;
	cursor: hand;
	height: 195px;
	width: 120px;
}

/* Footer */

.footer {
	background: #484848;
	text-align: center;
	padding: 10px;
	width: 880px;
}

.footer p {
	color: #fff;
	display: inline;
	margin: 0 10px 0 0;
}

.footer p a {
	color: #efe293;
	margin: 0 0 0 10px;
	text-decoration: none;
}

.footer p a:hover {
	color: #f0e9bf;
	text-decoration: none;
}

/* Subpage */

.submain {
	background: #e2e2e2;
	padding: 10px 10px 0;
	width: 880px;
}

.subcontent {
	padding: 0 0 5px;
}

.subcontent h3 {
	padding: 0 10px 0;
}

.subcontent p {
	padding: 0 10px 10px;
}

.subcontent ul {
	padding: 0 40px 10px;
}

.subcontent li {
	color: #000;
	font-family: arial, tahoma, verdana;
	font-size: 14px;
}

.subcontent iframe {
	margin: 5px 0 15px 10px;
}

.subabout {
	background: transparent url("images/about.png") no-repeat;
	height: 29px;
	margin: 0 0 5px 0;
	width: 131px;
}

.subamenities {
	background: transparent url("images/amenities.png") no-repeat;
	height: 29px;
	margin: 0 0 5px 0;
	width: 205px;
}

.subrates {
	background: transparent url("images/rates.png") no-repeat;
	height: 29px;
	margin: 0 0 5px 0;
	width: 146px;
}

.subreservations {
	background: transparent url("images/reservations.png") no-repeat;
	height: 29px;
	margin: 0 0 5px 0;
	width: 279px;
}

.sublocation {
	background: transparent url("images/location.png") no-repeat;
	height: 29px;
	margin: 0 0 5px 0;
	width: 192px;
}

.subgallery {
	background: transparent url("images/gallery.png") no-repeat;
	height: 29px;
	margin: 0 0 5px 0;
	width: 174px;
}

.subcontact {
	background: transparent url("images/contact.png") no-repeat;
	height: 29px;
	margin: 0 0 5px 0;
	width: 165px;
}

/* Form */

.form {
	width: 350px;
}

.form p {
	padding: 15px 0 0 10px;
}

.form .right {
	margin: 0 24px 0 0;
}

.form .right2 {
	float: right;
	margin: 0 1px 0 0;
}

.input {
	color: #b81515;
	background: #f7f7f7;
	border: 1px solid #ddd;
	font-family: Arial, Tahoma, Trebuchet MS, Verdana;
	font-size: 14px;
	margin: 10px 0;
	padding: 5px;
	width: 150px;
}

.textarea {
	color: #b81515;
	background: #f7f7f7;
	border: 1px solid #ddd;
	font-family: Arial, Tahoma, Trebuchet MS, Verdana;
	font-size: 14px;
	height: 200px;
	margin: 10px 0 20px;
	padding: 5px;
	width: 575px;
}

.error {
	color: #ba141a;
	background: #FCD4D2;
	border: 1px solid #ba141a;
	font-family: Arial, Tahoma, Trebuchet MS, Verdana;
	font-size: 14px;
	margin: 10px 0 7px 0;
	padding: 10px 15px;
}

.success {
	color: #006536;
	background: #D2F9D2;
	border: 1px solid #006536;
	font-family: Arial, Tahoma, Trebuchet MS, Verdana;
	font-size: 14px;
	margin: 10px 0 12px 0;
	padding: 10px 15px;
}

.submit, .reservation {
	background: transparent url("images/button.jpg") no-repeat;
	border: 0;
	color: #666;
	display: block;
	font-family: Arial, Tahoma, Trebuchet MS, Verdana;
	font-size: 13px;
	height: 29px;
	margin: 0 0 15px;
	padding: 1px 0 0 0;
	text-align: center;
	text-decoration: none;
	width: 139px;
}

.reservation {
	margin: 8px 0 15px;
}

.submit:hover, .reservation:hover {
	background-position: 0 -28px;
	width: 139px;
}

/* Gallery */

.album {
	float: left;
	margin: 0 0 15px 10px;
	width: 213px;
}

.album2 {
	margin: 0 0 15px 10px;
	width: 713px;
}

.imagebutton {
	margin: 3px 0 15px 0;
}

.imagecontainer {
	margin: 0 0 0 10px;
	width: 880px;
}

.imagecontainer2 {
	margin: 0 0 0 10px;
	width: 713px;
}

.image a {
	background: #fff;
	border: 1px solid #cdcdcd;
	display: block;
	padding: 5px;
}

.image a:hover {
	background: #f7f7f7;
}

.video {
	background: #fff;
	border: 1px solid #cdcdcd;
	display: block;
	margin: 0 0 15px 10px;
	padding: 5px;
	width: 647px;
}
