.content_container #side_rail #ad_menu {
	background: #0d3e62 url(../images/pages/about/bg_side_pod_ourads.gif) no-repeat;
		
}


#ads_content #page_header .content {
	padding: 60px 0 0 30px;
}
#ads_content #page_header {
	width: 880px;
	height: 254px;
	background: url(../images/page_headers/ourads_bg.jpg) no-repeat;	
}
	
	#ads_content #page_header h1 {
		background: url(../images/page_headers/ourbrand_title.png) no-repeat;	
		text-indent: -1000000px;
		width: 200px;
		height: 29px;
	}
		* html #ads_content #page_header h1  {			
			background: url(../images/blank.gif);
			filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=image, src='/resources/images/page_headers/ourbrand_title.png');
		}
		
	#ads_content #page_header .intro_copy {
		background: url(../images/page_headers/ourads_intro.png) no-repeat;
		text-indent: -1000000px;
		height: 93px;
		width: 410px;
		margin-top: 15px;		
	}
		* html #ads_content #page_header .intro_copy {			
			background: url(../images/blank.gif);
			filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=image, src='/resources/images/page_headers/ourads_intro.png');
		}
		
		

#ad_menu .media_title {
	cursor: pointer;
	font-size: 14px;
	color: #9fbfd6;
	border-bottom: 1px solid #3a6180;
	padding: 10px 0;
}
	#ad_menu .media_title.active {
		/*background: #132b44;
		color: #fff;*/
		border-bottom: 0;
		/*padding: 10px 25px 1px 25px;
		margin: 0 -25px;*/
	}
#ad_menu .media_list {
	background: #132b44;	
	margin: 0 -25px;
	padding: 0 25px;
}
	#ad_menu .media_list .content {
		padding: 10px 0px 10px 0px;
	}	
		#ad_menu .media_list .content td {
			padding-bottom: 10px;
		}
		#ad_menu .media_list img {
			display: block;
			border: 4px solid #132b44;
			margin-bottom: 4px;
			padding: 0;
		}
		#ad_menu .media_list .content img.active_media {
			border: 4px solid #8aa6bb;
		}
		.content_container #side_rail #ad_menu .media_list .content a {
			color: #9fbfd6;
			text-decoration: none;
		}
			.content_container #side_rail #ad_menu .media_list .content a:hover {
				color: #fff;
			}	

#flash_video_player_wrapper {
	margin: 0 0 15px 15px;
}


/* FACT SHEET POD */
#see_more_pod h3 {
	margin-bottom: 15px;
}
#see_more_pod .thumb {
	margin-right: 15px;
	margin-bottom: 40px;
}
#see_more_pod .size {
	display: block;
	font-size: 11px;
	margin-top: 3px;
}



/* BOTTOM FEATURES */
#ourads_content .bottom_feature {
	padding: 25px 30px;
}
	#ourads_content .bottom_feature .item {
		width: 370px;
		overflow: hidden;
		margin-right: 20px;
	}
	#ourads_content .bottom_feature .item .thumb {
		float: left;
	}
	#ourads_content .bottom_feature .item .info {
		width: 200px;
		float: left;
		margin-left: 25px;
	}
		#ourads_content .bottom_feature .item .info p {
			margin: 8px 0;
		}


.black_overlay{
            display: none;
            position: absolute;
            top: 0%;
            left: 0%;
            width: 100%;
            height: 100%;
            background-color: black;
            z-index:1001;
            -moz-opacity: 0.8;
            opacity:.80;
            filter: alpha(opacity=80);
        }
.white_content {
            display: none;
            position: absolute;
            top: 25%;
            left: 25%;
            width: 50%;
            height: 50%;
            padding: 16px;
            border: 16px solid orange;
            background-color: white;
            z-index:1002;
            overflow: auto;
}
