@charset "UTF-8";
* {
	margin: 0px;
	padding: 0px;
}
body {
	background-color: #254473;
	text-align: center;
}
#wrapper {
	background-color: #FFFFFF;
	width: 820px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: left;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
}
#header {
	height: 350px;
	width: 820px;
}
#navigation {
	background-color: #00aeef;
	height: 35px;
	width: 820px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #FFFFFF;
}
#navigation a.home {
	background-image: url(../_images/home-button.png);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -9999px;
	display: block;
	height: 35px;
	width: 132px;
}
#navigation a:hover.home {
	background-position: right;
}
#navigation a.itinerary {
	background-image: url(../_images/itinerary-button.png);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -9999px;
	display: block;
	height: 35px;
	width: 106px;
}
#navigation a:hover.itinerary {
	background-position: right;
}
#navigation a.package {
	background-image: url(../_images/package-button.png);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -9999px;
	display: block;
	height: 35px;
	width: 232px;
}
#navigation a:hover.package {
	background-position: right;
}
#navigation a.interest {
	background-image: url(../_images/interest-button.png);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -9999px;
	display: block;
	height: 35px;
	width: 218px;
}
#navigation a:hover.interest {
	background-position: right;
}
#navigation a.videos {
	background-image: url(../_images/video-button.png);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -9999px;
	display: block;
	height: 35px;
	width: 132px;
}
#navigation a:hover.videos {
	background-position: right;
}
#mainBody {
	background-color: #FFFFFF;
	padding: 20px;
	width: 780px;
}
#mainBody h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	line-height: 24px;
	font-weight: bold;
	color: #000000;
	margin-bottom: 12px;
}
#mainBody h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 18px;
	font-weight: bold;
	color: #254473;
	margin-bottom: 10px;
}
#mainBody h2.margtinTop {
	margin-top: 20px;
}
#mainBody h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #00AEEF;
	line-height: 14px;
	margin-bottom: 10px;
	margin-left: 20px;
}
#mainBody ul.package {
	margin-left: 25px;
}
#mainBody p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	font-weight: normal;
	color: #333333;
	text-align: justify;
	margin-bottom: 10px;
}
#mainBody p.noBottomMargin {
	margin-bottom: 0px;
}
#mainBody a:link, #mainBody a:visited, #mainBody a:active {
	font-weight: bold;
	color: #254473;
	text-decoration: underline;
}
#mainBody a:hover {
	color: #FF0000;
	text-decoration: none;
}
#mainBody ul {
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 15px;
}
#mainBody li {
	font-size: 12px;
	line-height: 16px;
	color: #000000;
	padding-right: 10px;
	padding-left: 10px;
	margin-right: 25px;
	margin-left: 25px;
	margin-bottom: 6px;
	margin-top: 3px;
	text-align: justify;
}
#mainBody #itineraryTbl {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 12px;
	font-weight: normal;
	color: #333333;
	border: 1px solid #254473;
}
#mainBody #itineraryTbl td {
	padding: 6px;
}
#mainBody #formTbl {
	width: 600px;
	margin-right: auto;
	margin-left: auto;
}
#wrapper #mainBody #formTbl .form {
	font-size: 10px;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	line-height: 10px;
	font-weight: normal;
	margin-bottom: 0px;
	text-align: right;
}
#formTbl #yourName {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 12px;
	color: #254473;
	padding: 5px;
	margin-top: 3px;
	margin-right: 3px;
	margin-bottom: 3px;
	margin-left: 10px;
	width: 400px;
	border: 1px dotted #CCCCCC;
}
#formTbl #postalAddress {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 12px;
	color: #254473;
	padding: 5px;
	margin-top: 3px;
	margin-right: 3px;
	margin-bottom: 3px;
	margin-left: 10px;
	width: 400px;
	border: 1px dotted #CCCCCC;
}
#formTbl #email {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 12px;
	color: #254473;
	padding: 5px;
	margin-top: 3px;
	margin-right: 3px;
	margin-bottom: 3px;
	margin-left: 10px;
	width: 400px;
	border: 1px dotted #CCCCCC;
}
#formTbl #phone {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 12px;
	color: #254473;
	padding: 5px;
	margin-top: 3px;
	margin-right: 3px;
	margin-bottom: 3px;
	margin-left: 10px;
	width: 400px;
	border: 1px dotted #CCCCCC;
}
#formTbl #typeOfCar {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 12px;
	color: #254473;
	padding: 5px;
	margin-top: 3px;
	margin-right: 3px;
	margin-bottom: 3px;
	margin-left: 10px;
	width: 400px;
	border: 1px dotted #CCCCCC;
}
#formTbl #button {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 12px;
	font-weight: normal;
	color: #254473;
	text-align: right;
	margin: 3px;
	padding: 4px;
}
#formTbl #button2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 12px;
	font-weight: normal;
	color: #254473;
	text-align: left;
	margin: 3px;
	padding: 4px;
}
#galleryTbl img {
	margin-bottom: 20px;
}
#galleryTbl img.btmImg {
	margin-bottom: 0px;
}
#mainBody #videoOne {
	padding: 20px;
	width: 640px;
	margin-right: auto;
	margin-left: auto;
	border: 1px dotted #999999;
	margin-bottom: 20px;
}
#mainBody #videoOne p {
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	font-size: 14px;
	line-height: 17px;
	margin-bottom: 10px;
	font-weight: normal;
	color: #333333;
	font-style: oblique;
}
#mainBody #videoTwo {
	padding: 20px;
	width: 640px;
	margin-right: auto;
	margin-left: auto;
	border: 1px dotted #999999;
}
#mainBody #videoTwo p {
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	font-size: 14px;
	line-height: 17px;
	margin-bottom: 10px;
	font-weight: normal;
	color: #333333;
	font-style: oblique;
}
#footer {
	width: 820px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}
#footer p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 10px;
	font-weight: normal;
	color: #999999;
	text-align: center;
}
#footer a {
	color: #999999;
	text-decoration: underline;
}
#footer a:hover {
	color: #00AEEF;
	text-decoration: none;
}

