* { margin: 0; padding: 0; }
@font-face {
	font-family: Angelina;
	src: url(angelina.ttf) format("opentype");
}
body {
	background-image: url(../images/bg-transtour.jpg);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #dadada;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
a {
	color: #289B57;
	outline: none;
}
a:hover {
	color: #3265AB;
}
h2 { text-transform: uppercase; }
input, textarea {
	background-color: #DADADA;
}

div.highlights {
	border: solid 1px #3265ab;
	padding: 10px;
	background-color: #DADADA;
	margin-bottom: 10px;
	max-height: 300px;
	overflow: auto;
}

#site-wrapper {
	width: 850px;
	margin: 0 auto;
}
#header-wrapper {
	margin: 5px 29px;
}
#scroll {
	height: 350px;
	overflow-y: auto;
	margin-top: 10px;
}

/* form error message */
.error {
	color: #990000 }

/* sectional areas with rounded corners */
div.top {
	background-image: url(../images/bg-block-top.png);
	_background-image: url(../images/bg-block-top.gif);
	background-repeat: no-repeat;
	background-position: center;
	width: 100%; height: 18px;
}
.content {
	background-color: #fff;
	padding: 0 15px;
	border: solid 1px #aaa;
	border-width: 0 1px;
	position: relative;
}
div.bottom {
	background-image: url(../images/bg-block-bottom.png);
	_background-image: url(../images/bg-block-bottom.gif);
	background-repeat: no-repeat;
	background-position: center;
	width: 100%; height: 18px;
}

/* phone number, hours of operation, and tabs area */
#header-info {
	text-align: right;
	position: absolute;
	top: 0; right: 15px;
	_right: 45px;
}
#logo {
	margin-top: -10px;
}
#slogan {
	color: #1A894e;
	color: #990000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	margin-left: 5px;
}
#line1 { font-size: 10px; }
#line2 { font-size: 11px; }

#tagline, #tagline-shadow {
	font-size: 19px;
	font-style: italic;
	font-weight: bold;
	color: #ff0;
	padding: 5px;
	position: absolute;
	top: -30px; right: 10px;
}
#tagline-shadow {
	color: #000;
	top: -28px; right: 8px;
}

/* navigation bar */
#nav {
	text-align: left;
	width: auto;
	position: absolute;
	bottom: -18px; right: 15px;
	_bottom: 27px; _right: 45px;
}
.tab-left {
	background-image: url(../images/bg-tab-left-off.gif);
	height: 24px;
	width: 10px;
	display: block;
	float: left;
}
#nav a {
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	background-image: url(../images/bg-tab-off.gif);
	background-repeat: repeat-x; 
	text-decoration: none;
	line-height: 12px;
	padding: 6px 0;
	float: left;
}
.tab-right {
	background-image: url(../images/bg-tab-right-off.gif);
	height: 24px;
	width: 10px;
	display: block;
	float: left;
	margin-right: 1px;
}
.about #nav a.about {
	background-image: url(../images/bg-tab.gif);
}
.about .tab-left.about {
	background-image: url(../images/bg-tab-left.gif);
}
.about .tab-right.about {
	background-image: url(../images/bg-tab-right.gif);
}

#phone {
	font-weight: bold; 
	font-size: 24px;
	line-height: 35px;
	color: #3265AB;
}
#hours {
	font-size: 12px;
	line-height: 16px;
}
#languages {
	margin-top: 10px; 
	font-size: 12px; 
	font-weight: bold;
}

/* sets menu tabs width */
#tab-about, #tab-services, #tab-packages, #tab-promotions, #tab-guides, #tab-contact {
/*	padding-bottom: 37px; */
	height: 60px;
	background-position: left 23px;
	background-repeat: no-repeat;
}
#tab-about {
	background-image: url(../images/m-about.gif);
}
#tab-services {
	background-image: url(../images/m-services.gif);
}
#tab-packages {
	background-image: url(../images/m-packages.gif);
}
#tab-promotions {
	background-image: url(../images/m-promotions.gif);
}
#tab-guides {
	background-image: url(../images/m-guides.gif);
}
#tab-contact {
	background-image: url(../images/m-contact.gif);
}
#active-about #tab-about,
#active-services #tab-services,
#active-packages #tab-packages,
#active-promotions #tab-promotions,
#active-guides #tab-guides,
#active-contact #tab-contact {
	background-position: left -14px;
}

#tab-about:hover, #tab-services:hover, #tab-packages:hover, #tab-promotions:hover, #tab-guides:hover, #tab-contact:hover {
	background-position: left -14px;
}

span.tab-menu {
	width: 63px; width: 71px; /* allows for more text in tabs */
	font-size: 11px;
	display: block;
	letter-spacing: -1px;
}

/* makes bulleted lists inline */
.inline li {
	display: inline;
}

/* resizes bulleted list */
ul.anchor {
	font-size: 10px;
}

ul.anchor li {
	background-position: left top;
}

ul.packages {
	width: 425px;
	margin-left: 25px;
	text-align: justify;
}
ul.packages li {
	font-size: 11px; line-height: 13px;
	clear: both;
}

ul.packages img {
	margin: 5px;
}

/* included features */
div.includes {
	background-color: #fde4d0;
	border: solid 2px #f79646;
}

/* return to top of page */
a.top-page {
	font-size: 8px;
	text-decoration: none;
	text-align: center;
}

/* styles and centers table data */
table.center, table.hotels { padding: 0; margin: 0; font-size: 10px; width: 98%; border: solid 1px #016AA7; }
table.center th, table.hotels th { background-color: #016AA7; color: #fff; padding: 0; margin: 0; }
table.center td, table.hotels td { text-align: center; background-color: #fff; padding: 0; margin: 0; }
table.hotels td { text-align: left; }
