a{
	border: 0 !important;
	outline: 0 !important;
	}

a:hover {
	color: #FFFFFF;
	background-color: !important;
}
	
a img{
	background-color: transparent !important;
	outline: 0;
	border: 0;
	}

.clear{
	clear: both !important;
	}
	
p{
	margin: 0;
	}
	
#content_main .pressRow .column520 .video .thumbnailWrap a{
	border: 0 !important;
	outline: 0 !important;
	color: none;
	background: none;
	}
	
#content_main .pressRow .column520 .video .thumbnailWrap a:hover{
	border: 0 !important;
	outline: 0 !important;
	color: none;
	}

h1.pressHeadline{
	font: 36px/36px Arial, Helvetica, sans-serif;
	color: #2b5ca8;
	font-weight: 700;
	margin-bottom: 20px;
	padding-bottom: 10px;
	border-bottom: 1px solid #b2b2b2;
	width: 100%;
	text-shadow: 0 -1px 0 black;
	}
	
#content_main h2.pressHeadline{
	font: 16px/24px Arial, Helvetica, sans-serif;
	color: #2b5ca8;
	font-weight: 700;
	}
	
.pressRow{
	float: left;
	margin-bottom: 40px;
	}
	
.videoRow{
	float: left;
	margin-bottom: 20px;
	}
	
.column520{
	width: 520px;
	float: left;
	margin: 0 30px 0 0;
	}
	
.column250{
	width: 250px;
	float: left;
	}

.wrap{
	width: 810px;
	margin: 0 auto;
	padding: 20px;
	background: #fff;
	}
	
/***** Video Styles *****/

.videoRow{
	margin-bottom: 20px;
	}

.thumbnailWrap{
	width: 230px;
	height: 150px;
	padding: 10px;
	margin-bottom: 10px;
	background: url("../../images/thumbnailBg.jpg") no-repeat;
	}

.description h2, .description p{
	text-align: center !important;
	}
	
.description h2 a:hover{
	color: #2A5Ca9;
	background: none;
	}

.video{
	width: 250px;
	margin-right: 20px;
	float: left;
	display: none;
	}
	
.video:hover h2{
	text-decoration: underline;
	}	
	
.noMarginVideo{
	margin-right: 0;
	}
	
.moreVideos{
	width: 520px;
	height: 30px;
	padding-top: 10px;
	background: url("../../images/moreVideosButton.jpg") no-repeat;
	display: block;
	float: left;
	text-align: center;
	font-weight: 700;
	font-size: 18px;
	text-decoration: none;
	}
	
.moreVideos:hover{
	text-decoration: none;
	color: #2B5CA8;
	}
	
.moreVideos:active{
	background: url("../../images/moreVideosButton.jpg") no-repeat 0 -40px;
	text-shadow: 0 1px 0 #eee;
	}
	
#fancybox-close:hover{
	background-color: transparent !important;
	}
	
	
/***** Article Styles *****/
.articles a{
	color: inherit;
	}
	
.articles a:hover{
	text-decoration: none;
	}

.article{
	width: 250px;
	float: left;
	position: relative;
	border-bottom: 1px solid #d9d9d9;
	padding: 0 0 10px;
	margin: 0 0 20px;
	display: block;
	}
	
.article:hover{
	background: #e5f0ff;
	cursor: pointer;
	}

.date{
	position: absolute;
	top: 4px;
	right: 0;
	text-align: right;
	}
	
.article p{
	font-style: italic;
	text-decoration: none;
	}
	
.article:hover h2{
	text-decoration: underline;
	}
	
#content_main .column250 a .article p, #content_main .column250 a .article .date{
	color: #666 !important;
	}

.article a:hover p{
	text-decoration: none !important;
	}
