﻿@charset "utf-8";
/* formatting style
---------------------------------*/

* {
	font-style: normal;
	margin: 0px;
	padding: 0px;
}
body {
	font-family: "sans-serif";
	font-size: 75%;
	line-height: 1.6;
	color: #333333;
	background-color: #FFFFFF;
}
hr {
	display: none;
}
/* link styles
---------------------------------*/
a img {
	border: none;
}
a:link {
	color: #333333;
	text-decoration: underline;
}
a:visited {
	color: #999999;
	text-decoration: underline;
}
a:hover {
	color: #000000;
}
a:active {
	text-decoration: none;
	position: relative;
	left: 1px;
	top: 1px;
}
#wrapper {
	background-color: #FFFFFF;
	width: 800px;
	margin: 0px auto;
	border-right: 1px solid #666666;
	border-left: 1px solid #666666;
	height: auto;

}
#footer {
	color: #666666;
	padding: 15px;
}
/* header styles
---------------------------------*/
#header {
	background-image: url(image/header.jpg);
	background-repeat: no-repeat;
	height: 55px;
	border-top: 2px solid #003399;
	background-position: top;


}
#header ul {
	background-color: #FFFFFF;
	width: 800px;
	position: absolute;
	left: auto;
	top: 56px;
}
#header ul li {
	float: left;
	list-style: none;
}
#header ul li a {
	line-height: 25px;
	text-decoration: underline;
	text-align: center;
	display: inline-table;
	height: 2.5em;
	border-top: 0px none #003399;
	border-bottom: 1px none #999999;
	border-left: 0px none #FFFFFF;
	border-right: 1px none #999999;
	background-color: #FFFFFF;
	text-indent: 5px;
	white-space: pre;
	width: 150px;
	word-spacing: normal;
}
#header ul li a:hover {
	background-color: #E7E9E7;
	text-decoration: underline;
}
#home #header #nHome a,
#when #header #nWhentotravel a,
#airport #header #nAirport a,
#destination #header #nDestination a,
#links #header #nLinks a {
	color: #000000;
	background-color: #ffffff;
	font-weight: bold;

}

/* main styles
---------------------------------*/
#main {
	background-color: #FFFFFF;
	padding: 0px;
	width: 800px;
	margin: 0px;
	list-style: url(tour/image/point.gif) none inside;
	height: auto;
	font-family: "Arial", "Helvetica", "sans-serif";
	font-size: small;
	color: #333333;


}
#home #main {
	background-image: none;
	background-repeat: no-repeat;
	background-color: #FFFFFF;



}
/* footer styles
---------------------------------*/
#footer p a {
	color: #666666;
	float: right;
	margin-top: 0px;

}
#footer p a:hover {
	color: #cccccc;
	text-decoration: none;
}
#footer ul li {
	color: #cccccc;
	list-style: none;
	display: inline;
	background-position: center;
	margin: auto;

}
#footer ul li a {
	color: #666666;
}
#footer ul li a:hover {
	color: #cccccc;
	text-decoration: none;
}
#footer ul li a:visited {
	color: #999999;
}
/* table
---------------------------------*/
#main table {
	text-align: left;
	line-height: normal;
}
