@charset "utf-8";
/* CSS Document */
#container { 
	background-image:url(/images/site/bottomBackgroundContent.png);
	background-repeat:repeat-x;
	background-position:bottom left;
}
#containerInner {
	width:996px;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	min-height:500px;
	background-image:none;
	background-color:none;
}
#container #headerWrapper{
	height:233px;
	width:996px;
}

/*-------------------------------------------------------------------------------------*/
/*PARTS HEADER-------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------*/


#container #headerWrapper .topHeader{
	width:879px;
	height:110px;
	background-image:url(/images/site/topHeaderBackground.png);
	background-repeat:no-repeat;
	background-position:22px 0px;
	margin:0px 0px 0px 35px;
}

#container #headerWrapper .topHeader .inlogButton {
	float:left;
	display:inline;
	background-image:url(/images/site/inlogButton.png); 
	background-repeat:no-repeat;
	width:44px;
	height:85px;
	margin:0px 0px 0px 5px;
	cursor: pointer;
}



#container #middle #middleContentWrapper #colLeft .content { padding:0px 35px 0px 0px; }

#container #headerWrapper .bottomHeader{ 
	width:879px;
	height:138px;
	background-image:none;
	margin:0px 0px 0px 79px;
}


/*TAGLINE*/
/*TAGLINE*/
.content  .tagLineWrapper { 
	margin:0px 0px 0px 6px; 
	padding:15px 0px 0px 0px;
}
.content .tagLineWrapper .tagLineTitleWrapper{ 
	background-color:#464646; 
	height:30px;
	height:auto!important;
	display:inline-block;
	*display:inline!important;
	/*width:auto!important;*/
	width:550px;
}
.content .tagLineWrapper .tagLineTitleWrapper .tagLineTitle{ 
	margin:2px 1px 3px 6px;
	padding:0px; 
	color:#FFFFFF;
	font-size:20px;
	line-height:normal;
	display:inline-block;
	*display:inline!important;
}
.content .tagLineWrapper .tagLineLinkWrapper{ 
	background-image:url(/images/site/themeLinkBackground.png); 
	background-repeat:no-repeat;
	background-position:top right;
	padding:0px 0px 0px 0px; 
	margin:3px 0px 0px 0px;
	display:inline-block!important;
	*display:inline!important;
	width:auto!important;
}
.content .tagLineWrapper .tagLineLinkWrapper .tagLineLink{ 
	padding:3px 0px 0px 6px; 
	margin:0px 34px 0px 0px;
	background-color:#464646;
	height:27px;
	color:#FFFFFF;
	font-size:20px;
	cursor:pointer;
	width:auto!important;
	display:inline-block;
	*display:inline!important;
}

#container .imageHeaderWrapper{ background-color:#e4e4e4;width:996px;height:260px;position:absolute;z-index:-1;top:0px;}

.blockTitle {
	margin:0px 0px 0px 0px;
	color:#ff7d00;
	font-size:16px; 
	font-weight:normal;
}

