@charset "utf-8";

#page .visual{
	height: 407px;
	position: relative;
	overflow: hidden;
	background-image: url('../images/bp_slide1.jpg');
	background-repeat: no-repeat;
	background-position: center center;
}

#page .visual .content{
	position: relative;
	width: 960px;
	height: 100%;
	margin: auto;
}

#page .visual .content .title{
	position: absolute;
	left: 0px;
	top: 36px;
	font-family: Gotham-Book;
	font-size: 35px;
	color: #475456;
	line-height: 35px;
	text-transform: uppercase;
}

#page .lineTop{
	height: 3px;
	background-image: url("../images/centralPanel_line.png");
	background-position: center center;
	background-repeat: no-repeat;
}


#page .infoContainer{
	padding-top: 35px;
}



/* top part */
#page .infoContainer .topPart{
	padding-bottom: 40px;
}

#page .infoContainer .topPart table{
	width: 100%;
}

#page .infoContainer .topPart .leftSide{
	width: 323px;
	font-size: 36px;
	color: #f08002;
	font-family: Gotham-Book;
	line-height: 40px;
	text-transform: uppercase;
}

#page .infoContainer .topPart .rightSide{
	font-family: Gotham-Light;
	font-size: 12px;
	line-height: 20px;
	color: #303030;
}

#page .infoContainer .topPart .rightSide b{
	font-weight: bold;
	color: #f08002;
}


#page .infoContainer .highlightedText{
	font-family: Gotham-Book;
	padding-top: 18px;
	padding-bottom: 8px;
	font-size: 30px;
	color: #f08002;
}



/* bottom part */
#page .infoContainer .bottomPart{
	padding-top: 46px;	
}

#page .infoContainer .bottomPart .vSep{
	width: 9px;	
}

#page .infoContainer .bottomPart .col{
	width: 314px;
}

#page .infoContainer .bottomPart .col1Title{
	width: 314px;
	height: 149px;
	background-image: url("../images/co_je_bp_col1.png");
	background-repeat: no-repeat;
}

#page .infoContainer .bottomPart .col2Title{
	width: 314px;
	height: 149px;
	background-image: url("../images/co_je_bp_col2.png");
	background-repeat: no-repeat;
}

#page .infoContainer .bottomPart .col3Title{
	width: 314px;
	height: 149px;
	background-image: url("../images/co_je_bp_col3.png");
	background-repeat: no-repeat;
}

#page .infoContainer .bottomPart .title{
	font-family: Gotham-Book;
	font-size: 18px;
	color: #f08002;
	padding-top: 78px;
}

#page .infoContainer .bottomPart .text{
	font-family: Gotham-Light;
	font-size: 12px;
	line-height: 20px;
	color: #303030;
	padding-top: 30px;
}

#page .infoContainer .bottomPart .text table{
	width: 295px;
}

#page .infoContainer .bottomPart .text .checkMark{
	width: 24px;
}




