body {
	margin: 0;
	padding: 0;
	font-family: "Trebuchet MS", Arial, "Helvetica CE";
	font-size: 95%;
	color: #333333;
	background-color: #045386;
	background-image: url(images/background.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}

h1 {
	font-size: 1.8em;
	font-family: "Trebuchet MS", Arial, "Helvetica CE";
	font-weight: normal;
	text-transform: uppercase;
	color: #D32F1D;
}

h2 {
	font-size: 1.4em;
	font-family: "Trebuchet MS", Arial, "Helvetica CE";
	font-weight: normal;
	text-transform: uppercase;
	color: #045386;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #045386;
	padding-bottom: 4px;
	padding-left: 14px;
	background-image: url(images/h2.jpg);
	background-repeat: no-repeat;
	background-position: left 30%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}

h3 {
	font-size: 1.4em;
	font-weight: normal;
	font-family: "Trebuchet MS", Arial, "Helvetica CE";
	text-transform: lowercase;
	color: #045386;
	margin: 0px;
	padding-left: 26px;
}
h4 {
	font-family: "Trebuchet MS", Arial, "Helvetica CE";
	font-size: 1em;
	font-weight: bold;
	color: #045386;
	text-transform: uppercase;
}
h5 {
	font-family: "Trebuchet MS", Arial, "Helvetica CE";
	font-size: 1.2em;
	font-weight: normal;
	text-transform: uppercase;
	color: #045386;
	padding-top: 4px;
	padding-bottom: 4px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #045386;
	border-bottom-color: #045386;
}

p, ul, ol {
	margin-bottom: 1.6em;
	line-height: 180%;
}
blockquote {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	margin: 0px;
	background-image: url(images/blockquote.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 26px;
}

a:active, a:focus { 
	outline: 0 
} 

a {
	color: #D32F1D;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
	color: #045386;
}

img {
	border: none;
}
#header {
	width: 980px;
	height: 280px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 0px;
}
#header  h1 {
	padding-left: 40px;
	font-size: 12px;
	color: #000000;
	display: none;
}

/* Menu */

#menu {
	width: 960px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-left: 0px;
	background-image: url(images/menu.jpg);
	background-repeat: no-repeat;
	height: 128px;
	background-color: #FFFFFF;
	padding-top: 2px;
	padding-bottom: 0px;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu .home a{
	background-image: url(images/home.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	width: 88px;
}


#menu .about a{
	background-image: url(images/about.jpg);
	background-repeat: no-repeat;
	width: 88px;
	background-position: center top;
}


#menu .tours a{
	background-image: url(images/tours.jpg);
	background-repeat: no-repeat;
	width: 88px;
	background-position: center top;
}

#menu .gallery a{
	background-image: url(images/photos.jpg);
	background-repeat: no-repeat;
	width: 88px;
	background-position: center top;
}



#menu .policies a{
	background-image: url(images/policies.jpg);
	background-repeat: no-repeat;
	width: 88px;
	background-position: center top;
}


#menu .contact a{
	background-image: url(images/contact.jpg);
	background-repeat: no-repeat;
	width: 88px;
	background-position: center top;
}

#menu a {
	display: block;
	float: left;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 1.3em;
	color: #045386;
	padding-top: 86px;
	padding-right: 36px;
	padding-bottom: 0px;
	padding-left: 36px;
	text-align: center;
	font-weight: normal;
	margin: 0px;
}

#menu a:hover {
	color: #D32F1D;
}

/* Page */

#page {
	width: 940px;
	background-color: #FFFFFF;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}

/* Content */

#content {
	float: right;
	width: 627px;
	background-image: url(images/content_top.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

#contentwide {
	float: left;
	width: 940px;
	background-image: url(images/content_top_wide.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

.post {
	text-align: justify;
}

.post .title {
	margin: 0;
	padding-top: 50px;
	padding-left: 36px;
}

.post .entry {
	padding-top: 26px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 47px;
}

#col1 {
	float: left;
	height: 240px;
	width: 240px;
	margin-right: 67px;
	background-image: url(images/col1.jpg);
	background-repeat: no-repeat;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 30px;
	text-align: left;
}

#col2 {
	float: left;
	height: 240px;
	width: 220px;
	background-image: url(images/col2.jpg);
	background-repeat: no-repeat;
	padding-top: 20px;
	padding-right: 30px;
	padding-bottom: 20px;
	padding-left: 30px;
	text-align: left;
}

/* Sidebar */

#sidebar {
	float: left;
	width: 260px;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 0px;
	padding-bottom: 0px;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #045386;
	margin-top: 48px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#sidebar ul {
	padding: 0px;
	list-style-position: inside;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}

#sidebar li {
	background-image: url(images/sidebar_link.jpg);
	background-repeat: no-repeat;
	background-position: left 60%;
	padding-left: 18px;
	list-style-type: none;
	list-style-position: inside;
	margin-bottom: .3em;
}

#sidebar blockquote {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	margin: 0px;
	text-align: justify;
	background-image: url(images/blockquote.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 26px;
}
.redname {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	color: #D32F1D;
}

/* Footer */

#footer {
	clear: both;
	height: 130px;
	width: 980px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 0px;
	background-image: url(images/footer.jpg);
	background-repeat: no-repeat;
}

#footer p {
	margin: 0;
	color: #333333;
	font-size: 80%;
	padding-top: 20px;
	line-height: 1.4em;
	text-align: right;
	padding-right: 42px;
}

#footer a {
	color: #333333;
}

#bottomnav {
	float: right;
	padding-top: 54px;
	padding-right: 42px;
	color: #FFFFFF;
	font-size: 80%;
}

#bottomnav a {
	color: #FFFFFF;
	text-decoration: underline;
}

#bottomnav a:hover {
	text-decoration: none;
}
.thumb {
	float: left;
	padding-right: 15px;
}
.thumbright {
	float: right;
	padding-left: 20px;
}
tr {
	vertical-align: top;
}
.forminput {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	padding: 4px;
	width: 320px;
	background-color: #EAE2B7;
	border: 1px solid #666666;
}
