@import url("/webfonts/MyriadProBoldIt/stylesheet.css");
@import url("/webfonts/MyriadProItalic/stylesheet.css");
@import url("/webfonts/Wingdings3/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_new.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: #4f77ba;
	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: #4f77ba;
	text-decoration: none;
}
.home-content a.alexani {
font-family: MyriadPro, sans-serif;
font-weight: normal;
display:block;
margin-top:20px;
text-align: center;
font-size: 22px;
line-height: 52px;
color:#fff;
width:948px;
height:80px;
overflow:hidden;
background-color: #34689a;
}
.home-content a.alexani:hover {
text-decoration: none;
background-color: #34689a;
}
.home-content a.alexani span::after {
content: '\00D2';
margin-left: .2em;
font-size: .9em;
font-family: "Wingdings3";
}
.home-content a.alexani img {display:block;}
.home-content a.alexani img.left {float:left;}
.home-content a.alexani img.right {display:right;}


