/* Start of CMSMS style sheet 'layout' */
/*html {height:100%}*/

body {
	background: url(images/body-bg.jpg) center fixed;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	color: #66665e;
}

em {
	font-style: italic;
}

p {
	margin: 0 0 20px 0;
}

a {
	color: #66665e;
	text-decoration: underline;
}

a:hover {
	color: #252522;
}

.clearBoth {
	width: 100%;
	height: 0px;
	clear: both;
}

#container {
	width: 780px;
	margin: 0px auto;
	padding: 0 35px;
	background-color: #faf8f6;
	border-right: 1px solid #707068;
	border-left: 1px solid #707068;
	overflow: visible;
}

	#header {
		width: 780px;
		height: 90px;
		margin: 0;
		padding: 35px 0 0 0;
		border-bottom: 1px solid #e7e6e2;
	}
	
		#logo {
			width: 191px;
			height: 60px;
			margin: 0px auto;
		}
		
			#logo a {
				width: 191px;
				height: 60px;
				float: left;
			}
			
			/*#logo a {
				background-image: url(images/logo.gif);
				text-indent: -9999px;
				overflow: hidden;
				outline: none;
			}*/
	
	h1 {
		width: 780px;
		padding: 25px 0;
		border-bottom: 1px solid #e7e6e2;
		font-size: 3.5em;
		font-style: italic;
		text-align: center;
	}
	
	#content h2 {
		margin: 0 0 12px;
		padding: 0;
		font-size: 1.1em;
		font-style: normal;
		font-weight: 800;
		text-align: left;
		text-transform: uppercase;
	}
	
	#content h3 {
		margin: 0 0 12px;
		padding: 0;
		font-size: 1.2em;
	} 
	
	#content {
		width: 780px;
		margin: 0px 0px 0px 0px;
		padding: 30px 0px;
		border-bottom: 1px solid #e7e6e2;
		font-size: 1.2em;
		line-height: 1.6;
		overflow: auto;
	}
	
		.header-image {
			margin: 0 0 30px;
		}
	
		.col {
			float: left;
			margin: 0 0 0 18px;
		}
		
		.col1 {
			margin: 0;
			clear: left;
		}
		
		.col2 {
			float: right;
		}
	
		.span2 {
			width: 248px;
		}
		
		.span3 {
			width: 381px;
		}
		
		.span6 {
			width: 780px;
		}
		
		.facilities {
			margin: 10px 0 0;
			padding: 30px 0 0;
			border-top: 1px solid #e7e6e2;
		}
		
		.rooms-intro {
			margin: 0 0 30px;
			padding: 0 0 10px;
			border-bottom: 1px solid #e7e6e2;
		}
	
	#footer {
		width: 780px;
		margin: 0;
		padding: 30px 0;
		text-align: center;
		font-size: 1em;
		text-transform: uppercase;
	}
	
#image {
	width: 780px;
	margin: 0px 0px 0px 0px;
	padding: 30px 0px;
	border-bottom: 1px solid #e7e6e2;
	text-align: center;
	font-size: 1.2em;
	overflow: auto;
}

/* CONTACT FORM */

.contactform, .contactform div {
	width: 350px;
}

.contactform label, .contactform input, .contactform textarea {
	float: left;
}

.contactform label {
	width: 90px;
	margin: 0 10px 0 0;
	clear: left;
}

.contactform input, .contactform textarea {
	width: 240px;
	margin: 0 0 10px;
	padding: 2px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
}

.contactform .submit input {
	width: auto;
	float: right;
	background-color: #66665E;
	border: none;
	color: #FFF;
	cursor: pointer;
}

.error_message {
	margin: 0 0 5px;
	color: #CC0000;
}
		
/* End of 'layout' */

