@charset "utf-8";

#header{
	height: 223px;
	background-image: url("../images/headerBackground.png");
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #ffffff;
}

#header .content{
	position: relative;
	height: 223px;
	width: 960px;
	margin: auto;
	z-index: 100;
}

#header .content .logo{
	position: absolute;
	left: 0px;
	top: 61px;
}

#header .content .signotec{
	position: absolute;
	right: 75px;
	top: 78px;
}

#header .content .contrisys{
	position: absolute;
	left: 354px;
	top: 74px;
}



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

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

#page .infoContainer .date{
	font-family: Gotham-Medium;
	font-size: 18px;
	color: #50331f;
}

#page .infoContainer .title{
	font-family: Gotham-Book;
	font-size: 36px;
	line-height: 40px;
	color: #f08002;
	text-transform: uppercase;
	padding-top: 10px;
}

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

#page .infoContainer .text .highlightedPart{
	font-family: Gotham-Light;
	font-size: 30px;
	color: #f08002;
	line-height: normal;
}

#page .infoContainer .text .highlightedPart .line{
	padding-top: 0px;
	padding-bottom: 10px;
}