#header{
	height: 160px;
	position: relative;
}

#pagecontent{
	position: relative;
}

#innercontent{
	background-color: #000;
	position: relative;
	padding-left: 15px;
	width: 601px;
}

#footer{
	background-color: #000;
	position: relative;
	left: 0px;
}

#leftContent{
	width: 175px;
	display: inline;
	overflow: hidden;
	height: 375px;
}

#rightContent{
	width: 175px;
	display: inline;
	overflow: hidden;
	height: 375px;
}

#centerBar{
	display: inline;
	background-color: #f1b318;
	padding-bottom: 336px;
	z-index: 10;
	margin: 0 auto;
}

.connectingLine{
	width: 29px;
	border-top: 1px solid #f1b318;
	margin-top: 35px;
	float: left;
	z-index: 3;
}

#rightContent .itinStop{
	margin-bottom: 75px;
	margin-left: 3px;
	/*float: left;*/
	position: relative;
	left: -200px;
	min-height: 75px;
}

#leftContent .itinStop{
	margin-top: 75px;
	/*float: left;*/
	position: relative;
	left: 200px;
	min-height: 75px;
}

.itinStop img{
	padding-top: 5px;
	float: left;
}

#rightContent .itinStop img{
	margin-left: 3px;
}

.itinText{
	float: left;
	height: 59px;
	width: 115px;
	font-family: Helvetica, sans-serif;
	font-size: 11px;
	color: #fff;
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 5px;
	background-color: #1f1f1e;
	padding-left: 4px;
	padding-top: 2px;
}

.itinTitle{
	text-transform: uppercase;
	font-weight: bold;
	font-size: 13px;
}

.itinContent{
	height: 69px;
	width: 258px;
	float: left;
	background-color: #f1b318;
	z-index: 2;
	cursor: pointer;
}

#rightContent .itinContent{
	position: relative;
	left: -100px;
}

#leftContent .itinContent{
	position: relative;
	left: 100px;
}

#dither {
	background:#181818 none repeat scroll 0 0;
	display:none;
	left:0;
	position:absolute;
	top:0;
	width:100%;
	z-index:15;
}

#largeContent{
	display: none;
	height: 0px;
	width: 0px;
	background-image: url(/images/itinbg.gif);
	position: absolute;
	z-index: 20;
	margin-left: -200px;
	margin-top: 75px;
}

#contentImage{
	float: left;
	margin-top: 18px;
	margin-left: 7px;
}

#largeText{
	float: left;
	width: 355px;
	height: 265px;
	font-family: Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
	margin-left: 9px;
	margin-right: 5px;
	margin-top: 23px;
	position: relative;
}	

#largeTitle{
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 25px;
}

#viewmore{
	position: absolute;
	top: 230px;
	left: 270px;
}

#itinclose{
	position: absolute;
	top: 4px;
	left: 651px;
	cursor: pointer;
}

@media screen and (-webkit-min-device-pixel-ratio:0){
	#centerBar{
		position: relative;
		left: -290px;
	}
	
	.itinStop{
		margin-top: 12px;
	}
}
