/* Page layout stylesheet */

* {
	font-family: Arial, Verdana, sans-serif;
	font-size: 13px;
	line-height: 128.5%;
}

#main {
	width: 1000px;
	position: relative;
	z-index: 2;
	margin: auto;
	background: url(../../images/main_bg.gif) repeat-y 0 0 #FFF;
	text-align: left;
}

#head {
	margin: 0 5px;
	position: relative;
	height: 155px;
	background-color: #FFF;
}

	#head h1 a {
		display: block;
		text-indent: -9999px;
		outline: 0;
		width: 160px;
		height: 34px;
		background-image: url(../../images/logo.gif);
		position: absolute;
		left: 579px;
		top: 32px;
	}
	
	#metaNav {
		position: absolute;
		left: 20px;
		top: 14px;
	}
	
	#metaNav li {
		float: left;
	}
	
	#metaNav li a {
		display: block;
		/*color: #a7a7a7;*/
		color: #4d4d4d;
		line-height: 14px;
		font-size: 11px;
		margin-right: 20px;
	}
	
	#metaNav li a:hover,
	#metaNav li a.act,
	#metaNav li a.cur {
		color: #0d2b88;
	}
	
	#langNav {
		position: absolute;
		right: 17px;
		top: 14px;
	}
	
	#langNav li {
		float: left;
	}
	
	#langNav li a,
	#langNav li span {
		display: block;
		/*color: #a7a7a7;*/
		color: #4d4d4d;
		line-height: 14px;
		font-size: 11px;
		margin-right: 15px;
	}
	
	#langNav li.last a,
	#langNav li.last span {
		margin-right: 0;
	}
	
	#langNav li.first a,
	#langNav li.first span {
		margin-right: 20px;
	}
	
	#langNav li a:hover,	
	#langNav li a.act,
	#langNav li a.cur {
		color: #0d2b88;
	}
	
	#mainNav {
		position: absolute;
		top: 115px;
		right: 252px;
		/*left: 217px;*/
	}
	
	#mainNav li {
		float: left;
		margin-right: 23px;
	}
	
	#mainNav li.last {
		margin-right: 0;
	}
	
	#mainNav li a {
		/*color: #828282;*/
		color: #4d4d4d;
		font-size: 17px;
		line-height: 20px;
		display: block;
	}
	
	#mainNav li a:hover,
	#mainNav li a.act,
	#mainNav li a.cur {
		color: #1b2964;
	}
	
#leftCol {
	width: 211px !important;
	width: 216px;
	padding-left: 5px;
	float: left;
}

	#locator {
		position: relative;
		width: 211px;
		height: 67px;
		background: url(../../images/locator_bg.gif) no-repeat 0 0;
	}
	
	#locator div {
		position: absolute;
		left: 20px;
		top: 34px;
		font-size: 18px;
		line-height: 21px;
		color: #1b2964;
	}
	
	#locator div a {
		font-size: 18px;
		line-height: 21px;
		color: #1b2964;
	}
	
	#locator img {
		margin-left: 20px;
		margin-top: 34px;
	}

	#subNav {
		width: 211px;
	}
	
	#subNav li a {
		display: block;
		/*color: #828282;*/
		color: #4d4d4d;
	}
	
	#subNav li.act,
	#subNav li.curHasSub {
		background-color: #f1f1f1;
		border-top: 1px solid #dcdcdc;
		border-bottom: 1px solid #dcdcdc;
		margin-bottom: 6px;
	}
	
	#subNav li.first {
		padding-top: 4px;
		border-top: none;
	}
	
	#subNav li a.level1 {
		padding: 4px 10px 4px 34px;
		line-height: 16px;
		background: url(../../images/subnav_bg_lvl1.gif) no-repeat 20px 11px;
	}
	
	#subNav li a:hover{
		background-image: url(../../images/subnav_bg_lvl1_hover.gif);	
	}
	
	#subNav li a.cur {
		background: url(../../images/subnav_bg_lvl1_cur.gif) no-repeat 21px 10px;	
	}
	
	#subNav li.curHasSub a,
	#subNav li a.act {
		background: url(../../images/subnav_bg_lvl1_act.gif) no-repeat 21px 10px;	
	}
	
	#subNav li a.cur,
	#subNav li a.act {
		color: #1b2964;
		font-weight: bold;
	}

	#subNav ul {
		margin: 0;
		padding: 0;
		margin-top: -2px;
		margin-left: 34px;
		margin-bottom: 5px;
	}
	
	#subNav li li.first {
		padding-top: 0;
	}
	
	#subNav li li a.level2 {
		padding: 2px 5px 2px 8px;
		background: url(../../images/subnav_bg_lvl2.gif) no-repeat 1px 7px;
		font-size: 11px;
		line-height: 14px;
		/*color: #828282;*/
		color: #4d4d4d;
	}
	
	#subNav li li a:hover{
		background-image: url(../../images/subnav_bg_lvl2_hover.gif);	
	}
	
	#subNav li li a.cur,
	#subNav li li a.act {
		color: #0d2b88;
		background: url(../../images/subnav_bg_lvl2_act.gif) no-repeat 0px 8px;
	}

	#subNav li li.act,
	#subNav li li.curHasSub {
		border: none;
		margin-bottom: 3px;
		background: url(../../images/subnav_bg_lvl3_border.gif) no-repeat -1px 0;
		margin-top: 5px;
		padding-top: 3px;
	}
	
	#subNav ul ul {
		margin: 0;
		padding-top: 1px;
		padding-bottom: 6px;
		background: url(../../images/subnav_bg_lvl3_border.gif) no-repeat -1px 100%;
	}

	#subNav li li li a.level3 {
		padding: 1px 5px 1px 8px;
		background-image: none;
		font-size: 10px;
		line-height: 13px;
	}
	
	#subNav li li li a.level3:hover {
		color: #0d2b88;
	}
	
	#subNav li li li a.level3:hover,
	#subNav li li li a.cur,
	#subNav li li li a.act {
		background-image: none;
		font-weight: normal;
	}

#midCol {
	position: relative;
	z-index: 3;
	margin-left: 216px;
	margin-right: 247px !important;
	border-bottom: 1px solid #dcdcdc;
	padding-top: 197px;
}

#main .noTop {
	padding-top: 60px;
	border-top: 1px solid #dcdcdc;
}

	#midCol .ctAreaTop {
		position: absolute;
		left: 0;
		top: 0;
		width: 528px;
		height: 135px;
		overflow: hidden;
	}

	#midCol #rootlineNav {
		position: absolute;
		left: 10px;
		top: 141px;
		width: 518px;
	}
	
	#main .noTop #rootlineNav {
		top: 6px;
	}
	
	#midCol #rootlineNav a {
		/*color: #b4b4b4;*/
		color: #4d4d4d;
		font-size: 11px;
		line-height: 13px;
		margin-right: 4px;
		padding-right: 8px;
		background: url(../../images/rootline_bg.gif) no-repeat 100% 4px;
	}
	
	#midCol #rootlineNav a.act {
		background-image: none;
	}

	#midCol .ctArea {
		overflow: hidden !important;
		overflow: visible;
		min-height: 200px;
		height: auto !important;
		height: 200px;
		padding: 0 10px;
	}
	
#rightCol {
	padding-right: 5px;
	padding-left: 9px;
	width: 232px !important;
	width: 246px;
	float: right;
}

	#rightCol #serviceNav {
		width: 223px;
		height: 48px;
		background: url(../../images/servicenav_bg2.gif) no-repeat 0 0;
	}
	
	#rightCol #serviceNav li {
		float: left;
	}
	
	#rightCol #serviceNav li a {
		display: block;
		width: 27px;
		height: 27px;
		margin-top: 10px;
		margin-right: 17px;
		background: no-repeat 0 0;
		text-indent: -9999px;
		outline: 0;
	}
	
	#rightCol #serviceNav li.home a {
		margin-left: 10px;
		background-image: url(../../images/servicenav_bg_home2.gif);
	}
	
	#rightCol #serviceNav li.home a:hover {
		background-image: url(../../images/servicenav_bg_home_hover2.gif);
	}
	
	#rightCol #serviceNav li.fav a {
		background-image: url(../../images/servicenav_bg_fav2.gif);
	}
	
	#rightCol #serviceNav li.fav a:hover {
		background-image: url(../../images/servicenav_bg_fav_hover2.gif);
	}
	
	#rightCol #serviceNav li.contact a {
		background-image: url(../../images/servicenav_bg_contact2.gif);
	}
	
	#rightCol #serviceNav li.contact a:hover {
		background-image: url(../../images/servicenav_bg_contact_hover.gif);
	}
	
	#rightCol #serviceNav li.sitemap a {
		background-image: url(../../images/servicenav_bg_sitemap2.gif);
	}
	
	#rightCol #serviceNav li.sitemap a:hover {
		background-image: url(../../images/servicenav_bg_sitemap_hover2.gif);
	}
	
	#rightCol #serviceNav li.print a {
		background-image: url(../../images/servicenav_bg_print2.gif);
		margin-right: 10px;
	}
	
	#rightCol #serviceNav li.print a:hover {
		background-image: url(../../images/servicenav_bg_print_hover2.gif);
	}

	#rightCol #quickSearch {
		width: 223px;
		height: 33px !important;
		height: 43px;
		background: url(../../images/quicksearch_bg2.gif) no-repeat 0 0;
		padding-top: 10px;
	}

	#rightCol #quickSearch label {
		color: #FFF;
		font-size: 14px;
		padding-left: 10px;
	}
	
	#rightCol #quickSearch input.quickSearchInput {
		padding: 1px;
		border: 1px solid #FFF;
		width: 116px !important;
		width: 120px;
		margin-left: 15px;
		position: relative;
		top: 1px;
		/*color: #828282;*/
		color: #4d4d4d;
	}
	
	#rightCol #quickSearch input.quickSearchSubmit {
		background: url(../../images/quicksearch_submit.gif) no-repeat 0 0 transparent;
		border: none;
		width: 4px;
		height: 8px;
		text-indent: -9999px;
		position: relative;
		left: 16px;
		top: 5px;
		cursor: pointer;
	}

	#rightCol #portal {
		width: 223px;
		height: 43px;
		background: url(../../images/portal_bg2.gif) no-repeat 0 0;
	}
	
	#rightCol #portal p {
		color: #FFF;
		font-size: 14px;
		padding-left: 10px;
		padding-top: 11px;
	}
	
	#rightCol #portal p a {
		display: block;
		width: 27px;
		height: 27px;
		background: url(../../images/portal_submit2.gif) no-repeat 0 0;
		text-indent: -9999px;
		float: right;
		margin: -4px 10px 0 0;
	}
	
	#rightCol #portal p a:hover {
		background: url(../../images/portal_submit_hover2.gif) no-repeat 0 0;
	}
	
	#rightCol #locations {
		position: relative;
		width: 223px;
		height: 42px;
		margin-bottom: 9px;
		background: url(../../images/locations_bg2.png) no-repeat 0 0;
	}
	
	#rightCol #locations p {
		color: #FFF;
		padding: 11px 0 0 10px;
		font-size: 14px;
		/*background*/
	}
	
	#rightCol #locations p a {
		position: absolute;
		top: 0;
		left: 0;
		width: 223px;
		height: 42px;
		display: block;
		text-indent: -9999px;
		background: url(../../images/locations_transp.png) no-repeat 0 0; /* ie7 bugfix */
	}
	
	.root_202 #rightCol #locations,
	.root_845 #rightCol #locations {
		height: 146px;
		background: url(../../images/locations_bg_home2.png) no-repeat 0 0;
	}
	
	.root_202 #rightCol #locations p a,
	.root_845 #rightCol #locations p a {
		height: 146px;
		background: url(../../images/locations_transp_home.png) no-repeat 0 0; /* ie7 bugfix */
	}
	
	#rightCol .rightColSeparator {
		text-indent: -9999px;
		font-size: 0;
		line-height: 0;
		height: 1px;
		width: 241px;
		background-color: #dcdcdc;
		margin-bottom: 9px;
		margin-left: -9px;
	}
	
	#rightCol .ctArea {
		margin-right: 9px;
	}

#footer {
	clear: both;
	position: relative;
	width: 536px;
	height: 20px !important;
	height: 60px;
	padding-top: 20px;
	padding-bottom: 20px;
	left: 217px;
	bottom: 0;
	text-align: center;
}

	#footerInformation * {
		/*color: #dcdcdc;*/
		color: #4d4d4d;
		font-size: 11px;
		line-height: 13px;
	}
	
	#footerInformation a span {
		display: none;
	}
	


