/* TAG STYLES */
* {
	margin: 0px;
	padding: 0px;
}
body {
	background: url(assets/images/body-bg.jpg) repeat-y fixed top center #DCE8D7;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	margin-bottom: 18px;
}
a {
/*	color: #09380a; */
}
a:hover, a:active {
	text-decoration: none;
}
a:visited {
	color: #666666;
}
address {
	font-size: 12px;
	font-style: normal;
	line-height: 18px;
	text-align: center;
}
address strong {
	color: #104117;
}
h1 {
	font-size: 24px;
	line-height: 36px;
	height: 90px;
	float: left;
	width: 306px;
	margin: 0px 18px;
}
h1 a {
	height: 90px;
	overflow: hidden;
	line-height: 999em;
	background: url(assets/images/tailored-travel-logo.gif) no-repeat top left;
	display: block;
}
h2 {
	float: left;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #104117;
	font-size: 18px;
	line-height: 36px;
	margin-top: 54px;
	font-weight: normal;
	font-style: italic;
}
h3 {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #104117;
}
ul, ol {
	margin-bottom: 18px;
	margin-left: 18px;
}
li {
	font-size: 12px;
	line-height: 18px;
}
blockquote {
	clear: left;
	color: #666666;
	font-size: 12px;
	line-height: 18px;
	border: 2px solid #CCCCCC;
	padding: 16px;
	margin-bottom: 18px;
}
blockquote a {
	color: #666666;
}

/* CONTAINER */
.container {
	width: 850px;
	margin: 0px auto;
}

/* HEADER */
.header {
}
.header-image {
	clear: left;
	background: #92B681;
	width: 846px;
	height: 140px;
	border: 2px solid #FFFFFF;
}
#header-menu {
	width: 850px;
	height: 36px;
	background: url(assets/images/header-menu-bg.gif) repeat-x top left #DCE8D7;
}
#header-menu ul {
	list-style: none;
	margin: 0px;
}
#header-menu li {
	float: left;
	cursor: pointer;
}
#header-menu a {
	display: block;
	text-decoration: none;
	padding: 0px 14px 2px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 34px;
	background: url(assets/images/header-menu-bg.gif) repeat-x top left #DCE8D7;
}
#header-menu a:link {
	color: #000000;
}
#header-menu a:hover,
#header-menu a:active {
	color: #104117;
	text-decoration: underline;
	background-color: #92B681;
}
#header-menu a:visited {
	color: #666666;
}
#header-menu .current {
	color: #104117 !important;
	background-color: #92B681;
}
#header-menu li ul {
	position: absolute;
	z-index: 99;
	left: -999em;
	height: auto;
}
#header-menu li:hover ul, .header-menu li:active ul,
#header-menu li.sfhover ul {
	left: auto;
}
#header-menu li li {
	clear: left;
}
#header-menu li ul a {
	width: 108px;
	padding: 0px 16px 2px;
	border-right: 2px solid #92B681;
	border-left: 2px solid #92B681;
}
/* CONTENT */
.content {
	width: 814px;
	margin: 18px;
	clear: left;
}
.print {
	text-align: right;
	margin: 18px;
}
.print a {
}
.left {
	float: left;
	margin: 0px 18px 18px 0px;
}
.right {
	float: right;
	clear: right;
	margin: 0px 0px 18px 18px;
}
.right img, left img {
	border: none;
}

/* FOOTER */
.footer-menu {
	list-style: none;
	margin-left: 0px;
	width: 814px;
	float: left;
}
.footer-menu li {
	float: left;
}
.footer-menu a {
	display: block;
	background: url(assets/images/kiwi.gif) no-repeat top left;
	line-height: 36px;
	padding: 0px 18px 0px 36px;
}
.qualmark {
	clear: left;
}
.qualmark img {
	float: left;
	border: none;
	margin-right: 18px;
}
.time {
	text-align: center;
}
.footer {
	clear: left;
	background: #92B681;
	width: 814px;
	border: 2px solid #FFFFFF;
	padding: 16px;
	margin-bottom: 9px;
}
.bottom-line {
	text-align: center;
	color: #999999;
	margin-bottom: 9px;
	font-size: 10px;
}
.bottom-line a {
	color: #999999;
}
.green {
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
}
.actionform {
	font-size: 12px;
	line-height: 18px;
}
.bolder {
	font-weight: bold;
	color: #104117;
}
