@charset "utf-8";

/* CSS Document */

body {
	margin: 5px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 13px;
	color: #666;
	background-color: #f5f5f5;
}
a {
	color: #58609E;

}

a:hover, a:active {
	text-decoration: none;
}
a.item {
	width: 225px;
	float: left;
	margin-right: 10px;
	font-size: 11px;
	float: left;
	background-color: #EDEEF3;
	display: block;
	padding: 5px;
	border: 1px solid #7880B4;
	text-decoration: none;
	margin-bottom: 10px;
}
a.item:hover {
	color: #FFF;
	text-decoration: none;
	background-color: #58609E;
}


h1 {
	font-size: 18px;
	color: #FFF;
	font-weight: normal;
	margin-bottom: 5px;
	background-image: url(images/gradient_780x28.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	margin-left: -10px;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 10px;
	margin-top: 0px;
	clear: both;
}

h2 {
	font-size: 18px;
	color: #FFF;
	font-weight: normal;
	margin-bottom: 5px;
	background-image: url(images/gradient_780x28.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	margin-left: -10px;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 10px;
	margin-top: 0px;
	clear: both;
}
h3 {
	font-size: 18px;
	color: #FFF;
	font-weight: normal;
	margin-bottom: 5px;
	background-image: url(images/gradient_308x28.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	margin-left: -10px;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 10px;
	margin-top: 0px;
	clear: both;
}
h4 {
	color: #FFF;
	background-color: #58609E;
	margin-top: 5px;
	margin-right: -10px;
	margin-bottom: 5px;
	margin-left: -10px;
	padding-top: 4px;
	padding-right: 10px;
	padding-bottom: 4px;
	padding-left: 10px;
}


.accent {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 22px;
	font-weight: bold;
	color: #DE362E;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EB8883;
}
.blue {
	color: #000084;
}
.border {
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #D9D9D9;
}


.clear {
	clear: both;
}

.form {
	width: 400px;
	color: #534822;
	background-color: #EDF0E9;
	border: 1px solid #969C5C;
}

.form td {
	padding: 5px;
	font-size: 16px;
	font-weight: bold;
	padding-left: 20px;
	padding-top: 10px;
	color: #BB5F51;
	font-family: Tahoma, Geneva, sans-serif;
}

.form  input, .form select, .form textarea {
	width: 95%;
	font-size: 11px;
	background-color: #FCFCFC;
	color: #534822;
}
.gallery img {
	width: 350px;
}
.gallery tr td {
	vertical-align: top;
}

.gray {
	color: #6A6B6D;
}
.name {
	margin-top: 5px;
	margin-bottom: 5px;
}
.small {
	font-size: 14px;
}
.testauthor {
	padding-bottom: 20px;
}

.testimonials {
	font-style: italic;
	font-family: Tahoma, Geneva, sans-serif;
	font-weight: bold;
}





#container {
	width: 1022px;
	margin-left: auto;
	margin-right: auto;
	background-color: #FFF;
	border: 1px solid #D1D5E9;

}

#content {
	clear: both;
	float: left;
	width: 1022px;
}

#footer {
	clear: both;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #4A5492;
	background-color: #EDEEF3;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #D1D5E9;
}
#footer a {
	text-decoration: underline;
	color: #4A5492;
}
#footer a:hover, #footer a:active {
	color: #9AB599;
	text-decoration: none;
}
#header {
	clear: both;
	background-color: #FFF;
	color: #4A5492;
	text-align: left;

}
#header #logo {
	float: left;
	width: 100px;
	background-color: #FFF;
	padding-left: 50px;
	padding-right: 45px;
	padding-top: 10px;
	padding-bottom: 0px;
}
#header #title {
	font-size: 66px;
	display: block;
	float: left;
	margin-top: 0px;
	margin-left: 20px;
	margin-bottom: 10px;
}
#leftcol {
	width: 178px;
	float: left;
	margin-top: 0px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 0px;
	margin-left: 10px;
}
#leftcol #lefttop {
	display: none;
}

#leftcol ul li a {
	color: #58609E;
	text-decoration: none;
	background-color: #EDEEF3;
	display: block;
	margin-bottom: 3px;
	list-style-type: none;
	text-align: right;
	font-size: 12px;
	font-weight: bold;
	background-repeat: repeat-y;
	background-position: -10px center;
	margin-left: 10px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-right: 5px;
	padding-left: 5px;
	border: 1px solid #D1D5E9;
	margin-top: 0px;
}
#leftcol ul li a:hover {
	background-color: #4A5492;
	background-image: none;
	color: #FFF;
}


#leftcol ul {
	margin: 0px;
	padding: 0px;
}

#leftcol ul li {
	display: inline;
}
#leftcol ul li a.navhighlight {
	background-color: #58609E;
	color: #FFF;
}
#leftcol ul li.subheadhead {
	display: block;
	list-style-type: none;
	background-color: #7880B4;
	color: #FFF;
	font-weight: bold;
	padding: 5px;
	margin-left: 10px;
	text-align: center;
	font-size: 14px;
	border: 1px solid #FFF;
}

#leftcol .contactinfo {
	background-color: #EDEEF3;
	border: 1px solid #D1D5E9;
	padding: 5px;
	color: #4A5492;
	text-align: center;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 10px;
}
#leftcol .contactinfo p {
	margin-top: 3px;
	margin-bottom: 3px;
}
#leftcol .contactinfo input {
	font-size: 11px;
	margin-right: 5px;
}
#leftcol .contactinfo a {
	color: #4A5492;
}
#login {
	background-color: #EDEEF3;
	border: 1px solid #D1D5E9;
	padding: 5px;
	color: #4A5492;
	text-align: center;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 10px;
}
#login input {
	font-size: 11px;
	margin-bottom: 2px;
}


#mainarea {
	float: left;
	width: 770px;
	background-color: #FFF;
	min-height: 400px;
	margin-left: 0px;
	font-size: 14px;
	padding-top: 10px;
	padding-left: 25px;
	padding-bottom: 20px;
	padding-right: 0px;
}

#mainarea img {
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	margin-right: 5px;

}


#mainarea p {
	margin-top: 8px;
	margin-bottom: 8px;
	line-height: 140%;
}
#mainarea #gallery img{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-left: 65px;
}


#mainarea #tour {
	margin: 10px;
	clear: both;
}
#mainarea #tourtext {
	float: left;
	width: 250px;
}
#mainarea #whatsnew {
	float: left;
	width: 325px;
	margin: 5px;
	border: 2px solid #F2F2F2;
}
#mainarea #events {
	float: right;
	width: 290px;
	margin: 5px;
	border: 2px solid #F2F2F2;
}
#mainarea .credit {
	font-size: 11px;
}
#mainarea ul li {
	margin-bottom: 5px;
	max-width: 500px;
}


#mainarea #leftcol {
	width: 400px;

}


#mainarea #calendar {
	margin-right: -20px;
	margin-left: -10px;
}
#mainarea #maincol {
	float: left;
	width: 440px;
}
#mainarea .multistrip img {
	height: 125px;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#mainarea .singlestrip img {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	width: 780px;
}
#mainarea .multistrip {
	margin-left: -10px;
	margin-bottom: 10px;
}
#mainarea .singlestrip {
	margin-left: -10px;
	margin-bottom: 10px;
}
#mainarea img.nomargin {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: -10px;
}
#mainarea .contactinfo {
	background-color: #EDEEF3;
	border: 1px solid #D1D5E9;
	padding: 10px;
	width: 300px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
#mainarea .contactinfo input {
	font-size: 12px;
	margin-top: 5px;
}
#maincol img {
	margin: 5px;
}

#nav a:hover, #nav a:active {
	background-color: #F00;
}
#rightcol {
	width: 300px;
	float: right;
	padding-top: 0px;
	padding-left: 10px;
	padding-right: 0px;
}
#rightcol a.box {
	display: block;
	background-color: #EDEEF3;
	margin-bottom: 10px;
	padding: 5px;
	color: #58609E;
	text-decoration: none;
	text-align: center;
	border: 1px solid #4A5492;
}
#rightcol a.box:hover {
	text-decoration: underline;

}
#rightcol div {
	background-color: #EDEEF3;
	border: 1px solid #D1D5E9;
	color: #4A5492;
}


#topnav {
	font-size: 12px;
	clear: both;
	padding-left: 213px;
}
#mainarea table tr td {
	vertical-align: top;
}
#container #content #mainarea table tbody tr .evencol {
	background-color: #E9E9E9;
}
#mainarea tr.headerrow td {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666;
	vertical-align: bottom;
}
#container #footer #credit a {
	font-size: 8px;
	text-decoration: none;
	color: #CED1DF;
}
#requestrental table {
	background-color: #EDEEF3;
	color: #4A5492;
	border: 1px solid #D1D5E9;
}
#requestrental h4 {
	margin-right: -4px;
	margin-left: -4px;
}

table tr td.formtext {
	font-weight: bold;
	color: #FFF;
	background-color: #58609E;
	text-align: right;
}
table tr td.formtext a {
	font-weight: bold;
	color: #FFF;
	text-decoration: underline;
}

