/* CSS Document */
h2, h1, h3 {
	color:#F4CC51;
}
h2 a, h2 a:visited {
	color:#F4CC51;
}
a, a:visited {
	color:#D8A60E;
}

#side-sub-nav li.mapstravel {
	list-style-image:url(/img/nav/list-sub-nav-arrow-maps-travel.gif);
}

#thedms01 div#thedmsBrowseGrid  .BrowseCell h2 {
	color:#FFF; /*3EAAA7*/
	background-color:#FFFFFF;
	background-image:url(../img/maps-grad.png);
	background-repeat:repeat-y;
}

#thedms01 div#thedmsBrowseGrid .BrowseCell h2 a {
	color:#FFFFFF;
}

/* Attractions Browse Page - Reduce div width to accommodate side boxes */

#thedms11 div#thedmsBrowseGrid {
	clear:both;
	margin:auto;
	padding:12px 12px 0px;
	width:650px;
}
#thedms11 div#thedmsBrowseGrid .BrowseCell h2 {
	width:640px;
	background-color:#f7da7f;
}
#thedms11 div#thedmsBrowseGrid .BrowseCell h2 a {
	color:#676767;
}
#thedms11 div#thedmsBrowseGrid .BrowseCell {
	float:left;
	margin:0px;
	padding:0px 0px 10px;
	position:relative;
	width:480px;
}

/* End dms 11*/