.homepage
{
float:left;
width:940px;
}

.homepage .homebanner
{
    width:915px;
    overflow:hidden;
    margin-top:5px;
    /*background-color:#000000;*/
}

.homepage .homebanner a
{
    display:block;
    width:100%;
    height:100%;
}

.homepage .homebanner a img{
	width:100%;
	height:auto;
}

.homepage .homeTopPromos
{
    float:left;
	padding-top:20px;
}

.homepage .homeTopPromos .promoBox
{
	width: 350px;
	padding:0;
}

.homepage .homeTopPromos .promoBox a
{
    display:block;
    height: 100%;
    width: 100%;
}

.homepage .homeTopPromos a .promoTop{
	width:100%;
	background:none;
}
	.homepage .homeTopPromos a .promoTop .promoBottom {
		background: none;
		padding: 0 20px;
		width: 100%;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}
	.homepage .homeTopPromos a .promoTop .promoBottom span{
		color:#848ABD;
	}
	.homepage .homeTopPromos a .promoTop .promoBottom span:hover{
		color:#045264;
	}

.homepage .homeTopPromos h3
{
    color:#004990;
    font-size:26px;
    font-weight:normal;
    padding-bottom:8px;
}

.homepage .homeTopPromos .promoBox p{
	color:#4c4c4c;
	line-height:18px;
}

.homepage .homeTopPromos .promoBox .goButton{
	display:none;
}

.homepage .left
{
    float:left;
    width:550px;
}
.homepage .right
{
    float:left;
    width:340px;
    padding-left:10px;
}
body.ie6 .homepage .right
{
width:345px;
}
.homeBottomPromos
{
    font-size:13px;
    color:#4d4d4d;
    font-weight:normal;
    float:left;
    padding-top:10px;
    position:relative;
	font-size:0;
	text-align:left;
}


.homeBottomPromos h1
{
    font-size:28px;
    color:#004990;
    font-weight:normal;
    /*background-image:url(../images/home-content-header-bg.png);*/
    background-repeat:no-repeat;
    padding-left:10px; 
    height: 42px; 
    line-height:42px;
    padding-bottom:10px;
	text-align:left;
}
.homeBottomPromos h2
{
    font-size:21px;
    color:#fff;
    font-weight:normal;
	text-align:center;
	border-radius:5px;
	padding:10px 0;
	left:auto;
	margin-bottom:20px;
	background: rgb(6,42,83); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(6,42,83,1) 0%, rgba(76,102,134,1) 50%, rgba(6,42,83,1) 100%); /* FF3.6-15 */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(6,42,83,1)), color-stop(50%,rgba(76,102,134,1)), color-stop(100%,rgba(6,42,83,1))); /* Chrome4-9,Safari4-5 */
background: -webkit-linear-gradient(top,  rgba(6,42,83,1) 0%,rgba(76,102,134,1) 50%,rgba(6,42,83,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: -o-linear-gradient(top,  rgba(6,42,83,1) 0%,rgba(76,102,134,1) 50%,rgba(6,42,83,1) 100%); /* Opera 11.10-11.50 */
background: -ms-linear-gradient(top,  rgba(6,42,83,1) 0%,rgba(76,102,134,1) 50%,rgba(6,42,83,1) 100%); /* IE10 preview */
background: linear-gradient(to bottom,  rgba(6,42,83,1) 0%,rgba(76,102,134,1) 50%,rgba(6,42,83,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#062a53', endColorstr='#062a53',GradientType=0 ); /* IE6-9 */
}

.homeBottomPromos p
{
    line-height:21px;
	font-size:14px;
	padding:0px 20px 12px 20px;
	color:#004990;
	text-align:left;
}

.homeBottomPromo {
	width: 48%;
	margin-right: 2%;
	margin-bottom:2%;
	background:#eee;
	display: inline-block;
	position: relative;
	padding-bottom: 15px;
	height: 220px;
	border-radius: 10px;
	vertical-align: top;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background-repeat:no-repeat;
	background-position:center center;
	background-size:cover;
}

.homeBottomPromo a{
	display:block;
	width:100%;
	height:100%;
}

.homeBottomPromoTop
{
    margin-bottom:10px;
    float:left;
}

.homeBottomPromoBot
{
    /*background-image:url(../images/home-bottom-promo-bot.png);
    background-repeat:no-repeat;
    background-position:left bottom;*/
    float:left;
    width: 550px;
}

.homeContent
{
    float:left;
	width:910px;
    padding-top:20px;
    /*color: #a2a2a2;*/
}

.homeContent p{
	line-height:18px;
}

.homeContent .blueText
{
    color: #848ABD;
}

.homeLibrary
{
    float:left;
    padding-top:5px;
	padding-bottom:20px;
	margin-left:10px;
	width:340px;
}
.homeLibrary h1
{
	float:left;
    color:#004990;
    padding-left:10px;
	padding-top:35px;
    width:354px;
    height:42px; 
    line-height:42px;
    padding-bottom:10px;
	background:url(../images/library-header.png) no-repeat 0 0;
}
.homeLibrary h2
{
    font-size:21px;
	border-radius:5px;
    color:#fff;
    font-weight:normal;
    padding:10px 0 10px 10px;
    width: 340px;
    height: auto; 
    line-height:normal;
	text-align:center;
	/*background:url(../images/home-content-header2-bg.png) no-repeat 0 0;*/
	background: rgb(6,42,83); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(6,42,83,1) 0%, rgba(76,102,134,1) 50%, rgba(6,42,83,1) 100%); /* FF3.6-15 */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(6,42,83,1)), color-stop(50%,rgba(76,102,134,1)), color-stop(100%,rgba(6,42,83,1))); /* Chrome4-9,Safari4-5 */
background: -webkit-linear-gradient(top,  rgba(6,42,83,1) 0%,rgba(76,102,134,1) 50%,rgba(6,42,83,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: -o-linear-gradient(top,  rgba(6,42,83,1) 0%,rgba(76,102,134,1) 50%,rgba(6,42,83,1) 100%); /* Opera 11.10-11.50 */
background: -ms-linear-gradient(top,  rgba(6,42,83,1) 0%,rgba(76,102,134,1) 50%,rgba(6,42,83,1) 100%); /* IE10 preview */
background: linear-gradient(to bottom,  rgba(6,42,83,1) 0%,rgba(76,102,134,1) 50%,rgba(6,42,83,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#062a53', endColorstr='#062a53',GradientType=0 ); /* IE6-9 */

}
.homeLibrary h3
{
	float:left;
	margin-top:6px;
}

.homeLibrary .problem h3
{
	float:none;
}

.homeLibrary .blogteaser,.homeLibrary .problem{
	line-height:18px;
}

.homeLibrary .problem a,.homeLibrary .blogteaser a{
	color:#004990;
}

.homeProblemsSolved h3
{
    font-size:13px;
    font-weight:bold;
    padding-bottom:4px;
}
.homeProblemsSolved a
{
    color:#848ABD;
}
.homeWebinars a, .homeWhitepapers a, .homeProblemsSolved a
{
margin-left:10px;
font-size:14px;
color:#848ABD;
font-weight:bold;
}
.homeProblemsSolved a:hover, .homeProblemsSolved a:active, .homeWebinars a:hover, .homeWebinars a:active, .homeWhitepapers a:hover, .homeWhitepapers a:active
{
    color:#087f98;
}

.homeProblemsSolved .problem
{
    padding-left:10px;
    padding-bottom:15px;
    width:330px;
}
.homeProblemsSolved .problem .hr
{
    border-bottom: solid 2px #d3d3d3;
    width:100%;
    height:5px;
}

.homeNewsfeed
{
    font-size:13px;
    color:#4d4d4d;
    font-weight:normal;
    float:left;
    position:relative;
    width:920px;
	margin-bottom:20px;
}
.homeNewsfeed .problem
{
	padding:0 12px;
	float:left;
}
.homeNewsfeed #problem1
{
	width:520px;
}
.homeNewsfeed h1
{
    font-size:28px;
    color:#004990;
	float:left;
	width:540px;
    font-weight:normal;
    padding-left:10px; 
    height: 42px; 
    line-height:42px;
    padding-bottom:10px;
	margin-bottom:10px;
	border-radius:6px 6px 0 0;
	/* Safari 4-5, Chrome 1-9 */
	  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#FFF), to(#E7E8E9));
	
	  /* Safari 5.1, Chrome 10+ */
	  background: -webkit-linear-gradient(top, #E7E8E9, #FFF);
	
	  /* Firefox 3.6+ */
	  background: -moz-linear-gradient(top, #E7E8E9, #FFF);
	
	  /* IE 10 */
	  background: -ms-linear-gradient(top, #E7E8E9, #FFF);
	
	  /* Opera 11.10+ */
	  background: -o-linear-gradient(top, #E7E8E9, #FFF);
}
.homeNewsfeed p
{
font-size:14px;
margin: 0 0 0 10px;
	padding:10px;
	padding-left:0;
}

.homeNewsletter
{
    background-image:url(../images/home-newsletter-bg.png);
    background-repeat:no-repeat;
    width: 344px;
    height: 35px; 
    line-height:34px;
    padding-left:10px;
    float:left;
}
.homeNewsletter a, .homeNewsletter a:hover, .homeNewsletter a:active
{
    font-size: 18px;
    color:#ffffff;
}

.homeAdvertising
{
    width: 358px;
    padding-top:15px;
border-radius:5px;
background-color:#f4f4f4;
border:1px solid #e8e8e8;
margin-bottom:10px;
padding-bottom:20px;
    float:right;
    position:relative;

    text-align:center;
}
.homeAdvertising p
{   
    font-size:21px;
    color: #b2b2b2;
    margin-bottom:0px;
    padding-bottom:4px;
}

.homeAdvertising .advert a
{
width:360px;
    overflow:hidden;
    display:block;
    text-indent: -9999px;
}
.homeAdvertising .advert object
{
text-indent:0px;
}
.homeAdvertising .advert .imagelink
{
text-indent:0px;
}
.homeAdvertising .advert .imagelink img
{
margin-left:auto;
margin-right:auto;
display:block;
}
.homeAdvertising .advert
{
margin-top:10px;
   /* top:45px;
    position:absolute;
    left:0px;*/
}
body.ie6 div.homeBottomPromos h1 
{
width:540px;
}
body.ie6 div.right
{
width:325px !important;
}

body.ie6 .homepage .homeTopPromo1, body.ie6 .homepage .homeTopPromo2
{
width:100%;
}
body.ie6 div.homepage
{
width:930px;
}
/*
body.ie6 .left
{
border:solid 1px #ff0000;
}
body.ie6 .right
{
border:solid 1px #00ff00;
float:right;
}
body.ie6 div.homepage
{
border:solid 1px #000000;
}
*/

.emergencyLightbox{
position:fixed;
top:50%;
left:50%;
transform:translate(-50%,-50%);
z-index:200;
background:#fff;
padding:40px;
font-size:16px;
border:2px solid #848ABD;
}
	.emergencyLightboxOverlay{
	position:fixed;
			top:0;
			left:0;
			bottom:0;
			right:0;
			background:rgba(0,0,0,0.8);
			z-index:100;
}








































/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
