@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}

.oneColFixCtrHdr #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #header {
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 0px;
}
#HeaderLogo {
	padding-left: 20px;
	padding-bottom: 00px;
}
.HeaderCaption {
	font-family: "Tw Cen MT";
	font-size: 24px;
	color: #555556;
}
.oneColFixCtrHdr #mainContent {
	background: #FFFFFF;
	padding-top: 0;
	padding-right: 4px;
	padding-bottom: 0;
	padding-left: 4px;
}
#SDHeader {
	float: left;
	padding-top: 8px;
	padding-bottom: 30px;
}

#SDContent        {
	margin-left: 190px;
	padding-right: 20px;
	padding-left: 20px;
	font-family: "Tw Cen MT";
	font-size: 14px;
	color: #000000;
}



.oneColFixCtrHdr #footer {
	padding: 0 10px;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

.Mybook_Contact_Text {
	font-weight: 200;
	font-family: "Tw Cen MT";
	color: #333333;
	text-align: center;
	font-size: 12px;
	line-height: 14px;
}

/* SpryTabbedPanels.css - Revision: Spry Preview Release 1.4 */

/* Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */

/* Horizontal Tabbed Panels
 *
 * The default style for a TabbedPanels widget places all tab buttons
 * (left aligned) above the content panel.
 */

/* This is the selector for the main TabbedPanels container. For our
 * default style, this container does not contribute anything visually,
 * but it is floated left to make sure that any floating or clearing done
 * with any of its child elements are contained completely within the
 * TabbedPanels container, to minimize any impact or undesireable
 * interaction with other floated elements on the page that may be used
 * for layout.
 *
 * If you want to constrain the width of the TabbedPanels widget, set a
 * width on the TabbedPanels container. By default, the TabbedPanels widget
 * expands horizontally to fill up available space.
 *
 * The name of the class ("TabbedPanels") used in this selector is not
 * necessary to make the widget function. You can use any class name you
 * want to style the TabbedPanels container.
 */
.TabbedPanels {
	margin: 0px;
	padding: 0px;
	float: left;
	clear: none;
	width: 780px; /* IE Hack to force proper layout when preceded by a paragraph. (hasLayout Bug)*/
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}

/* This is the selector for the TabGroup. The TabGroup container houses
 * all of the tab buttons for each tabbed panel in the widget. This container
 * does not contribute anything visually to the look of the widget for our
 * default style.
 *
 * The name of the class ("TabbedPanelsTabGroup") used in this selector is not
 * necessary to make the widget function. You can use any class name you
 * want to style the TabGroup container.
 */
.TabbedPanelsTabGroup {
	margin: 0px;
	padding: 0px;
	width: 780px;
}

/* This is the selector for the TabbedPanelsTab. This container houses
 * the title for the panel. This is also the tab "button" that the user clicks
 * on to activate the corresponding content panel so that it appears on top
 * of the other tabbed panels contained in the widget.
 *
 * For our default style, each tab is positioned relatively 1 pixel down from
 * where it wold normally render. This allows each tab to overlap the content
 * panel that renders below it. Each tab is rendered with a 1 pixel bottom
 * border that has a color that matches the top border of the current content
 * panel. This gives the appearance that the tab is being drawn behind the
 * content panel.
 *
 * The name of the class ("TabbedPanelsTab") used in this selector is not
 * necessary to make the widget function. You can use any class name you want
 * to style this tab container.
 */
.TabbedPanelsTab {
	position: relative;
	top: 1px;
	float: left;
	font: bold 0.7em sans-serif;
	background-color: #d2dbef;
	list-style: none;
	border-left: solid 1px #CCC;
	border-bottom: solid 1px #999;
	border-top: solid 1px #999;
	border-right: solid 1px #999;
	-moz-user-select: none;
	-khtml-user-select: none;
	cursor: pointer;
	margin-top: 0px;
	margin-right: 1px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 4px;
	padding-right: 10px;
	padding-bottom: 4px;
	padding-left: 10px;
}

#Navigation a:link {
	color: #000000;
}
#Navigation a:visited {
	color: #000000;
}
#Navigation a:hover {
	color: #666666;
}
#Navigation a:active {
	color: #000000;
}
#sidebar1 {
	float: left;
	width: 170px;
	text-align: center;
	padding-top: 20px;
}
#sidebar1  a:link {
	color: #000000;
}
#sidebar1  a:visited {
	color: #000000;
}
#sidebar1  a:hover {
	color: #666666;
}
#sidebar1  a:active {
	color: #000000;
}
#rtsidebar  {
	float: right; /* since this element is floated, a width must be given */
	width: 160px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px;
	text-align: center;
}
#rtsidebar a:link {
	color: #000000;
}
#rtsidebar a:visited {
	color: #000000;
}
#rtsidebar a:hover {
	color: #666666;
}
#rtsidebar a:active {
	color: #000000;
}
.title {
	font-family: "Tw Cen MT";
	font-size: 18px;
	color: #546b9f;
}
.BodyHeader {
	font-family: "Tw Cen MT";
	font-size: 16px;
	font-weight: 600;
}




.bodyfont {
	font-family: "Tw Cen MT";
	font-size: 14px;
	margin-top: 4px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.sidebartext {
	font-family: "Tw Cen MT";
	font-size: 16px;
	line-height: 17px;
	text-align: center;
}
.paratitle {
	font-family: "Tw Cen MT";
	font-size: 16px;
	color: #546b9f;
	line-height: 35px;
}
h1 {
	font-family: "Tw Cen MT";
	font-size: 24px;
	color: #546b9f;
	font-weight: normal;
}





.listfont {
	font-family: "Tw Cen MT";
	font-size: 14px;
	font-weight: 300;
	color: #333333;
	line-height: 17px;
}
.HomePageFont {
	font-family: "Tw Cen MT";
	font-size: 17px;
}
#orderRestrict {
	background-color: #9DA5B7;
	float: right;
	height: 140px;
	width: 275px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: dotted;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-left-style: dotted;
	font-family: "Tw Cen MT";
	font-size: 14px;
	text-align: left;
	vertical-align: middle;
	padding: 4px;
}

.OrderPageTitle {
	font-family: "Tw Cen MT";
	font-size: 24px;
	color: #546b9f;
}


.ordertable {
	padding: 5px;
}
.OrderIndent {
	font-family: "Tw Cen MT";
	font-size: 18px;
	margin-left: 0px;
	padding: 0px;
	color: #546B9F;
	text-indent: 20px;
}
.OrderIndentSub {
	font-family: "Tw Cen MT";
	font-size: 14px;
	margin-left: 20px;
	padding: 0px;
}
.OrderIndentSub2 {
	font-family: "Tw Cen MT";
	font-size: 14px;
	margin-left: 40px;
	padding: 0px;
}
.OrdertableCenter {
	padding-left: 80px;
	padding-right: 50px;

}
.OrderIndentSubBlue {
	font-family: "Tw Cen MT";
	font-size: 18px;
	margin-left: 50px;
	padding: 0px;
	color: #546B9F;
}
.OrderIndentSub3 {
	font-family: "Tw Cen MT";
	font-size: 14px;
	margin-left: 50px;
	padding: 0px;
}
.OrdertableSUPLicPos {
	padding-left: 50px;
	padding-right: 50px;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
#landpagecontainer  {
	width: 770px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
#Landpagecontent  {
	margin-top: 0;
	margin-right: 190px;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
	font-family: "Tw Cen MT";
	font-size: 14px;
	color: #000000;
} 
.HomePageTitle {
	font-family: "Tw Cen MT";
	font-size: 24px;
	color: #546b9f;
}
#SDContentNoSideBar {
	margin-left: 5px;
	padding-right: 20px;
	padding-left: 20px;
}
.LandPageHeaders {
	font-family: "Tw Cen MT";
	font-size: 20px;
	color: #555556;
	font-weight: bold;
}
.HomePageTab1 {
	background-color: #d2dbef;
	text-align: left;
	border-right-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-right-color: #999999;
	border-left-color: #999999;
	border-top-width: thin;
	border-top-color: #999999;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
}

.HomePageTabTop {
	background-color: #d2dbef;
	padding: 5px;
	text-align: left;
	border-top-width: thin;
	border-right-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #999999;
	border-right-color: #999999;
	border-left-color: #999999;
}
.HomePageFont2 {
	font-family: "Tw Cen MT";
	font-size: 14px;
}
.HomePageTabPic {
	background-color: #d2dbef;
	padding: 5px;
	text-align: center;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
}
.HomePagePic {
	border: thin solid #666666;
}

.HomePageFontIndent {
	font-family: "Tw Cen MT";
	font-size: 17px;
	margin-left: 20px;
	margin-right: 30px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	height:0;
	line-height: 0px;
}
#TrainPic {
	float: right;
	height: 120px;
	width: 300px;
	text-align: right;
	vertical-align: middle;
	margin-top: 10px;
	padding-right: 20px;

}
#JFKPic {
	float: right;
	height: 150px;
	width: 180px;
	text-align: right;
	vertical-align: middle;
	margin-top: 5px;
	padding-right: 40px;
}
#JFKPicOrder {
	float: right;
	height: 150px;
	width: 180px;
	text-align: right;
	vertical-align: middle;
	padding-right: 100px;
}
.OrdertableCenterJFK {
	padding-left: 0px;
	padding-right: 50px;
	border: thin solid #CCCCCC;
}
#JFKLinkPageContent {
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0;
	padding-right: 60px;
	padding-bottom: 0;
	padding-left: 40px;
}
.paratitle2line {
	font-family: "Tw Cen MT";
	font-size: 16px;
	color: #546b9f;
	line-height: 20px;
}
#orderTBL {
	height: 450px;
	width: 168px;
}
#ReqList   li {
	font-family: "Tw Cen MT";
	margin-bottom: 10px;
}
#HeaderLogoHomePage {
	padding-bottom: 0px;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	margin-left: 30px;
	margin-right: 30px;
}
.TabbedPanelsFTab1 {
	position: relative;
	top: 1px;
	float: left;
	font: bold 0.7em sans-serif;
	background-color: #d2dbef;
	list-style: none;
	border-left: solid 1px #CCC;
	border-bottom: solid 1px #999;
	border-top: solid 1px #999;
	border-right: solid 1px #999;
	-moz-user-select: none;
	-khtml-user-select: none;
	cursor: pointer;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 4px;
	padding-right: 10px;
	padding-bottom: 4px;
	padding-left: 10px;
	width: 90px;
	text-align: center;
}
.TabbedPanelsFTab2 {
	position: relative;
	top: 1px;
	float: left;
	font: bold 0.7em sans-serif;
	background-color: #d2dbef;
	list-style: none;
	border-left: solid 1px #CCC;
	border-bottom: solid 1px #999;
	border-top: solid 1px #999;
	border-right: solid 1px #999;
	-moz-user-select: none;
	-khtml-user-select: none;
	cursor: pointer;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 4px;
	padding-right: 10px;
	padding-bottom: 4px;
	padding-left: 10px;
	width: 125px;
	text-align: center;
}
.TabbedPanelsFTab3 {
	position: relative;
	top: 1px;
	float: left;
	font: bold 0.7em sans-serif;
	background-color: #d2dbef;
	list-style: none;
	border-left: solid 1px #CCC;
	border-bottom: solid 1px #999;
	border-top: solid 1px #999;
	border-right: solid 1px #999;
	-moz-user-select: none;
	-khtml-user-select: none;
	cursor: pointer;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 4px;
	padding-right: 10px;
	padding-bottom: 4px;
	padding-left: 10px;
	width: 145px;
	text-align: center;
}
.TabbedPanelsFTab4 {
	position: relative;
	top: 1px;
	float: left;
	font: bold 0.7em sans-serif;
	background-color: #d2dbef;
	list-style: none;
	border-left: solid 1px #CCC;
	border-bottom: solid 1px #999;
	border-top: solid 1px #999;
	border-right: solid 1px #999;
	-moz-user-select: none;
	-khtml-user-select: none;
	cursor: pointer;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 4px;
	padding-right: 10px;
	padding-bottom: 4px;
	padding-left: 10px;
	width: 78px;
	text-align: center;
}
.TabbedPanelsFTab5 {
	position: relative;
	top: 1px;
	float: left;
	font: bold 0.7em sans-serif;
	background-color: #d2dbef;
	list-style: none;
	border-left: solid 1px #CCC;
	border-bottom: solid 1px #999;
	border-top: solid 1px #999;
	border-right: solid 1px #999;
	-moz-user-select: none;
	-khtml-user-select: none;
	cursor: pointer;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 4px;
	padding-right: 10px;
	padding-bottom: 4px;
	padding-left: 10px;
	width: 125px;
	text-align: center;
}
.TabbedPanelsFTab6 {
	position: relative;
	top: 1px;
	float: left;
	font: bold 0.7em sans-serif;
	background-color: #d2dbef;
	list-style: none;
	border-left: solid 1px #CCC;
	border-bottom: solid 1px #999;
	border-top: solid 1px #999;
	border-right: solid 1px #999;
	-moz-user-select: none;
	-khtml-user-select: none;
	cursor: pointer;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 4px;
	padding-right: 10px;
	padding-bottom: 4px;
	padding-left: 10px;
	width: 85px;
	text-align: center;
}
.TabbedPanelsPTab1 {
	position: relative;
	top: 1px;
	float: left;
	font: bold 0.7em sans-serif;
	background-color: #d2dbef;
	list-style: none;
	border-left: solid 1px #CCC;
	border-bottom: solid 1px #999;
	border-top: solid 1px #999;
	border-right: solid 1px #999;
	-moz-user-select: none;
	-khtml-user-select: none;
	cursor: pointer;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 4px;
	padding-bottom: 4px;
	width: 90px;
	text-align: center;
}
.TabbedPanelsPTab2 {
	position: relative;
	top: 1px;
	float: left;
	font: bold 0.7em sans-serif;
	background-color: #d2dbef;
	list-style: none;
	border-left: solid 1px #CCC;
	border-bottom: solid 1px #999;
	border-top: solid 1px #999;
	border-right: solid 1px #999;
	-moz-user-select: none;
	-khtml-user-select: none;
	cursor: pointer;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 4px;
	padding-bottom: 4px;
	width: 130px;
	text-align: center;
}
.TabbedPanelsPTab3 {
	position: relative;
	top: 1px;
	float: left;
	font: bold 0.7em sans-serif;
	background-color: #d2dbef;
	list-style: none;
	border-left: solid 1px #CCC;
	border-bottom: solid 1px #999;
	border-top: solid 1px #999;
	border-right: solid 1px #999;
	-moz-user-select: none;
	-khtml-user-select: none;
	cursor: pointer;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 4px;
	padding-bottom: 4px;
	width: 190px;
	text-align: center;
}
.TabbedPanelsPTab4 {
	position: relative;
	top: 1px;
	float: left;
	font: bold 0.7em sans-serif;
	background-color: #d2dbef;
	list-style: none;
	border-left: solid 1px #CCC;
	border-bottom: solid 1px #999;
	border-top: solid 1px #999;
	border-right: solid 1px #999;
	-moz-user-select: none;
	-khtml-user-select: none;
	cursor: pointer;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 4px;
	padding-bottom: 4px;
	width: 85px;
	text-align: center;
}
.TabbedPanelsPTab5 {
	position: relative;
	top: 1px;
	float: left;
	font: bold 0.7em sans-serif;
	background-color: #d2dbef;
	list-style: none;
	border-left: solid 1px #CCC;
	border-bottom: solid 1px #999;
	border-top: solid 1px #999;
	border-right: solid 1px #999;
	-moz-user-select: none;
	-khtml-user-select: none;
	cursor: pointer;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 4px;
	padding-bottom: 4px;
	width: 91px;
	text-align: center;
}
.TabbedPanelsPTab6 {
	position: relative;
	top: 1px;
	float: left;
	font: bold 0.7em sans-serif;
	background-color: #d2dbef;
	list-style: none;
	border-left: solid 1px #CCC;
	border-bottom: solid 1px #999;
	border-top: solid 1px #999;
	border-right: solid 1px #999;
	-moz-user-select: none;
	-khtml-user-select: none;
	cursor: pointer;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 4px;
	padding-bottom: 4px;
	width: 90px;
	text-align: center;
}
.TabbedPanelsPTab7 {
	position: relative;
	top: 1px;
	float: left;
	font: bold 0.7em sans-serif;
	background-color: #d2dbef;
	list-style: none;
	border-left: solid 1px #CCC;
	border-bottom: solid 1px #999;
	border-top: solid 1px #999;
	border-right: solid 1px #999;
	-moz-user-select: none;
	-khtml-user-select: none;
	cursor: pointer;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 4px;
	padding-bottom: 4px;
	width: 90px;
	text-align: center;
}
#HProfPic {
	float: right;
	height: 120px;
	width: 148px;
	text-align: right;
	vertical-align: middle;
	margin-right: 10px;
	margin-top: 20px;
}
#YESPic {
	float: right;
	height: 120px;
	width: 272px;
	text-align: right;
	vertical-align: middle;
	margin-top: 20px;
	padding-right: 60px;
}
#JFKHeader {
	float: left;
	padding-bottom: 0px;
	width: 750px;
	padding-left: 20px;
}
#JFKPic {
	float: right;
	height: 120px;
	width: 308px;
	text-align: right;
	vertical-align: middle;
	margin-top: 20px;
}
h2 {
	font-family: "Tw Cen MT";
	font-size: 17px;
	font-weight: normal;
}
h3 {
	font-family: "Tw Cen MT";
	font-size: 18px;
	font-weight: normal;
	color: #546b9f;
}
h4 {
	font-family: "Tw Cen MT";
	font-size: 16px;
	font-weight: normal;
	color: #546b9f;
	padding-bottom: 0px;
	margin: 0px;
}
