﻿h2 {
	padding: 10px 5px 10px 5px;
}
/* this sets color for highlights for pages with vertical images */
ul#trip_glance li.topboxnarrow {
		background: url(/images/prog/buttons/grn/trip_glance_box_bot_narrow_grn.gif) no-repeat bottom left;
}
ul#highlights_narrow {
	background: url(/images/prog/buttons/grn/trip_glance_box_top_narrow_grn.gif) no-repeat top left;
}

/* this sets color for highlights for pages withOUT vertical images */
ul#trip_glance li.topboxwide {
		background: url(/images/prog/buttons/grn/trip_glance_box_bot_wide_grn.gif) no-repeat bottom left;
}
ul#highlights_wide {
	background: url(/images/prog/buttons/grn/trip_glance_box_top_wide_grn.gif) no-repeat top left;
}


/* added this to try to get referral box to pop up in program section glance pages */

.glance_list a {
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight:normal;
	color: #606e4b;
	text-decoration: underline;
}

.glance_list a:hover {
	color: #393939;
	text-decoration: underline;
}
