/* Generic Sub Page Styles */
body.wide #stage-content, body.narrow #stage-content {
	color:#5b5b5b;
}
h3, h4, h5, h6 {
	color:#000;
	margin-bottom:.8em;
	text-transform:uppercase;
}
#stage-content ul, #stage-content ul li {
	list-style:outside disc;
	margin-left:.5em;
}
#stage-content ul ul, #stage-content ul ul li {
	list-style:outside circle;
	margin-left:.5em;
}
/* Two Column Layout */
body.narrow #sub-image {
	background:transparent url('/mimages/design/flagship10/bg-travelimage2.jpg') no-repeat top left;
	float:right;
	padding:12px 0 12px 11px;
	position:relative;
	right:-6px;
	top:-50px;
	width:526px;
}
body.narrow #sub-image2 {
	background:transparent url('/mimages/design/flagship10/bg-travelimage1.jpg') no-repeat top left;
	float:left;
	padding:12px 11px 12px 0;
	position:relative;
	left:-6px;
	top:70px;
}
body.wide #sub-head {
	border-bottom:1px solid #ececec;
	height:400px;
}
body.wide #sub-image {
	background:transparent url('/mimages/design/flagship10/bg-subimage.jpg') no-repeat top left;
	float:right;
	padding:12px 0 12px 11px;
	position:relative;
	right:-6px;
	top:-50px;
	width:578px;
}
body.wide #gallery-link {
	background:transparent url('/mimages/design/flagship10/bg-sectionheader.png');
	color:#f3601d;
	font:normal 12px/14px Arial, Helvetica, sans-serif;
	left:380px;
	padding:6px 12px;
	position:relative;
	top:-26px;
	white-space:nowrap;
	width:131px;
}
body.wide #gallery-link a:link, body.wide #gallery-link a:visited {
	color:#f3601d;
	text-decoration:none;
}
body.wide #gallery-link a:hover, body.wide #gallery-link a:active {
	color:#f3601d;
	text-decoration:none;
}
body.wide #gallery-link img {
	margin-left:.2em;
}
/* End Two Column Layout */
/* One Column Layout */
.single-column {
	padding:0 35px 20px;
}
/* Removing bullets from ul in certain pages */
#stage-content form ul, #stage-content form ul li {
	list-style-position:outside;
	list-style-type:none!important;
	margin:.8em 0 .5em;
}
/* Pony Pals Form Styling Fixes */
#ponypalform table tr td {
	font-size:124%!important;
	padding:3px 0;
}
#ponypalform table tr td table tr td {
	font-size:100%!important;
}
#ponypalform table tr td p {
	font-size:100%!important;
}

