/* --- Common Elements
-------------------------------------------------------*/

* { margin: 0; padding: 0; }

body {
	font-family: Arial, Verdana, Sans-Serif;
	font-size: 11px;
	line-height: 16px;
	background: url(../images/bg.jpg) repeat-x;
}

h1 {
	text-indent: -9999px;
	width: 699px;
	height: 63px;
	margin: 0 auto 25px;
	background: url(../images/headline.jpg) no-repeat;
}
	
	h1 a {
		display: block;
		height: 63px;
	}

h2 {
	text-indent: -9999px;
	height: 16px;
	margin-bottom: 15px;
}

h3 { }

h4 { }

h5 { }

ul, ol { }

img {
	vertical-align: bottom;
	border: 0;
	}

fieldset { }

hr { }

a {  }
a:link { outline: none; }
a:visited {  }
a:hover {  }
a:active {  }



/* --- General Classes
-------------------------------------------------------*/

/* CLEAR FIX*/
.clearfix:after {content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

/* --- | Container | --- */

#container {
	width: 799px;
	margin: 0 auto;
}



/* --- Top Content
-------------------------------------------------------*/

#top_content {
	position: relative;
	height: 170px;
	margin-bottom: 25px;
}
	
	#top_content .tc_left {
		font-size: 10px;
		position: absolute;
		left: 0;
		width: 587px;
	}

		#top_content h2.headline_1 { background: url(../images/headline_1.jpg) no-repeat; }
		#top_content h2.headline_2 { background: url(../images/headline_2.jpg) no-repeat; }

		#top_content .tc_left p {
			margin-bottom: 2em;
		}
	
	#top_content .sbo {
		text-align: center;
		position: absolute;
		right: 0;
		top: 15px;
		width: 204px;
		padding: 15px 0;
		border-left: 1px solid #ed1c24;
	}
		
		#top_content .sbo strong { color: #666666; }



/* --- Magic Area
-------------------------------------------------------*/

#magic_area {
	padding: 0 30px 30px;
}

	.left_col {
		float: left;
		width: 355px;
	}

	.right_col {
		float: right;
		width: 355px;
	}



	/* --- Magic Boxes
	-------------------------------------------------------*/

	.dialog {
		color: #666;
		height: 1%;
		width: 355px;
		margin-bottom: 15px;
	}

		.dialog .content,
		.dialog .t,
		.dialog .b,
		.dialog .b div {
			background: url(../images/magic_box.jpg) no-repeat top right;
		}

		.dialog .content {
			padding-left: 12px;
		}

		.dialog .t {
			height: 12px;
			margin: 0 12px 0 -12px;
			background-position: 0 0;
		}

		.dialog .b {
			height: 15px;
			background-position: 100% 100%;
		}

			.dialog .b div {
				height: 15px;
				background-position: 0 100%;
			}

		/* --- | Header | --- */
		
		.dialog .dialog_header {
			position: relative;
			height: 55px;
			padding-left: 60px;
		}

			.dialog h3 {
				font-size: 12px;
				font-weight: bold;
				line-height: 16px;
				color: #4c83c3;
			}

			.dialog h3 sup { height: 0; line-height: 1; vertical-align: baseline; position: relative; bottom: 1ex; } /* Keeps line spacing consistent */

			.dialog .icon {
				position: absolute;
				left: -12px;
			}

			.dialog p.arrow {
				text-indent: -9999px;
				cursor: pointer;
				position: absolute;
				z-index: 2;
				right: 20px;
				top: 5px;
				width: 20px;
				height: 21px;
				background: url(../images/circle_arrow.gif) no-repeat;
			}

		#plane .dialog_header h3,
		#dollars .dialog_header h3,
		#present .dialog_header h3,
		#vip .dialog_header h3 {
			padding-top: 12px;
		}

		#hotel .icon {
			top: -5px;
			}

		/* --- | Hidden Content | --- */

		.dialog .hide {
			height: auto;
			padding: 10px 20px 0 60px;
		}

			.dialog .hide h4 {
				font-size: 12px;
				font-weight: bold;
			}

			.dialog .hide ul {
				list-style: none;
				xpadding: 5px 0;
			}

				.dialog .hide ul li {
					xpadding-bottom: 5px;
					padding-left: 10px;
					background: url(../images/bullet_arrow.gif) no-repeat 0 4px;
				}

					.dialog .hide ul li ul {
						padding-left: 10px;
					}



h2.headline_3 { width: 817px; background: url(../images/headline_3.jpg) no-repeat; }


/* --- Footer
-------------------------------------------------------*/

#footer {
	clear: both;
	height: 300px;
	background: url(../images/footer_bg.jpg) repeat-x 50% 0;
}

	#footer .apply_now {
		text-indent: -9999px;
		width: 167px;
		height: 48px;
		margin: 0 auto;
		background: url(../images/apply_now.jpg) no-repeat;
	}
	
		#footer .apply_now a {
			display: block;
			height: 48px;
		}
	
	#footer #logo {
		display: block;
		width: 201px;
		margin: 0 auto 20px;
	}
	
	#footer #legal_selector {
		width: 720px;
		margin: 0 auto 20px;
	}
		
		#footer #legal_selector a {
			color: #4c83c3;
		}
	
	#footer #legal {
		font-size: 10px;
		line-height: 13px;
		color: #666;
		width: 700px;
		margin: 0 auto;
	}
		
		#footer #legal h4 {
			cursor: pointer;
			font-size: 10px;
			font-weight: bold;
			margin-bottom: .5em;
		}
			
			#footer #legal h4 .indicator {
				color: blue;
			}
		
		#footer #legal p { margin-bottom: 1em; }