/* CSS Document */
#bkg {
	background-image:url(../images/bkg/suggItinBg-swatch.jpg);
	background-repeat:repeat;
}
#mainContent {
}
#topText {
	margin-left:82px;
	}

.h6 {
	color:#4C4C4C;
}
.sbHd {
	padding: 0px 0px 1px 0px;
}

#callOutGSContainer {
	position:absolute;
	left:-180px;
	top:-35px;
}



#indentedContainer {
	margin-top:100px;
	position:relative;
	width:475px;
	margin-left:100px;
}


#famToursContainer {
	background-color:#F0F1EA;
	border: solid 1px #CECCCE;
	padding:10px;
	position:relative;
}
.famTourA {
	background-color:#DAE5C5;
	border: solid 1px #C7D067;
	padding:10px;
	margin-bottom:10px;
	position:static;
	z-index:1;
}
.famTourA .tourName {
	font-size:16px;
	font-weight:bold;
	color:#379833;
}
.famTourA .tourImg {
	float:left;
	margin-right:10px;
}
.famTourB {
	background-color:#CEE4EA;
	border: solid 1px #068BB8;
	padding:10px;
}

.famTourB .tourName {
	font-size:16px;
	font-weight:bold;
	color:#0288B5;
}
.famTourB .tourImg {
	float:right;
	margin-left:10px;
}	
