﻿p.header {
	color: #f39a00; /* this will change according to section color */
}

h2 {
	color: #f39a00;
	padding: 10px 5px 10px 5px;
	display: block;
	clear: both;
}


#ata_glance {
	background-color: #fff8dd; /* this is the background for the main copy */
	border-bottom: 1px solid #f39a00; /* this will change according to section color */
}

#trip_description {
	width: 378px;
	padding: 8px 15px 18px 15px; 
	margin: 0px;
	float: left;
}





.whatsHOT {
	top: 1224px;
}

/* this is glance stuff */

h3 {
	font-size: 11px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #f39a00; /* this is ca blue */
	padding: 2px 5px 0px 5px;
}



/* these are highlight boxes for glance pages */

#highlights_box_cr {
	background-image:url(../images/prog/buttons/orng/trip_glance_box_CR.gif);
	background-repeat: no-repeat;
	background-position: top center;
	margin-top: 5px;
	width: 388px;
	height: 220px;
	padding: 0px;
}
#highlights_box_hea {
	background-image:url(../images/prog/buttons/orng/trip_glance_box_hea.gif);
	background-repeat: no-repeat;
	background-position: top center;
	margin-top: 5px;
	width: 388px;
	height: 220px;
	padding: 0px;
}
#highlights_box_adu {
	background-image:url(../images/prog/buttons/orng/trip_glance_box_adu.gif);
	background-repeat: no-repeat;
	background-position: top center;
	margin-top: 5px;
	width: 388px;
	height: 220px;
	padding: 0px;
}
#highlights_box_scp {
	background-image:url(../images/prog/buttons/orng/trip_glance_box_scp.gif);
	background-repeat: no-repeat;
	background-position: top center;
	margin-top: 5px;
	width: 388px;
	height: 220px;
	padding: 0px;
}
#highlights_box_cax {
	background-image:url(../images/prog/buttons/orng/trip_glance_box_cax.gif);
	background-repeat: no-repeat;
	background-position: top center;
	margin-top: 5px;
	width: 388px;
	height: 220px;
	padding: 0px;
}

/* added this to try to get referral box to pop up in program section glance pages */

.glance_list a {
	position: relative;
	z-index: 240;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight:normal;
	color: #f39a00;
	text-decoration: underline;
}

.glance_list a:hover {
	z-index: 250;
	color: #393939;
	text-decoration: underline;
}

.glance_list a span {
	display: none;
}

.glance_list a:hover span {
	display: block;
	position: absolute; 
	top: 15px;
	left: -205px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#f6f4dc;
	background-color:#f39a00;	
	border: 1px solid #f6f4dc;
	width: 225px;
	padding: 10px;
}

#copy_interior { 
	background-color: #fff8dd; /* this is the background for the main copy */

}

p a {
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight:normal;
	color: #f39a00;
	text-decoration: underline;
}

p a:hover {
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight:normal;
	color: #393939;
	text-decoration: underline;
}