@import "../apt/nav.css";
@import "../apt/home.css";
@import "../apt/content.css";
@import "../apt/forms.css";
@import "../apt/itinerary.css";
@import "../apt/sitemap.css";

/* GLOBAL STRUCTURE ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/


div.clear
{
	clear: both;
}

body
{
	padding: 0;
	margin: 0;
	background-color: #AEB0B3;
	background-image: url(/images/apt/elements/page_bg.gif);
	background-repeat: repeat-x;
	background-position: top;
	background-attachment: fixed;
	text-align: center;
	font-family: arial, helvetica, sans-serif;
}

div#wrapperLeft
{
	margin: 0 auto;
	padding: 0;
	text-align: left;
	min-width: 770px;
	max-width: 1000px;
	border-left: 0px solid #fff;
}

div#wrapperLeftHome
{
	margin: 0 auto;
	padding: 0;
	min-width: 770px;
	max-width: 1000px;
	border-left: 0px solid #fff;
}

div#wrapperRight
{
	margin: 0 auto;
	padding: 0;
	border-right: 0px solid #fff;
}

div#mainCon
{
	margin: 0 auto;
	padding: 0;
	width: 1000px;
}

div#footerCon
{
	margin: 0 auto;
	padding: 0;
	width: 1000px;
}

img
{
	display: block;
}

.cms
{
	font-size: 70%;
}


/* HEADER ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
td#header
{
	margin: 0;
	padding: 0;
	background-color: #fff;
	height: 82px;
}

td#header img.logo
{
	float: left;
	border-left: 4px solid #fff;
}

/* Tools */
td#header div#tools
{
	margin: 0 10px 0 0;
	width: 500px;
	float: right;
}

/* Search */
#search
{
	margin: 0;
	margin: 0 10px 8px 0;
	padding: 0;
	clear: right;
	float: right;
	display: inline;
}

#search form.search
{
	margin: 1px 0 0 0;
	padding: 0;
	border: none;
}

#search input.searchField
{
	margin: 10px 7px 0px 0px;
	float: left;
	width: 150px;
	color: #00316C;
	border: 1px solid #AFADAE;
}

#search a.searchBtn
{
	float: left;
	background: url(/images/apt/buttons/ButtonSearch.gif) top no-repeat;
	height: 28px;
	width: 95px;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 12px;
	margin-bottom:5px;
	text-align: center;
}

#search a:hover.searchBtn
{
	background-position:bottom;
	color: #3F1712;
}

#TextSizeButtons a
{
	font-size: 20px; /* FireFox 2 needs this for some reason */
	text-decoration: none;
	background-repeat: no-repeat;
}

a.TextIncrease
{
	background-image: url(/images/apt/buttons/ButtonTextIncrease.gif);
	margin-left: 15px;
}
a.TextDecrease
{
	background-image: url(/images/apt/buttons/ButtonTextDecrease.gif);
	margin-left: 1px; /* FireFox 2 needs this for some reason */
	margin-right: 1px; /* FireFox 2 needs this for some reason */
}
a.TextReset
{
	background-image: url(/images/apt/buttons/ButtonTextReset.gif);
	margin-right: 5px; /* FireFox 2 needs this for some reason */
}
a.TextIncrease:hover
{
	background-image: url(/images/apt/buttons/ButtonTextIncreaseHighlight.gif);
}
a.TextDecrease:hover
{
	background-image: url(/images/apt/buttons/ButtonTextDecreaseHighlight.gif);
}
a.TextReset:hover
{
	background-image: url(/images/apt/buttons/ButtonTextResetHighlight.gif);
}




/* LEFT COLUMN ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
td#leftCol
{
	margin: 0;
	padding: 0;
	text-align: left;
	background: #EBE1D2;
	border-left: 4px solid #fff;
	border-right: 4px solid #fff;
	width:211px;
	overflow:hidden;
}


/* MIDDLE COLUMN ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
td#middleCol
{
	margin: 0;
	padding: 0;
	width: 100%;
	text-align: left;
	background: #fff;
	border-right: 4px solid #fff;
}

#content
{
	margin: 0;
	padding: 17px;
	background: #fff;
	border-left: 0;
}


/* RIGHT COLUMN ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
td#rightColumn
{
	margin: 0;
	padding: 25px 15px 20px 0;
	background: #fff;
	border-right: 4px solid #fff;
}


/* FOOTER ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
#footer
{
	margin: 0 0 20px 0;
	padding: 0;
	background: #AEB0B3;
	height: 150px;
	vertical-align: top;
}


/* TYPOGRAPHY
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
h1
{
	margin: 0;
	padding: 5px 15px 5px 5px;
	font-size: 110%;
	font-weight: bold;
	color: #37332D;
	background: #DDCAB2;
	border-top: 4px solid #fff;
}

#title h2
{
	margin: 0;
	padding: 0;
	font-size: 170%;
	font-weight: normal;
	color: #fff;
}

#content h2
{
	margin: 0;
	padding: 5px 15px 5px 5px;
	font-size: 75%;
	font-weight: bold;
	color: #37332D;
	clear: left;
	background: #EBE1D2;
}

h3
{
	font-size: 120%;
	margin: 0 0 13px 0;
	padding: 0;
	clear: left;
	position: relative;
	font-weight: normal;
	color: #9C2700;
}

h4
{
	margin: 0 0 2px 0;
	padding: 0;
	font-size: 85%;
	font-weight: bold;
	color: #5383b9;
	clear: left;
	position: relative;
}

p
{
	padding: 0;
	font-size: 75%;
	color: #000;
	clear: left;
	position: relative;
}


p.smallText
{
	margin: 5px 0 13px 0;
	padding: 0;
	font-size: 70%;
	clear: left;
	width: 95%;
}

p img
{
	margin: 0 0 12px 0;
	float: left;
}

p strong
{
	border: none;
}

a
{
	color: #AC2814;
}

a:hover
{
	color: #E3381E;
}

hr
{
	margin: 10px 0 15px 0;
	padding: 0;
	height: 1px;
	color: #C2D5DF;
	width: 100%;
	border-top: 1px dashed #aaa;
	border-left: none;
	border-right: none;
	border-bottom: none;
	clear: both;
}

/* Standard Lists */
#content ul
{
	margin: 0 0 12px 0;
	padding: 0 0 0 15px;
	border: 1px solid #fff;
	clear: left;
	list-style: none;
}

#content ul li
{
	margin: 0 0 4px 0;
	padding: 0 0 0 15px;
	font-size: 75%;
	background: url(/images/apt/elements/bullet_li_black.gif) no-repeat left top;
}

.CollapsiblePanelContent
{
	margin-bottom: 20px;
}

.CollapsiblePanel
{
	border: none;
}

.CollapsiblePanelTab
{
	background-color: #fff;
	border: none;
	margin-bottom: 20px;
}

.CollapsiblePanelTab img
{
	cursor: pointer;
}


.CollapsiblePanelOpen .CollapsiblePanelTab
{
	background-color: #fff;
	color: #fff;
}
#film
{
	background-image: url(/images/elements/loading_black.gif);
	background-repeat: no-repeat;
	background-position: center;
}
#film_border_top
{
	background-image: url(/images/elements/film_border_top.gif);
}
#film_border_bottom
{
	background-image: url(/images/elements/film_border_bottom.gif);
}




/* MAP */




/* BUTTONS */
.ButtonRed a.Button2
{
	width: 95px;
	height: 20px;
	margin: 0px;
	padding: 0px;
	font-size: 10px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	text-align: center;
	padding-top: 5px;
	color: #fff;
	background: url(/images/apt/buttons/Button2.gif) top no-repeat;
	margin-top: 5px;
	display: block;
}
.ButtonRed a.Button2:hover
{
	background-position:bottom;
	color: #3F1712;
}

.ButtonRed a.Button3
{
	width: 148px;
	height: 21px;
	margin: 0px;
	padding: 4px 0px 0px 0px;
	font-size: 11px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	text-align: center;
	color: #ffffff;
	background: url(/images/apt/buttons/Button3.gif) top no-repeat;
	display: block;
}
.ButtonRed a.Button3:hover
{
	background-position:bottom;
	color: #3F1712;
}
.ButtonBlue a.Button4
{
	width: 94px;
	height: 20px;
	margin: 0px;
	padding: 4px 0px 0px 0px;
	font-size: 11px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	text-align: center;
	color: #FDB515;
	background: url(/images/apt/buttons/Button4.gif) top no-repeat;
	display: block;
}
.ButtonBlue a.Button4:hover
{
	background-position:bottom;
	color: #FDB515;
	text-decoration: none;
}
.ButtonBlue a.Button4:visited
{
	color: #FDB515;
	text-decoration: none;
}
.ButtonRed a.Button5
{
	width: 164px;
	height: 30px;
	margin: 0px;
	padding: 10px 0px 0px 0px;
	font-size: 12px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	text-align: center;
	color: #fff;
	background: url(/images/apt/buttons/Button5.gif) top no-repeat;
	display: block;
}
.ButtonRed a.Button5:hover
{
	background-position:bottom;
	color: #3F1712;
}
.ButtonRed a.Button5:visited
{
	text-decoration: none;
}
.ButtonBlue a.Button6
{
	width: 164px;
	height: 30px;
	margin: 0px;
	padding: 10px 0px 0px 0px;
	font-size: 12px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	text-align: center;
	color: #fff;
	background: url(/images/apt/buttons/Button6.gif) top no-repeat;
	display: block;
}
.ButtonBlue a.Button6:hover
{
	background-position:bottom;
	color: #fff;
	text-decoration: none;
}
.ButtonBlue a.Button6:visited
{
	color: #fff;
	text-decoration: none;
}
.ButtonBlue a.Button6Disabled
{
	width: 164px;
	height: 40px;
	margin: 0px;
	padding: 10px 0px 0px 0px;
	font-size: 14px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	text-align: center;
	color: #fff;
	background-image: url(/images/apt/buttons/Button6Disabled.gif);
	background-repeat: no-repeat;
	display: block;
	cursor: none;
}
.ButtonBlue a.Button6Disabled:visited
{
	text-decoration: none;
	color: #fff;
}
.ButtonBlue a.Button7
{
	width: 118px;
	height: 22px;
	margin: 0px;
	padding: 4px 0px 0px 0px;
	font-size: 10px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	text-align: center;
	color: #fff;
	background: url(/images/apt/buttons/Button7.gif) top no-repeat;
	display: block;
}
.ButtonBlue a.Button7:hover
{
	background-position:bottom;
	color: #fff;
	text-decoration: none;
}
.ButtonBlue a.Button7:visited
{
	color: #fff;
	text-decoration: none;
}
.ButtonRed a.Button8
{
	width: 118px;
	height: 26px;
	margin: 0px;
	padding: 4px 0px 0px 0px;
	font-size: 10px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	text-align: center;
	color: #fff;
	background: url(/images/apt/buttons/Button8.gif) top no-repeat;
	display: block;
}
.ButtonRed a.Button8:hover
{
	background-position:bottom;
	color: #3F1712;
	text-decoration: none;
}
.ButtonRed a.Button8:visited
{
	text-decoration: none;
}

.ButtonRed a.Button9
{
	width: 235px;
	height: 34px;
	margin: 0;
	padding-top: 6px;
	font-size: 11px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	text-align: center;
	vertical-align: middle;
	color: #555;
	background: url(/images/apt/buttons/Button9.gif) top no-repeat;
	display: inline-block;
}

.ButtonRed a.Button9:hover
{
	background-position:bottom;
	text-decoration: none;
	color: #333;
}

.ButtonSpecial
{
	width:164px;
	height:19px;
	padding:3px 0 0 6px;
	background:url(/images/apt/buttons/button_special.png) top no-repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#555;
	font-weight:bold;
}
.ButtonSpecial:hover
{
	background-position:bottom;
	color: #333;
}
.tbtn
{
	position: absolute;
	margin-top:2px;
	padding-left:11px;
}
.sbtn
{
	position: absolute;
	margin-top:2px;
	padding-left:18px;
}
.pbtn
{	
	position: absolute;
	margin-top:2px;
	padding-left:18px;
}


.MapTripSearch a
{
	color: #003E7E;
	margin: 0px;
	text-decoration: none;
}
.viewAll
{
	float: right;
}
a.tripsearch
{
	text-decoration: none;
	color: #FFFFFF;
	float: right;
}

a.tripsearch:hover
{
	color: #FF0000;
}

a.tripsearch:visited
{
	color: #FFFFFF;
}

.p-shadow {
  width: 100%;
  float:left;
  background: url(/images/bgs/shadowAlpha.png) no-repeat bottom right !important;
  background: url(/images/bgs/shadow.gif) no-repeat bottom right;
  margin: 10px 0 0 10px !important;
  margin: 10px 0 0 5px;
  }

.p-shadow div {
  background: none !important;
  background: url(/images/bgs/shadow2.gif) no-repeat left top;
  padding: 0 !important;
  padding: 0 6px 6px 0;
  }

.p-shadow table {
  color: #777;
  background-color: #fff;
  border: 1px solid #a9a9a9;
  padding: 10px;
  margin: -6px 6px 6px -6px !important;
  margin: 0;
  }
