@import url("/webfonts/MyriadProBoldIt/stylesheet.css");
@import url("../webfonts/MyriadProItalic/stylesheet.css");

/*Home Content*/
.home-content #thumbs{
	overflow: hidden;
	height: auto;
}
.home-content .col {
	padding: 0px;
	float: left;
	width: 303px;
	position: relative;
}
.home-content .col + .col{
	margin-left: 19px;
}
.home-content .col a.video {
	display: block;
	width: 303px;
	height: 202px;
	position: relative;
}
.home-content .col a span {
	display: block;
	height: 30px;
	width: 30px;
	position: absolute;
	right: 0px;
	background: url(/images/arrow_thumbs.png) no-repeat 0px 0px;
	bottom: 0px;
}
.home-content .col a:hover span{
	background-position: 0px -30px;
}
.home-content .col h4{
	color: #20275e;
	text-transform: none;
	font: normal 16px/18px MyriadPro, sans-serif;
	margin: 6px 0px 0px;
	padding: 0px;
}
.home-content #thumbs #news h3 {
	color: #fff;
	text-transform: none;
	font: normal 18px/33px MyriadPro, sans-serif;
	margin: 0px 0px 0px;
	padding: 0px;
	background: #20275e;
}
.home-content #thumbs #news h3 a{
	color: #fff;
	text-decoration: none;
	padding-left: 12px;
	background: url(/images/arrow-new-home.png) no-repeat right 3px;
	padding-right: 16px;
}
.home-content #thumbs #news ul {
	color: #20275e;
	text-transform: none;
	font: normal 16px/24px MyriadPro, sans-serif;
	margin: 6px 0px 0px;
	padding: 0px 0px 0px 20px;
	list-style: url(/images/bullet-news-home.png) none;
}
.home-content #thumbs #news ul a{
	color: #20275e;
}
.home-content #thumbs #news ul a:hover{
	color: #3fb4ff;
	text-decoration: none;
}
.home-content #thumbs #news ul li{
	margin: 0px 0px 4px;
}
.home-content #thumbs #news ul em{
	font-family: MyriadProItalic, sans-serif;
	font-style: normal;
	font-weight: normal;
}
.home-content #thumbs #news p {
	font: normal 16px/24px MyriadProBold, sans-serif;
	margin: 6px 0px 0px;
	padding: 0px 0px 0px 20px;
}
.home-content #thumbs #news p a{
	color: #20275e;
}
.home-content #thumbs #news p a:hover{
	color: #3fb4ff;
	text-decoration: none;
}
