/* CSS for page layout */

* {
	font-family: Verdana, sans-serif;
	font-size: 11px;
	line-height: 128.5%;
}

#main {
	width: 960px;
	position: relative;
	/*margin: auto;*/
	margin-left: 20px;
	background: url(../images/main_bg_sub.gif) repeat-y 0 0;
	/*text-align: left;*/
}

#home #main,
#main.oneCol {
	background: url(../images/main_bg.gif) repeat-y 0 0;
}

#head {
	position: relative;
	height: 200px;
	background: url(../images/header_bg.gif) no-repeat 241px 0 transparent;
}

	#head h1 a {
		display: block;
		text-indent: -9999px;
		outline: 0;
		width: 176px;
		height: 86px;
		background-image: url(../images/logo.gif);
		position: absolute;
		left: 20px;
		top: 46px;
	}
	
	#langNav {
		position: absolute;
		left: 641px;
		top: 0px;
		background: url(../images/langnav_bg.gif) no-repeat left bottom #FFF;
		width: 79px;
		height: 40px;
	}
	
	#langNav li {
		float: left;
		margin-top: 17px;
	}

	#langNav li a,
	#langNav li span {
		font-size: 9px;
		font-weight: bold;
		display: block;
		color: #153073;
		text-transform: uppercase;
		line-height: 6px;
		border-right: 2px solid #153073;
		padding: 0 7px 3px 6px;
	}
	
	#langNav li.first {
		/*padding-left: 8px;*/
		padding-left: 0;
		margin-left: -1px;
	}
	
	#langNav li.last a,
	#langNav li.last span {
		border-right: none;
		padding-right: 0;
	}
	
	#searchBox {
		position: absolute;
		left: 741px;
		top: 0;
		width: 199px;
		height: 40px;
		background: url(../images/search_bg.gif) no-repeat left bottom #FFF;
	}
	
	#searchBox .searchBoxInput {
		border-top: 2px solid #9ba2a7;
		border-left: 2px solid #9ba2a7;
		border-right: 2px solid #e1e7e9;
		border-bottom: 2px solid #e1e7e9;
		width: 97px !important;
		width: 103px;
		margin: 10px 0 0 15px;
		padding: 2px 1px 2px 1px;
		font-size: 9px;
		text-transform: uppercase;
		color: #153073;
	}
	
	#searchBox .searchBoxSubmit {
		background: url(../images/search_submit.gif) no-repeat 0 0;
		border: none;
		font-size: 9px;
		color: #153073;
		text-transform: uppercase;
		width: 58px;
		height: 20px;
		padding-bottom: 1px;
		margin-left: 4px;
		position: relative;
		top: 0;
		cursor: pointer;
	}
	
	/* 16px change for fr*/
	#head .fr .searchBoxInput {
		width: 81px !important;
		width: 89px;
	}
	#head .fr .searchBoxSubmit {
		width: 74px;
		background: url(../images/search_submit_fr.gif) no-repeat 0 0;
	}
	
	#slogan {
		position: absolute;
		right: 18px;
		top: 119px;
		line-height: 16px;
		font-weight: bold;
		font-size: 15px;
		text-transform: uppercase;
		letter-spacing: 1px;
		color: #295691;
		width: 700px;
		text-align: right;
	}
	
	#metaNav {
		position: absolute;
		right: 20px;
		bottom: 7px;
	}
	
	#metaNav li {
		float: left;
		line-height: 16px;
	}
	
	#metaNav li a {
		display: block;
		color: #153073;
		line-height: 16px;
		letter-spacing: 1px;
		font-size: 9px;
		text-transform: uppercase;
		margin-left: 10px;
	}

#leftCol {
	width: 241px;
	float: left;
}

	#mainNav {
		background: url(../images/nav_bg_top.gif) no-repeat 0 0 #295691;
		padding-top: 10px;
	}
	
	.login #mainNav {
		background: url(../images/nav_bg_top_login.gif) no-repeat 0 0 #ebc200;
	}
	
	#mainNav li {
		line-height: 14px;
	}
	
	#mainNav li.level1 {
		padding-left: 20px;
	}
	
	#mainNav li.last {
		padding-bottom: 30px;
		background: url(../images/nav_bg_bottom.gif) no-repeat left bottom;
	}
	
	.login #mainNav li.last {
		background: url(../images/nav_bg_bottom_login.gif) no-repeat left bottom;
	}
	
	#mainNav li li.last,
	.login #mainNav li li.last {
		padding-bottom: 0;
		background-image: none;
	}
	
	#mainNav li a {
		display: block;
		color: #FFF;
		line-height: 14px;
	}
	
	#mainNav li a.level1 {
		font-weight: bold;
		text-transform: uppercase;
		letter-spacing: 2px;
		border-bottom: 1px solid #7491b7;
		padding: 8px 10px 7px 29px;
		background: url(../images/nav_arrows.gif) no-repeat 2px 11px;
	}
	
	.login 	#mainNav li a.level1 {
		border-bottom: 1px solid #f2d759;
		background: url(../images/nav_arrows_login.gif) no-repeat 2px 11px;
	}
	
	#mainNav a:hover { 
		text-decoration: underline;
	}
	
	#mainNav a.cur,
	#mainNav a.act {
		font-weight: bold;
	}
	
	#mainNav li ul {
		padding: 6px 0 4px 0;
		border-bottom: 1px solid #7491b7;
	}
	
	.login #mainNav li ul {
		border-bottom: 1px solid #f2d759;
	}
	
	#mainNav li li a.level2 {
		letter-spacing: 0px;
		padding: 2px 10px 3px 29px;
	}
	
	#mainNav li ul ul,
	.login #mainNav li ul ul {
		border-bottom: none;
	}
	
	#mainNav li li li a.level3 {
		letter-spacing: 0px;
		padding: 2px 10px 3px 39px;
	}
	
	#leftCol .ctElement {
		background: url(../images/leftcol_bg_top.gif) no-repeat 0 0 #ebebeb;
		padding-top: 9px;
		margin-top: 20px;
	}
	
	#leftCol .ctElementBottom {
		width: 241px;
		height: 9px;
		font-size: 1px;
		background: url(../images/leftcol_bg_bottom.gif) no-repeat 0 0;
	}
	
	#leftCol .ctElement h2 {
		font-size: 9px;
		font-weight: normal;
		text-transform: uppercase;
		line-height: 12px;
		color: #153073;
		margin: -2px 0;
		padding-bottom: 0px;
		position: relative;
		z-index: 999;
	}
	
	#leftCol .ctElement .tx-newloginbox-pi1 {
		position: relative;
		margin: 9px 0 0 16px;
		background: url(../images/login_bg.gif) repeat-y 0 0;
		padding-left: 33px;
	}
	
	#leftCol .ctElement .tx-newloginbox-pi1 .loginbox-top {
		margin-left: -32px;
		width: 209px;
		height: 15px;
		background: url(../images/login_bg_top.gif) no-repeat 0 0;
	}
	
	#leftCol .ctElement .tx-newloginbox-pi1 .loginbox-bottom {
		width: 228px;
		height: 26px;
		background: url(../images/login_bg_bottom.gif) no-repeat 0 0;
		margin: 0 0 -1px -43px;
	}
	
	#leftCol .ctElement .tx-newloginbox-pi1 fieldset.defaultForm {
		padding-bottom: 0;
		margin-bottom: -9px;
	}
	
	#leftCol .ctElement .tx-newloginbox-pi1 fieldset.logoutForm {
		margin-top: -22px;
		margin-bottom: -10px;
	}
	
	#leftCol .ctElement .tx-newloginbox-pi1 h2 {
		padding-right: 40px;
	}
	
	#leftCol .ctElement .tx-newloginbox-pi1 fieldset.defaultForm label {
		display: none;
	}
	
	#leftCol .ctElement .tx-newloginbox-pi1 fieldset.defaultForm input.text {
		width: 126px !important;
		width: 132px;
	}
	
	#leftCol .ctElement .tx-newloginbox-pi1 fieldset.defaultForm input.submit {
		position: absolute;
		left: -9px !important;
		left: -13px;
		top: 69px;
		border: none;
		background: url(../images/login_submit.gif) no-repeat 0 0 transparent;
		width: 7px;
		height: 8px;
		cursor: pointer;
	}
	
	#leftCol .ctElement .tx-newloginbox-pi1 fieldset.defaultForm input.logoutsubmit {
		border: none;
		background-color: transparent;
		cursor: pointer;
		margin-left: -15px;
	}
	
	#leftCol .ctElement .tx-newloginbox-pi1 p.passwordForgot {
		padding: 6px 40px 0 0;
	}
	
	#leftCol .ctElement .tx-newloginbox-pi1 fieldset.passwordForgotForm input.submit {
		left: -9px !important;
		left: -13px;
		top: auto;
		bottom: 15px;
	}
	
	#leftCol .ctElement .tx-newloginbox-pi1 p.forgotP,
	#leftCol .ctElement .tx-newloginbox-pi1 p.logininfo {
		padding: 10px 40px 0 0;
	}
	
	#leftCol .ctElement .tx-newloginbox-pi1 p.loginstatus {
		display: none;
	}
	
	#leftCol .ctElement .tx-newloginbox-pi1 p.infologgedin {
		padding-top: 5px;
	}
	
	#address {
		margin: 11px 0 0 11px;
		width: 219px;
		height: 114px;
		background: url(../images/address_bg.gif) no-repeat 0 0;
	}
	
	#address p {
		padding: 25px 10px 10px 31px;
		color: #FFF;
		font-size: 9px;
		line-height: 13px;
	}
	
	#address p strong,
	#address p b,
	#address p a {
		color: #FFF;
		font-size: 9px;
		line-height: 13px;
	}
	
#midCol {
	margin-left: 241px;
	margin-right: 240px;
}

	#headerImage {
		position: absolute;
		left: 241px;
		text-indent: -9999px;
		height: 130px !important;
		height: 131px;
		width: 719px;
		background-repeat: no-repeat;
		background-position: 0 0;
		border-bottom: 1px solid #FFF;
		overflow: hidden;
	}

	#home #headerImage {
		height: 220px !important;
		height: 221px;
	}
	
	#notloggedin {
		display: none;
		text-indent: -9999px;
		position: absolute;
		left: 670px;
		top: 339px;
		width: 40px;
		height: 46px;
		background: url(../images/not_loggedin.gif) no-repeat 0 0;
	}
	
	#home #notloggedin {
		display: none;
		top: 429px;
	}
	
	.login #notloggedin {
		display: none;
	}
	
	#rootlineNav {
		position: absolute;
		top: 339px;
		left: 281px;
		width: 420px;
	}
	
	#home #rootlineNav {
		top: 429px;
	}
	
	#rootlineNav a {
		background: url(../images/rootline.gif) no-repeat 0 3px;
		padding: 0 1px 0 9px;
		margin-right: 4px;
		line-height: 12px;
		color: #71797c;
	}
	
	#rootlineNav a.first {
		background: none;
		padding-left: 0px;			
	}
	
	#rootlineNav a:hover,
	#rootlineNav a.act {
	}
	
	#midCol .ctArea {
		padding-top: 176px;
		margin: 0 40px 10px 40px !important;
		margin: 0 37px 10px 37px;
		overflow: hidden !important;
		overflow: visible;
	}
	
	#home #midCol .ctArea {
		padding-top: 256px;
	}
	
	.oneCol #midCol {
		margin-right: 0px;
	}
	
#rightCol {
	width: 240px;
	float: right;
}

	#rightCol .ctArea {
		margin-top: 188px;
	}

	#home #rightCol .ctArea {
		margin-top: 278px;
	}

#footer {
	clear: both;
	background: url(../images/footer_bg_sub.gif) no-repeat right top #FFF;
	position: relative;
	width: 960px;
	height: 50px;
}

#home #footer,
.oneCol #footer {
	background: url(../images/footer_bg.gif) no-repeat right top #FFF;
}

	#footerNav {
		position: absolute;
		left: 265px;
		top: 14px;
	}
	
	#footerNav li {
		float: left;
	}
	
	#footerNav li a {
		display: block;
		margin-right: 10px;
		color: #295691;
		line-height: 12px;
		padding-left: 8px;
	}
	
	#footerNav li a:hover,
	#footerNav li a.act {
		text-decoration: underline;
	}
	
	#footerNav li.copyrightMFS {
		color: #295691;
		line-height: 12px;
	}
	
	#copyright {
		display: none;
		font-size: 11px;
		line-height: 12px;
		position: absolute;	
		left: 838px;
		width: 100px;
		top: 50px;
	}
	
	#copyright a {
		position: absolute;
		top: 0px;
		left: 62px;
		display: block;
		width: 100px;
		text-indent: -102px;
		overflow: hidden;
		font-size: 11px;
		line-height: 12px;
		color: #000;
	}
