@charset "utf-8";
/* xxx style sheet created on xx/xx/xx */

@media screen {

#galleryContainer { width: 100%; text-align: center; padding-top: 10px; background: #ecb12c url(../images/bg_galleryContainer.jpg) top center no-repeat; }
#galleryContainer #gallery { width: 960px; margin: 0 auto; text-align: left; }
#galleryContainer #galleryImages { height: 280px; }
#galleryPrev, #galleryNext { top: -210px; }

.intro { padding: 15px; margin-right: 20px; }
.intro h1 { color: #ecb12c; font-size: 260%; text-transform: uppercase; }
.intro p { font-size: 140%; }

#panelsTop { background: transparent url(../images/bg_homePanelsTop.gif) top left repeat-y; }
#panelsBottom { background: transparent url(../images/bg_homePanelsBottom.gif) top left repeat-y; }

#navMap {
	float: left;
	width: 440px;
	padding: 10px;
	margin-right: 20px;
	background: #3a6756;
	color: #f0e9da;
}

#navMap h2 { display: inline; /*background: transparent url(../images/bg_navMap_h2.gif) top right no-repeat;*/ padding-right: 50px; }

#selectNationalSite { /*overflow: auto;*/ margin-bottom: 20px; }
#selectNationalSite dl { float: left; width: 140px; padding-right: 10px; height:240px; }
#selectNationalSite dl.last { padding-right: 0; }
#selectNationalSite dt { text-transform: uppercase; border-bottom: 1px dotted #b0bcac; margin-bottom: 3px; padding-bottom: 2px; }
#selectNationalSite dd a { color: #f0e9da; text-decoration: none; }
#selectNationalSite dd a:hover { text-decoration: underline; }



} /* Closing brace for @media screen rule -- do not delete */

@media print {  
	/* All print styles to go between these braces */

} /* Closing brace for @print screen rule -- do not delete */


