/* CSS Document - Home Page Specific*/

div#blueWrapper {
	background-image: url(../../images/home_mainBkgd.png);
	background-repeat: repeat-x;
	background-color: #06354A;
}

#flashHead {
	margin-bottom: 70px;
}

.twoColumnLeft {
	width: 620px;
	float: left;
}

.oneColumnRight {
	width: 320px;
	float: right;
}

.smallColumnLeft {
	width: 300px;
	float: left;
}

.smallColumnRight {
	width: 300px;
	float: right;
}

.smallColumnLeft p, .smallColumnLeft li, .smallColumnLeft a, .smallColumnRight p, .smallColumnRight li, .smallColumnRight a {
	color: #FFF;
} 

.columnRightLogos {
	float: right;
}

p.introText {
	font-size: 14px;
	color: #ADD6B8;
	margin: 0 0 20px;
}

img.homeLogos {
	margin-bottom: 30px;
}

#flightSchedule {
	width: 300px;
	float: left;
}

#bookFlight {
	width: 300px;
	float: right;
}

.unitedNumber {
	color: #ADD6B8;
	padding: 0 0 15px 30px;
	font-size:12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

.twoColumnLeft p {
	color: #FFF;
}

#flashPhrases li {
	color: #FFF;
}

#homeCalloutBox {
	background-image:url(../../images/bkgdhomeCalloutBox.jpg);
	background-repeat:no-repeat;
	height:153px;
}

#homeCalloutBoxContent {
	float:left;
	padding:10px 30px;
}

/* sidebox */
#sideBox {
	width: 300px;
	background-image: url(../../images/home-sideBoxBkgd.jpg);
	background-repeat: repeat-x;
	background-color: #105167;
	padding: 10px;
}

#sideBoxHolder {
	width: 300px;
	background-color: #FFF;
	/*padding: 25px;*/
}

.sideBoxContent {
	width: 180px;
	float: right;
	margin-right: 25px;
}

.sideBoxIcon {
	float: left;
	padding-left: 25px;
}

#facts {
	padding:30px;
}

#facts p {
	color:#fff;
}

#flashVideo {
	margin-bottom: 10px;
}
/* end sidebox */


h1 {
	font-size: 15px;
	color: #ADD6B8;
}

h2 {
	font-size: 15px;
	color: #06354A;
}

/* new callouts */

.new {
	background-image:url(../../images/bkgd-CalloutNew.jpg);
	background-repeat:no-repeat;
	width:590px;
	height:101px;
	padding: 14px 15px 20px 15px;
	margin: 50px 15px 15px 0;
}

.save {
	background-image:url(../../images/bkgd-CalloutSave.jpg);
	background-repeat:no-repeat;
	width:590px;
	height:101px;
	padding: 14px 15px 10px 15px;
	margin: 0 15px 15px 0;
}

.new img, .save img {
	float:left;
	padding-right:27px;
}

.topCalloutContent {
	padding-top:28px;
}

.new p, .save p {
	margin-top:0;
	padding-top:0;
	margin-bottom:10px;
}

.new a {
	color:#fff;
}

.save p, .save a {
	color:#06354A;
}

#casino {
	background-image:url(../../images/bkgd-CalloutCasino.png);
	background-repeat:no-repeat;
	width:419px;
	height:164px;
	padding: 40px 20px 0 175px;
	margin: 0;
}

#casino h3 {
	border:none;
	margin:0;
}

#casino a {
	color:#fff;
}

/* end new callouts */