/*
	CSS file for gosmithsonian.com V 1.0
	Author:	Net Theory 
			http://www.nettheory.com/
*/


/* 	

	*** GLOBAL SHEET ***
	---------------------------------------------------------------------
	This stylesheet is ONLY for elements that appear on every page of the 
	site. If it doesn't appear on every page, it doesn't belong here.
	
*/




/* Body and global
------------------------------------ */

* {
margin: 0;
padding: 0;
z-index: 0;
}

body {
	margin: 0px;
	padding: 0;
	background-color: #fff;
	font: 62.5% Verdana, Arial, sans-serif;
	color: #000;
}

img {
	border: none;
}

address {
	font-style: normal;
	line-height: 1.5em;
}

p {
	font-size: 1.1em;
	line-height: 1.6em;
	margin-bottom: 1.3em;
}

h1 {
			font-size: 1.1em;
			font-weight: normal;
			margin: 5px 5px 0px 5px;
		}

ul, ol {
	list-style: none;
	font-size: 1.1em;
	line-height: 1.6em;
}




/* Header 
------------------------------------ */
#overallWrapper { 
	width: 970px; 
	margin: 0 auto; 
}

#wrapper { 
	margin: 0 auto; 
	padding: 0; 
	width: 970px; 
	position: relative; 
	float: left; 
}

#header { 
	float: left; 
	width: 970px; 
	background: transparent url(http://media.gosmithsonian.com/designimages/head-tile.gif) bottom left repeat-x; 
}

#top-banners { width: 969px; }

	#top-banners div { float: left; }
	#top-bannerad { width: 728px;}
	#top-inhouse { margin-top: 3px; width: 230px; margin-right: 8px; margin-left:2px;}
	
#ad { 
	margin-top: 3px; 
	width: 728px;	
	height: 90px; 
	background: transparent; 
	float: right;
}

#weather {
	position: absolute;	
	top: 10px; 
	left: 20px;	
	width: 200px; 
}

#explore {	
	width: 478px;	
	float: left; 
	clear: left;
	position: relative;	
	z-index: 0;
	background: #8adbff url(http://media.gosmithsonian.com/designimages/blue_mainRoundedBottom.gif) no-repeat bottom right;	
}

#plan { 
	width: 478px; 
	float: right; 
	position: relative; 
	background: #ccff42 url(http://media.gosmithsonian.com/designimages/green_mainRoundedBottom.gif) no-repeat bottom left; 
}

body#museumPage #plan, body#internal1 #plan { 
	width: 478px; 
	float: right; 
	position: relative; 
	z-index: 0; 
	background: #ccff42 url(http://media.gosmithsonian.com/designimages/green_mainRoundedBottom_INT.gif) no-repeat bottom left; 
}

	#itineraryCounter {
		position: absolute;
		top: 10px;
		right: 20px;
		width: 150px;
		z-index: 3000;
		background: transparent url(http://media.gosmithsonian.com/designimages/itineraryCounter_top.gif) top left no-repeat;
	}
	
		#itineraryCounter #itineraryTile {
			margin: 9px 0 0 0;
			background: #dcff7e url(http://media.gosmithsonian.com/designimages/itineraryCounter_tile.gif) top left repeat-y;
			z-index: inherit;
		}
		
			#itineraryCounter p {
				margin: 0 0 0 8px;
				line-height: 1.2em;
				z-index: inherit;
				font-size: 1em;
			}
			
				#itineraryCounter a {
					color: #000;
					z-index: inherit;
/*					position: relative;*/
				}
			
			#p.itineraryPitch {
				color: #999;
			}
		
		#itineraryCounterBottom {
			margin: 0;
			height: 9px;
			background: transparent url(http://media.gosmithsonian.com/designimages/itineraryCounter_bottom.gif) top left no-repeat;
		}
	
#exploreHomepage {
	width: 478px;	
	background: #8adbff;	
	float: left; 
	position: relative;	
	z-index: 0;
}

#planHomepage { 
	width: 478px; 
	background: #ccff42; 
	float: right; 
	position: relative; 
	z-index: 0; 
}

	
/*rounded corners for header*/
#leftCorner1 {
	position: absolute;
	left: 0;
	bottom: 0;
	background: transparent url(http://media.gosmithsonian.com/designimages/roundedCornerLeft1.gif) no-repeat;
	z-index: 1;
	height: 25px;
	width: 30px;
}

#rightCorner1{
	position: absolute;
	right: 0;
	bottom: 0;
	background: transparent url(http://media.gosmithsonian.com/designimages/roundedCornerRight1.gif) no-repeat;
	z-index: 1;
	height: 30px;
	width: 25px;
}

#leftCorner2 {
	position: absolute;
	left: 0;
	bottom: 0;
	background: transparent url(http://media.gosmithsonian.com/designimages/roundedCornerLeft2.gif) no-repeat;
	z-index: 1;
	height: 22px;
	width: 27px;
}

#rightCorner2 {
	position: absolute;
	right: 0;
	bottom: 0;
	background: transparent url(http://media.gosmithsonian.com/designimages/roundedCornerRight2.gif) no-repeat;
	z-index: 1;
	height: 27px;
	width: 23px;
}

#cornersLeft {
	width: 478px;
	height: 30px;
	background: transparent url(http://media.gosmithsonian.com/designimages/blue_mainRoundedBottom.gif) no-repeat top left;
	float: left;
}

#cornersRight {
	width: 478px;
	height: 30px;
	float: right;
	background: transparent url(http://media.gosmithsonian.com/designimages/green_mainRoundedBottom.gif) no-repeat top left;
}


/* Global Links
--------------------------------------*/
/*
a:link		{ text-decoration: none; color: #FFF; }
a:visited	{ text-decoration: none; color: #FFF; }
a:hover		{ text-decoration: underline; color: #FFF; }
a:active	{ text-decoration: none; color: #FFF; }
*/

a:link		{ text-decoration: none; color: #00a0c6; }
a:visited	{ text-decoration: none; color: #00a0c6; }
a:hover		{ text-decoration: underline; color: #000; }
a:active	{ text-decoration: none; color: #000; }



/*  Typography
--------------------------------*/

#goSmithsonian {
	height: 60px;
	float: left;
	width: 289px;
	margin-top: -30px;
	margin-bottom: -30px;
	background: transparent url(http://media.gosmithsonian.com/designimages/GoSmithsonian_logo.gif)  no-repeat top left;	
	position: relative;
	z-index: 10;
}

#goSmithsonian a {
	display: block;
	width: 289px;
	height: 60px;
	text-indent: -9999px;
	z-index: 10; /* Higher than the #header and #secondaryHeader, but lower than Nav */
	position: absolute;
	top: 0;
	left: 0;
	z-index: 80;
}


#header h3 {
	font-size: 1.1em;
	font-weight: normal;
	color: #9ae1ff;
}

#header h4 {
	font-size: 1.6em;	
	color: #fff;
	font-weight: normal;
}

#secondaryHeader {
}

/* attention!!! */
#secondaryHeader #exploreHeader {
	display: block;
	width: 115px;
	height: 35px;
	text-indent: -9999px;
	background: transparent url(http://media.gosmithsonian.com/designimages/header_explore.gif)  no-repeat top left;
	float: right;
	position: relative;
	top: 25px;
	left: -20px;
	z-index: 1;
}

#secondaryHeader #planHeader {
	display: block;
	width: 115px;
	height: 35px;
	text-indent: -9999px;
	background: transparent url(http://media.gosmithsonian.com/designimages/header_plan.gif)  no-repeat top left;
	float: left;
	position: relative;
	top: 25px;
	right: -20px;
	z-index: 1;
}
/* /attention */


address {
	font-size: 1em;
	margin: 0 0 1.4em 0;
}


 
/* Navigation Style
------------------------------------ */

#mainNav {
	clear: both;
	float: right;
	margin: 11px 0 10px 0;
	width: 70em; /* Make sure it doesn't overlap logo anchor */
	position: relative; /*so z-index works*/
	z-index: 50; /* Higher than h1 */
}

	#mainNav li { float: right; }
	
	#mainNav li a { 
		padding: 3px 7px;
		border-left: 1px solid #34ffff; 
		border-right: 1px solid #006b9e;	
		font-size: 1.15em;
		color: #FFF;
		display: block; 
		line-height: 1em;
	}
	
	#mainNav li a:hover { text-decoration: none; background-color: #0093b5; }

	/*  Body Switching for Main Navigation
	-------------------------------------------------*/
	body#calendar li a#navCalendar,
	body.body313 li a#nav313,
	body.body312 li a#nav312,
	body.body314 li a#nav314,
	body.body315 li a#nav315
                     body.body325 li a#nav325 /* DC Deals */
                     body.body327 li a#nav327 /* On the Road */
                     body.body328 li a#nav328 /* Affiliations */
                     body.body329 li a#nav329 /* Smithsonian Outreach */
                     body.body330 li a#nav330 /* Lincoln Special Section */
                     body.body331 li a#nav331 /* What's New Section */
	{ text-decoration: none; background-color: #0093b5; }


/* Museum Nav
-------------------------------------------*/

		#mainNav #museumNav { 
			position: relative; 
			padding: 0;
		}
		
		#mainNav #museumNav a { 
			display: block;
			padding: 3px 25px 3px 7px;
			background: transparent url(http://media.gosmithsonian.com/designimages/downArrow.gif) no-repeat 95% 50%;
		}
		
		#mainNav #museumNav:hover, 
		#mainNav li.over { 
			background-color: #0093b5;
		}
		
		#museumNav ul { 
			display: none; 
			position: absolute; 
			top: 1.5em; 
			left: 0px; 
			width: 25em; 
			z-index: 1000;
			background: #e5e5e5;
			border: 1px solid #34ffff; 
			border-top: none;
		}
		
		#museumNav:hover ul, 
		#mainNav li:hover ul, 
		#mainNav li.over ul { 
			display: block; 
		}
		
		#museumNav li {	
			float: none; 
			text-align: left; 
			padding: 0; 
		}
		
		#museumNav li a { 
			padding: .3em 10px !important;
			color: #333; 
			display: block; 
			border: none; 
			border-bottom: 1px solid #fff; 
			font-size: .9em;
			background: transparent !important; /* had trouble overriding the style on the parent */
			background-color: #e5e5e5;
		}
		
		#museumNav li a:hover { color: #fff; background-color: #0093b5 !important; } /* double important (see above) */



/* Calendar Nav
-------------------------------------------*/
#mainNav #calendarNav { 
			position: relative; 
			padding: 0;
		}
		
		#mainNav #calendarNav a { 
			display: block;
			padding: 3px 20px 3px 7px;
			background: transparent url(http://media.gosmithsonian.com/designimages/downArrow.gif) no-repeat 95% 50%;
		}
		
		#mainNav #calendarNav:hover, 
		#mainNav li.over { 
			background-color: #0093b5;
		}
		
		#calendarNav ul { 
			display: none; 
			position: absolute; 
			top: 1.5em; 
			left: 0px; 
			width: 12em; 
			z-index: 1000;
			background: #e5e5e5;
			border: 1px solid #34ffff; 
			border-top: none;
		}
		
		#calendarNav:hover ul, 
		#mainNav li:hover ul, 
		#mainNav li.over ul { 
			display: block; 
		}
		
		#calendarNav li {	
			float: none; 
			text-align: left; 
			padding: 0; 
		}
		
		#calendarNav li a { 
			padding: .3em 10px !important;
			color: #333; 
			display: block; 
			border: none; 
			border-bottom: 1px solid #fff; 
			font-size: .9em;
			background: transparent !important; /* had trouble overriding the style on the parent */
			background-color: #e5e5e5;
		}
		
		#calendarNav li a:hover { color: #fff; background-color: #0093b5 !important; } /* double important (see above) */


/* Explore Sub Nav
-------------------------------------------*/
#exploreSubNav {
	margin: 30px 0 0 0;
	width: 450px;
	height: 32px;
	float: right;
}
	
	
	#exploreSubNav li a { display: block; text-indent: -9999px; height: 32px; overflow: hidden; }
	#exploreSubNav li { float: right; display: inline; }

	#exploreMuseums 		{  background: transparent url(http://media.gosmithsonian.com/designimages/MUSEUM-new.gif) no-repeat top; }
	#exploreNew 		{  background: transparent url(http://media.gosmithsonian.com/designimages/WHATNEW-new.gif) no-repeat top; }
	#exploreEvents			{ background: transparent url(http://media.gosmithsonian.com/designimages/EVENTS-new.gif) no-repeat top; }
	#exploreExhibitions	{ margin-right: 19px; background: transparent url(http://media.gosmithsonian.com/designimages/EXHIBIT-new.gif) no-repeat top; }

		#exploreMuseums a			{ width: 102px; background: transparent url(http://media.gosmithsonian.com/designimages/MUSEUM-new.gif) no-repeat bottom; }
		#exploreNew a			{ width: 120px; background: transparent url(http://media.gosmithsonian.com/designimages/WHATNEW-new.gif) no-repeat bottom; }
		#exploreEvents a			{ width: 88px; background: transparent url(http://media.gosmithsonian.com/designimages/EVENTS-new.gif) bottom no-repeat; }
		#exploreExhibitions a		{ width: 110px; background: transparent url(http://media.gosmithsonian.com/designimages/EXHIBIT-new.gif) bottom no-repeat; }

		#exploreMuseums a:hover			{ background: transparent; }
		#exploreNew a:hover			{ background: transparent; }
		#exploreEvents a:hover			{ background: transparent; }
		#exploreExhibitions a:hover		{ background: transparent; }

        #exploreMuseumsOn 		{  background: transparent url(http://media.gosmithsonian.com/designimages/MUSEUM-new.gif) no-repeat top; }
		 #exploreNewOn 		{  background: transparent url(http://media.gosmithsonian.com/designimages/WHATNEW-new.gif) no-repeat top; }
        #exploreEventsOn		{ background: transparent url(http://media.gosmithsonian.com/designimages/EVENTS-new.gif) no-repeat top; }
        #exploreExhibitionsOn	{ margin-right: 19px; background: transparent url(http://media.gosmithsonian.com/designimages/EXHIBIT-new.gif) no-repeat top; }
		#exploreMuseumsOn a			{ width: 102px; background: transparent url(http://media.gosmithsonian.com/designimages/MUSEUM-new.gif) no-repeat top; }
		#exploreNewOn a			{ width: 120px; background: transparent url(http://media.gosmithsonian.com/designimages/WHATNEW-new.gif) no-repeat top; }
		#exploreEventsOn a			{ width: 88px; background: transparent url(http://media.gosmithsonian.com/designimages/EVENTS-new.gif) top no-repeat; }
		#exploreExhibitionsOn a		{ width: 110px; background: transparent url(http://media.gosmithsonian.com/designimages/EXHIBIT-new.gif) top no-repeat; }
		

/* Plan Sub Nav 
----------------------------------------------*/

#planSubNav {
	margin: 30px 0 0 0;
	width: 450px;
	height: 32px;
	float: left;
	display: inline;
	z-index: 1;
}

	#planSubNav li { float: left; display: inline; }
	#planSubNav li a { display: block; height: 32px; text-indent: -9999px; overflow: hidden; }

	#planLodging 				{ margin-left: 13px; background: transparent url(http://media.gosmithsonian.com/designimages/LODGING-new-2.gif) no-repeat top; }
	#planDeals					{ background: transparent url(http://media.gosmithsonian.com/designimages/DEALS-new.gif) no-repeat top; }
	#planDining 				{ background: transparent url(http://media.gosmithsonian.com/designimages/DINING-new.gif) no-repeat top; }
	#planTransportation 			{ background: transparent url(http://media.gosmithsonian.com/designimages/TRANS-new.gif) no-repeat top; }

		#planLodging a 				{ width: 98px; background: transparent url(http://media.gosmithsonian.com/designimages/LODGING-new-2.gif) no-repeat bottom; }
		#planDeals a 				{ width: 98px; background: transparent url(http://media.gosmithsonian.com/designimages/DEALS-new.gif) no-repeat bottom; }
		#planDining a 				{ width: 86px; background: transparent url(http://media.gosmithsonian.com/designimages/DINING-new.gif) no-repeat bottom; }
		#planTransportation a 			{ width: 140px; background: transparent url(http://media.gosmithsonian.com/designimages/TRANS-new.gif) no-repeat bottom; }

		#planLodging a:hover 				{ background: transparent; }
		#planDeals a:hover 				{ background: transparent; }
		#planDining a:hover 				{ background: transparent; }
		#planTransportation a:hover 			{ background: transparent; }
		#planLodgingOn 				{ margin-left: 13px; background: transparent url(http://media.gosmithsonian.com/designimages/LODGING-new-2.gif) no-repeat top; }
		#planDealsOn 				{ background: transparent url(http://media.gosmithsonian.com/designimages/DEALS-new.gif) no-repeat top; }
        #planDiningOn 				{ background: transparent url(http://media.gosmithsonian.com/designimages/DINING-new.gif) no-repeat top; }
        #planTransportationOn 			{ background: transparent url(http://media.gosmithsonian.com/designimages/TRANS-new.gif) no-repeat top; }

		#planLodgingOn a 				{ width: 98px; background: transparent url(http://media.gosmithsonian.com/designimages/LODGING-new-2.gif) no-repeat top; }
		#planDealsOn a 				{ width: 98px; background: transparent url(http://media.gosmithsonian.com/designimages/DEALS-new.gif) no-repeat top; }
		#planDiningOn a 				{ width: 86px; background: transparent url(http://media.gosmithsonian.com/designimages/DINING-new.gif) no-repeat top; }
		#planTransportationOn a 			{ width: 140px; background: transparent url(http://media.gosmithsonian.com/designimages/TRANS-new.gif) no-repeat top; }

/* Body Switching for Secondary Nav
------------------------------------------------*/
body.body308 #exploreMuseums a {  background: transparent url(http://media.gosmithsonian.com/designimages/MUSEUM-new.gif) no-repeat top;  }
body.body331 #exploreNew a {  background: transparent url(http://media.gosmithsonian.com/designimages/WHATNEW-new.gif) no-repeat top;  }
body.body317 #exploreEvents a {  background: transparent url(http://media.gosmithsonian.com/designimages/EVENTS-new.gif) no-repeat top; }
body.body318 #exploreExhibitions a {  background: transparent url(http://media.gosmithsonian.com/designimages/EXHIBIT-new.gif) no-repeat top ; }
body.body321 #planLodging a {  background: transparent url(http://media.gosmithsonian.com/designimages/LODGING-new-2.gif) no-repeat top; }
body.body325 #planDeals a {  background: transparent url(http://media.gosmithsonian.com/designimages/DEALS-new.gif) no-repeat top; }
body.body319 #planDining a { background: transparent url(http://media.gosmithsonian.com/designimages/DINING-new.gif) no-repeat top; }
body.body322 #planTransportation a { background: transparent url(http://media.gosmithsonian.com/designimages/TRANS-new.gif) no-repeat top; }



/*  Structure 
------------------------------------ */
#mainContent {
	clear: both;
	width: 970px;
	float: left;
	margin-bottom: 20px;
}

#CalendarContent {
	clear: left;
	width: 650px;
	float: left;
	margin-bottom: 20px;
}

/*  Footer 
------------------------------------ */
#footer { 
	clear: both; 
	/*display: block; */
}

#bottom-ads { clear: both; }

	#google { 
		width: 728px; 
	}

#bottom-promo { width: 210px; }

.column { margin-right: 17px;
	float: left; }

.last { margin-right: 0 !important;
	border-right: none !important; }

		#advertisement-subscribe a {
			display: block;
			width: 230px;
			float: right;
		}
		

.smallLine {
	clear: both;
	height: 1px; 
	background-color: silver; 
}

#spacer { 
	clear: left;
	height: 10px; 
	background-color: #cccccc; 
	margin-top: 1px; 
}

#affiliates { 
	margin-bottom: 2px;
	float: left;
	margin-top: 1px; 
	width: 970px;
}

.affiliate { 
	float: left;
	border-right: 1px solid #ccc;
	text-indent: -9999em; 
}

.lastAffiliate { 
	border: none;
}

#logoSmit { margin: 0 1px; text-indent: -9999em; height: 43px; width: 159px; display: block; background: #FFF url(http://media.gosmithsonian.com/designimages/footerlogo_smit.png) no-repeat -1px 0 ; }
#logoANSM { margin: 0 1px; text-indent: -9999em; height: 43px; width: 159px; display: block; background: #FFF url(http://media.gosmithsonian.com/designimages/footerlogo_ansm.png) no-repeat -1px 0 ; }
#logoSST { margin: 0 1px; text-indent: -9999em; height: 43px; width: 159px; display: block; background: #FFF url(http://media.airspacemag.com/designimages/footerlogo_sst.png) no-repeat -1px 0 ; }
#logoCata { margin: 0 1px; text-indent: -9999em; height: 43px; width: 159px; display: block; background: #FFF url(http://media.gosmithsonian.com/designimages/footerlogo_stor.png) no-repeat -1px 0 ; }
#logoJour { margin: 0 1px; text-indent: -9999em; height: 43px; width: 159px; display: block; background: #FFF url(http://media.gosmithsonian.com/designimages/footerlogo_jour.png) no-repeat -1px 0 ; }
#logoChannel { margin: 0 1px; text-indent: -9999em; height: 43px; width: 158px; display: block; background: #FFF url(http://media.gosmithsonian.com/designimages/footerlogo_channel.png) no-repeat -1px 0 ; }

#logoSmit:hover { margin: 0 1px; text-indent: -9999em; height: 43px; width: 159px; display: block; background: #FFF url(http://media.gosmithsonian.com/designimages/footerlogo_smit.png) no-repeat -1px -43px; }
#logoANSM:hover { margin: 0 1px; text-indent: -9999em; height: 43px; width: 159px; display: block; background: #FFF url(http://media.gosmithsonian.com/designimages/footerlogo_ansm.png) no-repeat -1px -43px; }
#logoSST:hover { margin: 0 1px; text-indent: -9999em; height: 43px; width: 159px; display: block; background: #FFF url(http://media.airspacemag.com/designimages/footerlogo_sst.png) no-repeat -1px -43px; }
#logoCata:hover { margin: 0 1px; text-indent: -9999em; height: 43px; width: 159px; display: block; background: #FFF url(http://media.gosmithsonian.com/designimages/footerlogo_stor.png) no-repeat -1px -43px; }
#logoJour:hover { margin: 0 1px; text-indent: -9999em; height: 43px; width: 159px; display: block; background: #FFF url(http://media.gosmithsonian.com/designimages/footerlogo_jour.png) no-repeat -1px -43px; }
#logoChannel:hover { margin: 0 1px; text-indent: -9999em; height: 43px; width: 158px; display: block; background: #FFF url(http://media.gosmithsonian.com/designimages/footerlogo_channel.png) no-repeat -1px -43px; }

#links { 
	float: left;
	width: 970px;
	margin-top: 1px; 
	margin-bottom: 1px; 
	background-color: #00a0c6; 
	font-size: 1em;
}

	#links ul {
		font-size: .9em;
		line-height: 1em;
	}

	#smithsonianLinks {
		margin: .5em 0;
		float: left;
		width: 45em;
	}

	#contactLinks {
		margin: .5em 0;
		float: right;
		width: 44em;
	}

		#links #smithsonianLinks li {
			padding: 0 5px;
			float: left;
			display: inline;
			border-left: 1px solid #fff;
			line-height: 1.2em;
		}

		#links #contactLinks li {
			padding: 0 5px;
			float: right;
			display: inline;
			border-right: 1px solid #fff;
			line-height: 1.2em;
		}
		
			#links li.footer-last,
			#links li.footer-first {
				border: none !important;
			}

			#links ul li a:link,
			#links ul li a:visited,
			#links ul li a:hover,
			#links ul li a:active {
				color: #fff;
			}

#footerLogoContainer { 
	padding-bottom: 10px;
	clear: both; 
	float: left;
	width: 970px;
	background-color: #000; 
}

	#footerLogoContainer h3 {
		margin: 15px 0 0 1.5em !important;
	 	width: 157px;
		height: 26px;
	  float: left;
		text-indent: -9999px;
		background: transparent url('http://media.gosmithsonian.com/designimages/smith_footerlogo.png') no-repeat top left;		
	}

	#footerLogoContainer label { 
		margin: 20px 2em 0 0 !important;
		float: right;
		width: 20em;
		color: #dedede; 
		text-align: right;
	}
	
	#footerLogoContainer a:hover { color: #fff; }
	#footerLogoContainer a:active { color: #fff; }

	#footerLogoContainer span { 
		font-size: .9em; 
	}

#clickabilityLogo {
	margin: 0 !important;
	padding-top: 5px;
	padding-bottom: 1px;
	width: 970px;
	height: 20px;
	float: left;
	clear: both;
	border-top: 1px solid #fff;
	background-color: #000;
}

	#clickabilityLogo a {
		display: block;
		width: 170px;
		height: 20px;
		float: right;
		text-indent: -9999px;
		background: transparent url(http://media.gosmithsonian.com/designimages/clickability_logo.gif) top left no-repeat;
	}



/*  Global Useful Classes
---------------------------------------*/

.clear{ clear: both; }

.floatRight { float: right; }
.floatLeft 	{ float: left; }
.clearRight	{ clear: right; }
.clearLeft	{ clear: left; }

.bullited {
	margin: 0;
	padding-left: 1.5em;
	list-style: disc;
}

.removeTop {
	margin-top: -1.3em;
}

.removeBottom {
	margin-bottom: 0;
}

.addBottom {
	margin-bottom: 1.3em;
}

.numbered {
	padding-left: 1.5em;
	list-style-type: decimal;
}

.magazineTitle{
	font-style: italic;
}


/*  About Us / Promotion
------------------------------------------*/
#magazineCover { 
    float: right;
    background: transparent url(http://media.gosmithsonian.com/designimages/gosmith_200702_cover_200.jpg) no-repeat top left;
    width: 200px;
    height: 305px;
    margin: 0 0 20px 15px;
}

#nettheory {
    width: 630px;
}

#nettheory a {
    float: left;
    clear: left;
    width: 100px;
    height: 40px;
    margin: 0 30px 15px 0;
    background: transparent url(http://media.gosmithsonian.com/designimages/logo_nettheory.gif) no-repeat top left;
    text-indent: -9999em;
}

#wctc { width: 630px; }

#wctc a{    
    float: left;
    clear: left;
    width: 115px;
    height: 88px;
    background: transparent url(http://media.gosmithsonian.com/images/logo_destination-dc.gif) no-repeat top left;
    margin: 0 30px 15px 0;
    text-indent: -9999em;
}

#emp {
    width: 630px;
}

#emp a {
    float: left;
    clear: left;
    width: 115px;
    height: 88px;
    background: transparent url(http://media.gosmithsonian.com/images/emp_logo.gif) no-repeat top left;
    margin: 0 30px 15px 0;
    text-indent: -9999em;
}





/*-----------------
* MODULE HEADERS
*------------------*/

/* African Art Museum */
/*
#eatAtTheNMAFA 					{ background: #a3cc35 url(http://media.gosmithsonian.com/designimages/Mall_eat.gif) top left no-repeat; }
#shopAtTheNMAFA 				{ background: #a3cc35 url(http://media.gosmithsonian.com/designimages/NMAFA_shop.gif) top left no-repeat; }
#floorPlanAtTheNMAFA 		{ background: #a3cc35 url(http://media.gosmithsonian.com/designimages/NMAFA_floorplan.gif) top left no-repeat; }
*/
#eatAtTheNMAFA 					{ background: #a3cc35 url(http://media.gosmithsonian.com/designimages/Mall_eat.gif) top left no-repeat; }
#shopAtTheNMAFA 				{ background: #a3cc35 url(http://media.gosmithsonian.com/designimages/generic-shop.gif) top left no-repeat; }
#floorPlanAtTheNMAFA 		{ background: #a3cc35 url(http://media.gosmithsonian.com/designimages/generic-floorplan.gif) top left no-repeat; }


/* Air and Space Museum */
#eatAtTheNASM 					{ background: #a3cc35 url(http://media.gosmithsonian.com/designimages/generic-eat.gif) top left no-repeat; }
#shopAtTheNASM 					{ background: #a3cc35 url(http://media.gosmithsonian.com/designimages/generic-shop.gif) top left no-repeat; }
#floorPlanAtTheNASM 		{ background: #a3cc35 url(http://media.gosmithsonian.com/designimages/generic-floorplan.gif) top left no-repeat; }


/* Air and Space Museum - Udvar-Hazy Center*/
#eatAtTheNASMUHC 				{ background: #a3cc35 url(http://media.gosmithsonian.com/designimages/generic-eat.gif) top left no-repeat; }
#shopAtTheNASMUHC 			{ background: #a3cc35 url(http://media.gosmithsonian.com/designimages/generic-shop.gif) top left no-repeat; }
#floorPlanAtTheNASMUHC 	{ background: #a3cc35 url(http://media.gosmithsonian.com/designimages/generic-floorplan.gif) top left no-repeat; }

/*  American Art Museum - Renwick Gallery */
#eatAtTheRENWK 					{ background: #a3cc35 url(http://media.gosmithsonian.com/designimages/Mall_eat.gif) top left no-repeat; }
#shopAtTheRENWK 				{ background: #a3cc35 url(http://media.gosmithsonian.com/designimages/generic-shop.gif) top left no-repeat; }
#floorPlanAtTheRENWK		{ background: #a3cc35 url(http://media.gosmithsonian.com/designimages/generic-floorplan.gif) top left no-repeat; }
 
/* American Art Museum - Reynolds Center */
#eatAtTheNMAA 					{ background: #a3cc35 url(http://media.gosmithsonian.com/designimages/generic-eat.gif) top left no-repeat; }
#shopAtTheNMAA 					{ background: #a3cc35 url(http://media.gosmithsonian.com/designimages/generic-shop.gif) top left no-repeat; }
#floorPlanAtTheNMAA 		{ background: #a3cc35 url(http://media.gosmithsonian.com/designimages/generic-floorplan.gif) top left no-repeat; }

/* American History Museum */
#eatAtTheNMAH 					{ background: #a3cc35 url(http://media.gosmithsonian.com/designimages/generic-eat.gif) top left no-repeat; }
#shopAtTheNMAH 					{ background: #a3cc35 url(http://media.gosmithsonian.com/designimages/generic-shop.gif) top left no-repeat; }
#floorPlanAtTheNMAH 		{ background: #a3cc35 url(http://media.gosmithsonian.com/designimages/generic-floorplan.gif) top left no-repeat; }

/* American Indian Museum */
#eatAtTheNMAIDC 				{ background: #a3cc35 url(http://media.gosmithsonian.com/designimages/generic-eat.gif) top left no-repeat; }
#shopAtTheNMAIDC 				{ background: #a3cc35 url(http://media.gosmithsonian.com/designimages/generic-shop.gif) top left no-repeat; }
#floorPlanAtTheNMAIDC 	{ background: #a3cc35 url(http://media.gosmithsonian.com/designimages/generic-floorplan.gif) top left no-repeat; }

/* American Indian Museum - Heye Center */
#eatAtTheNMAI 					{ background: #a3cc35 url(http://media.gosmithsonian.com/designimages/generic-eat.gif) top left no-repeat; }
#shopAtTheNMAI 					{ background: #a3cc35 url(http://media.gosmithsonian.com/designimages/generic-shop.gif) top left no-repeat; }
#floorPlanAtTheNMAI 		{ background: #a3cc35 url(http://media.gosmithsonian.com/designimages/generic-floorplan.gif) top left no-repeat; }

/* Anacostia Community Museum */ 
#eatAtTheAN 						{ background: #a3cc35 url(http://media.gosmithsonian.com/designimages/Mall_eat.gif) top left no-repeat; }
#shopAtTheAN 						{ background: #a3cc35 url(http://media.gosmithsonian.com/designimages/Mall_shop.gif) top left no-repeat; }
#floorPlanAtTheAN 			{ background: #a3cc35 url(http://media.gosmithsonian.com/designimages/generic-floorplan.gif) top left no-repeat; }

/* Arts & Industries Building */
#eatAtTheAI							{ background: #a3cc35 url(http://media.gosmithsonian.com/designimages/Mall_eat.gif) top left no-repeat; }
#shopAtTheAI						{ background: #a3cc35 url(http://media.gosmithsonian.com/designimages/Mall_shop.gif) top left no-repeat; }
#floorPlanAtTheAI				{ background: #a3cc35 url(http://media.gosmithsonian.com/designimages/generic-floorplan.gif) top left no-repeat; }

/* Asian Art Museum - Freer Gallery */
#eatAtTheFGA 						{ background: #a3cc35 url(http://media.gosmithsonian.com/designimages/Mall_eat.gif) top left no-repeat; }
#shopAtTheFGA 					{ background: #a3cc35 url(http://media.gosmithsonian.com/designimages/generic-shop.gif) top left no-repeat; }
#floorPlanAtTheFGA 			{ background: #a3cc35 url(http://media.gosmithsonian.com/designimages/generic-floorplan.gif) top left no-repeat; }

/* Asian Art Museum - Sackler Gallery */
#eatAtTheSGA 						{ background: #a3cc35 url(http://media.gosmithsonian.com/designimages/Mall_eat.gif) top left no-repeat; }
#shopAtTheSGA 					{ background: #a3cc35 url(http://media.gosmithsonian.com/designimages/generic-shop.gif) top left no-repeat; }
#floorPlanAtTheSGA 			{ background: #a3cc35 url(http://media.gosmithsonian.com/designimages/generic-floorplan.gif) top left no-repeat; }

/* Cooper-Hewitt, National Design Museum */
#eatAtTheNDM 						{ background: #a3cc35 url(http://media.gosmithsonian.com/designimages/generic-eat.gif) top left no-repeat; }
#shopAtTheNDM 					{ background: #a3cc35 url(http://media.gosmithsonian.com/designimages/generic-shop.gif) top left no-repeat; }
#floorPlanAtTheNDM 			{ background: #a3cc35 url(http://media.gosmithsonian.com/designimages/generic-floorplan.gif) top left no-repeat; }

/* Hirshhorn Museum and Sculpture Garden */
#eatAtTheHMSG 					{ background: #a3cc35 url(http://media.gosmithsonian.com/designimages/generic-eat.gif) top left no-repeat; }
#shopAtTheHMSG 					{ background: #a3cc35 url(http://media.gosmithsonian.com/designimages/generic-shop.gif) top left no-repeat; }
#floorPlanAtTheHMSG 		{ background: #a3cc35 url(http://media.gosmithsonian.com/designimages/generic-floorplan.gif) top left no-repeat; }

/* National Zoo */
#eatAtTheNZP 						{ background: #a3cc35 url(http://media.gosmithsonian.com/designimages/NZP_eat.gif) top left no-repeat; }
#shopAtTheNZP 					{ background: #a3cc35 url(http://media.gosmithsonian.com/designimages/NZP_shop.gif) top left no-repeat; }
#floorPlanAtTheNZP				{ background: #a3cc35 url(http://media.gosmithsonian.com/designimages/NZP_floorplan.gif) top left no-repeat; }

/* Natural History Museum */
#eatAtTheNMNH 					{ background: #a3cc35 url(http://media.gosmithsonian.com/designimages/generic-eat.gif) top left no-repeat; }
#shopAtTheNMNH 					{ background: #a3cc35 url(http://media.gosmithsonian.com/designimages/generic-shop.gif) top left no-repeat; }
#floorPlanAtTheNMNH 		{ background: #a3cc35 url(http://media.gosmithsonian.com/designimages/generic-floorplan.gif) top left no-repeat; }

/* Portrait Gallery - Reynolds Center */
#eatAtTheNPG 						{ background: #a3cc35 url(http://media.gosmithsonian.com/designimages/generic-eat.gif) top left no-repeat; }
#shopAtTheNPG	 					{ background: #a3cc35 url(http://media.gosmithsonian.com/designimages/generic-shop.gif) top left no-repeat;}
#floorPlanAtTheNPG 			{ background: #a3cc35 url(http://media.gosmithsonian.com/designimages/generic-floorplan.gif) top left no-repeat; }

/* Postal Museum */
#eatAtTheNPM 						{ background: #a3cc35 url(http://media.gosmithsonian.com/designimages/Mall_eat.gif) top left no-repeat; }
#shopAtTheNPM 					{ background: #a3cc35 url(http://media.gosmithsonian.com/designimages/generic-shop.gif) top left no-repeat; }
#floorPlanAtTheNPM 			{ background: #a3cc35 url(http://media.gosmithsonian.com/designimages/generic-floorplan.gif) top left no-repeat; }

/* Smithsonian Institution Building, the Castle */
#eatAtTheSIB 						{ background: #a3cc35 url(http://media.gosmithsonian.com/designimages/generic-eat.gif) top left no-repeat; }
#shopAtTheSIB 					{ background: #a3cc35 url(http://media.gosmithsonian.com/designimages/generic-shop.gif) top left no-repeat; }
#floorPlanAtTheSIB 			{ background: #a3cc35 url(http://media.gosmithsonian.com/designimages/generic-floorplan.gif) top left no-repeat; }

/* Smithsonian Institution Building, the Castle */
#eatAtTheRIP 						{ background: #a3cc35 url(http://media.gosmithsonian.com/designimages/Mall_eat.gif) top left no-repeat; }
#shopAtTheRIP 					{ background: #a3cc35 url(http://media.gosmithsonian.com/designimages/Mall_shop.gif) top left no-repeat; }
#floorPlanAtTheRIP 			{ background: #a3cc35 url(http://media.gosmithsonian.com/designimages/generic-floorplan.gif) top left no-repeat; }


/* Internal Page Module Headers
-------------------------------------*/
#smithAffiliates			{ background: #a3cc35 url(http://media.gosmithsonian.com/designimages/smithAffiliates.gif) top left no-repeat; }
#groupTravel	  	      { background: #a3cc35 url(http://media.gosmithsonian.com/designimages/groupTravel.gif) top left no-repeat; }
#mapsList 				{ background: #a3cc35 url(http://media.gosmithsonian.com/designimages/mapsList.gif) top left no-repeat; }
#membership				{ background: #a3cc35 url(http://media.gosmithsonian.com/designimages/membership.gif) top left no-repeat; }
#onTheRoad 				{ background: #a3cc35 url(http://media.gosmithsonian.com/designimages/onTheRoad.gif) top left no-repeat; }
#smithOutreach			{ background: #a3cc35 url(http://media.gosmithsonian.com/designimages/smithOutreach.gif) top left no-repeat; }
#tours 				{ background: #a3cc35 url(http://media.gosmithsonian.com/designimages/tours.gif) top left no-repeat; }
#transportation 			{ background: #a3cc35 url(http://media.gosmithsonian.com/designimages/transportation.gif) top left no-repeat; }
#nationalMallMap 			{ background: #a3cc35 url(http://media.gosmithsonian.com/designimages/mallMap.gif) top left no-repeat; }
#airAndSpaceMagazine 		{ background: #a3cc35 url(http://media.gosmithsonian.com/designimages/airAndSpaceMagazine.gif) top left no-repeat; }
#smithsonianMagazine 		{ background: #a3cc35 url(http://media.gosmithsonian.com/designimages/smithsonianMagazine.gif) top left no-repeat; }
#inTheNews				{ background: #a3cc35 url(http://media.gosmithsonian.com/designimages/inTheNews.gif) top left no-repeat; }
#rulesOfTheRoad			{ background: #a3cc35 url(http://media.gosmithsonian.com/designimages/rulesOfTheRoad.gif) top left no-repeat; }
#dontMiss 				{ background: #a3cc35 url(http://media.gosmithsonian.com/designimages/dontMiss.gif) top left no-repeat; }

/* Generic Headers */
#eatOnTheMall 			{ background: #a3cc35 url(http://media.gosmithsonian.com/designimages/Mall_eat.gif) top left no-repeat; }
#shopOnTheMall 			{ background: #a3cc35 url(http://media.gosmithsonian.com/designimages/Mall_shop.gif) top left no-repeat; }

/*???*/
#aroundTheMall 			{ background: #a3cc35 url(http://media.gosmithsonian.com/designimages/aroundTheMall.gif) top left no-repeat; }
#inMag 				{ background: #a3cc35 url(http://media.gosmithsonian.com/designimages/inMag.gif) top left no-repeat; }

/* Internal Page Module Images
-------------------------------------*/
.moduleImage {
	width: inherit;
}

#aroundTheMallImage,
#eatOnTheMallImage,
#groupTravelImage,
#membershipImage,
#onTheRoadImage,
#rulesOfTheRoadImage,
#shopOnTheMallImage,
#transportationImage {
	width: inherit;
	height: 58px;
	overflow: hidden;
	clear: left;
	background-color: #transparent;
	background-position: 50% 0;
	background-repeat: no-repeat;
}

#aroundTheMallImage		 { background-image: url(http://media.gosmithsonian.com/designimages/aroundMall.jpg); }
#eatOnTheMallImage		 { background-image: url(http://media.gosmithsonian.com/designimages/eat.jpg); }
#groupTravelImage			 { background-image: url(http://media.gosmithsonian.com/designimages/groupTravel.jpg); }
#membershipImage			 { background-image: url(http://media.gosmithsonian.com/designimages/member.jpg); }
#onTheRoadImage				 { background-image: url(http://media.gosmithsonian.com/designimages/onTheRoad.jpg); }
#rulesOfTheRoadImage	 { background-image: url(http://media.gosmithsonian.com/designimages/rules.jpg); }
#shopOnTheMallImage		 { background-image: url(http://media.gosmithsonian.com/designimages/shop.jpg); }
#transportationImage	 { background-image: url(http://media.gosmithsonian.com/designimages/transportation.jpg); }

.col { margin-right: 17px;
	float: right; }
	
	.four		{ width: 307px; }

.last { margin-right: 0 !important;
	border-right: none !important; }


