/*
	CSS file for gosmithsonian.com V 1.0
	Author:	Net Theory 
*/


/* 	
	*** Content Page Sheet ***
	---------------------------------------------------------------------
	This stylesheet is ONLY for elements that appear on the content pages.
*/

/* Intro For Homepage 
--------------------------------------------*/


#contentAreaHomepage{
	clear: left;
	width: auto;
	float: left;
	width: 631px;
	height: 310px;
	position: relative;
}

#roundedCornerImageOverlay{
	position: absolute;
	width: 920px;
	height: 425px;
	top: 0;
	left: 0px;
	background: transparent url(http://media.gosmithsonian.com/designimages/homepage-frame.png) no-repeat top left;
	z-index: 100;
}

.roundedCornerImage{
	position: absolute;
	width: 27px;
	height: 27px;
	z-index: 100;
}
secondaryLinksWrapper
#leftSide{
	position: absolute;
	background: transparent url(http://media.gosmithsonian.com/designimages/leftSide-new.png) no-repeat top left;
	height: 426px;
	width: 30px;
	top: 0;
	left: 0;
	z-index: 100;
}

#rightSide{
	position: absolute;
	background: transparent url(http://media.gosmithsonian.com/designimages/rightSide-lincoln.png) no-repeat top right;
	height: 425px;
	width: 30px;
	top: 0;
	right: 0;
	z-index: 100;
}

#grayBar1{
	background: transparent url(http://media.gosmithsonian.com/designimages/grayBar.png) bottom left;
	height: 1px;
	width: 876px;
	display: inline;
	z-index: 100;
	position: absolute;
	top: 0;
	left: 22px;
	z-index: 100;
}

#grayBar2{
	height: 94px;
	width: 896px;
	display: inline;
	z-index: 100;
	position: absolute;
	top: 195px;
	left: 23px;
}

#grayBar2Map{
		width: 896px;
		height: 95px;
		position: relative;
		z-index: 110;
	}
	
	#grayBar2Map li {
		display: block;
	}
	
	#grayBar2Map li a {
		display: block;
		position: absolute;
		text-indent: -9999em;
	}
	
	#grayBar2Map li a:hover {
		background: transparent;
	}
	
	#grayBar2Map #LINCOLN{
		top: 0px;
		left: 500px;
		width: 400px;
		height: 95px;
	}

#grayBar3{
	background: transparent url(http://media.gosmithsonian.com/designimages/grayBar.png) bottom left;
	height: 1px;
	width: 876px;
	display: inline;
	z-index: 100;
	position: absolute;
	top: 424px;
	left: 22px;
}


#mutableContentContainer {
float: left;
position: absolute;
top: 0;
left: 0;
}


div.newsLayout {
	position: absolute;
	top: 0;
	left: 0;
	float: left;
	width: 920px;
	
}

div.museumLayout {
	position: absolute;
	top: 0;
	left: 0;
	float: left;
	width: 920px;
	background: #fff;
  z-index: 7;
}

/* museum layout */
	.museumLayout .introImage {
		width: 453px;
		height: 290px;
		float: left;
		overflow: hidden;
		
	}

	.museumLayout .introImage img {
		margin-left: 1px;
	}
	
	.museumLayout .introContent {
		float: right;
		width: 363px;
		height: 260px;
		margin: 15px 30px 0 30px;
		position: relative;
		
	}
	
	.museumLayout .introContent h2 {
			float: left;
			width: 150px;
			margin-right: 45px;
			font-size: 2.2em;
			line-height: 1.0em;
			font-weight: normal;
		}

		.museumLayout .introContent h3 {
			float: left;
			width: 150px;
			margin-right: 45px;
			font-size: 2.2em;
			line-height: 1.2em;
			font-weight: normal;
		}

		.newsLayout p {
			font-size: 1.2em;
		}

		.museumLayout .mainContent {
			margin-left: 195px;
		}

		.museumLayout .secondaryContentLeft {
			position: absolute;
			top: 180px;
			width: 150px;
			margin-right: 45px;
			float: left;
			clear: left;
			color: #808080;
			font-size: 1.1em;
		}

		.museumLayout .secondaryContentRight {
			position: absolute;
			top: 180px;
			margin-left: 195px;
			color: #808080;
			width: 180px;
			font-size: 1.1em;
		}


		.museumLayout .introContent .introContentFields {
			width: 392px;
			height: 83px;
			background-color: #e4f6f8;
			position: absolute;
			bottom: 0;
			left: 0;
			z-index: 0; 
			margin-left: -30px;
			margin-bottom: -15px;
			padding: 10px 30px 10px 30px;
		}

		.museumLayout #introContent .museumContent1 {
			float: left;
			width: 150px;
			margin-right: 45px;
			border: none;
		}

		.museumLayout #introContent .museumContent1 legend {
			font-weight: bold;
		}

	 	.museumLayout #introContent .museumContent2 {
			float: left;
			border: none;
		}

/* news layout */
	.newsLayout .introImage {
		width: 453px;
		height: 290px;
		float: left;
		overflow: hidden;
		
	}

		.newsLayout .introImage img {
			margin-left: 1px;
			clear:left;
		}
	
	.newsLayout .introContent {
		float: right;
		width: 393px;
		height: 260px;
		margin: 15px 30px 0 30px;
		position: relative;
		
	}
	
	.newsLayout .introContent h2 {
			float: left;
			width: 100%;
			margin-bottom: 1em;
			font-size: 2.2em;
			line-height: 1.0em;
			font-weight: normal;
		}	
	

		.newsLayout .introContent h3 {
			float: left;
			width: 100%;
			margin-bottom: 1em;
			font-size: 2.2em;
			line-height: 1.2em;
			font-weight: normal;
		}	
	
		.newsLayout .introContent .introContentFields {
			width: 392px;
			height: 83px;
			background-color: #e4f6f8;
			position: absolute;
			bottom: 0;
			left: 0;
			z-index: 0; 
			margin-left: -30px;
			margin-bottom: -15px;
			padding: 10px 30px 10px 30px;
		}
		
		.newsLayout p {
			font-size: 1.2em;
		}
	/*
		.newsLayout #introContent .museumContent1 {
			float: left;
			width: 150px;
			margin-right: 45px;
			border: none;
		}
	
		.newsLayout #introContent .museumContent1 legend {
			font-weight: bold;
		}
	
	 	.newsLayout #introContent .museumContent2 {
			float: left;
			border: none;
		}
*/

#introSecondaryMenu {
	float: left;
/*	margin-top: 290px;*/
	position: absolute;
	width: 453px;
	height: 123px;
	z-index: 60;
	background:#d6e6cb url(http://media.gosmithsonian.com/designimages/small-hovermap_with_type.gif) no-repeat top left;
}
introSecondaryMenu
.museumHoverShow {
		display: none;
		background-color: #d6d6d6;
		position: absolute;
		z-index: 111;
		padding: 10px 15px;
}


	#museumMap{
		width: 453px;
		height: 123px;
		position: absolute;
		z-index: 110;
	}
	
	#museumMap li {
		display: block;
		height: 0;
		width: 0;
	}
	
	#museumMap li a {
		display: block;
		position: absolute;
		text-indent: -9999em;
		background: transparent url(http://media.gosmithsonian.com/designimages/small-map_with_type.gif) no-repeat top left;
	}
	
	#museumMap li a:hover {
		background: transparent;
	}
	
	#museumMap #RENWK{
		top: 19px;
		left: 30px;
		width: 42px;
		height: 16px;
		background-position: -30px -19px;
		
	}
	
	#museumMap #NMAH{
		top: 34px;
		left: 72px;
		width: 80px;
		height: 19px;
		background-position: -72px -34px;
		
	}
	
	#museumMap #NMNH{
		top: 32px;
		left: 152px;
		width: 75px;
		height: 17px;
		background-position: -152px -32px;
			
	}
	
	#museumMap #NMAA{
		top: 15px;
		left: 225px;
		width: 35px;
		height: 12px;
		background-position: -225px -15px;
		
	}
	
	#museumMap #statueGarden {
		top: 48px;
		left: 225px;
		width: 30px;
		height: 13px;
		background-position: -225px -48px;

	}
	
	#museumMap #nationalGalleryWest {
		top: 38px;
		left: 255px;
		width: 87px;
		height: 25px;
		background-position: -255px -38px;
		
	}
	
	#museumMap #nationalGalleryEast{
		top: 36px;
		left: 340px;
		width: 40px;
		height: 33px;
		background-position: -340px -36px;
	}
	
	#museumMap #NPM { 
		top: 15px;
		left: 380px;
		width: 44px;
		height: 27px;
		background-position: -380px -15px;
		
	}
	
	#museumMap #FGA{
		top: 74px;
		left: 117px;
		width: 25px;
		height: 17px;
		background-position: -117px -74px;
		
	}
	
	#museumMap #RIP{
		top: 63px;
		left: 141px;
		width: 15px;
		height: 10px;
		background-position: -141px -63px;
		
	}
	
	#museumMap #SIB {
		top: 51px;
		left: 152px;
		width: 52px;
		height: 25px;
		background-position: -152px -51px;
		
	}
	
	#museumMap #AI {
		top: 61px;
		left: 204px;
		width: 26px;
		height: 29px;
		background-position: -204px -61px;
		
	}
	
	#museumMap #HMSG {
		top: 58px;
		left: 228px;
		width: 35px;
		height: 32px;
		background-position: -228px -58px;
		
	}
	
	#museumMap #NASM {
		top: 65px;
		left: 270px;
		width: 75px;
		height: 25px;
		background-position: -270px -65px;
		
	}
	
	#museumMap #NMAIDC{
		top: 70px;
		left: 350px;
		width: 45px;
		height: 20px;
		background-position: -350px -70px;
		
	}
	
	#museumMap #capitol {
		top: 43px;
		left: 380px;
		width: 35px;
		height: 38px;
		background-position: -380px -43px;
	}
	
	#museumMap #SGA {
		top: 78px;
		left: 142px;
		height: 13px;
		width: 34px;
		background-position: -142px -78px;
		
	}
	
	#museumMap #NMAFA {
		top: 78px;
		left: 175px;
		height: 13px;
		width: 29px;
		background-position: -175px -78px;
			
	}
	
	#museumMap #AN {
		top: 100px;
		left: 105px;
		width: 57px;
		height: 22px;
		background-position: -105px -100px;
	}
	
	#museumMap #NZP{
		top: 100px;
		left: 162px;
		width: 94px;
		height: 22px;
		background-position: -162px -100px;
	}
	
	#museumMap #NASMUHC{
		top: 100px;
		left: 252px;
		width: 87px;
		height: 22px;
		background-position: -252px -100px;
	}
	
	#museumMap #NDM {
		top: 100px;
		left: 338px;
		width: 57px;
		height: 22px;
		background-position: -338px -100px;
	}
	
	#museumMap #NMAI {
		top: 100px;
		left: 395px;
		width: 57px;
		height: 22px;
		background-position: -395px -100px;
	}
	
	#museumMap #washingtonMonument {
		top: 46px;
		left: 28px;
		width: 43px;
		height: 27px;
		background-position: -28px -46px;
	}

#introSecondaryContent {
	float: right;
	width: 430px;
	height: 135px;
	margin-top: 227px;
}

	#introSecondaryContent h4 {
		margin: 10px 30px 6px 30px;
		font-size: 1.7em;
		font-weight: normal;
	}
	
		#introSecondaryContent h4 a {
			color: #000;
		}
	
	#introSecondaryContent li a {
		display: block;
		color: inherit;
	}
	
	#introSecondaryContent li a:hover { 
		text-decoration: none; 
	}

	#secondaryContent h4 {
		margin: 0 30px 6px 0;
		font-size: 1.7em;
		font-weight: normal;
	}
	
	#anotherCalendarLink {
		margin: 14px 32px 0 0;
		float: right;
		width: 10em;
		text-align: right;
	}
	
	#homepageEvents {
		margin-left: 30px;
		padding-top: 8px;
		width: 390px;
		font-size: .9em;
		color: #666;
		float: left;
		border-top: 1px solid #b2b2b2;
	}
	
	body#museumPage #homepageEvents {
		margin-left: 0;
	}
	
		#homepageEvents li {
			margin-bottom: 3px;
			height: 1.6em;
			overflow: hidden;
			float: left;
			clear: left;
			width: 390px;
		}

			#homepageEvents li .eventFlag {
				float: left;
			}
			
			#homepageEvents li a:link 		{ color: #000; text-decoration: none; }
			#homepageEvents li a:visited 	{ color: #000; text-decoration: none; }
			#homepageEvents li a:hover 		{ color: #000; text-decoration: underline; }
			#homepageEvents li a:active 	{ color: #000; text-decoration: underline; }

			#homepageEvents li .eventFlag {
				color: #000;
				width: 70px;
			}
	

#homepageMiddle {
	float: left;
	width:645px;
	padding-bottom:10px;
}

#museumImageLink {
		float: left;
		width:460px;
	
}

#secondaryLinksWrapper {
	width: 180px;
	height:123px;
	float: right;
	background: #e5f5f9;
	z-index: 0;
}

	#homepageSecondaryLinks {
		margin: 5px 10px 10px 10px;
		z-index: 0;
		font-size: 13px;
	}

			#homepageSecondaryLinks li {
				clear: right;
				border-bottom: 1px solid #dedede;
				z-index: 0;
			}
			
			#homepageSecondaryLinks a {
				display: block;
			}
		
				#homepageSecondaryLinks li a span {
					display: none;
					float: right;
					text-align: right;
					font-size: 9px !important;
					color: #333;
				}
				
				#homepageSecondaryLinks li:hover span,
				#homepageSecondaryLinks li.over span {
					display: block;
				}
			
			#homepageSecondaryLinks a:visited, #homepageSecondaryLinks a:focus, #homepageSecondaryLinks a:active, #homepageSecondaryLinks a:link {
				color: #0d9bd7;
				text-decoration: none;
			}
		
			#homepageSecondaryLinks a:hover {
				background-color: #fff;
				outline: none;
			}



/* Left Side 
------------------------------------------ */

/* Wrapper for entire side */	
#contentArea1 {
	clear: left;
	width: 478px;
	float: left;
	margin-top: 19px;
}

#MuseumTextTop {
	float:left;
	width: 960px;
	color: #666666;
	font-size: 1.8em;
	font-weight:bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-top:5px;
	margin-bottom:2px;
}

#MuseumText {
	float:right;
	width: 475px;
	height:233px;
	border-bottom: 1px solid #dedede;
	border-top: 1px solid #dedede;
}

#splash {
	width: 478px;
	background-color: #4ebdd8;
	color: white;
	font-size: medium;
	border-bottom: 2px solid Gray;
	border-top: 1px solid #dedede;
	margin-bottom: 20px;
}


		#splash h2 {
			font-size: .8em;
			font-weight: normal;
			margin: 5px 5px 0px 5px;
		}
		
		#splash h3 {
			width: 468px;
			background-color: transparent;
			color: #FFF;
			margin: -2px 5px 5px 5px;
			font-weight: normal;
			font-size: 1.2em;
		}
			
		#museumImage{
			width: 478px;
			overflow: hidden;
			border-bottom: 1px solid #FFF;
			position: relative;
			height:232px;
			background: #FFFFFF url(http://media.gosmithsonian.com/designimages/hatch-tile_blue.gif);
		}
		
		.rotateImages{
			position: absolute;
			top: 0;
			left: 0;
		}
		
		.rotatetext {
			float:right; 
			padding-top:221px; 
			color: #000;
			font-size: 9px;
			
			
		}
		
		
#splash_Museum {
	float:right;
	width: 475px;
	background-color: #4ebdd8;
	color: white;
	font-size: medium;
	border-bottom: 1px solid #dedede;
	border-top: 1px solid #dedede;
	margin-right:3px;
	height:233px;
}


		#splash_Museum h2 {
			font-size: .8em;
			font-weight: normal;
			margin: 5px 5px 0px 5px;
		}
		
		#splash_Museum h3 {
			width: 468px;
			background-color: transparent;
			color: #FFF;
			margin: -2px 5px 5px 5px;
			font-weight: normal;
			font-size: 1.2em;
		}
			
		#splash_museumImage{
			width: 478px;
			overflow: hidden;
			border-bottom: 1px solid #FFF;
			position: relative;
			height:232px;
			background: #FFFFFF url(http://media.gosmithsonian.com/designimages/hatch-tile_green1.gif);
		}
		
		.splash_rotateImages{
			position: absolute;
			top: 0;
			left: 0;
		}
		
		.splash_rotatetext {
			float:right; 
			padding-top:221px; 
			color: #000;
			font-size: 9px;
			
			
		}	
/* Wrapper for Information Content */
#info {
	 padding: 0;
}

#info h2 {
	font-size: 1.7em;
	background: url(http://media.gosmithsonian.com/designimages/header_gradient.png) repeat-x top left;
	padding-top: 7px;
	padding-bottom: 20px;
	clear: both;
}
		
	#info h3 {
		font-size: 1.3em;
		margin: 0 0 8px 0;
	}

	#info p {
		font-size: 1.2em;
		line-height: 1.8em;
	}
		
.footerPages #info h2 {
	margin-bottom: 1em;
}

.footerPages #info h2.noBackground {
	margin-bottom: 1em;
	background: transparent;
}

.footerPages #info h3 {
	margin: 0;
}
		
		/* List of tabs */		
		#museum_infoTabs {
			margin-bottom: 1.4em;
			width: 650px;
			float: left;
			border-bottom: 1px solid #ccc;
			height: 1.9em;
		}
			
			#museum_infoTabs li {
				float: left;
				border: 1px solid #ccc;
				margin: 0 1px 0 0;
				background: url(http://media.gosmithsonian.com/designimages/button_gradient.png) bottom left repeat-x;
				border-bottom: none !important;
			}
			
			#museum_infoTabs li a {
				display: block;
				color: #000;
				padding: .2em 1.8em .1em .5em;
				font-weight: bold;
				float: left;
			}
			
			#museum_infoTabs a:hover {
				text-decoration: none;
			}
			
			#museum_infoTabs #selectedTab {
				border-bottom: 1px solid #FFF;
				background: url(http://media.gosmithsonian.com/designimages/header_gradient.png);
			}
			
			#infoTabs {
			margin-bottom: 1.4em;
			width: 478px;
			float: left;
			border-bottom: 1px solid #ccc;
			height: 1.9em;
		}
			
			#infoTabs li {
				float: left;
				border: 1px solid #ccc;
				margin: 0 1px 0 0;
				background: url(http://media.gosmithsonian.com/designimages/button_gradient.png) bottom left repeat-x;
				border-bottom: none !important;
			}
			
			#infoTabs li a {
				display: block;
				color: #000;
				padding: .2em 1.8em .1em .5em;
				font-weight: bold;
				float: left;
			}
			
			#infoTabs a:hover {
				text-decoration: none;
			}
			
			#infoTabs #selectedTab {
				border-bottom: 1px solid #FFF;
				background: url(http://media.gosmithsonian.com/designimages/header_gradient.png);
			}
			
			#museumAddButton {
				float: right !important;
				background: transparent !important;
				border: none !important;
			}
			
				#museumAddButton a {
					padding: 0 !important;
					font-weight: normal !important;
				}
				
				#museumAddButton a:link		{ text-decoration: none; color: #00a0c6; }
				#museumAddButton a:visited	{ text-decoration: none; color: #00a0c6; }
				#museumAddButton a:hover		{ text-decoration: underline; color: #000; }
				#museumAddButton a:active	{ text-decoration: none; color: #000; }
				
	
		/* Content Area for tabbed documents */	
		#document, #tabbedDocument {
			margin: 0 0 1.4em 0;
			padding-bottom: 3em;
			clear: left;
		}
		
		#tabFooter {
			clear: both;
			height: 15px;
			background: transparent url(http://media.gosmithsonian.com/designimages/bar.png) top right no-repeat;
		}
		
			#document p {
				line-height: 1.6em;
			}
			
			#document ul li {
				font-size: 1.09em;
			}
			
			#info #document ul,
			#info #tabbedDocument ul {
				list-style: disc;
				padding-left: 1.5em;
			}
			
			#info {
			}
			
				#document ul li {
				}
			
			.imageAndCaption{
				float: right;
				width: 150px;
				height: auto;
				background-color: #e4f6f8;
				margin: 0 0 10px 20px;
				padding: 5px;
				position: relative;
				clear: right;
			}

									
				.imageCaption {
					margin: 3px 3px 3px 0;
					color: #666;
					display: block;
				}
				
				.imageCredit {
					color: #999;
					font-size: .9em;
					display: block;
				}

                            .imageAndCaption-left{
				float: left;
				width: 150px;
				height: auto;
				background-color: #e4f6f8;
				margin-bottom: 20px;
                                margin-right: 10px;
                                padding: 5px;
				position: relative;
				clear: all;
			}
									
				.imageCaption {
					margin: 3px 3px 3px 0;
					color: #666;
					display: block;
				}
				
				.imageCredit {
					color: #999;
					font-size: .9em;
					display: block;
				}
				
				
		
		#book{
			height: 600px;
			background-color: #efefef;
			clear: both;
			margin-top: 10px;
		}


/* Right Side
----------------------------------*/

#contentArea2{
	clear: right;
	width: 478px;
	float: right;
}

#ArticleArea{
	clear: right;
	width: 300px;
	float: right;
	padding-top:10px;
}
	
	body#museumPage #contentArea2 h2 {
		padding-bottom: 0;
	}
	
	body.internal1 .content {
		height: 160px;
	}
	
	#barWithPattern {
		background: transparent url(http://media.gosmithsonian.com/designimages/hatch-tile_green.gif);
/*		padding: 19px 19px 19px 0;*/
		margin-bottom: 20px;
		float: right;
	}
	
	body#museumPage #barWithPattern,
	body#internal1 #barWithPattern {
		background: transparent url(http://media.gosmithsonian.com/designimages/hatch-tile_green.gif);
		padding: 19px 19px 0 0;
		margin-bottom: 20px;
	}
	
	#right-rounded-top {
		height: 30px;
		width: 459px;
		background: transparent url(http://media.gosmithsonian.com/designimages/right-rounded_top.gif) -19px 0 no-repeat;
	}

	#content {
		background: #fff url(http://media.gosmithsonian.com/designimages/right-rounded_tile.gif) top right repeat-y;
		width: 459px;
		height: 161px;
	}

#content-large {
		background: #fff url(http://media.gosmithsonian.com/designimages/right-rounded_tile.gif) top right repeat-y;
		width: 459px;
		height: 161px;
	}
	
	#content-left {
	margin-left:20px;
		float:left;
		width:200px;
	
	}
	
	#content-right {
		float:right;
		width:200px;
	}
	
	
	#content .MuseumInfoName {
		width:200px;
		display: inline;
		float: left;
		font-size: 1.8em;
		line-height: 1.5em;
		font-weight: normal;
		
	}
	
	#content h2 {
		margin-right: 35px;
		width: 170px;
		display: inline;
		float: left;
		font-size: 2.4em;
		line-height: 1.2em;
		font-weight: normal;
	}

#content h2, #content-large h2 {
		margin-right: 35px;
		width: 170px;
		display: inline;
		float: left;
		font-size: 2.4em;
		line-height: 1.2em;
		font-weight: normal;
	}
	
	#content h3, #content-large h3  {
		margin: 0 !important;
        font-size: 1.1em;
		font-weight:normal;
	}
	
	
	#content p, #content-large p {
			width: 160px;
			float: left;
	}
	
	#content ul {
		padding: 0;
		font-size: 1em;
		clear: both;
	}

#content-large div {
			margin-left: 20px;
			clear: both;
		}
		
			body.internal1 #content div fieldset {
				margin-top: 20px;
				margin-right: 20px;
				width: 175px;
				padding: 0;
			}
			
				#content div fieldset p {
					width: 100%;
				}
	
	#museumInfoWrapper {
		margin-bottom: 0;
		float: left;
	}
	
	#PageInfoWrapper {
		margin-bottom: 0;
		float: left;
	}
	
		#museumInfoWrapper h2 {
			font-size: 1.7em;
			font-weight: normal;
			margin-bottom: 0;
		}
	
	#right-rounded-mid {
		clear: both;
		height: 30px;
		width: 459px;
		background: #fff url(http://media.gosmithsonian.com/designimages/right-rounded_mid.gif) -19px 0 no-repeat;
	}

	body.booking #right-rounded-mid {
		margin-top: -1em;
		height: 30px;
		width: 459px;
		background: #fff url(http://media.gosmithsonian.com/designimages/right-rounded_mid_blue.gif) -19px 0 no-repeat;
	}

	#secondaryContent{
		padding: 15px 30px;
		background: #fff url(http://media.gosmithsonian.com/designimages/right-rounded_tile.gif) top right repeat-y;
		float: right;
	}

	body.booking #secondaryContent{
	}

	body#museumPage #secondaryContent {
		width: 399px;
	}
	
			#secondaryContent h2{
				border-bottom: 1px solid Gray;
				padding-bottom: 3px;
			}

			body#museumPage #events ul, 
			body#museumPage #events li {
				float: left;
			}
			
			#events li {
				width: 100%;
				clear: left;
			}
			
		#right-rounded-bottom {
			margin-top: -2.4em;
			height: 30px;
			clear: both;
			width: 459px;
			background: #fff url(http://media.gosmithsonian.com/designimages/right-rounded_bottom.gif) -19px 0 no-repeat;
		}

	.lowerInfo {
		margin: 0 !important;
		float: left;
		clear: left;
		width: 410px;
        font-size: 1.1em;
	}
	
	
	body#internal1 .lowerInfo {
		margin-left: 20px !important;  /*different width set in ielt7.css. Not sure why it needs it, but it works */
	}

	.primaryContent{
		width: 230px;
		margin: 5px 15px 5px 0;
		border: 0px;
		color: #808080;
		font-size:1.1em;
	}
	
			.primaryContent h3 {
				margin: 0 !important;
				font-weight: bold !important;
				font-size: 1.2em !important;
				color: black;
				width: 190px;
			}
			
			.primaryContent #metro {
				float: left;
				width: 5em;
				color: #000;
				font-size: 1.2em;
			}
	
			.primaryContent ul {
				clear: both !important;
			}
	
	#patternRounded {
		margin-right: -19px;
		height: 19px;
		clear: both;
		width: 478px;
		background: transparent url(http://media.gosmithsonian.com/designimages/patternRounded.gif) bottom right no-repeat;
		
	}
	
	

/* Module Layouts
------------------------------------------*/
#moduleLayout1 {
	clear: both;
}

#moduleLayout2 {
	clear: both;
}

#moduleLayout3 {
	margin-top: 15px;
}

#moduleAd {
	background: transparent;	
}

#moduleLayout1 #moduleAd {
	margin-bottom: 10px;
	width: 160px;
/*	float: right;*/
}

#moduleLayout2 	#moduleAd {
	margin: 0px 0px 15px 0px;
	width: 300px;
	float: right;
}

#moduleLayout3 #moduleAd {
	margin-bottom: 10px;
	width: 300px;
	/*float: right;*/
}

#moduleAd-general {
	margin-bottom: 10px;
	margin-left: 15px;
	width: 300px;
	float: right;
}

	#moduleLayout1 #adAndLinks {
		float: right;
		width: 160px;
	}

		#moduleLayout1 #linkIcons {
			margin-bottom: 10px;
			width: 160px;
		}
		
			#linkIcons li {
				margin-bottom: 12px;
			}

	#moduleLayout2 #adAndLinks {
		float: left;
		width: 478px;
	}
	
	#moduleLayout2 #ArticleLinks {
		float: right;
		width: 300px;
	}

		#moduleLayout2 #linkIcons {
			margin-bottom: 10px;
			width: 160px;
		}

	#moduleLayout3 #group1 {
		width: 310px;
		float: left;
		padding-right:20px;
	}

	#moduleLayout3 #group2 {
		float: left;
		width: 310px;
	}

	#moduleLayout3 #group3 {
		float: left;
		width: 310px;
		margin-left: 20px;
	}

	.module {
		clear: left;
		margin-right: 20px;
		margin-bottom: 15px;
		background: #ededed url(http://media.gosmithsonian.com/designimages/module-head_right.gif) no-repeat top right ;
	}
	
	.module-small, .module-small-photo {
		clear: left;
		margin-right: 0px;
		margin-bottom: 15px;
		background: #ededed url(http://media.gosmithsonian.com/designimages/module-head_right.gif) no-repeat top right ;
	}

	#moduleLayout1 .module { width: 298px; }
	#moduleLayout2 .module { width: 100%; margin-right: 0; clear: both; }
	#moduleLayout3 .module { width: 310px; }

		.module h3 {
			margin-right: 8px;
			text-indent: -9999px;
			height: 30px;
		}
		
		.module ul {
			padding-left: 1.4em;
		}
		
		.module p {
			font-size: 1.2em;
		}

		.module ul li {
			margin-bottom: .2em;
			list-style: none;
			line-height: 1.4em;
			font-size: 1.09em;
		}
		
		.module ul {
			margin-bottom: 1.4em;
		}
		
		.module .moduleContent {
			margin: 5px 15px 0 15px;
		}

		.module .moduleFooter {
			height: 7px;
			background: #ccff42 url(http://media.gosmithsonian.com/designimages/footer-bottom_right.gif) top right no-repeat;
		}

			.module .moduleFooter .moduleFooterLeft {
				height: 7px;
				width: 3px;
				background: transparent url(http://media.gosmithsonian.com/designimages/footer-bottom_left.gif) top left no-repeat;
			}
			
			.module-small-photo img { float: left;
	margin: 5px 10px 0px 5px;}
			
			.module-small h3, .module-small-photo h3 {
			margin-right: 8px;
			text-indent: -9999px;
			height: 30px;
		}
		
		.module-small ul, .module-small-photo ul {
			padding-left: 1.4em;
		}
		
		.module-small p, .module-small-photo p {
			font-size: 1.2em;
		}

		.module-small ul li, .module-small-photo ul li {
			margin-bottom: .2em;
			list-style: none;
			line-height: 1.4em;
			font-size: 1.09em;
		}
		
		.module-small ul, .module-small-photo ul {
			margin-bottom: 1.4em;
		}
		
		.module-small .moduleContent, .module-small-photo .moduleContent {
			margin: 5px 15px 0 15px;
		}

		.module-small .moduleFooter, .module-small-photo .moduleFooter {
			height: 7px;
			background: #ccff42 url(http://media.gosmithsonian.com/designimages/footer-bottom_right.gif) top right no-repeat;
		}

			.module-small .moduleFooter .moduleFooterLeft, .module-small-photo .moduleFooter .moduleFooterLeft {
				height: 7px;
				width: 3px;
				background: transparent url(http://media.gosmithsonian.com/designimages/footer-bottom_left.gif) top left no-repeat;
			}

.Journeymodule {
		clear: left;
		margin-right: 20px;
		margin-bottom: 15px;
		background: #ededed url(http://media.gosmithsonian.com/designimages/journey-head_right.gif) no-repeat top right;
		
			}
	
	#moduleLayout1 .Journeymodule { width: 298px; }
	#moduleLayout2 .Journeymodule { width: 100%; margin-right: 0; clear: both;  }
	#moduleLayout3 .Journeymodule { width: 310px; }
	
	.Journeymodule img { float: left;
	margin: 5px 10px 0px 5px;}

		.Journeymodule h3 {
			margin-right: 8px;
			text-indent: -9999px;
			height: 30px;
		}
		
		.Journeymodule a {
		color:#1778a4;
		}
		
		.Journeymodule ul {
			padding-left: 1.4em;
		}
		
		.Journeymodule p {
			font-size: 1.2em;
		}

		.Journeymodule ul li {
			margin-bottom: .2em;
			list-style: none
			line-height: 1.4em;
			font-size: 1.09em;
		}
		
		.Journeymodule ul {
			margin-bottom: 1.4em;
		}
		
		.Journeymodule .JourneymoduleContent {
			margin: 5px 15px 0 15px;
		}

		.Journeymodule .JourneymoduleFooter {
			height: 7px;
			background: #1778a4 url(http://media.gosmithsonian.com/designimages/journey-bottom_right.gif) top right no-repeat;
		}

			.Journeymodule .JourneymoduleFooter .JourneymoduleFooterLeft {
				height: 7px;
				width: 3px;
				background: transparent url(http://media.gosmithsonian.com/designimages/journey-bottom_left.gif) top left no-repeat;
			}


/* Metro Line Dots
----------------------------------------- */
#metroIcons {
	margin-top: .4em;
	margin-left: 0 !important;
	clear: none !important;
	float: left;
	display: block;
	/*
	margin: 0 !important;
	width: 4em;
	height: auto;
	background: #789;
	clear: none !important;
	float: left;
	*/
}

.metroDot {
	margin-left: 3px;
	padding: 0;
	float: left;
	width: 5px;
	height: 5px !important;
	text-indent: -9999em;
	z-index: 100;
}

#redLine {
	background: transparent url('http://media.gosmithsonian.com/designimages/metro_redline.gif') no-repeat top left;	
}

#greenLine {
	background: transparent url('http://media.gosmithsonian.com/designimages/metro_greenline.gif') no-repeat top left;
}

#blueLine{
	background: transparent url('http://media.gosmithsonian.com/designimages/metro_blueline.gif') no-repeat top left;
}

#orangeLine{
	background: transparent url('http://media.gosmithsonian.com/designimages/metro_orangeline.gif') no-repeat top left;
}

#yellowLine{
	background: transparent url('http://media.gosmithsonian.com/designimages/metro_yellowline.gif') no-repeat top left;
}


/* Booking Engine
---------------------------------------------*/
body.booking #secondaryContent {
	padding: 0;
	background: #fff url(http://media.gosmithsonian.com/designimages/right-rounded_tile.gif) top right repeat-y;
	
}


#bookingContent {
	clear: both;
}

#bookingHeader{
	background-color: #8adbff;
	float: left;
	padding-left: 30px;
	width: 429px;
/*	height: 4em;
	margin-left: -30px;
	margin-top: -15px;
	*/
/*	width: 458px; */
}

#bookingHeader ul{
	padding-top: 15px;
/*	padding-left: 28px;*/
}

#bookingHeader li{
	float: left;
}

#bookingHeader a{
	padding: .5em 1em 0 1em;
	background-color: #8adbff;
	display: block;
}

#bookingHeader a:link, #bookingHeader a:visited, #bookingHeader a:active{
	color: black;
	font-weight: bold;
}

#bookingHeader .selectedBookingTab{
	padding: .5em 1em .4em 1em;
	background: #FFF url(http://media.gosmithsonian.com/designimages/bookingtab.gif) no-repeat top right;
	display: block;
}


/* Booking Parts 
---------------------------*/
#bookingContent {
	clear: left;
	float: left;
}



.bookingPart{
	background-color: #FFF;
	border-bottom: 1px solid #e9eaec;
	width: 454px;
	clear: both;
	float: left;
	padding: 10px 5px 15px 0;
	font-size: 1em;
}

/*Basic HTML Pieces*/
.bookingPart label{
	font-weight: bold;
	float: left;
	margin-right: 10px;
	padding-top: 4px;
	width: 70px;
	text-align: right;
}

.bookingPart .longLabel{
	font-weight: bold;
	float: left;
	margin-right: 10px;
	padding-top: 4px;
	width: 100px;
	text-align: right;
/*	margin-left: -30px;*/
}

.bookingPart a{
	padding-top: 6px;
	float: left;
}

.bookingPart input.text{
	float: left;
	margin-right: 8px;
	width: 100px;
}
	
#flightOptions li{
	float: left;
	margin-right: 20px;
}

#flightOptions input{
	margin-right: 10px;
}

.bookingPart .regularText{
	width: 160px;
}
 
.bookingPart .date{
	float: left;
	width: 106px;
}

.bookingPart .time{
	width: 110px;
}
 
.bookingPart select{
	float: left;
}

.bookingPart #submit {
/*	position: relative;*/
}

.bookingPart .autoVendors {
	width: 110px;
}

.bookingPart #submitButton {
	float: right;
	margin-right: 73px;
	display: inline;
}

.bookingPart .selectOption{
	padding-right: 15px;
}

.bookingPart .long{
	width: 265px;
}

.bookingPart #reservationsText{
	font-size: .9em;
	text-align: center;
}

.everyOtherColor{
	background-color: #f1f1f1;
}


/* Footer-link pages
------------------------------------------ */
#contentAreaFull {
	clear: left;
	margin-top: 19px;
}

#siteMap ul {
	list-style: disc;
	padding-left: 1.5em;
	line-height: 1.4em;
}

	#siteMap li {
		font-size: 1.3em;
	}

		#siteMap li li {
			font-size: .8em;
		}

			#siteMap li li li {
				list-style: none;
				display: inline;
				border-right: 1px solid #000;
			}
			
				#siteMap li li li a {
					padding-right: .7em;
				}
	
/* Article pages
--------------------------------------------*/

#articleImage { margin-left: 17px;
	float: right; }

#articleImage img { float: right; }

#articleImage p { float: right;
	font-size: 1.1em;
	color: #777;
	font-style: italic; }

.articleImageCaption { float: right; font: 1.0em "Helvetica Neue", Arial, serif; color: #777; font-style: normal; }
.articleImageCredit { float: right; font: 1.0em "Helvetica Neue", Arial, serif; color: #777; font-style: italic; }

#cat-breadcrumbs { margin-left: 0px;
		margin-bottom: 5px;
		float: left;
		display: inline;
		font: 1.2em "Helvetica Neue", Arial, sans-serif; /* 10px */ }

.cat-breadcrumb { margin-bottom: 5px;
	margin-left: -5px; }

	.cat-breadcrumb li { 	margin-left: 5px;
		font: 1.2em "Helvetica Neue", Arial, sans-serif; /* 10px */
		text-transform: uppercase; }
	
		.cat-breadcrumb li a { 		margin-right: 5px; }
		
		.cat-breadcrumb li.last a { 		margin-right: 0; }

		
#articleTitle { 
	font: 2.8em "Helvetica Neue", Arial, serif;
	font-weight: bold;
	line-height: 1.2em;
	text-align: left; }
	
#subHead { 
	color: #555; 
	font-size: 1.2em;
	line-height: 1.5em;
	font: 1.3em Georgia, "Times New Roman", serif;
	padding-left:5px; }
	
#byLine { 
	margin-top: 3px;
	font: 1.1em "Helvetica Neue", Arial, serif;
	color: #555; 
	list-style: none;
	line-height: 1.3em;
	padding-left:5px; }
	
#article-body #article-related p { 	text-align: left; }	

#articlePaginationWrapper { padding-top: 10px;
	padding-bottom: 40px;
	text-align: center !important;
	border-top: 1px solid #ccc;
	font: 1.1em "Helvetica Neue", Arial, sans-serif;}

#articlePaginationWrapper a { padding: 5px 10px;
	border-right: 1px solid #ccc; }

#articlePaginationWrapper a.current-page { 	border: 1px solid #00a0c6; }

#articlePaginationWrapper a.last { border: none; }

#comments {
	padding: 10px 20px 10px 20px;
	 }
	 
.comments_box{
background-color: #e8e8e8;
	padding: 10px 20px 10px 20px;
	 }	 

#comments_shaded { 
	margin-left:6px;
	width:620px;
	
}

#comments_shaded em{ font-style: italic;
	font-size: 8pt; }

h6  { 
color: #0093b5; 
font-size: 15pt; 
font-family: Georgia;
line-height: 16pt; 
margin: 10px 20px 10px 5px }

.comments_box h3 { 
color: #0093b5; 
font-size: 12pt; 
font-family: Georgia; 
line-height: 13pt; 
margin: 5px 0 0 }

#comments_shaded {
	padding-top:5px; }
	
	#comments_inner_shaded {
	padding-left:15px;
	width:590px;
	 }
	
	

#comments_shaded p { 
	font-family: Georgia;
	font-size: 10pt; }



.comments_post_entry p{ line-height: 16pt; }

.comments_post  { 
margin: 0; 
/*padding: 10px 20px; this does not work in ie6 */
border-bottom: 1px solid #a7a7a7;
padding-top:10px; }

.comments_post_info a{ text-decoration: none;
	font-weight: bold;
	color: #a7a7a7; }

.comments_post_info p{ text-decoration: none;
	color: #a7a7a7;
	font: 1em "Helvetica Neue", Arial, sans-serif; }


#comments_box p{ color: #000;
	padding: 0px 0px 0px 0px;
	vertical-align:top; }

.marginBottom { margin-bottom: 1em; }					
.wordWrap {	float: right !important; padding-left: 10px; }
.clear-left { clear: left; }
.clear-both { clear: both !important; }

.col { margin-right: 17px;
	float: left; }

.one		{ width: 64px; }
.two		{ width: 145px; }
.three	{ width: 250px; }
.four		{ width: 307px; }
.five		{ width: 388px; }
.six		{ width: 469px; }
.seven	{ width: 550px; }
.eight	{ width: 645px; }
.nine		{ width: 712px; }
.ten		{ width: 793px; }
.eleven	{ width: 874px; }
.twelve	{ width: 955px; }
.thirteen	{ width: 655px; }
.fourteen	{ width: 650px; }
.fifteen	{ width: 225px; }

.last { margin-right: 0 !important;
	border-right: none !important; }

/* Search Page */

.cat-article {
/*		padding-top: 10px;*/
border-top: 1px solid #666666; }

.cat-article img {
/*			margin-top: 10px;*/
margin-right: 17px;
margin-bottom: 20px;
float: left; }

.cat-article h2 { 
margin-top: 10px;
font: 1.4em "Helvetica Neue", Arial, sans-serif;
font-weight:bold; }

.cat-article h3 { 		margin-bottom: 20px;
margin-left: 7px;
margin-right: 7px;
font: 1.1em Georgia, "Times New Roman", serif;
line-height: 1.455em; /* 16px */ }

.cat-article p { 		margin-bottom: 20px;
font-size: 1.1em;
line-height: 1.455em; /* 16px */
}

.plainHead { font: 1.6em "Helvetica Neue", Arial, sans-serif;
font-weight: bold;
border-bottom: 1px solid #888; }

.upperCase { text-transform: uppercase; }

#searchBar { background: #ccc;
padding: 5px 10px;
border-bottom: 2px solid #888; }

#search-results .nextAndPrevious, #search-results .nextAndPreviousBottom{ font-size: 1.1em; }

#landingPaginationWrapper { padding-top: 10px;
	padding-bottom: 40px;
	text-align: center !important;
	border-top: 1px solid #ccc;
	font: 1.1em "Helvetica Neue", Arial, sans-serif; }

#landingPaginationWrapper a { padding: 5px 7px;
	border-right: 1px solid #ccc; }

#landingPaginationWrapper a.current-page { 	border: 1px solid #00a0c6; }

#landingPaginationWrapper a.last { border: none; }

/*Video Page*/
.ad-note { margin-bottom: 0;
	font: 9px "Helvetica Neue", Arial, sans-serif;
	color: #ccc; }
	
.blueHead_square {
	font: 1.3em Verdana, Arial, sans-serif;
	color: #fff;
	background: #90b921 top right no-repeat;
	clear: left;
	line-height: 1em; }

.blueHead_square span { 	
		padding-top: 5px;
		padding-left: 10px;
		padding-bottom: 5px;
		display: block; }
		
.storeHead_square {
	font: 1.3em Verdana, Arial, sans-serif;
	color: #fff;
	background: #1778a4 top right no-repeat;
	clear: left;
	line-height: 1em; }

.storeHead_square span { 	
		padding-top: 5px;
		padding-left: 10px;
		padding-bottom: 5px;
		display: block; }
		
.article_sidebar_border { 
	border: 1px solid #b2b2b2; 
	margin-top: 0px;
	padding: 5px 5px 5px 5px; 
	margin-bottom: 10px; }
	
	
	
#article_sidebar_border li { 	
		list-style: none;
		padding: 0px 0px 5px 0px;
		margin-right: 0px;
		font: 10px "Helvetica Neue", Arial, sans-serif; /* 11px */
		margin-bottom: .2em;
}

#article_sidebar_border li a { 
	padding: 10px 20px 5px 20px;
	font: 10px "Helvetica Neue", Arial, sans-serif; /* 11px */
}

#article_sidebar_border p { 
	margin: 0px 0px 0px 7px;
		font: 1.2em Verdana, Arial, sans-serif;
		line-height: 1.6em;
}

.article_sidebar_border img { 
	margin: 0px 4px 0px 0px;
	float: left; 
}

.article_sidebar_border .content-w-image { margin-left: 80px; }

.article_sidebar_border h4 { margin: 0px 7px .5em 7px;
	padding-top: 7px;
	font: 1.3em "Helvetica Neue", Arial, sans-serif;
	font-weight: bold; }
	
.article_sidebar_border p { 	
		margin: 0px 0px 0px 7px;
		font: 1.2em Verdana, Arial, sans-serif;
		line-height: 1.6em;
		margin-bottom:.8em; }
		

.article_sidebar_border ul {
			padding-left: 2em;
		}

.article_sidebar_border ul li {
			margin-bottom: .2em;
			list-style: disc;
			line-height: 1.4em;
			font-size: 1.09em;
		}
		
		.article_sidebar_border ul {
			margin-bottom: 1.4em;
		}		

#article-font-size {
	background: transparent url(http://media.gosmithsonian.com/designimages/icon_size.gif) 0 50% no-repeat;
}

#article-email {
	background: transparent url(http://media.gosmithsonian.com/designimages/icon_email.gif) 0 50% no-repeat; 
}

#article-print {
	background: transparent url(http://media.gosmithsonian.com/designimages/icon_print.gif) 0 50% no-repeat; 
}

#article-discuss {
	background: transparent url(http://media.gosmithsonian.com/designimages/icons_comments.gif) 0 50% no-repeat; 
}

#article-share {
	background: transparent url(http://www.feedburner.com/fb/images/pub/feed-icon16x16.png) 0 50% no-repeat; 
}

#video-search-top {
width:650px;
background-color:#00b2e4;
border: 1px #666666 solid;
height:50px; }

#video-search-top h3 { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:3em; 
	color:#fff;
	float:left;
	padding:5px 0px 5px 10px;
}

#video-search-top h3 a { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#fff;
	text-decoration:none;
}

#video-search-top-searchPage {
width:650px;
background-color:#4ebdd8;
height:70px; }

#video-search-top-searchPage h3 { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:4em; 
	color:#fff;
	float:left;
	padding:3px 0px 5px 10px;
}

#video-search-top-searchPage form {
float:right;
padding-top: 5px;}
	
#video-search-top-searchPage input { 
	margin-right: 20px;
	height:22px;
	border:1px solid #212121;
	padding-left: 2px;
	vertical-align:middle; }
	

#video-searchBar {
	float:right;
	padding: 8px 0px; }

#video-search-top form {
float:right;
padding-top: 5px;}
	
#video-search-top input { 
	margin-right: 20px;
	height:22px;
	border:1px solid #212121;
	padding-left: 2px;
	vertical-align:middle; }
	

#video-homepage {
	width:516px;
	float:left;  
	background-color:#393939;
	padding-left:3px; 
	padding-top:5px; 
	padding-bottom:5px; 
	margin-bottom:10px;
}

#video-breadcrumbs { 
	width:622px;
	float:left;
}

#video-breadcrumbs h1 {
font-family:Verdana, Arial, Helvetica, sans-serif; 
font-size:1.4em; 
color:#cccccc; 
margin-bottom:6px;
}

#video-breadcrumbs h1 a {
color:#ffffff; 
}

#video-breadcrumbs-large { 
	width:622px;
	float:right;
}

#video-breadcrumbs-large h1 {
font-family:Verdana, Arial, Helvetica, sans-serif; 
font-size:1.4em; 
color:#cccccc; 
margin-bottom:6px;
}

#video-breadcrumbs-large h1 a {
color:#ffffff; 
}

#video-main h1 {
font-family:Verdana, Arial, Helvetica, sans-serif; 
font-size:1.5em;
color:#cccccc; 
margin-bottom:6px;
padding-left:5px;
border-top: 1px solid #212121;
padding-top:6px;
}

#video-list {
vertical-align:top;
}

#video-list h1 {
font-family:Verdana, Arial, Helvetica, sans-serif; 
font-size:2.2em; 
color:#cccccc;
margin-bottom:1px;
}

#video-list h4 {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size:2.2em;
color:#00b2e4;
padding-left:5px;
}

#video-list h3 {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size:1.3em;
color:#000;
line-height:1.3em;
font-weight:normal;
padding-left:5px;
padding-right:5px;
padding-bottom:5px;
}

#video-list span {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:.9em;
	color:#666666;
	font-style:italic; }

#video-list p {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size:1.2em;
color:#666666;
line-height:1.3em;
padding-left:5px;

}

#video-list-related {
clear:left;
}

#video-list-related h2 {
padding-left:5px;
font: 1.3em Verdana, Arial, Helvetica, sans-serif;
font-weight:bold; 
}

#video-list-related img {
float:left; 
margin-right:10px;
margin-left:5px;
border:solid 1px #212121;
}

#video-list-related h3 {
margin-bottom: 20px;	
margin-left: 7px; 
margin-right: 7px; 
font: 1.2em Verdana, Arial, Helvetica, sans-serif; 
line-height: 1.455em; 
color:#CCCCCC;
}

#video-back {
padding-top:10px;
}

#video-back h3 {
margin-bottom: 20px;	
margin-left: 7px; 
margin-right: 7px; 
font: 1.5em Georgia, 'Times New Roman', serif; 
line-height: 1.455em;
}

#video-share {
float:right;
margin-left:15px;
font: 12px 'Helvetica Neue', Arial, sans-serif;
margin-bottom:30px;
}

#video-share li { 	list-style: none;
		padding: 0px 20px 5px 0px;
		margin-right: 0px;
		margin-top:10px;
		font: 12px "Helvetica Neue", Arial, sans-serif; /* 11px */
		
}

#video-share li a { 
padding: 10px 20px 5px 20px;
	font: 12px "Helvetica Neue", Arial, sans-serif; /* 11px */
}

#video-individual-share {
float: right;
margin-right:5px;
font: 11px 'Helvetica Neue', Arial, sans-serif;
margin-bottom:10px;
background-color:#4d4c4c;
padding: 2px 2px 2px 2px;
margin-left:10px;
border:solid 1px #212121;
}

#video-individual-share li { 	
		list-style: none;
		font: 11px "Helvetica Neue", Arial, sans-serif; /* 11px */
		line-height:25px;
}

#video-individual-share span {
		color:#FFFFFF;
		font-size:20px;
		font: 12px "Helvetica Neue", Arial, sans-serif; /* 11px */
		
}

#video-individual-share li a { 
padding: 0px 0px 0px 20px;
	font: 11px "Helvetica Neue", Arial, sans-serif; /* 11px */
}

#video-individual-share td {
line-height:25px;
}

#video-topics {
float:right;
width:85px;
font: 15px 'Helvetica Neue', Arial, sans-serif;
color:#cccccc; 
}

#video-topics ul { 	
		list-style: none;
		font: 11px "Helvetica Neue", Arial, sans-serif; /* 11px */
}

#video-topics li { 	
		list-style: none;
		font: 11px "Helvetica Neue", Arial, sans-serif; /* 11px */
		margin-top:6px;
		color:#666666;
}

#video-topics li a {
list-style: none;
	font: 11px "Helvetica Neue", Arial, sans-serif; /* 11px */
	text-decoration:underline;
	color:#666666;
	
}

#video-topics li a:hover {
list-style: none;
	font: 11px "Helvetica Neue", Arial, sans-serif; /* 11px */
	text-decoration:underline;
	color:#cccccc;
	
}

#video-topics-left {
padding: 0px 3px 0px 6px;
float:left;
width:85px;
font: 15px 'Helvetica Neue', Arial, sans-serif;
color:#cccccc;
}

#video-topics-left ul { 	
		list-style: none;
		font: 11px "Helvetica Neue", Arial, sans-serif; /* 11px */
}

#video-topics-left li { 	
		list-style: none;
		font: 11px "Helvetica Neue", Arial, sans-serif; /* 11px */
		margin-top:6px;
		color:#666666;
}

#video-topics-left li a {
list-style: none;
	font: 11px "Helvetica Neue", Arial, sans-serif; /* 11px */
	text-decoration:underline;
	color:#666666;
	
}

#video-topics-left li a:hover {
list-style: none;
	font: 11px "Helvetica Neue", Arial, sans-serif; /* 11px */
	text-decoration:underline;
	color:#cccccc;
	
}

#video-topics-left li .selected {
list-style: none;
	font: 11px "Helvetica Neue", Arial, sans-serif; /* 11px */
	text-decoration:underline;
	color:#cccccc;
	
}

.featuredvideo { 
	background-color:#00b2e4;
	vertical-align:top;
	border: 1px #666666 solid;
}

.featuredvideo:hover { 
	background-color:#029dc8;
	vertical-align:top;
	border: 1px #666666 solid;
}


.featuredvideo img {
margin-left:50px;
margin-top:15px;
margin-bottom:6px;
border:solid 2px #fff;
}

.featuredvideo h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:1.5em;
	color:#fff;
	padding-left:8px;
}

.featuredvideo span {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:.9em;
	color:#000;
	font-style:italic; }

.featuredvideo h3 a {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#fff;
}

.featuredvideo p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:1.2em;
	color:#000;
	line-height:1.4em;
	padding-left:8px;
	padding-right:8px;
}

#bottom-browse { clear: both; }

.bottom-browse { 
	background-color:#393939;
	vertical-align:top;
}

.bottom-browse:hover { 
	background-color:#4d4c4c;
	vertical-align:top;
}

.bottom-browse img {
margin-left:15px;
margin-top:10px;
margin-bottom:5px;
border:solid 2px #212121;
}

.bottom-browse h3 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	color:#b7e6fc;
	padding-left:8px;
	padding-right:8px;
	padding-bottom:5px;
}

.bottom-browse span {
	color:#999999;
	font: 1em Georgia, "Times New Roman", Times, serif;
	font-style:italic; }

.bottom-browse h3 a {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	color:#b7e6fc;
}

.bottom-browse p {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#ffffff;
	padding-left:8px;
	padding-right:8px;
}


.bottom-browse p a {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#ffffff;
}

#browse_video_body_large span {
	color:#000;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:.9em;
	font-style:italic; }

#bottom-individual-browse { clear: both; }

.bottom-individual-browse { 
	background-color:#393939;
	vertical-align:top;
}

.bottom-individual-browse:hover { 
	background-color:#4d4c4c;
	vertical-align:top;
}

.bottom-individual-browse img {
margin-left:2px;
margin-top:2px;
margin-bottom:2px;
}

.bottom-individual-browse h3 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:10px;
	color:#b7e6fc;
	padding-left:8px;
	padding-right:8px;
	padding-bottom:5px;
}

.bottom-individual-browse h3 a {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:10px;
	color:#b7e6fc;
}

#browse_video_large { 
	
	margin-top: 1px;
	padding: 5px 5px 5px 5px; 
	margin-bottom: 10px; 
}

.browse_video_square ul { 		
			font: 1em "Helvetica Neue", Arial, sans-serif;
			line-height: 1.2em; }

	#browse_tabNav_large { 	
		margin-bottom: 0;
		height: 1.4em;
	}

		.browse_tabTitle_large { 	
			background-color: #333333;	
			padding: 2px 10px 2px 10px;
			display: inline;
			cursor: pointer;
			position: relative;
			bottom: 0px;
			margin-right: 2px;
			font: .884em "Helvetica Neue", Arial, sans-serif;
			font-weight: bold;
			text-transform: uppercase;
			color: #fff; }
			
		.browse_tabTitle_large a {
/*			color: #888;*/
		}

		#browse_tabNav_large li { 		
			font-weight: bold;
			padding-bottom: 3px;
			padding-top: 6px;
			color: #ccc; }
		
		#browse_tabNav_large li.active { 		
			background-color: #666666;
			font-weight: bold;
			padding-bottom: 3px;
			padding-top: 6px;
			color: #fff; }

		#browse_tabNav_large li.active a { 		
			color: #218C35 !important;
			outline: none; }
		
		#browse_video_body_large { 		
			clear: left;
			padding-left:2px; }
			
			#browse_video_body_large td { 
			background-color:#00b2e4;		
			clear: left;
			padding-left:2px;
			border:solid 1px #666666; }
			
			#browse_video_body_large td:hover { 
			background-color:#029dc8;		
			clear: left;
			padding-left:2px;
			border:solid 1px #666666; }
			
		#browse_video_body_large img {
		padding-top:5px;
}

#browse_video_body_large h4 { 
	color:#fff;
	margin: 0 7px .5em 3px;
	padding-top: 6px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:1.2em;
	font-weight:normal;
 }

#browse_video_body_large h4 a { 
	color:#fff; }
	
	#browse_video_body_large p { 
	color:#000;
	margin: 0 7px .5em 3px;
	padding-top: 6px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:1.3em;
	 }

#browse_video_body_large p a { 
	color:#000; }
	
			
		.browse_tabBody_large { 		
			padding-top: 0px; }

			.browse_video_list_large { 			
				margin-left: 2.7em;
				margin-right: 5px;
			/*	list-style-position: inside;*/
				font: 1.1em "Helvetica Neue", Arial, sans-serif;
			}
				

				.browse_video_list_large li {
				margin-top:5px;
					margin-bottom: 5px;

				}

#video-topic-list {
width:300px;
}

#video-topic-list-right {
width:300px;
float:right;
}

#video-topic-list-right h3, #video-topic-list h3 {
font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	color:#b7e6fc;
	padding-left:8px;
	padding-right:8px;
	padding-bottom:5px;
}

#video-topic-list-right span, #video-topic-list span {
font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
	font-size:14px;
	color:#b7e6fc;
	padding-left:15px;
	padding-right:8px;
	padding-bottom:5px;
}

#video-topic-list-right ul, #video-topic-list ul {
font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#ffffff;
	padding-left:8px;
	padding-right:8px;
	list-style: inside;
}

#video-topic-list-right ul a, #video-topic-list ul a {
font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#ffffff;
}

#video-topic-list-right p, #video-topic-list p {
font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#ffffff;
	padding-left:8px;
	padding-right:8px;
}

#video-topic-list-right p a, #video-topic-list p a {
font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#ffffff;
}

#video-topic-list-2 {
width:300px;
}

#video-topic-list-right-2 {
width:300px;
float:right;
}

#video-topic-list-right-2 h3, #video-topic-list-2 h3 {
font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#b7e6fc;
	padding-left:8px;
	padding-right:8px;
	padding-bottom:5px;
}

#video-topic-list-right-2 h3 a, #video-topic-list-2 h3 a {
	color:#b7e6fc;
}

#video-topic-list-right-2 span, #video-topic-list-2 span {
font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:12px;
	color:#b7e6fc;
	padding-left:15px;
	padding-right:8px;
	padding-bottom:5px;
}

#video-topic-list-right-2 span a, #video-topic-list-2 span a {
	color:#b7e6fc;
}

#video-topic-list-right-2 ul, #video-topic-list-2 ul {
font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#ffffff;
	padding-left:16px;
	padding-right:8px;
	list-style: inside;
}

#video-topic-list-right-2 ul a, #video-topic-list-2 ul a {
font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#ffffff;
}

#video-topic-list-right-2 p, #video-topic-list-2 p {
font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#ffffff;
	padding-left:8px;
	padding-right:8px;
}

#video-topic-list-right-2 p a, #video-topic-list-2 p a {
font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#ffffff;
	text-decoration:underline;
}

#video-search {
width:516px;
float:right;
}

#video-search-wide {
width:622px;
float:left;
}

.topicResults {
	font: 1.1em "Helvetica Neue", Arial, sans-serif;
	color:#cccccc;
	margin-bottom:3px; }


#video-topic {
width:516px;
margin-bottom:20px;
background-color:#393939;
padding: 2px 0px 2px 2px;
clear:left;
}

#video-topic h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	color:#cccccc;
	padding-left:8px;
	padding-right:8px;
	padding-bottom:5px;
	margin-top:3px;
}

#video-topic h5 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color:#cccccc;
	padding-left:15px;
	padding-bottom:5px;
	margin-top:3px;
}

#video-topic h5 a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#cccccc;
	text-decoration:underline;
}

#video-search-right {
width:510px;
margin-bottom:10px;
background-color:#393939;
padding: 5px 0px 5px 5px;
clear:left;
height:120px;
}

#video-search-right img {
float:left;
margin-right:10px;
margin-top: 6px;
margin-bottom:10px;
border:solid 1px #cccccc;
}

#video-search-right h3 {
font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#b7e6fc;
	padding-left:8px;
	padding-right:8px;
	padding-bottom:5px;
	margin-top:3px;
	}

#video-search-right h2 {
	color:#ffffff;
	font: 1.2em Verdana, Arial, Helvetica, sans-serif;
	padding-bottom:3px;
	padding-right:4px; }

#video-search-right h2 span {
	color:#999999;
	font: 1em Georgia, "Times New Roman", Times, serif;
	font-style:italic; }

#video-search-right span {
	font-family:Verdana, Arial, Helvetica, sans-serif; 
	font-size:11px;
	color:#cccccc;
	font-weight:bold;} 
	
#video-search-right span a {
	font-family:Verdana, Arial, Helvetica, sans-serif; 
	font-size:11px;
	color:#b7e6fc;
	padding-right:2px;
	}
	
#video-search-right p {
font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#ffffff;
	padding-left:8px;
	padding-right:8px;
	}
	
#video-search-right p a {
font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#ffffff;
	text-decoration:underline;
	}
	
#video-search-left {
width:616px;
margin-bottom:10px;
background-color:#393939;
padding: 5px 0px 0px 7px;
clear:left;
height:113px;
}

#video-search-left img {
float:left;
margin-right:10px;
margin-top: 6px;
margin-bottom:10px;
border:solid 1px #cccccc;
}

#video-search-left h3 {
font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#b7e6fc;
	padding-left:8px;
	padding-right:8px;
	padding-bottom:5px;
	margin-top:3px;
	}

#video-search-left h2 {
	color:#ffffff;
	font: 1.2em Verdana, Arial, Helvetica, sans-serif;
	padding-bottom:3px;
	padding-right:4px; }

#video-search-left h2 span {
	color:#999999;
	font: 1em Georgia, "Times New Roman", Times, serif;
	font-style:italic; }

#video-search-left span {
	font-family:Verdana, Arial, Helvetica, sans-serif; 
	font-size:11px;
	color:#cccccc;
	font-weight:bold;} 
	
#video-search-left span a {
	font-family:Verdana, Arial, Helvetica, sans-serif; 
	font-size:11px;
	color:#b7e6fc;
	padding-right:2px;
	}
	
#video-search-left p {
font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#ffffff;
	padding-left:8px;
	padding-right:8px;
	}
	
#video-search-left p a {
font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#ffffff;
	text-decoration:underline;
	}


#most-popular_large { 
	border: 1px solid #b2b2b2; 
	margin-top: 1px;
	padding: 5px 5px 5px 5px; 
	margin-bottom: 10px; 
}

.most-popular_square ul { 		
			font: 1em "Helvetica Neue", Arial, sans-serif;
			line-height: 1.2em; }

	#tabNav_large { 	
		margin-bottom: 0;
		height: 1.4em;
	}

		.tabTitle_large { 		
			padding: 2px 10px 2px 10px;
			display: inline;
			cursor: pointer;
			position: relative;
			bottom: 0px;
			margin-right: 2px;
			font: .8em "Helvetica Neue", Arial, sans-serif;
			font-weight: bold;
			text-transform: uppercase;
			color: #808080; }
			
		.tabTitle_large a {
/*			color: #888;*/
		}

		#tabNav_large li { 		
			font-weight: bold;
			padding-bottom: 3px;
			padding-top: 6px;
			color: #ccc; }
		
		#tabNav_large li.active { 		
			
			font-weight: bold;
			padding-bottom: 3px;
			padding-top: 6px;
			color: #808080; }

		#tabNav_large li.active a { 		
			color: #218C35 !important;
			outline: none; }
		
		#most-popular-body_large { 		
			clear: left; }
			
		#most-popular-body_large img {
		padding-top:5px;
}

#most-popular-body_large h4 { 
	margin: 0 7px .5em 7px;
	padding-top: 6px;
	font: 1.3em "Helvetica Neue", Arial, sans-serif;
	font-weight: bold; }
	
#most-popular-body_large p { 	
		margin: 0 7px .5em 7px;
		font: 1.1em Georgia, "Times New Roman", serif;
		line-height: 1.6em;
		color:#000; }
			
		.tabBody_large {
		padding: 2px 2px 2px 2px;}

			.most-popular-list_large { 			
				margin-left: 2.7em;
				margin-right: 5px;
			/*	list-style-position: inside;*/
				font: 1.1em "Helvetica Neue", Arial, sans-serif;
			}
				

				.most-popular-list_large li {
				margin-top:5px;
					margin-bottom: 5px;
					color:#ffffff;

				}

