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

<style type="text/css">
<!--
body {

	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #79705C;
}
body.oneColElsCtr {

	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #79705C;
}
body.footer {

	font: 100% Verdana, Arial, Helvetica, sans-serif;
	
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #938870;
}
body.booking {

	font: 100% Verdana, Arial, Helvetica, sans-serif;
	
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #a29883;
}
a:link { 
	color: #FFFFFF;
	text-decoration: none;
	}
a:visited { 
	color: #FFFFFF;
	text-decoration: none;
	}
a:hover { 
	color: #473223;
	text-decoration: none;
	}
a:active { 
	color: #473223;
	text-decoration: none;
	}
	
.buttonsSub a:link { 
	color: #FFFFFF;
	text-decoration: none;
	}
.buttonsSub a:visited { 
	color: #FFFFFF;
	text-decoration: none;
	}
.buttonsSub a:hover { 
	color: #473223;
	text-decoration: none;
	}
.buttonsSub a:active { 
	color: #473223;
	text-decoration: none;
	}
	
.oneColElsCtr #container {
	width: 1008px;
	background: #938870;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColElsCtr #mainContent {
	padding: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
.h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	font-weight: lighter;
	color: #FFFFFF;
	font-style: normal;
	margin-top: 10px;
	margin-bottom: 10px;
}
.h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #FFFFFF;
	font-style: normal;
	margin-left: 20px;
	margin-top: 10px;
}

.h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #FFFFFF;

	
}


.bodyfontsmall {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 15px;
	font-weight: lighter;
	color: #FFFFFF;
	font-style: normal;
}

.subTitleFont {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;	
	
}

.subSubTitleFont {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}

.subSubSubTitleFont {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
}

.phonefont {
	
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
	
	color: #FFFFFF;
	font-style: normal;
	
}
.booknow {
	padding-right: 0px;
	padding-left: 15px;
	width:140px;
	height: 200px
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	font-weight: lighter;
	color: #FFFFFF;
	font-style: normal;
	margin-top: 5px;
	margin-bottom: 10px;
	background: #a29883;
	
}
.socialmedia {
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 25px;
	
	
}
	

.inputtext { width: 125px; height: 15px; background: #E2E1D9;
		
}
.label { padding-top: 10px;
		
}
.selector2 {
	margin-left: 2.5em;
	
}
.selectorfont1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 15px;
	font-weight: lighter;
	color: #FFFFFF;
	font-style: normal;
}
.selectorfont2 {
	margin-left: 3em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 15px;
	font-weight: lighter;
	color: #FFFFFF;
	font-style: normal;
}

.line1 {
	padding-top: 2px;
	
}
.line2 {
	
	padding-bottom: 5px;
}
.line3 {
	padding-top: 5px;
	padding-bottom: 5px;
}

img.submit {padding-top: 6px;
			padding-bottom: 7px;
			padding-right: 20px;
		}

img.special {border: 1px #FFF solid;}

.footerfont {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8px;
	line-height: 20px;
	font-weight: lighter;
	color: #FFFFFF;
	font-style: normal;
	background: #938870;
	
} 


form {
margin:0;
padding:0;
}

-->
</style>