/* CSS Document */
body {
	background-color: #FFFFCC;
	margin-left: 5px;
	margin-top: 1px;
	margin-right: 0px;
	margin-bottom: 0px;
	width: 90%;
	position: relative;
	left: 5%;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;

}
a:link {
	color: #86A54B;
}
a:visited {
	color: #E9AF6F;
}
a:hover {
	color: #663333;
}
div#header {
	left: 5%;
	top: 1px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 2em;
	color: #663333;
	background-color: inherit;
	padding-top: 5px;
	width: 100%;
}
div#header a {
	text-decoration: none;
	color: #663333;

}
.headerimage{
	float: right;
	top: 10px;
	display: block;
}
div#navbar {
	color: #ffffff;
	width: 100%;
	background-color: #663333;
}
div#navbar a:link {
	color: #FFFFFF;
	background-color: #663333;
	text-decoration: none;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFFFF0;
	padding-right: 2px;
	padding-left: 2px;		
}
div#navbar a:hover {
	background-color: #fffff0;
	color: #663333;
	text-decoration: none;
	background-color: #fffff0;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #663333;
	padding-right: 2px;
	padding-left: 2px;	
}
div#navbar a:visited {
	color: #CCCCFF;
	text-decoration: none;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFFFF0;
	background-color: #663333;
	padding-right: 2px;
	padding-left: 2px;
}
div#navbar a:active {
	color: #b9d1c8;
	text-decoration: none;
	background-color: #663333;
	padding-right: 2px;
	padding-left: 2px;
}
div#sidebar {
	width: 25%;
	background-image: url(images/sidebar.png);
	float: left;
	background-repeat: repeat-y;
}
.sidebar_image {
	border: 1px solid #663333;
	margin-top: 15px;
	margin-left: 20px;
	display:block;
}
div#content {
	float: left;
	width: 65%;
	margin-top: 30px;
	margin-left: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
.title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	color: #86A54B;
	background-color: inherit;
	font-weight: bold;
}
div#contact {
	float: left;
	width: 65%;
	margin-top: 90px;
	margin-left: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #663333;
}


div#contact img {
float:right;
border: 1px solid #663333;
margin: 2px;

}

#content hr {
	color: #663333;
}
.highlight {
	color: #663333;
	font-weight: bold;

}
.highlight2 {
	color: #663333;
	font-weight: normal;

}


div#footer {
	width: 100%;
	background-color: #663333;
	float:left;
	color: #ffffff;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
}
div#bottomBar {
	width: 100%;
	background-color:inherit;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	float:left;
}
div#bottomBar a:link {
	color: #330099;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #663333;
	padding-left: 2px;
	padding-right: 2px;
}
div#bottomBar a:visited {
	color: #990099;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #663333;
	padding-left: 2px;
	padding-right: 2px;
}
div#bottomBar a:hover {
	color: #FF0000;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #663333;
	padding-left: 2px;
	padding-right: 2px;
	
}
div#bottomBar a:active {
	color: #669933;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #663333;
	padding-left: 2px;
	padding-right: 2px;
}

div.testimonial {
	float: right;
	width: 15%;
	border: 1px double #663333;
	margin: 5px;
	background-color: #b9ce93;
	color: #663333;
	padding: 5px;

}
#content ul {
	list-style-type: none;
}
p.box{
	border-top: thin dotted #663333;
	border-bottom: thin dotted #663333;
}
div#links a:link {
	color: #86a54b;
	text-decoration: none;
}
div#links a:visited {
	color: #660000;
	text-decoration: none;
}
div#links a:hover {
	color: #CC6633;
	text-decoration: none;
	
}
div#links a:active {
	color: #FF9999;
	text-decoration: none;
}.tripimage {
	float: left;
	border: 1px solid #660000;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-right: 5px;
	margin-bottom: 5px;
}

.eventstable {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #663300;
	}