@charset "utf-8";
/* CSS Document */

body {
	background-color: #f5f191;
	background-image: url(../images/bkgrd.gif);
	background-repeat: repeat-x;
	text-align: center;
}

#container {
	width: 850px;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
	border: thin solid #c03a00;
	background-color: #FFFFFF;
	overflow:hidden;
	text-align: left;	
}
#header {
	background-color: #da8225;
	height: 173px;
	width: 850px;

}



#homeleft {
	float: left;
	width: 200px;
	padding-left: 10px;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 12px;
	font-weight: 600;
	color: #16200a;
	border-right-width: thin;
	border-right-style: ridge;
	border-right-color: #CC6600;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 0px;
	padding-bottom: 30px;	
}

#homemain  {
	float: right;
	width: 560px;
	padding-right: 10px;
	padding-left: 20px;
	font-family: Tahoma, Arial, sans-serif;
	color: #16200a;
	font-size: 12px;
	line-height: 1.4em;
	margin-bottom: 30px;
	font-weight: 500;
	margin-right: 30px;
}

#tripleft {
	float: left;
	width: 165px;
	padding-left: 10px;
	padding-right: 5px;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 12px;
	font-weight: 550;
	color: #16200a;
	border-right-width: thin;
	border-right-style: ridge;
	border-right-color: #CC6600;
	margin-top:13px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 0px;
	padding-bottom: 30px;	
}

#tripmain  {
	float: left;
	width: 430px;
	padding-right: 10px;
	padding-left: 20px;
	font-family: Tahoma, Arial, sans-serif;
	color: #16200a;
	font-size: 13px;
	line-height: 1.4em;
	padding-top: 0px;
	margin-bottom: 50px;
	font-weight: 550;
	margin-right: 10px;
	margin-top: 10px;
}

#tripmain img {
	margin: 10px;
}

#tripright {
	float: right;
	width: 165px;
	padding-left: 10px;
	padding-right: 5px;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 12px;
	font-weight: 600;
	color: #16200a;
	border-left-width: thin;
	border-left-style: ridge;
	border-left-color: #CC6600;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 0px;
	padding-bottom: 30px;	
}
#footer{
	width: 850px;
	margin-right: auto;
	margin-left: auto;
}
#footertext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #16200a;
	text-align: center;
}
#content {
	width: 850px;
	overflow:hidden;
}

.dropcap {

}


a:link {
	color: #600100;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #746a22;
}
a:hover {
	text-decoration: none;
	color: #da8225;
}
a:active {
	text-decoration: none;
	color: #da8225;
}
#homemain img {
	margin: 10px;
}
.dropcap {
	display: block;
	float: left;
	color: #CC6600;
	padding-top: 0.03em;
	padding-right: .05em;
	padding-bottom: 0;
	padding-left: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 4em;
	line-height: 0.85;
	font-weight: 500;
}

.highlight {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 13px;
	line-height: 1.4em;
	font-weight: 600;
	color: #600100;
}
.grnhighlight {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 13px;
	line-height: 1.4em;
	font-weight: 700;
	color: #cd7124;
}
.itinerary {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 12px;
	font-weight: 500;
	color: #16200a;
	line-height: 1.1em;
}

.italiccomments {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: italic;
}
.formtext  {
	font-family: Tahoma, Arial, sans-serif;
	color: #16200a;
	font-size: 13px;
	line-height: 1.4em;
	font-weight: 500;
	text-align: right;
	float: left;
	width: 400px;
	margin-left: 50px;
	}	