@charset "utf-8";
/* CSS Document */

#content .corpLandingWrapper{
	font-size:12px;
	line-height:17px;
	color:4c4c4c;
}
#mainBody{
	width:980px;
	margin-left: 10px;
	margin-top:40px;
}
#content .corpLandingWrapper #mainBody a{
	color:#095a90;
	text-decoration:none;
}
#content .corpLandingWrapper #mainBody a:hover{
	color:#095a90;
	text-decoration:underline;
}
.twoColMod{
	margin: 0 35px;
	width:910px;
	overflow:hidden;
}
.twoCol{
	width:420px;
	overflow:hidden;
	float:left;
	display:inline;
}
.twoCol.left{
	margin-right:70px;
}
.twoCol .assetIcon{
	width:140px;
	float:left;
	display:inline;
}
.twoCol .assetText{
	width:280px;
	float:left;
	display:inline;
}
.twoCol h3{
	font-size:16px;
	line-height:20px;
	padding-bottom:10px;
}
.lightGrayHr{
	border-top: 1px solid #D9D9D9;
}
.fourColMod{
	width:980px;
	margin:40px 0;
}
.fourColMod h3.grayHeader{
	color:#999999;
	font-size:16px;
	line-height:20px;
	border-bottom: 1px solid #D9D9D9;
	text-transform:uppercase;
	margin-bottom:10px;
}
.fourColMod .colDiv{
	width:217px;
	margin-right:37px;
	float:left;
	display:inline;
	overflow:hidden;
}
.fourColMod .colDiv.last{
	margin-right:0px;
}
.fourColMod.Promo .colDiv{
	width:215px;
}
.fourColMod.Promo .colDiv.promoDiv{
	width:225px;
	background-color:#EEEEEE;
	margin-right:36px;
}
.fourColMod.Promo .promoDiv img{
	border:0;
}
.fourColMod.Promo .promoDiv .desc{
    display: block;
    padding: 10px 13px 15px 13px;
}
.fourColMod.Promo .promoDiv a:hover .desc{
	text-decoration:underline !important;
}
.fourColMod ul.newEventList{
	padding: 0;
	margin:0;
}
.fourColMod ul.newEventList li{
	padding-bottom:15px;
}
.fourColMod ul.newEventList h4{
	color: #999999;
    text-transform: uppercase;
}
.fourColMod ul.newEventList li a{
	color:#4c4c4c !important;
}
.fourColMod ul.newEventList li a:hover{
	color:#095a90 !important;
}
.disclaimer{
	font-style:italic;
	font-size:10px;
	line-height:15px;
}
.disclaimer .grayText{
	color:#999999;
}
