HTML {
	margin: 0px;
	height: 100%;
	width: 100%;
}
BODY {
	margin: 0px;
	height: 100%;
	width: 100%;
	
	background: #FFFFFF;
	FONT-FAMILY: Lucida Grande, Verdana, Arial, Helvetica;
	FONT-SIZE: 10pt;
}
INPUT {
	FONT-FAMILY: Lucida Grande, Verdana, Arial, Helvetica;
	FONT-SIZE: 10pt;
}
SELECT {
	FONT-FAMILY: Lucida Grande, Verdana, Arial, Helvetica;
	FONT-SIZE: 10pt;
}
TEXTAREA {
	FONT-FAMILY: Lucida Grande, Verdana, Arial, Helvetica;
	FONT-SIZE: 10pt;
}
FORM {
	margin: 0px;
}


H1 {
	font-size: 18pt;
	font-weight: normal;
	margin: 0px;
}

H2 {
	font-size: 12pt; 
	font-weight: normal;
	line-height: 18pt;
	margin: 10px 0px 0px 0px;
	overflow: hidden;
}

H2 A {
	color: white;
	font-weight: bold;
}
H2 A:visited {
	color: white;
}

H3 {
	margin: 0px 0px 10px 0px;
	font-size: 12pt;
	font-weight: bold;
	border-bottom: solid 1px #E0E0E0;
	padding-bottom: 3px;
	width: 100%;
}

BLOCKQUOTE {
	text-align: left;
	margin: 0px;
	font-size: 10pt;
}

CITE {
	color: #404040;
	font-style: normal;
}

P {margin: 0px 0px 15px 0px;}

.PageWrapper {
	width: 100%; height: 100%;
}

A {text-decoration: none; color: #05678E}
A:hover {
	color: red;
	text-decoration: underline;
}
A:visited {color: #05678E;}

.Orange {color: #F75A21}
A.Orange:visited {color: #F75A21}

.White {color: #FFFFFF;}
A.White {color: #FFFFFF;}

.NonPrintable {
}
.PrintOnly {
	display: none;
}

.Container {
	background: #FFFFFF;
	position: relative; 
	margin: 0px auto;
	text-align: left;
	width: 930px;	/* Main page width - must be reflected in LeftColumn and RightColumn*/
}

.Container_PageBorder {
	width: 990px;
	margin: 0px auto;
	background: url('PageBorder.jpg');
}

.PageBorderBottom {
	height: 30px; 
	position: relative;
	/* Can't use on IE6
	width: 990px;
	*/
	margin: 0px -30px 0px -30px; 
	z-index: 3;
	background: url('PageBorderBottom.jpg') no-repeat;
}

.PageContent {
	margin: 0px auto;
	position: relative; 
	width: 100%;
	height: 100%;
	background: #FFFFFF;
}

.MenuBar {
	position: relative;
	height: 36px;
	background: url(MenuBackground.jpg) repeat-x #808080;
	border-bottom: solid 1px #C0C0C0;
	overflow: hidden;
}

.MenuItems {
	position: relative;
	padding: 9px 0px 0px 30px;
}

.MenuBar LI {
	float: left;
	margin-right: 25px;
	background: transparent;
	list-style: none;
}

.MenuBar LI.Selected {
	float: left;
	background: transparent;
	border-bottom: solid 2px #F75A21;
}

.MenuBar A {
	text-decoration: none;
	color: white;
}
.MenuBar A:visited {
	color: white;
	text-decoration: none;
}

.MenuBar A:hover {
	color: #F75A21;
	text-decoration: none;
}

.MenuBar LI.Selected A {
	font-weight: bold;
}

.MenuTerminator {
	position: relative;
	float: right; 
}

.ColumnContainer {
	width: 100%;
	position: relative;
}

.LeftColumn {
	position: relative;
	width: 680px;	/* Container width minus RightColumn width */
}


.RightColumn {
	position: relative;
}

.RightColumn_Home {
	width: 250px;	/* Container width minus LeftColumn width */
	min-height: 400px;
	background: url('HomeBackgroundRight.jpg') no-repeat -33px -20px;
}

.RightColumn_Normal {
	background: url('NormalBackgroundRight.jpg') no-repeat -10px -20px;
}

.RightColumn_Home .RightColumnText {
	text-align: center;
	position: relative;
	padding: 55px 30px 0px 30px;
	width: 185px;
}


.RightColumn_Normal .RightColumnText {
	text-align: center;
	position: relative;
	padding: 20px 35px 0px 25px;
	width: 180px;
}

.LeftBanner_Home {
	height: 180px;
	background: url('HomeBackgroundLeft.jpg') no-repeat 0px -20px #0B7CA8;
}

.LeftBanner_Normal {
	height: 150px;
	overflow: hidden;
	background: url('NormalBackgroundLeft.jpg') no-repeat 0px -20px #0B7CA8;
}

.BodyContent {
}

.BodyText {
	padding: 30px 30px 10px 30px;
	margin-right: -20px;
}

.PageMenu {
	border-top: solid 1px #FFFFFF;
	border-bottom: solid 1px #404040;
	background: #606060;
	color: white;
	width: 665px;
	margin-right: -30px;
	height: 25px;
	padding: 5px 0px 0px 30px;
 }

.PageMenu LI {
	margin-right: 19px;
}

.PageTitle {
	font-size: 18pt;
}


.PageSubtitle {
	font-size: 12pt; line-height: 18pt; margin: 15px 0px 0px 0px;
}

.FooterBar {
	font-size: 8pt;
	padding: 5px 10px 5px 30px;
	border-top: solid 1px #C0C0C0;
	background: #F7F7F7;
	margin: 10px 0px 0px 0px;
}

.FooterBar LI {
	display: inline;
	margin-right: 15px;
}

.FooterBar A {
	color: #000080;
}


.SmallIcon {
	width: 50px;
	height: 50px;
	border: 0px;
}
.LargeIcon {
	width: 100px;
	height: 100px;
	border: 0px;
}

.ButtonBackground {
	position: relative;
	height: 75px;	/* Actual image height minus vertical padding */
	width: 130px;
	background: url('ButtonBackground.gif') no-repeat;
	padding-top: 15px;
}

.ButtonBackgroundHot {
	height: 75px;	/* Actual image height minus vertical padding */
	width: 130px;
	background: url('ButtonBackgroundHot.gif') no-repeat;
	text-align: center;
	padding-top: 15px;
}

.ButtonImage {
	height: 60px;
	width: 60px;
	border: 0px;
}	


.HorizontalMenu LI {
	float: left;
	margin-right: 20px;
	background: transparent;
	list-style: none;
}

.CTAImage {
	border: 0px;
	width: 185px;
	height: 118px;
	text-align: center;
}

.CTAImage2 {
	border: 0px;
	width: 185px;
	height: 130px;
	text-align: center;
}

.OpenQuoteImage {
	position: relative;
	top: -3px;
	left: -5px;
	margin-right: -5px;
	width: 18px;
	height: 12px;
}
.CloseQuoteImage {
	width: 18px;
	height: 12px;
}


.TandC H1 {
	font-size: 14pt;
	font-weight: bold;
}
.TandC H2 {
	font-size: 12pt;
	font-weight: bold;
	margin-bottom: 10px;
}
.TandC H3 {
	font-size: 10pt;
	font-weight: bold;
}
.TandC P {
	margin-left: 10px;
}


.ViewForm {width: 100%;}
.ViewForm TH {width: 200px;text-align: left; }

.WFF {
	width: 125px;
	padding-right: 20px;
}

.si {
	width: 16px;
	height: 16px;
	border: 0px;
}


.B {font-weight: bold;}
.AL {
	text-align: left;
}
.AC {
	text-align: center;
}
.AR {
	text-align: right;
}
.PT30 {
	margin-top: 30px;
}
.PT20 {
	margin-top: 20px;
}
.PT15 {
	margin-top: 15px;
}
.PT10 {
	margin-top: 10px;
}
.PT5 {
	margin-top: 5px;
}
.PB5 {
	margin-bottom: 5px;
}
.PT25 {
	margin-top: 25px;
}
.PT30 {
	margin-top: 30px;
}
.PB20 {
	margin-bottom: 20px;
}
.PB15 {
	margin-bottom: 15px;
}
.VT {
	vertical-align: top;
}
.FS8 {
	font-size: 8pt;
}
.FS12 {
	font-size: 12pt;
}


.si {
	width: 16px; height: 16px; border: 0px;
}





.Box {
	position: relative;
}
.BoxContainer {}

.BottomLeftCorner {
	position: relative; top: 0px; left: -1px; width: 7px; height: 6px; line-height: 0px;
	background-image: url('cbar.gif');
	background-position: 0px 0px;
	background-repeat: no-repeat;
}

.Box .BottomRightCorner{
	float: right; position: relative; left: 1px; top: 0px; width: 7px; height: 6px;
	background-image: url('cbar.gif');
	background-position: -20px 0px;	
	background-repeat: no-repeat;
}
.Box .TopRightCorner {
	float: right; position: relative; left: 0px; top: 0px; width: 7px; height: 6px; z-index: 2; line-height: 0px;
	background-image: url('cbar.gif');
	background-position: -10px 0px;	
	background-repeat: no-repeat;
	z-index: 3;
}
.Box .TopLeftCorner {
	width: 7px; height: 6px; line-height: 0px;
	position: relative;
	z-index: 5;
	background-image: url('ctl.gif');
	background-position: 0px 0px;	
	background-repeat: no-repeat;
	margin-bottom: -6px;
}

.Box .BoxHeading {
	font-size: 11pt;
	font-weight: bold;

	padding: 3px 3px 6px 8px;
	position: relative;
	top: 0px; left: 0px;
	border: solid 1px #C0C0C0;
	border-top: solid 1px #E0E0E0;
	
	background: #DEDEDE url('c5.jpg') repeat-x;
	z-index: 2;
}

.Box H3 {
	font-size: 14pt;
	font-weight: normal;

	padding: 5px 3px 6px 8px;
	position: relative;
	top: 0px; left: 0px;
	border: solid 1px #808080;
	border-top: solid 1px #C0C0C0;
	border-bottom: solid 1px #C0C0C0;
	
	background: #DEDEDE url('c5.jpg') repeat-x;

	margin: 0px 0px 0px 0px;
	width: auto;
	z-index: 2;
}

.Box H3.PlainHeader {
	font-size: 10pt;
	font-weight: bold;

	padding: 5px 3px 6px 8px;
	position: relative;
	top: 0px; left: 0px;
	border: solid 1px #808080;
	border-top: solid 1px #C0C0C0;
	border-bottom: solid 1px #C0C0C0;
	
	background: #DEDEDE url('c5.jpg') repeat-x;

	margin: 0px 0px 0px 0px;
}

.Box .BoxContent {
	position: relative;
	border-left: solid 1px #808080;
	border-right: solid 1px #808080;
	padding: 14px 5px 3px 5px;
	overflow: hidden;
}

.BoxFooter {
	background-color: white;
	position: relative;
	margin: 0px;
	margin-bottom: 20px;
	font-size: 0pt;
	height: 5px;
	line-height: 0px;
	border-left: solid 1px #808080;
	border-right: solid 1px #808080;
	border-bottom: solid 1px #808080;
}

.Box .BoxIcon {
	overflow: auto;
	border: 0px;
	top: -25px;
	left: -30px;
	position: relative;
	margin-bottom: -50px;
	margin-right: -25px;
	position: relative;
}

.Box .PlainHeader .BoxIcon {
	border: 0px;
	top: -30px;
	left: -30px;
	position: relative;
	margin-bottom: -40px;
	margin-right: -25px;
	position: relative;
	z-index: 2;
}

.TickLI UL {
	margin-left: 15px;
	margin-bottom: 0px;
	left: 0px;
	text-indent: 0px;
	padding-left: 15px;
}


UL.TickLINarrow  {
	margin-left: 12px;
	margin-bottom: 0px;
	margin-top: 5px;
	left: 0px;
	text-indent: 0px;
	padding-left: 12px;
}

.TickLI LI {
	list-style: url('bullet.gif') none;
	margin: 10px 0px 0px 0px;
}


.TourLI UL {
	margin-left: 5px;
	margin-bottom: 0px;
	left: 0px;
	text-indent: 0px;
	padding-left: 5px;
}
.TourLI LI {
	list-style: none;
	margin: 10px 0px 0px 0px;
}

.FAQ LI {
	margin: 10px 0px 10px 0px;
	font-size: 10pt;
}
.FAQ LI A {
	font-weight: bold;
}
.FAQ P {
	margin-top: 10px;
	font-size: 10pt;
}

.LIBM LI {
	padding-bottom: 5px;
}

.Flag {
	border: 0px;
	width: 30px;
	height: 30px;
}



UL.TickLI2  {
	margin: 0px 5px 0px 5px;
	left: 0px;
	text-indent: 0px;
	padding-left: 5px;
	
}
.TickLI2 LI {
	list-style: url('bullet.gif') none;
	margin: 10px 0px 0px 0px;
}

