@charset "UTF-8";
/* CSS Document */

/* Normalizes margin, padding */
body, div, dl, dt, dd, ul, ol, li,h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td {
	margin:0;
	padding:0;
	}
	
img {
	border:0;
	}
	
body {
	height:100%;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	width: 100%;
	background: #6794c4 url(../../assets/images/back_tile.jpg) repeat-x;
	font: 62.5% "Trebuchet MS", Helvetica, Arial, sans-serif;
	}
	
table#Table_01 {
	width:990px;
	margin-right: auto;
	margin-left: auto;
	}
	
/*Define text styles*/

p {
	color: #a3897b;
	font-size: 1.2em;
	line-height: 1.4em;
	}
	
/*p:first-line {
	color: #984A23;
	font-weight: bold;
	}*/
	
h1 {
	color: #064e96;
	font-size: 2.3em;
	}
	
h2 {
	color: #974a24;
	font-size: 1.9em;
	}
	
h3 {
	color: #a3897b;
	font-size: 1.6em;
	font-weight: bold;
	}
	
h4 {
	font-size: 1.4em;
	font-weight: bold;
	color: #974a24;
	}
	
h5 {
	color: #A3897B;
	font-size: 1.1em;
	}
	
h6 {
	font-size: 1.3em;
	font-weight: bold;
	color: #a3897b;
	}
	
a:link {
	color: #974a24;
	}

a:visited {
	color: #974a24;
	}
	
a:hover {
	color: #A3897B;
	}
	

	
ul {
	font-size: 1.2em;
	color: #a3897b;
	list-style: disc inside;
	margin-top: 10px;
	margin-bottom: 10px;
	}
	
li {
	line-height: 1.4em;
	}

/*Define styles for content*/

#content {
	background: url(../../assets/images/home/back_content_tile.jpg) no-repeat top;
	padding-right: 75px;
	padding-top: 10px;
	float: left;
	width: 915px;
	}
	
#content img {
	float: left;
	margin-left: 65px;
	margin-right: 10px;
	}
	
#side_content {
	float: right;
	width: 460px;
	}
	
#sub_content {
	background: url(../../assets/images/sub/back_content_tile.jpg) no-repeat top;
	padding-right: 75px;
	padding-top: 10px;
	float: left;
	padding-left: 70px;
	width: 845px;
	}
	
.impact img {
	float: left;
	margin-right: 10px;
	}
	
#sub_content_noimg {
	padding-right: 75px;
	padding-top: 10px;
	padding-left: 75px;
	}
	
#footer {
	
	}
	
#footer p {
	display: inline;
	color: #003366;
	font-size: 1.1em;
	text-align: center;
	}
	
#footer a:link {
	color: #333333;
	}
	

	
/*Define styles for Rates Page */
#rates {
	background: #f6f6f6;
	border: 1px solid #cfcfcf;
	margin-top: 25px;
	margin-bottom: 10px;
	}
	
#rates h4 {
	margin: 4px 6px;
	}
	
#rates p {
	font-size: 1.4em;
	font-weight: bold;
	margin: 4px 6px;
	}
	
#rates tr {
	border-bottom: 1px solid #cfcfcf;
	}
	
tr.row {
	border-bottom: 1px solid #cfcfcf;
	}
	
/*Define styles for About Page*/
table#features {
	margin-left: 435px;
	margin-top: 15px;
	border: 1px solid #cfcfcf;
	background: #f6f6f6;
	}
	
#features ol {
	color: #a3897b;
	list-style: none;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 10px;
	}
	
#features li {
	font-size: 1.1em;
	}
	
#features h4 {
	margin-left: 8px;
	margin-top: 5px;
	margin-bottom: 5px;
	}
	
tr.odd {
	background: #E8E8E8;
	}
	
/*Define styles for Photo Gallery*/
.gallery {
	width: 800px;
	margin-right: 40px;
	margin-top: 15px;
	float: left;
	padding-top: 5px;
	padding-bottom: 5px;
	}
	
.photo img {
	}
	
.photo {
	display: inline;
	height: 100px;
	width: 100px;
	border: 1px solid #999999;
	padding: 3px;
	float: left;
	margin: 5px;
	}
	
.photo:hover {
	background: #666666;
	}
	
/*Define styles for form on Reservations page */
.reservations_right {
	float: right;
	width: 375px;
	}

table#form {
	border: 1px solid #cfcfcf;
	background: #f6f6f6;
	margin-top: 15px;
	font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
	}
	
table#form h5 {
	margin: 5px 10px;
	}
	
input {
	margin-top: 5px;
	margin-bottom: 5px;
	border: 1px solid #cfcfcf;
	width: 200px;
	font-size: 1.2em;
	color: #064E96;
	padding: 4px;
	}
	
textarea {
	margin-top: 5px;
	margin-bottom: 5px;
	border: 1px solid #cfcfcf;
	width: 200px;
	color: #064E96;
	font: 1.2em Arial, Helvetica, sans-serif;
	}
	
label {
	color: #984A23;
	font-size: 1.3em;
	margin-left: 8px;
	margin-right: 9px;
	float: right;
	}
	
.submit > input {
	width: 100px;
	padding: 1px;
	font-weight: bold;
	margin-top: 8px;
	margin-bottom: 8px;
	float: right;
	margin-right: 18px;
	}
	
.submit > input:hover {
	color: #984A23;
	background: #E0E0E0;
	}
	
/*Spam prevention*/

input.my-url {
	display:none;
	}

