/*
HTML Page elements
---------------------
*/

	body {
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 10px 0px;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 12px;
		line-height: 15px;
		color: #ffffff;
		background-color: #4c75a2;
		background-image: url("/images/common/page_bg_tile.jpg");
		background-repeat: repeat-x;
	}

	body.proflyer {
		background-color: #5F7183;
		background-image: url("/images/common/proflyer_page_bg_tile.jpg");
	}
	
	.displayNone {
		display: none;
	}
	
	.clearBoth {
		display: block;
		clear: both;
		height: -1px;
		line-height: 0px;
		font-size: 0px;
		overflow: hidden;
	}
	
	p {
		margin: 0px 0px 12px 0px;
		padding: 0px 0px 0px 0px;
	}
	
	form {
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 0px 0px;
	}
	
	hr {
		display: none;
	}

	a {
		color: #ffff99;
	}
	
	a:visited {
		color: #B7D9F2;
	}
	
	a:hover {
		color: #FF9900;
	}
	
	.floatRight {
		float: right;
	}
	.floatLeft {
		float: left;
	}

	.introParagraph {
		font-size: 13px;
		line-height: 16px;
		font-weight: bold;
	}	
	
	.ibrochureButton {
		display:block;
		width:230px;
		margin-top:10px;
		height:15px; 
		line-height:15px;
		padding:5px;
		background-color:#ff8111;
		color: #ffffff;
		border: 1px solid #ffffff;
		text-decoration: none;
	}

	.ibrochureButton:visited {
		color: #ffffff;
		text-decoration: none;
	}
	
	.ibrochureButton:hover {
		background-color:#6da4c4;
	}


	/* Picture styling */
	
	.picBorder {
		border: 1px solid #000000;
	}
	
	.picLeft {
		display: block;
		clear: both;
		float: left;
		margin: 2px 10px 12px 0px;
	}
	
	.picRight {
		display: block;
		clear: both;
		float: right;
		margin: 2px 0px 12px 15px;
	}
	
	.picCenter {
		display: block;
		text-align: center;
		margin: 5px 0px 12px 0px;
	}
	

/*
Misc positioning elements
-------------------------
*/

	#miscTags {
		display: none;
	}
	
	#fullBrowserWidth {
		display: block;
		width: 100%;
		text-align: center;
	}

	#centeredPage {
		display: block;
		margin: 0px auto 0px auto;
		padding: 0px 0px 0px 0px;
		position: relative;
		width: 850px;
		min-height: 375px;
		_height: 375px;
		background-image: url("/images/common/menu_shadow.jpg");
		background-repeat: no-repeat;
	}
	
	body.proflyer #centeredPage {
		background-image: url("/images/common/proflyer_menu_shadow.jpg");
	}

	#pageContent {
		display: block;
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 0px 0px;
		position: relative;
		width: 850px;
		text-align: left;
	}

/*
Header elements
-------------------------
*/

	#headerArea {
		display: block;
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 0px 0px;
		position: relative;
		width: 850px;
		height: 100px;
		margin-left: auto;
		margin-right: auto;
		text-align: left;
	}
	
	body.proflyer #headerArea {
		background-image: url("/images/common/proflyer_header_text.gif");
		background-position: 170px 24px;
		background-repeat: no-repeat;
	}
	
	body.manchester #headerArea {
		background-image: url("/images/common/manchester_header_text.gif");
		background-position: 170px 24px;
		background-repeat: no-repeat;
	}
	
	#headerLogo {
		display: block;
		position: absolute;
		top: 0px;
		left: 0px;
	}
	
	#headerLogo img {
		display: block;
		position: absolute;
		top: 15px;
		left: 0px;
	}
	
	#headerArea h1 {
		display: none;
	}
	
	#headerArea p {
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 0px 0px;
	}
	
	#headerArea #cssLinks {
		display: block;
		position: absolute;
		top: 4px;
		left: 200px;
		width: 450px;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 9px;
		line-height: 12px;
		color: #8bbddb;
		text-align: center;
	}
	
	#headerArea .cssLinksRight {
		left: 400px !important;
		text-align: right !important;
	}
	
	#headerArea #cssLinks a {
		color: #8bbddb;
		text-decoration: underline;
	}
	#headerArea #cssLinks a:visited {
		color: #8bbddb;
		text-decoration: underline;
	}
	#headerArea #cssLinks a:hover {
		color: #ffffff;
		text-decoration: underline;
	}
	
	body.proflyer #headerArea #cssLinks {
		color: #7B90A0;
	}
	body.proflyer #headerArea #cssLinks a {
		color: #7B90A0;
	}
	body.proflyer #headerArea #cssLinks a:visited {
		color: #7B90A0;
	}
	body.proflyer #headerArea #cssLinks a:hover {
		color: #ffffff;
	}
	
	#headerArea #skipNav {
		display: none;
	}
	
	#bigBookMessage {
		display: block;
		position: absolute;
		top: 25px;
		left: 300px;
		width: 550px;;
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		font-size: 24px;
		line-height: 28px;
		color: #ffffff;
		text-align: right;
	}
	#bigBookMessage .orangeText {
		color: #f27023;
	}
	#bigBookMessage a, #bigBookMessage a:visited {
		color: #f27023;
	}
	#bigBookMessage a:hover {
		color: #ffff99;
	}
	
	#bookButton {
		display: block;
		position: absolute;
		top: 22px;
		left: 650px;
	}
	
	#bookButton span {
		display: none;
	}
	
	#bookButton p a {
		display: block;
		width: 200px;
		height: 53px;
		background-image: url("/images/common/book_button_off.gif");
		background-repeat: no-repeat;
		cursor: pointer;
	}
	
	#bookButton p a span {
		display: none;
		width: 200px;
		height: 53px;
		background-image: url("/images/common/book_button_over.gif");
		background-repeat: no-repeat;
	}
	
	#bookButton p a:visited span {
		display: none;
	}
	
	#bookButton p a:hover span {
		display: block;
	}
	
	#bookButton p a span strong {
		display: none;
	}
	
	#xmasBanner {
		display: block;
		position: absolute;
		top: 20px;
		left: 209px;
	}
	#xmasBanner p {
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 0px 0px;
	}


/*
Column elements
-------------------------
*/

	#twoColumnLayout {
		display: block;
		position: relative;
		margin: 0px 0px 0px 0px;
		padding: 30px 0px 0px 0px;
		width: 850px;
	}
	
	#twoColumnLayout .mainColumn {
		display: block;
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 0px 0px;
		float: left;
		width: 600px;
	}
	
	#twoColumnLayout .fullWidth {
		margin: 12px 0px 0px 0px;
		float: none;
		width: 850px;
	}
	
	#sigImage {
		display: block;
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 0px 0px;
	}
	
	#sigImage {
		display: block;
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 0px 0px;
	}
	
	#jsActivator #sigImage #hiddenIMG {
		display: none;
	}
	#jsActivator #sigImage #hiddenIMG.restored {
		display: block !important;
	}
	
	#sigImage img {
		margin: 0px 0px 20px 0px;
		padding: 0px 0px 0px 0px;
		border: 2px solid #ffffff;
	}
	
	#flashSigImage {
		display: block;
		position: relative;
		margin: -1px -5px 20px -5px;
		padding: 0px 0px 0px 0px;
		width: 610px;
		height: 260px;
	}
	
	#pageTitle {
		display: block;
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 20px 0px;
	}
	
	.fullWidth #pageTitle {
		padding: 20px 0px 20px 0px;
	}
	
	#pageTitle p.breadcrumb {
		margin: 0px 0px 5px 0px;
		padding: 0px 0px 0px 0px;
		font-family: Verdana, Helvetica, Arial, sans-serif;
		color: #96B0CB;
		font-size: 10px;
		line-height: 12px;
	}
	
	#pageTitle p.breadcrumb strong {
		color: #C3D4E6;
	}
	
	#pageTitle p.breadcrumb a {
		color: #C3D4E6;
		text-decoration: none;
	}
	#pageTitle p.breadcrumb a:visited {
		color: #C3D4E6;
		text-decoration: none;
	}
	#pageTitle p.breadcrumb a:hover {
		color: #ffffff;
		text-decoration: underline;
	}
	
	#pageTitle h1 {
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 0px 0px;
		font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
		font-weight: bold;
		font-size: 28px;
		line-height: 30px;
		color: #ffffff;
		/* css2 filter */
		text-shadow: #0C0547 0px 2px 4px;
		/* ie filter */
		filter:progid:DXImageTransform.Microsoft.dropshadow(OffX=0, OffY=2, Color=0C0547, Positive=true);
	}
	body.proflyer #pageTitle h1 {
		/* css2 filter */
		text-shadow: #12122A 0px 2px 4px;
		/* ie filter */
		filter:progid:DXImageTransform.Microsoft.dropshadow(OffX=0, OffY=2, Color=12122A, Positive=true);
	}
	
	.mainColumn h2 {
		display: block;
		clear: both;
		margin: 25px 0px 12px 0px;
		padding: 0px 0px 4px 20px;
		font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
		font-size: 17px;
		line-height: 19px;
		color: #ffffff;
		border-bottom: 1px solid #97b0cb;
		background-image: url("/images/common/h2_bullet.gif");
		background-position: 0px 4px;
		background-repeat: no-repeat;
		text-transform: uppercase;
	}
	
	.mainColumn h2.smallMargin {
		margin-bottom: 4px;
	}
	
	.mainColumn h2.noBottomMargin {
		margin-bottom: 0px;
	}
	
	.mainColumn h3 {
		display: block;
		clear: both;
		margin: 15px 0px 8px 0px;
		padding: 0px 0px 0px 0px;
		font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
		font-size: 13px;
		line-height: 15px;
		color: #ffad81;
		text-transform: uppercase;
	}
	
	#twoColumnLayout .rightColumn {
		display: block;
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 0px 0px;
		float: right;
		width: 180px;
	}
	
	
	
/*
testimonials listing + panels
-----------------------------
*/
	
	dl.scores {
		margin: 0px 0px 15px 0px;
		padding: 0px 0px 0px 0px;
	}
	
	dl.scores dt {
		display: block;
		clear: both;
		margin: 25px 0px 12px 0px;
		padding: 0px 0px 4px 20px;
		font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
		font-size: 17px;
		line-height: 19px;
		color: #ffffff;
		border-bottom: 1px solid #97b0cb;
		background-image: url("/images/common/h2_bullet.gif");
		background-position: 0px 4px;
		background-repeat: no-repeat;
		text-transform: uppercase;
	}
	
	dl.scores dd {
		position: relative;
		margin: 0px 0px 5px 0px;
		padding: 0px 0px 0px 0px;
		background-color: #537DA8;
		border: 1px solid #688DB2;
	}
	
	dl.scores dd .scoreDate {
		display: block;
		position: relative;
		width: 125px;
		background-color: #688DB2;
		font-weight: bold;
	}
	
	dl.scores dd .scoreDate span {
		display: block;
		padding: 5px 5px 4px 5px;
	}
	
	dl.scores dd .scorePercentages {
		display: block;
		position: absolute;
		width: 128px;
		top: 0px;
		right: 0px;
		font-size: 11px;
		line-height: 11px;
		_margin-top: 1px;
	}
	
	dl.scores dd .scorePercentage {
		display: block;
		position: relative;
	}
	
	dl.scores dd .scoreBars {
		display: block;
		position: absolute;
		width: 300px;
		top: 0px;
		left: 126px;
		margin-top: 1px;
		_margin-top: 2px;
	}
	
	dl.scores dd .scoreBarInner {
		display: block;
		position: relative;
		width: 335px;
		height: 11px;
		background-color: #385676;
		overflow: hidden;
	}
	
	dl.scores dd .scoreBar, dl.scores dd .scoreBarBottom {
		display: block;
		position: relative;
		height: 10px;
		background-color: #b7d9f2;
		margin: 1px 0px 0px 1px;
		overflow: hidden;
	}
	
	dl.scores dd .scoreBarBottom {
		height: 9px;
	}
	
	dl.testimonials {
		margin: 0px 0px 15px 0px;
		padding: 0px 0px 0px 0px;
	}
	
	dl.testimonials dt {
		display: block;
		clear: both;
		margin: 25px 0px 12px 0px;
		padding: 0px 0px 4px 20px;
		font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
		font-size: 17px;
		line-height: 19px;
		color: #ffffff;
		border-bottom: 1px solid #97b0cb;
		background-image: url("/images/common/h2_bullet.gif");
		background-position: 0px 4px;
		background-repeat: no-repeat;
		text-transform: uppercase;
	}
	
	dl.testimonials dd {
		margin: 0px 0px 20px 0px;
		padding: 0px 0px 0px 0px;
		background-color: #688DB2;
		border: 1px solid #688DB2;
	}
	
	dl.testimonials dd .testimonialQuoteContainer {
		display: block;
		position: relative;
		float: left;
		width: 440px;
	}
	
	dl.testimonials dd .testimonialQuote {
		display: block;
		position: relative;
		font-size: 12px;
		line-height: 16px;
		margin: 18px 0px 5px 8px;
		width: 440px;
	}
	
	dl.testimonials dd .testimonialQuote .quoteMarkOpen, dl.testimonials dd .testimonialReplyContent .quoteMarkOpen {
		display: block;
		position: relative;
		float: left;
		font-family: Georgia, "Times New Roman", Times, serif;
		font-weight: bold;
		color: #b7d9f2;
		font-size: 48px;
		line-height: 48px;
		height: 48px;
		padding-right: 4px;
		margin-top: -11px;
		_margin-top: -10px;
	}
	
	dl.testimonials dd .testimonialQuote .quoteContent {
		display: block;
		position: relative;
		float: left;
		width: 385px;
	}
	
	dl.testimonials dd .testimonialQuote .quoteMarkClose, dl.testimonials dd .testimonialReplyContent .quoteMarkClose {
		display: block;
		position: absolute;
		font-family: Georgia, "Times New Roman", Times, serif;
		font-weight: bold;
		color: #b7d9f2;
		font-size: 48px;
		line-height: 48px;
		right: 0px;
		bottom: 0px;
		height: 48px;
		margin-bottom: -30px;
		_margin-bottom: -32px;
	}

	dl.testimonials dd .testimonialQuoter {
		display: block;
		position: relative;
		font-size: 14px;
		line-height: 16px;
		font-weight: bold;
		color: #b7d9f2;
		margin: 10px 0px 0px 37px;
	}
	
	dl.testimonials dd .testimonialDate {
		display: block;
		position: relative;
		font-size: 12px;
		line-height: 16px;
		font-weight: normal;
		color: #b7d9f2;
		margin: 0px 0px 15px 37px;
	}
	
	dl.testimonials dd .testimonialRating {
		display: block;
		position: relative;
		float: right;
		width: 135px;
		text-align: center;
		color: #ffffff;
	}	
	
	dl.testimonials dd .testimonialRatingContent {
		display: block;
		font-size: 26px;
		line-height: 26px;
		font-weight: bold;
		margin: 20px 20px 0px 0px;
		padding: 45px 0px 50px 0px;
		background-image: url("/images/panels/rating_flash_bg.jpg");
		background-repeat: no-repeat;
	}
	
	dl.testimonials dd .testimonialRatingText {
		display: block;
		font-size: 12px;
		line-height: 14px;
		font-weight: bold;
		margin: 0px 20px 0px 0px;
		padding: 0px 0px 25px 0px;
	}
	
	dl.testimonials dd .testimonialReplyHeader {
		display: block;
		background-color: #537DA8;
		color: #b7d9f2;
		font-weight: bold;
		line-height: 14px;
		padding: 10px 3px 3px 10px;
		margin: 0px 0px 10px 0px;
		_padding-top: 5px;
	}
	
	dl.testimonials dd .testimonialReplyContent {
		display: block;
		position: relative;
		font-size: 12px;
		line-height: 16px;
		padding: 15px 0px 15px 8px;
		_padding-bottom: 0px;
		margin-top: -10px;
		background-color: #537DA8;
		_width: 598px;
	}
	
	dl.testimonials dd .testimonialReplyContent .replyContent {
		display: block;
		position: relative;
		float: left;
		width: 530px;
	}
	
	dl.testimonials dd .testimonialReplyContent .quoteMarkClose {
		margin-bottom: -16px;
		padding-bottom: 0px;
		right: 8px;
	}
	
	dl.links {
		margin: 0px 0px 15px 0px;
		padding: 0px 0px 0px 0px;
	}
	
	dl.links dt {
		display: block;
		clear: both;
		margin: 25px 0px 12px 0px;
		padding: 0px 0px 4px 20px;
		font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
		font-size: 17px;
		line-height: 19px;
		color: #ffffff;
		border-bottom: 1px solid #97b0cb;
		background-image: url("/images/common/h2_bullet.gif");
		background-position: 0px 4px;
		background-repeat: no-repeat;
		text-transform: uppercase;
	}
	
	dl.links dd {
		margin: 0px 0px 8px 0px;
		padding: 6px 8px 6px 8px;
		background-color: #537DA8;
		font-weight: bold;
		border: 1px solid #688DB2;
	}
	
	dl.links dd .linkDescription {
		display: block;
		font-weight: normal;
	}
	
	dl.links dd .linkDate {
		display: block;
		color: #b7d9f2;
		font-size: 11px;
		font-weight: normal;
		margin-top: 3px;
	}
	
	.testimonialLink {
		text-align: right;
		font-size: 11px;
		margin-top: -18px;
	}
	
	.testimonialPanel {
		display: block;
		position: relative;
		float: right;
		margin: 0px 0px 20px 30px;
		padding: 0px 0px 0px 0px;
		width: 200px;
	}

	.testimonialPanelContent {
		display: block;
		margin: 0px 0px 0px 0px;
		padding: 10px 10px 10px 10px;
		background-color: #537DA8;
		border: 1px solid #688DB2;
	}

	.testimonialPanelContent p {
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 0px 0px;
		font-size: 14px;
		line-height: 17px;
	}

	.testimonialPanelContent em {
		display: block;
		margin: 5px 0px 0px 0px;
		font-size: 11px;
		line-height: 12px;
		font-style: normal;
		font-weight: bold;
		color: #B0DAF2;
	}

	.testimonialPanelContent p.testimonialsLink {
		margin: 10px 0px 0px 0px;
		padding: 0px 0px 0px 0px;
		font-size: 11px;
		line-height: 12px;
	}

	.testimonialPanelContent p.testimonialsLink a {
		color: #ffff99;
	}
	
	.testimonialPanelContent p.testimonialsLink a:visited {
		color: #ffff99;
	}
	
	.testimonialPanelContent p.testimonialsLink a:hover {
		color: #FF9900;
	}
	
/*
package panel elements
-------------------------
*/
		
	.airkixPackage {
		display: block;
		margin: 0px 0px 0px 0px;
		padding: 0px 10px 15px 10px;
		background-color: #678ab0 !important;
	}
	
	.airkixPackage .airkixPackageContent {
		display: block;
		width: 350px;
		float: left;
		margin: 0px 0px 0px 0px;
		padding: 10px 0px 0px 0px;
	}
	
	.airkixPackage .airkixPackageRight {
		display: block;
		width: 200px;
		float: right;
		margin: 0px 0px 0px 0px;
		padding: 10px 0px 6px 0px;
	}
	
	.airkixPackage .airkixPackagePhotoAndButtons {
		display: block;
		width: 200px;
		float: right;
		margin: 0px 0px 0px 0px;
		padding: 10px 0px 6px 0px;
	}
	
	.airkixPackage .airkixPackagePhotoAndButtons img {
		margin: 0px 0px 0px 0px;
		border: 1px solid #ffffff;
	}
	
	.airkixPackage .airkixPackagePhotoAndButtons dl {
		margin: 20px 0px 0px 0px;
		padding: 0px 0px 0px 0px;
	}
	
	.airkixPackage .airkixPackagePhotoAndButtons dd {
		margin: 0px 0px 4px 0px;
		padding: 0px 0px 0px 0px;
	}
	
	.airkixPackage .airkixPackagePhotoAndButtons a {
		display: block;
		width: 165px;
		height: 18px;
		margin: 0px 0px 0px 0px;
		background-image: url("/images/common/white_button_off.gif");
		background-repeat: no-repeat;
		color: #4c75a2;
		font-size: 10px;
		line-height: 18px;
		text-decoration: none;
		text-transform: uppercase;
	}
	
	.airkixPackage .airkixPackagePhotoAndButtons a strong {
		padding: 0px 0px 0px 20px;
	}
	.airkixPackage .airkixPackagePhotoAndButtons a:visited {
		background-image: url("/images/common/white_button_off.gif");
		color: #4c75a2;
		text-decoration: none;
	}
	.airkixPackage .airkixPackagePhotoAndButtons a:hover {
		background-image: url("/images/common/white_button_over.gif");
		color: #ffffff;
		text-decoration: none;
	}
	
	.airkixPackage .airkixPackagePhotoAndButtons a.imageLink, .airkixPackage .airkixPackagePhotoAndButtons a.imageLink:visited, .airkixPackage .airkixPackagePhotoAndButtons a.imageLink:hover {
		display: inline;
		width: auto;
		height: auto;
		background-image: none;
		color: #ffffff;
	}

/*
"At a glance" elements
-------------------------
*/
		
	#packagesTable {
		margin: 20px -4px 0px -4px;
		padding: 0px 0px 0px 0px;
		background: none;
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		font-size: 12px;
		line-height: 15px;
	}
	#packagesTable th, #packagesTable td {
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 0px 0px;
		background: none;
	}
	
	/* Table headings */
	
	#packagesTable thead th.hidden span {
		display: none;
	}
	
	#packagesTable thead th.whiteTab {
		background-image: url("/images/packages_prices/at_a_glance/table_th_whitetab.gif");
		background-repeat: no-repeat;
	}
	#packagesTable thead th.whiteTab span {
		display: block;
		position: relative;
		padding: 7px 8px 0px 10px;
		font-size: 11px;
		font-weight: bold;
		line-height: 12px;
		color: #567e9e;
		text-align: center;
	}
	
	#packagesTable thead th.orangeTab, #packagesTable thead th.orangeTabEnd {
		background-image: url("/images/packages_prices/at_a_glance/table_th_orangetab.gif");
		background-repeat: no-repeat;
	}
	#packagesTable thead th.orangeTab span, #packagesTable thead th.orangeTabEnd span {
		display: block;
		position: relative;
		padding: 7px 8px 0px 10px;
		font-size: 11px;
		font-weight: bold;
		line-height: 12px;
		color: #294358;
		text-align: center;
	}
	#packagesTable thead th.orangeTabEnd {
		background-image: url("/images/packages_prices/at_a_glance/table_th_orangetabend.gif");
	}
	#packagesTable thead th.orangeTabEnd span {
		padding-left: 8px;
	}
	
	#packagesTable thead th.whiteTab a.infoLink, #packagesTable thead th.orangeTab a.infoLink, #packagesTable thead th.orangeTabEnd a.infoLink {
		display: block;
		position: absolute;
		margin: -5px 0px 0px 0px;
		padding: 0px 0px 0px 0px;
		width: 20px;
		height: 20px;
		top: 0px;
		_top: 2px; /* IE Hack */
		right: 0px;
		background-image: url("/images/packages_prices/at_a_glance/table_th_whitetab_info.gif");
		background-repeat: no-repeat;
	}
	#packagesTable thead th.orangeTab a.infoLink, #packagesTable thead th.orangeTabEnd a.infoLink {
		background-image: url("/images/packages_prices/at_a_glance/table_th_orangetab_info.gif");
	}
	#packagesTable thead th.orangeTabEnd a.infoLink {
		right: 4px;
	}
	#packagesTable thead th.whiteTab a.infoLink span, #packagesTable thead th.orangeTab a.infoLink span, #packagesTable thead th.orangeTabEnd a.infoLink span {
		display: none;
	}
	
	/* Packages */
	
	#packagesTable tbody tr th span {
		display: block;
		padding: 0px 3px 0px 11px;
		font-size: 22px;
		line-height: 34px;
		font-weight: bold;
		color: #ffffff;
	}
	#packagesTable tbody tr th span.subText {
		font-size: 12px;
		line-height: 12px;
		font-weight: normal;
	}
	#packagesTable tbody tr th span.subText a {
		color: #ffff99;
	}
	#packagesTable tbody tr th span.subText a:visited {
		color: #ffff99;
	}
	#packagesTable tbody tr th span.subText a:hover {
		color: #ffffff;
	}
	
	#packagesTable tbody tr td span {
		display: block;
		padding: 0px 5px 15px 6px;
		font-size: 14px;
		line-height: 16px;
		font-weight: bold;
		color: #ffffff;
	}
	#packagesTable tbody tr td span br {
		display: none;
	}
	#packagesTable tbody tr td.packageEnd span {
		padding: 0px 6px 10px 0px;
	}
	#packagesTable tbody tr td span span.bigText {
		font-size: 40px;
		line-height: 40px;
		padding: 0px 0px 0px 0px;
	}
	#packagesTable tbody tr td.packageEnd span span.bigText {
		padding: 0px 0px 5px 0px;
	}
	#packagesTable tbody tr td span span.smallText {
		font-size: 12px;
		line-height: 12px;
		padding: 0px 0px 0px 0px;
	}
	#packagesTable tbody tr td span.priceText {
		font-size: 17px;
		line-height: 22px;
		padding: 0px 0px 4px 3px;
	}
	#packagesTable tbody tr td.packageEnd span.priceText {
		padding: 0px 4px 4px 0px;
	}
	
	#packagesTable tbody tr#package1 th {
		background-image: url("/images/packages_prices/at_a_glance/table_th_package1.gif");
		background-repeat: no-repeat;
	}
	#packagesTable tbody tr#package1 td {
		background-image: url("/images/packages_prices/at_a_glance/table_td_package1.gif");
		background-repeat: no-repeat;
	}
	#packagesTable tbody tr#package1 td.packageEnd {
		background-image: url("/images/packages_prices/at_a_glance/table_td_package1end.gif");
	}
	
	#packagesTable tbody tr#package2 th {
		background-image: url("/images/packages_prices/at_a_glance/table_th_package2.gif");
		background-repeat: no-repeat;
	}
	#packagesTable tbody tr#package2 td {
		background-image: url("/images/packages_prices/at_a_glance/table_td_package2.gif");
		background-repeat: no-repeat;
	}
	#packagesTable tbody tr#package2 td.packageEnd {
		background-image: url("/images/packages_prices/at_a_glance/table_td_package2end.gif");
	}
	
	#packagesTable tbody tr#package3 th {
		background-image: url("/images/packages_prices/at_a_glance/table_th_package3.gif");
		background-repeat: no-repeat;
	}
	#packagesTable tbody tr#package3 td {
		background-image: url("/images/packages_prices/at_a_glance/table_td_package3.gif");
		background-repeat: no-repeat;
	}
	#packagesTable tbody tr#package3 td.packageEnd {
		background-image: url("/images/packages_prices/at_a_glance/table_td_package3end.gif");
	}
	
	#packagesTable tbody tr#package4 th {
		background-image: url("/images/packages_prices/at_a_glance/table_th_package4.gif");
		background-repeat: no-repeat;
	}
	#packagesTable tbody tr#package4 td {
		background-image: url("/images/packages_prices/at_a_glance/table_td_package4.gif");
		background-repeat: no-repeat;
	}
	#packagesTable tbody tr#package4 td.packageEnd {
		background-image: url("/images/packages_prices/at_a_glance/table_td_package4end.gif");
	}
	
	#packagesTable tbody tr#package5 th {
		background-image: url("/images/packages_prices/at_a_glance/table_th_package5.gif");
		background-repeat: no-repeat;
	}
	#packagesTable tbody tr#package5 td {
		background-image: url("/images/packages_prices/at_a_glance/table_td_package5.gif");
		background-repeat: no-repeat;
	}
	#packagesTable tbody tr#package5 td.packageEnd {
		background-image: url("/images/packages_prices/at_a_glance/table_td_package5end.gif");
	}
	#packagesTable tbody tr#package5 td span {
		padding: 0px 5px 4px 6px;
	}
	#packagesTable tbody tr#package5 td.packageEnd span {
		padding: 0px 6px 4px 0px;
	}
	#packagesTable tbody tr#package5 td span span.bigText {
		padding: 0px 0px 0px 0px;
	}
	#packagesTable tbody tr#package5 td span span.smallText {
		padding: 0px 0px 4px 0px;
	}
	#packagesTable tbody tr#package5 td span.priceText {
		padding: 0px 0px 4px 3px;
	}
	#packagesTable tbody tr#package5 td.packageEnd span.priceText {
		padding: 0px 4px 4px 0px;
	}
	
	#packagesTable tbody tr td span.bookButton, #packagesTable tbody tr td span.bookButtonTop {
		display: block;
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 12px 3px;
		text-align: center;
	}
	#packagesTable tbody tr td span.bookButtonTop {
		padding: 0px 0px 4px 3px;
	}
	#packagesTable tbody tr td span.bookButton a, #packagesTable tbody tr td span.bookButton a:visited, #packagesTable tbody tr td span.bookButtonTop a, #packagesTable tbody tr td span.bookButtonTop a:visited {
		display: block;
		margin: 0px auto 0px auto;
		padding: 0px 0px 0px 0px;
		width: 62px;
		height: 20px;
		font-size: 10px;
		line-height: 22px;
		text-align: center;
		color: #ffffff;
		text-transform: uppercase;
		text-decoration: none;
		background-image: url("/images/packages_prices/at_a_glance/table_button.gif");
		background-repeat: no-repeat;
	}
	#packagesTable tbody tr td span.bookButton a:hover, #packagesTable tbody tr td span.bookButtonTop a:hover {
		background-image: url("/images/packages_prices/at_a_glance/table_button_over.gif");
	}
	#packagesTable tbody tr td.packageEnd span.bookButton, #packagesTable tbody tr td.packageEnd span.bookButtonTop {
		padding: 0px 4px 12px 0px;
	}
	#packagesTable tbody tr td.packageEnd span.bookButtonTop {
		padding: 0px 4px 4px 0px;
	}
	#packagesTable tbody tr#package5 td span.bookButton {
		padding: 0px 0px 4px 3px;
	}
	#packagesTable tbody tr#package5 td.packageEnd span.bookButton {
		padding: 0px 3px 4px 0px;
	}
	
	#jsActivator #packagesBookPanel {
		display: none;
		position: absolute;
		z-index: 100;
		top: 0px;
		left: 0px;
		width: 100%;
		height: 100%;
		min-height: 100%;
	}
	#jsActivator #packagesBookPanel #packagesBookPanelBG {
		display: block;
		width: 100%;
		height: 100%;
		background-color: #000000;
		filter: alpha(opacity=70);
		-moz-opacity: 0.7;
		opacity: 0.7;
	}
	#jsActivator #packagesBookPanel #packagesBookPanelY {
		display: block;
		position: absolute;
		top: 0px;
		left: 0px;
		width: 100%;
		text-align: center;
	}
	#jsActivator #packagesBookPanel #packagesBookPanelViewer {
		display: block;
		position: relative;
		margin: 0px auto 0px auto;
		padding: 0px 0px 0px 0px;
		width: 337px;
		height: 135px;
		background-color: #ffffff;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
	}
	#jsActivator #packagesBookPanel #packagesBookPanelViewerInner {
		display: block;
		position: absolute;
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 0px 0px;
		width: 331px;
		height: 129px;
		top: 3px;
		left: 3px;
		background-color: #fc7106;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		text-align: left;
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		font-size: 14px;
		line-height: 18px;
		color:#ffffff;
	}
	#jsActivator #packagesBookPanel #packagesBookPanelViewerInner h2 {
		margin: 8px 10px 10px 10px;
		padding: 0px 0px 0px 0px;
		font-size: 24px;
		line-height: 28px;
	}
	#jsActivator #packagesBookPanel #packagesBookPanelViewerInner p {
		margin: 0px 10px 10px 10px;
		padding: 0px 0px 0px 0px;
	}
	#jsActivator #packagesBookPanel #packagesBookPanelViewerInner #panelButtons {
		margin: 0px 0px 0px 10px;
		padding: 0px 0px 0px 0px;
	}
	#jsActivator #packagesBookPanel #packagesBookPanelViewerInner a.panelButton, #jsActivator #packagesBookPanel #packagesBookPanelViewerInner a.panelButton:visited {
		display: block;
		float: left;
		margin: 5px 10px 0px 0px;
		padding: 0px 0px 0px 0px;
		width: 150px;
		font-size: 18px;
		line-height: 35px;
		font-weight: bold;
		text-align: center;
		color: #ffffff;
		text-decoration: none;
		text-transform: uppercase;
		background-image: url("/images/packages_prices/at_a_glance/panel_button.gif");
		background-repeat: no-repeat;
	}
	#jsActivator #packagesBookPanel #packagesBookPanelViewerInner a.panelButton:hover {
		background-image: url("/images/packages_prices/at_a_glance/panel_button_over.gif");
	}
	#jsActivator #packagesBookPanel #packagesBookPanelViewerInner a.closeButton, #jsActivator #packagesBookPanel #packagesBookPanelViewerInner a.closeButton:visited {
		display: block;
		position: absolute;
		margin: -8px -8px 0px 0px;
		padding: 0px 0px 0px 0px;
		top: 0px;
		right: 0px;
		width: 23px;
		height: 23px;
		background-image: url("/images/packages_prices/at_a_glance/close_button.gif");
		background-repeat: no-repeat;
	}
	#jsActivator #packagesBookPanel #packagesBookPanelViewerInner a.closeButton span {
		display: none;
	}
	#jsActivator #packagesBookPanel #packagesBookPanelViewerInner a.noPad {
		margin: 5px 0px 0px 0px !important;
	}
		
/*
Image panel elements
-------------------------
*/

	.picPanel200w {
		display: block;
		position: relative;
		float: right;
		margin: 0px -4px 5px 20px;
		padding: 0px 0px 0px 0px;
		width: 212px;
		background-image: url("/images/common/pic_shadow_panel_bg.gif");
		background-position: bottom left;
		background-repeat: no-repeat;
	}
	body.proflyer .picPanel200w {
		background-image: url("/images/common/proflyer_pic_shadow_panel_bg.gif");
	}

	.picPanel200wImg {
		display: block;
		margin: 0px 0px 0px 0px;
		padding: 4px 0px 8px 0px;
		width: 212px;
		background-image: url("/images/common/pic_shadow_panel_top.gif");
		background-position: top left;
		background-repeat: no-repeat;
	}
	body.proflyer .picPanel200wImg {
		background-image: url("/images/common/proflyer_pic_shadow_panel_top.gif");
	}

	.picPanel200wImg img {
		margin: 0px 6px 0px 6px;
	}
	
	
/*
Table elements
-------------------------
*/

	table {
		display: block;
		margin: 25px 0px 20px 0px;
		background-color: #ffffff;
	}
	
	table caption {
		padding: 2px 3px 2px 8px;
		margin-bottom: 0px;
		background-color: #ff6e0d;
		border-left: 1px solid #ffffff;
		border-right: 1px solid #ffffff;
		border-top: 1px solid #ffffff;
		font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
		font-size: 17px;
		line-height: 19px;
		color: #ffffff;
		text-transform: uppercase;
		text-align: left;
	}
	
	table th {
		margin: 1px;
		padding: 3px 4px 3px 8px;
		background-color: #ffdbc2;
		color: #0f0848;
		font-weight: normal;
		font-size: 11px;
		text-align: left;
	}
	
	table td {
		margin: 1px;
		padding: 3px 4px 3px 4px;
		background-color: #ffe9db;
		color: #0f0848;
		font-weight: normal;
		font-size: 11px;
		text-align: center;
	}
	
	table tr.headings th {
		margin: 1px;
		padding: 2px 4px 2px 4px;
		background-color: #dbe3ec;
		color: #4c75a2;
		font-weight: normal;
		font-size: 10px;
		text-align: center;
	}
	
	table tr.headings th.left {
		text-align: left;
		padding: 2px 4px 2px 8px;
	}

/*
Site Map elements
-------------------------
*/

	#sitemap {
		display: block;
		margin: 0px 0px 20px 0px;
		padding: 0px 0px 0px 0px;
	}
	#sitemap dt {
		margin: 12px 0px 8px 0px;
		padding: 0px 0px 0px 0px;
		font-size: 14px;
		line-height: 16px;
		font-weight: bold;
	}
	#sitemap dd {
		margin: 0px 0px 2px 20px;
		padding: 0px 0px 0px 0px;
		font-size: 12px;
		line-height: 15px;
	}


/*
Social bookmarks
-------------------------
*/

	#socialTools {
		display: block;
		position: relative;
		margin: 30px auto 12px auto;
		padding: 0px 0px 0px 0px;
		width: 850px;
		height: 25px;
		text-align: left;
		background-image: url("/images/common/bookmark_panel_bg.gif");
		background-repeat: no-repeat;
		font-size: 11px;
		line-height: 13px;
		color: #688DB2;
	}

	#socialTools strong {
		color: #B7D9F2;
	}

	#socialTools a {
		color: #B7D9F2;
		text-decoration: none;
	}
	
	#socialTools a:visited {
		color: #B7D9F2;
		text-decoration: none;
	}
	
	#socialTools a:hover {
		color: #ffffff;
		text-decoration: underline;
	}

	#socialBookmarks {
		position: absolute;
		top: 5px;
		left: 10px;
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 0px 0px;
		width: 830px;
	}

	#socialBookmarks dt {
		display: inline;
	}

	#socialBookmarks dd {
		margin: 0px 0px 0px 10px;
		padding: 0px 0px 0px 0px;
		display: inline;
	}
	
	#sendToFriend {
		position: absolute;
		top: 5px;
		right: 10px;
		margin: 0px 0px 0px 0px;
	}

	body.proflyer #socialTools {
		background-image: url("/images/common/proflyer_bookmark_panel_bg.gif");
		color: #8795A2;
	}

	body.proflyer #socialTools strong {
		color: #D0D5DA;
	}

	body.proflyer #socialTools a {
		color: #D0D5DA;
	}
	
	body.proflyer #socialTools a:visited {
		color: #D0D5DA;
	}
	
	body.proflyer #socialTools a:hover {
		color: #ffffff;
	}

/*
Footer elements
-------------------------
*/
	#lowerMenuAccessKeys {
		display: none;
	}

	#footerArea {
		display: block;
		position: relative;
		margin: 25px auto 10px auto;
		width: 860px;
		height: 32px;
		background-image: url("/images/common/footer_bg.gif");
		background-repeat: no-repeat;
		color: #4f719f;
		font-size: 11px;
		line-height: 14px;
	}
	
	#footerArea p {
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 0px 0px;
	}
	
	#footerArea a {
		color: #0f0848;
		text-decoration: none;
	}
	#footerArea a:visited {
		color: #0f0848;
		text-decoration: none;
	}
	#footerArea a:hover {
		color: #0f0848;
		text-decoration: underline;
	}
	
	#footerArea #toTop {
		position: absolute;
		top: 7px;
		left: 17px;
	}
	
	#footerArea #footerLinks {
		position: absolute;
		top: 7px;
		right: 17px;
	}

	body.proflyer #footerArea {
		background-image: url("/images/common/proflyer_footer_bg.gif");
		color: #697A8B;
	}
	
	body.proflyer #footerArea a {
		color: #0D0924;
	}
	body.proflyer #footerArea a:visited {
		color: #0D0924;
	}
	body.proflyer #footerArea a:hover {
		color: #0D0924;
	}
	
	#copyrightNotice {
		display: block;
		margin: 15px 0px 0px 0px;
		text-align: center;
		font-size: 11px;
		color: #ffffff;
	}
	
	#copyrightNotice a {
		color: #ffffff;
		text-decoration: none;
	}
	
	#copyrightNotice a:visited {
		color: #ffffff;
		text-decoration: none;
	}
	
	#copyrightNotice a:hover {
		color: #ffffff;
		text-decoration: underline;
	}
	