﻿@import "reset.css";

@import "global.css";

/*------------------Layout---------------------*/
.fullPage {
	margin: 0 auto 0 auto;
	text-align:left;
	width:980px;
	font-size:1.2em;
	line-height:1.5em;
}
.topRegion {
	margin-bottom:24px;
}
.topRegion .logo {
	margin-left:24px;
}
.topRegion .searchContainer {
	float:right;
	margin-top:45px;
}
.topRegion .searchContainer .styledButton span {
	font-size:0.83em;
}
.fullRegion {
	
}
.leftRegion {
	float:left;
	width:200px;
}
.middleAndRightRegion {
	float:left;
	width:709px;
	border-left:1px #e1e2e2 solid;
	padding:5px 0 0 30px;
}
.middleRegion {
	width:455px;
	float:left;
}
.middleRegion h4 {
	margin-top:15px;
}
.rightRegion {
	float:right;
	width:215px;
	background-image:url('CssImg/lineGrayDashedVert.gif');
	background-position:left top;
	background-repeat:repeat-y;
	padding:0 0 20px 20px;
	font-size:0.83em;
	line-height:1.2em;
}
.rightRegion .iconDoc {
	vertical-align:middle;
}
.rightRegion .docSize {
	color:#898989;
}
.rightRegion h4 {
	font-size:1.2em;
	line-height:1.5em;
	margin-bottom:5px;
}
.rightRegion a {
	color:#00518a;
}
.rightRegion a.readMore {
	font-size:1.1em;
	background-position:left 3px;
}
.bottomRegion {
	padding:15px 20px 0 20px;
	font-size:0.92em;
	color:#959595;
}
.bottomRegion a {
	color:#959595;
}
.bottomRegion .logoContainer {
	float:right;
	margin-left:30px;
}
.bottomRegion .logoContainer img {
	vertical-align:middle;
	margin-left:10px;
}
.bottomRegion .langContainer {
	float:right;
	margin:2px 0 0 0;
	display:inline;
}
/*-------------------Top Menu styles-------------------------*/
.topMenuContainer {
	background-image:url('CssImg/topMenuBkgSides.gif');
	background-repeat:no-repeat;
}
ul.topMenu {
	margin:0;
	list-style-type:none;
	clear:both;
	height:35px;
	background-image:url('CssImg/topMenuBkg.gif');
	background-repeat:repeat-x;
	margin:11px 1px 0 1px;
}
ul.topMenu li {
	float:left;
	background-image:url('CssImg/topMenuBdr.gif');
	background-repeat:no-repeat;
	background-position:right top;
}
ul.topMenu li a {
	display:block;
	line-height:35px;
	color:#b7b7b7;
	text-decoration:none;
	padding:0 23px 0 25px;
}
ul.topMenu li a.selected {
	color:white;
	background-color:#ff6600;
	background-image:url('CssImg/topMenuBkgSelected.gif');
	background-repeat:no-repeat;
	background-position:left top;
	margin-right:2px;
}

ul.topMenu li.siteInfo {
	color:#b7b7b7;
	font-size:0.92em;
	margin-right:20px;
	background:0;
	float:right;
}
ul.topMenu li.siteInfo a {
	display:inline;
	background:0;
	padding:0 5px;
}
ul.topMenu li.siteInfo a.selected {
	margin:0;
	color:#FF6600;
}


/*-------------------Page border styles-------------------------*/
.pageBdrTopContainer {
	background-image:url('CssImg/pageBdrTop.gif');
	background-repeat:no-repeat;
	height:3px;
	overflow:hidden;
}

.pageBdrBottContainer {
	background-image:url('CssImg/pageBdrBott.gif');
	background-repeat:no-repeat;
	height:3px;
	overflow:hidden;
}
.pageGradContainer {
	background-image:url('CssImg/pageGrad.gif');
	background-repeat:repeat-x;
	background-position:left bottom;
	background-color:white;
}
.pageBdrSidesContainer {
	padding:0 3px;
	background-image:url('CssImg/pageBdrSides.gif');
	background-repeat:repeat-y;
	height:1%;
	padding:20px;
}

/*-------------------button styles-------------------------*/

button.styledButton {
	border: none;
	cursor: pointer;
	padding: 0 2px 0 0;
	text-align: center;
	background: url('cssImg/buttonBkgRight.gif') right no-repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:1em;
	color:#00518a;
	vertical-align:middle;
}
button.styledButton span {
	display: block;
	height: 20px;
	line-height: 19px;
	white-space: nowrap;
	padding: 0 7px 0 10px;
	background: url('cssImg/buttonBkg.gif') left no-repeat;
}



/*-------------------table styles-------------------------*/
table.tab {
	margin:20px 0;
	width:100%;
}
table.tab thead th {
	/*background-color:#474747;*/
	background-image:url('CssImg/tableHeadBkg.gif');
	background-position: center top;
	border-bottom:1px #CCC solid;
	padding:5px 7px;
	font-size:0.92em;
	color:white;
}
table.tab thead th.first {
	background-image:url('CssImg/tableHeadBkg.gif');
	background-position:left top;
}
table.tab thead th.last {
	background-image:url('CssImg/tableHeadBkg.gif');
	background-position:right top;
}
table.tab thead th a {
	color:white;
	text-transform:uppercase;
}
table.tab thead th a.selected {
	text-decoration:none;
	font-weight:bold;
}
table.tab tbody td {
	border-bottom:1px #CCC solid;
	padding:7px;
}
table.tab tfoot td {
	padding:15px 7px 7px 7px;
}









/*-------------------Left menu styles-------------------------*/
ul.tabs {
	margin:0;
	list-style-type:none;
	height:16px;
	border-bottom:1px #e1e2e2 solid;
}
ul.tabs li {
	float:left;
	padding-left:5px;
}
ul.tabs li a {
	display:block;
	font-size:0.83em;
	font-weight:bold;
	text-decoration:none;
	line-height:15px;
	margin-top:-1px;
	padding:0 5px;
	border:1px #edeeee solid;
	/*border-bottom-color:#e1e2e2;*/
	color:#7b7b7b;
	background-color:#edeeee;
	position:relative;
	height:1%;
	float:left;
}
ul.tabs li a.selected {
	background:0;
	line-height:16px;
	margin-top:-1px;
	font-weight:bold;
	border:1px #e1e2e2 solid;
	border-bottom-color:white;
	color:#FF6600;
}




ul.leftMenu {
	margin:0;
	list-style-type:none;
	clear:both;
}
ul.leftMenu a {
	display:block;
	text-decoration:none;
	line-height:30px;
	padding:0 7px;
	border-bottom:1px #e1e2e2 solid;
	color:#363636;
	height:1%;
}
ul.leftMenu a.selected {
	color:#ff6600;
	font-weight:bold;
}
ul.leftMenu ul {
	margin:0;
	list-style-type:none;
}
ul.leftMenu ul a {
	font-size:0.83em;
	padding-left:25px;
	background-image:url('CssImg/leftMenuSubBull.gif');
	background-repeat:no-repeat;
	background-position:15px 14px;
}




/*-------------------startPage styles-------------------------*/
.pushContainer {
	margin-top:25px;
}
.push {
	width:236px;
	/*height:201px;*/
	float:left;
	background-color:white;
	margin-right:12px;
}
.pushLast {
	width:236px;
	/*height:201px;*/
	float:right;
	background-color:white;
}
.pushBdrTop {
	height:2px;
	background-image:url('CssImg/pushBdrTop.gif');
	background-repeat:no-repeat;
}

.pushBdrBott {
	height:2px;
	background-image:url('CssImg/pushBdrBott.gif');
	background-repeat:no-repeat;
}
.pushBdrSides {
	background-image:url('CssImg/pushBdrSides.gif');
	background-repeat:repeat-y;	
}
.pushContent {
	min-height:80px;
	padding:5px 20px;
}
.startPushImgSmall {
	margin:8px 0 0 10px;
}
.startPushImg {
	margin-left:10px;
}
.startBottContainer {
	border-top:1px #d7d7d7 solid;
	border-bottom:1px #d7d7d7 solid;
	margin-top:12px;
	padding:20px;
	background-image:url('CssImg/startBottContainerDivider.gif');
	background-repeat:no-repeat;
	background-position:520px center;
}

.startBottContainer .pagePushContainer {
	width:475px;
	float:left;
	text-align:center;
}
.startBottContainer .pagePushContainer a {
	color:#664656;
	font-size:0.83em;
	line-height:1.0em;
}

.startBottContainer .newsContainer {
	width:475px;
	float:left;
}
.startBottContainer .newsContainer ul.newsList {
	margin:0;
	list-style-type:none;
	float:left;
}
.startBottContainer .newsContainer ul.newsList a {
	color:#00518a;
}

.startBottContainer .newsContainer a.readMore {
	float:right;
	margin-top:36px;
	margin-top:42px;
	line-height:1em;
	background-position:left 2px;
}
.startBottContainer .jobsContainer {
	float:left;
	margin-left:25px;
	width:286px;
	text-align:center;
}
.startBottContainer .jobsContainer a {
	color:#664656;
	font-size:0.83em;
	font-weight:bold;
	line-height:1.0em;
}
.startBottContainer .realestateContainer {
	float:right;
	width:154px;
	text-align:center;
}
.startBottContainer .realestateContainer a {
	color:#664656;
	font-size:0.83em;
	font-weight:bold;
	line-height:1.0em;
}

/*------------------sectionPage styles-------------------------*/

.sectionListContainer {
	margin-top:20px;
	background-image:url('CssImg/lineGrayDashedHori.gif');
	background-repeat:repeat-x;
	background-position:right bottom;
}
.sectionListContainer ul {
	margin:0;
	width:221px;
	float:left;
	list-style-type:square;
	margin:10px 0 0 15px;
	display:inline;
	color:#00518a;
	margin-bottom:30px;
	list-style-position:inside!important;
}
.sectionPushContainer {
	clear:both;
	padding:10px 0 0 0;
	background-image:url('CssImg/sectionPushContainerDivider.gif');
	background-repeat:no-repeat;
	background-position: center 20px;
	margin:0 0 20px 0;
}
.sectionPushContainer .sectionPush {
	float:left;
	width:215px;
	margin:10px 32px 0 0;
}
.sectionPushContainer .sectionPushRight {
	float:right;
	width:215px;
	margin-top:10px;
}
.sectionPushContainer .sectionPushImg {
	margin-top:10px;
}
.sectionGeneral  {
	
}
.sectionGeneral .middleRegion {
	width:350px;
}
.sectionGeneral .rightRegion {
	width:320px;
	text-align:center;
}
.sectionGeneral .sectionListContainer {
	background:none;
}
.sectionGeneral .sectionListContainer ul {
	width:160px;
}






/*------------------newsPage styles-------------------------*/
ul.newsArchiveList {
	margin:0;
	list-style-type:none;
}
ul.newsArchiveList li {
	margin-bottom:8px;
}
ul.newsArchiveList .date {
	margin-right:10px;
}
ul.newsArchiveList .pager {
	padding:15px 0 0 80px;
}




/*-------------------search page styles-----------------------*/
ul.searchResultList {
	margin:0;
	list-style-type:none;
}
ul.searchResultList li {
	margin-bottom:15px;
}
ul.searchResultList button {
	margin-left:10px;
}
ul.searchResultList h3 {
	border:0;
	margin-right:10px;
	display:inline;
}
ul.searchResultList h4 {
	margin:0;
}
ul.searchResultList small.siteName {
	color:#959595;
	display:block;
	margin-top:5px;
}


/*-------------------siteMap page styles-----------------------*/

ul.siteMap,  ul.siteMap ul {
	margin:0;
	list-style-type:none;
}

ul.siteMap ul {
	background-image:url('CssImg/siteMapBkgLine.gif');
	background-repeat:repeat-y;
	background-position:30px 0;
}
ul.siteMap ul ul {
	background-image:url('CssImg/siteMapBkgLine.gif');
	background-repeat:repeat-y;
	background-position:60px 0;
}
ul.siteMap ul ul ul {
	background-image:url('CssImg/siteMapBkgLine.gif');
	background-repeat:repeat-y;
	background-position:90px 0;
}

ul.siteMap ul a {
	margin-left:30px;
}
ul.siteMap ul ul a {
	margin-left:60px;
}
ul.siteMap ul ul ul a {
	margin-left:90px;
}
ul.siteMap ul ul ul ul a {
	margin-left:120px;
}

ul.siteMap a {
	line-height:20px;
	height:20px;
	display:block;
	
	padding-left:20px;
}
ul.siteMap ul a {
	background-image:url('CssImg/siteMapBkg.gif');
	background-repeat:no-repeat;
}


/*----------------------StartPageSubsidiaries styles------------------------*/

.subSidBdrTopContainer {
	background-image:url('CssImg/pageBdrTop.gif');
	background-repeat:no-repeat;
	height:3px;
	overflow:hidden;
}

.subSidBdrBottContainer {
	background-image:url('CssImg/subSidPageBdrBott.gif');
	background-repeat:no-repeat;
	height:3px;
	overflow:hidden;
}
.subSidContent {
	background-color:white;
	border-left:1px #d7d7d7 solid;
	border-right:1px #d7d7d7 solid;
	height:1%;
	padding:10px;
	font-size:1.2em;
	color:#7c7c7c;
}
.subSidContent .subSidTxt {
	margin:50px 0 0 40px;
	float:left;
	width:400px;
}

.subSidContent .subSidTxt h1 {
	border:0;
	padding:0;
	margin:0 0 15px 0;
	font-size:1.2em;
	line-height:1.15em;
	color:#333333;
}
.subSidContent .subSidTxt p {
	margin:10px 0 0 0;
}
.subSidContent .subSidImg {
	float:right;
}
