﻿/* Date: 2010-01-05 */

* {
	margin: 0;
	padding: 0;
}

body {
	background: #dfdfdf url('Images/bg_body.png') repeat-x;
	color: #454545;
	font: normal 75%/1.4em Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
} 

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	font: normal 1em Verdana, Arial, Helvetica, sans-serif;
}

ol, ul {margin: 0 0 0 2em;}

#container {
	position: relative;
	margin: 0 auto;
	width: 946px;
	text-align: left;
}

#header {
	width: 100%;
	float: left;
}

#logo {
	line-height: 0;
}
#logo a img {display: block;}

/*	#languages {
		width: auto;
		float: left;
		margin: 0 0 0 44px;
		line-height: 13px;
		color: #aaafb1;
		font-weight: bold;
		font-size: 0.9166em;
	}
	
		#languages a {
			color: #249cd3;
			text-decoration: none;
		}
		
		#languages a:hover, #languages a:focus {text-decoration: underline;}
*/		
#navigation-wrapper {
	float: left;
	width: 932px;
	height: 55px;
	margin: 0;
	padding: 0 7px;
	background: url('Images/bg_navbar.png') no-repeat;
	color: #fff;
	font-size: 0.8333em;
}

	#navigation {
		float: left;
		width: auto;
		padding: 0;
		/*margin: 9px 10px 11px 10px;*/
		margin: 2px 10px 0 10px;
	}
	
	#search {
		float: right;
		width: auto;
		margin: 0 10px 0 0;
		color: #212420;
		background: url('Images/bg_search.png') 160px 10px no-repeat;
	}
	
	#search .sitemap {
		float: left;
		width: auto;
		line-height: 45px;
	}
	
	#search #SRSB {
		width: auto;
		float: left;
	}
	
	#search a {
		color: #fff;
		text-decoration: none;
	}
	
	#search a:hover, #search a:focus {
		color: #be6528;
		text-decoration: none;
	}

#content-wrapper-two-column {
	float: left;
	width: 946px;
	background: url('Images/bg_content_wrapper_two_column.png') no-repeat;
}

	#content-wrapper-two-column #content {
		float: left;
		width: 920px;
		margin: 7px 0 0 0;
		padding: 0 13px;
		background: url('Images/bg_content.png') repeat-y;
	}
	
	#content-wrapper-two-column #content a {
		color: #be6528;
		text-decoration: none;
	}
	
	#content-wrapper-two-column #content a:hover,
	#content-wrapper-two-column #content a:focus {
		color: #be6528;
		text-decoration: underline;
	}
	
	#content-wrapper-two-column #content #main {
		float: left;
		width: 731px;
	}
	
		#content-wrapper-two-column #content #main #page-header {
			float: left;
			width: 100%;
			margin: 0 0 6px 0;
		}

		#content-wrapper-two-column #content #main #page-header #flashcontent {margin-left: 5px;}

		#content-wrapper-two-column #content #main #page-text {
			float: left;
			width: 345px;
			padding: 20px;
			font-family: Verdana, Arial, Helvetica, sans-serif;
		}
		
			#content-wrapper-two-column #content #main #page-text h1,
			#content-wrapper-single #content #page-text h1 {
				margin: 0 0 1em 0;
				font-size: 1.1666em;
				font-weight: bold;
			}
			
			#content-wrapper-single #content #page-text h2 {
				font-size: 1.0833em;
				font-weight: bold;	
			}
	
		#content-wrapper-two-column #content #main #page-quotation {
			float: right;
			width: 335px;
			margin-right: 5px;
		}
	
	#content-wrapper-two-column #content #sidebar {
		float: right;
		width: 183px;
	}

#content-wrapper-three-column,
#content-wrapper-two-column-left-top,
#content-wrapper-single {
	float: left;
	width: 946px;
	background: url('Images/bg_content_wrapper_three_column.png') no-repeat;
}

	#content-wrapper-three-column .breadcrumb,
	#content-wrapper-two-column-left-top .breadcrumb,
	#content-wrapper-single .breadcrumb {
		float: left;
		width: 910px;
		height: 15px;
		margin: 0;
		padding: 5px 18px;
		color: #a3a3a3;
	}
	
		#content-wrapper-three-column .breadcrumb .arrow,
		#content-wrapper-two-column-left-top .breadcrumb .arrow,
		#content-wrapper-single .breadcrumb .arrow {
			margin: 0 4px 0 0;
			padding: 0 9px 0 0;
			background: url('Images/breadcrumb_arrow.png') right 50% no-repeat;
			color: #fff;
			font-weight: bold;
		}
		
	
	#content-wrapper-three-column #content,
	#content-wrapper-two-column-left-top #content,
	#content-wrapper-single #content {
		float: left;
		width: 922px;
		min-height: 582px;
		padding: 5px 12px 0 12px;
		background: url('Images/bg_content.png') repeat-y;
	}
	
		#content-wrapper-three-column #content #content-left,
		#content-wrapper-two-column-left-top #content #content-left {
			float: left;
			width: 181px;
			padding: 0 0 2px 0;
			margin: 0;
			background: #f5f5f5;
		}
	
		#content-wrapper-three-column #content #content-right,
		#content-wrapper-two-column-left-top #content #content-right {
			float: right;
			width: 739px;
		}

		#content-wrapper-single #content #page-text {
			width: 882px;
			padding: 20px 20px 0 20px;
		}
		
		#content-wrapper-single #content #page-footer #SRSB,
		#content-wrapper-single #content #page-footer .srch-WPBody {padding: 0 20px;}
		
			#content-wrapper-three-column #content #content-right a,
			#content-wrapper-three-column #content .specific-job-web-part a,
			#content-wrapper-two-column-left-top #content #content-right a,
			#content-wrapper-single a {
				color: #be6528;
				text-decoration: none;
			}
			
			#content-wrapper-three-column #content #content-right a:hover,
			#content-wrapper-three-column #content #content-right a:focus,
			#content-wrapper-three-column #content .specific-job-web-part a:hover,
			#content-wrapper-three-column #content .specific-job-web-part a:focus,
			#content-wrapper-two-column-left-top #content #content-right a:hover,
			#content-wrapper-two-column-left-top #content #content-right a:focus,
			#content-wrapper-single a:hover,
			#content-wrapper-single a:focus {
				color: #be6528;
				text-decoration: underline;
			}
			
			#content-wrapper-three-column #content #content-right #main {
				float: left;
				width: 515px;
				padding: 0 20px;
			}
			
			#content-wrapper-three-column #content #content-right #sidebar {
				float: right;
				width: 183px;
			}

#fbe-footer {
	float: left;
	width: 912px;
	clear: both;
	padding: 14px 17px 5px 17px;
	color: #585951;
	background: url('Images/bg_footer.png') no-repeat;
	font-size: 0.9166em;
}

	#fbe-footer a {
		color: #a85e2b;
		text-decoration: none;
	}
	
	#fbe-footer a:hover, #fbe-footer a:focus {
		color: #a85e2b;
		text-decoration: underline;
	}

	#fbe-footer #copyright {
		float: left;
		width: auto;
	}
	
	#fbe-footer #links {
		float: right;
		width: auto;
	}
	
		#fbe-footer #links span,
		#fbe-footer #links span a {vertical-align: top;}

/* top navigation pages */

#top-navigation-page {padding: 15px 0 0 0;}
#top-navigation-page #page-header {width: 515px;}
#top-navigation-page #page-text {
	width: 475px;
	padding: 20px;
}
#top-navigation-page #page-text h1 {
	font-size: 1.1666em;
	font-weight: bold;
	margin-bottom: 1em;
}

/* sector page types */

/*
	Type: 01
	Description:
	- page-header (pic/flash) in top
	- title in middle
	- text in bottom
*/

#sector-page-type-01 {padding: 15px 0 0 0;}
#sector-page-type-01 #page-header {width: 515px;}
#sector-page-type-01 #page-text {
	width: 475px;
	padding: 20px;
}
#sector-page-type-01 #page-text h1 {
	font-size: 1.1666em;
	font-weight: bold;
	margin-bottom: 1em;
}
#sector-page-type-01 #page-contact {
	width: 100%;
	float: left;
}

/*
	Type: 02
	Description:
	- page-header (pic/flash) in top left
	- title and text in top right
*/

#sector-page-type-02 {
	float: left;
	width: 100%;
	padding: 15px 0 0 0;
}

#sector-page-type-02 #page-text {
	float: right;
	width: 475px;
	padding: 0 20px 20px 20px;
}

#sector-page-type-02 #page-text table {
	float: left;
	width: auto;
}

#sector-page-type-02 #page-text img.mediaobjectimage {
	float: left;
	width: auto;
	border: 5px #d4d4d4 solid;
	margin: 0 1em 0 0;
}

#sector-page-type-02 #page-text h1 {
	font-size: 1.1666em;
	font-weight: bold;
	margin-bottom: 1em;
}
#sector-page-type-02 #page-contact {
	width: 100%;
	float: left;
}

/*
	Type: 03
	Description:
	- title in top
	- text in bottom
*/

#sector-page-type-03 {padding: 15px 0 0 0;}
#sector-page-type-03 #page-text {
	width: 475px;
	padding: 0 20px 20px 20px;
}
#sector-page-type-03 #page-text h1 {
	font-size: 1.2727em;
	font-weight: bold;
	padding: 0 0 1em 0;
}
#sector-page-type-03 #page-contact {
	width: 100%;
	float: left;
}
	
/* override for topNav1 */

.topNav1
{
	position: inherit;
	bottom: inherit;
}
.topNav1Item
{
	margin: 0;
	padding: 0;
	font: bold 1em Verdana, Arial, Helvetica, sans-serif;
	color: #fff;
	background: none;
	border: none;
}
.topNav1Item a
{
	width: 101px;
	height: 43px;
	padding: 0;
	margin: 0;
	text-align: center;
	line-height: 50px;
	background: url('Images/bg_navbar_item.png') no-repeat;
}

/* extra */

.topNav1Item img {display: none;}
div.topNavFlyOuts table {
	width: 160px;
	background: #515151;
}
.topNavFlyOuts a.topNavFlyOutsItem {
	width: 160px;
	display: block;
	border: none;
	color: #fff;
	text-decoration: none;
	padding: 6px 5px;
}
.topNavFlyOuts a.topNavFlyOutsHover {background: #aa602d;}
/* end extra */

table.topNav1Item {background: none;}
.topNav1 table td {background: none;}
table.topNav1Selected td {background: none;}
table.topNav1Selected
{
	background: none;
	border: none;
}
.topNav1Selected a {background: url('Images/bg_navbar_item_selected.png') no-repeat;}
.topNav1Hover a {background: url('Images/bg_navbar_item_selected.png') no-repeat;}

/* override for topNav2 */

.topNav2
{
	clear:both;
	width:100%;
	background-image: url('../../Images/bl_SecondaryNav_Bg.jpg');
	background-repeat:repeat-x;
	background-position:top right;
	height:21px;
}
.topNav2Item
{
	font-family: inherit;  
	font-size: inherit; 
}
.topNav2Item a
{
	display: block;
	padding:3px 5px 5px 5px;
	color: #000;
}
table.topNav2Item
{
	background-image: url('../../Images/bl_SecondaryNav_Divider.jpg');
	background-repeat:no-repeat;
	background-position:top right;
}
.topNav2Selected a
{
	color: #fff;
	background: blue;
}
.topNav2Hover a
{
	color:#3F4E79;
	background-image: none;
	background-color:#D8D8E3;
}

/* override for leftNav */

.leftNav {
	width: 171px;
	margin: 5px 5px 0px 5px;
	padding: 0;
	border: none;
	background: none;
}
.leftNavSpacer {width: auto;}
.leftNavSelected {
	background: none;
	color: #fff;
}
.leftNav1,
.leftNav2,
.leftNav3 {color: #454545;}

.leftNav1,
.leftNav2 {
	font: normal 0.9166em Verdana, Arial, Helvetica, sans-serif;
	margin:0;
}
.leftNav1 a {
	font: normal 1em Verdana, Arial, Helvetica, sans-serif;
	margin: 0 0 3px 0;
	padding: 6px 6px 6px 24px;
	background: #e6e6e6 url('Images/bg_leftnavbar_arrow.png') 5px center no-repeat;
	display: block;
}

.leftNavSelected .leftNav1,
.leftNav1 a:hover,
.leftNav1 a:focus {
	color: #fff;
	background: #a85e2b url('Images/bg_leftnavbar_arrow_selected.png') 5px center no-repeat;
}

.leftNav2 a {
	margin: 0 0 3px 0;
	padding: 6px 6px 6px 24px;
	display: block;
}

.leftNavSelected .leftNav2,
.leftNav2 a:hover,
.leftNav2 a:focus {
	color: #fff;
	background: #a85e2b;
}

.leftNavHover {
	background: none;
	color: #fff;
}

/* override for breadcrumb */

.breadcrumb {
    color: #fff;
    clear: inherit;
    padding: 0;
    margin: 0;
    border: none;
	font: normal 0.9166em Verdana, Arial, Helvetica, sans-serif;
}
.breadcrumb a, .breadcrumb a:active {
	padding: 0;
	margin: 0;
	text-decoration: none;
   	color: #a3a3a3 !important;
}
.breadcrumb a:hover, .breadcrumb a:focus {text-decoration: underline;}
.breadcrumbCurrent {font-weight: normal;}

/* override for SiteActionMenu */

.siteActionMenu
{
	width: 932px;
	padding: 0 7px;
}

.sharepointLogin
{
	float: left;
	display: inline;
}
.sharepointLogin .ms-globallinks {position: relative;}
a.#zz8_Menu, a.#zz1_MyLinksMenuMenu {font-family: Verdana, Arial, Helvetica, sans-serif;}
div.#zz8_Menu_t img {vertical-align: middle;}
.sharepointLogin div, .sharepointLogin .ms-globallinks, .sharepointLogin .ms-globallinks a {color: #585951;}

.ms-globallinks {
	font-size: 1em;
	background: inherit;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.ms-globallinks,.ms-globallinks a {font-family: Verdana, Arial, Helvetica, sans-serif;}

/* override for Login-button */

.ms-SpLinkButtonInActive
{
	border: none;
	margin: 0;
	vertical-align: inherit;
	background: none;
}
.ms-SpLinkButtonActive
{
	border: none;
	margin: 0;
	vertical-align: inherit;
	background: none;
}
.ms-SpLinkButtonInActive,.ms-SpLinkButtonActive{padding: 0;}
.ms-SpLinkButtonActive a,.ms-SpLinkButtonActive a:hover
{
	color: #67a6de;
	text-decoration: none;
}
.ms-SPLink
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #000;
}
.ms-SPLink A:link,.ms-SPLink A:visited
{
	color: #67a6de;
	text-decoration: none;
}

.console {
	width: 932px;
	padding: 0 7px;
}

/* override for SearchBox */

#search .ms-sbtable {
	color: #fff;
	font: normal 1em/1em Verdana, Arial, Helvetica, sans-serif;
}
#search .ms-sbtablealt {
	color: #fff;
	font: normal 1em/1em Verdana, Arial, Helvetica, sans-serif;
}
#search .ms-sbtable-ex {
width: auto;
border-collapse: collapse;
margin: 0;
}
#search td.ms-sbcell {
padding: 0;
white-space: inherit;
border: none;
line-height: 45px;
}
#search .ms-sbtext {font: normal 1em/1em Verdana, Arial, Helvetica, sans-serif;}
#search .ms-sbplain {
	font: normal 1em/1em Verdana, Arial, Helvetica, sans-serif;
	border: none;
	width: 76px;
	height: 13px;
	margin-left: 6px;
	padding: 1px 0;
	background: none;
	border: 0 #fff solid;
}
#search td.ms-sbgo {background: none;}

#search .ms-sbLastcell,
#search .ms-rightbodysectionsearchbox {width: auto;}
#search .ms-sbLastCell {padding: 0;}

/* ovverride for .ms-WPBody */

.ms-BlogNavigator div.ms-WPBody {border-top: inherit;}

.ms-WPBody {
	font-size: inherit;
	font-family: inherit;
}
.ms-WPBody TABLE,.ms-TPBody TABLE {font-size: inherit;}
.ms-WPBody A:link,.ms-WPBody A:visited {
	color: inherit;
	text-decoration: inherit;
}
.ms-WPBody A:hover {
	color: inherit;
	text-decoration: inherit;
}
.ms-WPBody th,.ms-TPBody th {font-weight: inherit;}
.ms-WPBody td {
	font-size: inherit;
	font-family: inherit;
}
.ms-WPBody h1,.ms-TPBody h1,
.ms-WPBody h2,.ms-TPBody h2,
.ms-WPBody h3,.ms-TPBody h3,
.ms-WPBody h4,.ms-TPBody h4,
.ms-WPBody h5,.ms-TPBody h5,
.ms-WPBody h6,.ms-TPBody h6 {
	font-weight: inherit;
	font-size: inherit;
}

/* override for Search results */

.srch-WPBody {
	margin: inherit;
	font-family: inherit;
	font-size: inherit;
	color: inherit;
}

.srch-results .even {
	background: #eee;
	padding: 0.5em;
}

.srch-results .odd {
	padding: 0.5em;
}

.srch-sort{
	color: inherit;
	font-size: inherit;
}
.srch-sort A:link,.srch-sort A:visited {
	text-decoration: inherit;
	color: inherit;
}
.srch-sort a:hover {color: inherit;}
.srch-sort-right {
	float: right;
	color: inherit;
	font-size: inherit;
	padding-bottom: inherit;
}
.srch-sort-right A:link,.srch-sort-right A:visited {
	text-decoration: inherit;
	color: inherit;
}
.srch-sort-right a:hover {color: inherit;}
.srch-summary {
	color: inherit;
	font-size: inherit;
	font-family: inherit;
}
.srch-summary A:link,.srch-summary A:visited {
	text-decoration: inherit;
	color: inherit;
}
.srch-summary a:hover{color: inherit;}
.srch-stats {
	color: inherit;
	font-size: inherit;
	font-family: inherit;
	background-color: inherit;
	text-align: inherit;
	white-space: nowrap;
}
.srch-stats A:link {
	text-decoration: inherit;
	color: inherit;
}
.srch-stats a:hover {color: inherit;}
.srch-Description {
	margin: 0;
	font-size: inherit;
	color: inherit;
	font-family: inherit;
}
.srch-Description b {
	font-weight: bold;
	color: inherit;
}
.srch-alertme a:link,.srch-alertme A:visited {margin: inherit;}
.srch-alertme a:hover {margin: inherit;}
.srch-Title {
	font-size: 1.1818em;
	margin: inherit;
	color: inherit;
	font-family: inherit;
}
.srch-Title A:link,.srch-Title A:visited{
	text-decoration: inherit;
	color: inherit;
}
.srch-Title a:hover {
	color: inherit;
	text-decoration: inherit;
}
.srch-URL A:link,.srch-URL A:visited {
	color: inherit;
	text-decoration: inherit;
}
.srch-URL a:hover {
	color: inherit;
	text-decoration: inherit;
}
.srch-Metadata {
	border-top: none;
	font-size: inherit;
	margin: 0px 0px 15px;
	color: inherit;
	font-family: inherit;
}
.srch-Page {
	color: inherit;
	font-weight: bold;
	font-size: inherit;
	font-family: inherit;
	background-color: #d4d4d4;
	text-align: right;
}
.srch-Page A:link, .srch-Page A:visited {
	text-decoration: inherit;
	color: inherit;
	font-weight: normal;
}
.srch-Page a:hover {color: inherit;}
.srch-dup A:link, .srch-dup A:visited {color: inherit;}
.srch-Icon {margin-right:inherit;}
.srch-ActionLink a {
	text-decoration: inherit;
	font-size: inherit;
	font-style: italic;
	color: inherit;
	margin-top: inherit;
	margin-bottom: inherit;
}
.srch-ActionLink a:hover {color: inherit;}

/* Media Object Web Part */

#flashcontent {
	width: 100%;
	float: left;
}

/* Media Object Editor Part */

.tb-number {text-align: right;}

/* Current Topics Web Part */

.current-topics-web-part {
	width: 183px;
	float: left;
	min-height: 535px;
	margin: 0;
	padding: 0 0 52px 0;
	font-size: 0.9166em;
	line-height: 1.4em;
	background: #f5f5f5 url('Images/bg_sidebar_bottom.gif') bottom left no-repeat;
}

	.current-topics-web-part h1 {
		height: 24px;
		font-weight: bold;
		color: #fff;
		padding: 0;
		font-size: 1em;
		background: url('Images/bg_sidebar_top.png') no-repeat;
	}

	.current-topics-web-part .arrow {
		line-height: 24px;
		padding: 0 10px;
		background: url('Images/sidebar_arrow.gif') right 50% no-repeat;
	}
	
	.current-topics-web-part .current-topic-item {
		width: 163px;
		float: left;
		padding: 10px;
	}

	.current-topics-web-part .current-topic-item img.image {
		display: block;
		margin-bottom: 1em;
	}
	
	.current-topics-web-part .current-topic-item .title {
		width: 100%;
		display: block;
		color: #be6528;
		margin-bottom: 1em;
		font-weight: bold;
		font-size: 1.2727em;
		line-height: 1.1em;
	}

	.current-topics-web-part .current-topic-item .link {
		margin-top: 1em;
		display: block;
	}

	.current-topics-web-part .hr {
		width: 100%;
		height: 2px;
		line-height: 0;
		float: left;
		background: url('Images/current_topic_hr.gif') repeat-x;
	}
	
	.current-topics-web-part a.see-all {padding: 0 10px;}

/* Current Services Web Part */

.services-web-part,
.current-services-web-part,
.current-reference-projects-web-part,
.top-n-jobs-web-part,
.services-specific-web-part,
.related-project-web-part {
	width: 173px;
	padding: 5px;
	background: #f5f5f5;
	font-size: 0.9166em;
	line-height: 1.4em;
}

	.services-web-part h2,
	.current-services-web-part h2,
	.current-reference-projects-web-part h2,
	.top-n-jobs-web-part h2,
	.services-specific-web-part h2,
	.related-project-web-part h2 {
		line-height: 26px;
		padding: 0 5px;
		font-size: 1em;
		font-weight: bold;
		background: #d4d4d4;
	}
	
		.top-n-jobs-web-part .jobs ul {
			list-style: none;
			margin: 0;
			padding: 0;
		}
		
		.top-n-jobs-web-part .jobs ul li {
			padding: 0 0 1em 0;
		}
	
		.services-web-part .refservices a,
		.top-n-jobs-web-part .jobs a,
		.services-specific-web-part .refservices a,
		.related-project-web-part .related a {
			width: auto;
			display: block;
		}


/* Sector Page Contact Web Part */

.sector-page-contact-web-part {
	float: left;
	width: 515px;
	margin: 0;
	padding: 0 0 10px 0;
	background: #f5f5f5 url('Images/bg_sector_contact_bottom.gif') bottom left no-repeat;
	font-size: 0.9166em;
}

	.sector-page-contact-web-part .header {
		width: 475px;
		padding: 10px 20px 0 20px;
		background: #f5f5f5 url('Images/bg_sector_contact_top.gif') top left no-repeat;
		font-weight: bold;
		display: block;
	}
	
	.sector-page-contact-web-part .contact {
		width: 475px;
		padding: 0 20px;
	}

#google-map {
	width: 515px;
	height: 215px;
	margin: 15px 0 0 0;
}

/* Current Quotation Web Part */

.current-quotation-web-part {
	background: #f5f5f5 url('Images/bg_quot_bottom.png') bottom left no-repeat;
	padding: 0 0 20px 0;
}

	.current-quotation-web-part .quota {
		width: auto;
		text-align: center;
		display: block;
		padding: 40px 20px 20px;
		color: #be6528;
		font: 1.5em Verdana, Arial, Helvetica, sans-serif;
		background: #f5f5f5 url('Images/bg_quot_top.png') top left no-repeat;
	}
	
/* Listing Web Part */

#listing {padding: 15px 20px 20px 20px;}

	#listing #page-text {padding-bottom: 1em;}

	#listing #page-text h1 {
		font-size: 1.1666em;
		font-weight: bold;
		margin-bottom: 1em;
	}

.listing-web-part {width: 100%;}

	.listing-web-part .sections-left {
		width: 230px;
		padding: 0 3px 0 0;
		float: left;
	}
		
	.listing-web-part .section {margin: 0 0 3px 0;}
	
		.listing-web-part .section a {
			width: 163px;
			padding: 3px 5px;
			display: block;
		}
		
		.listing-web-part .section span.label {
			width: 163px;
			height: 26px;
			line-height: 26px;
			margin: 0;
			padding: 0 5px;
			background: url('Images/bg_current_topic_header.gif') no-repeat;
			display: block;
		}

/* Specific Job Web Part */

.specific-job-web-part {
	margin: 15px 20px 20px 20px;
}
	.specific-job-web-part h1 {
		font-size: 1.1666em;
		font-weight: bold;
		margin-bottom: 1em;
	}
	
	.specific-job-web-part h2 {
		font-size: 1em;
		font-weight: bold;
		padding: 1em 0;
	}
	
	.specific-job-web-part #page-text h2 {
		font-size: 1em;
		font-weight: bold;
		margin-bottom: 1em;
		background: #d4d4d4;
		padding: 1em;
	}
	
	.specific-job-web-part #page-text p {
		padding: 10px;
	}

	.job-spec {
		width: 100%;
		margin: 10px 0;
	}
	
	.job-spec td {
		vertical-align: top;
		padding: 3px 5px 3px 0;
	}
	.job-spec td.header {
		font-weight: bold;
	}
	
	.apply {
		font-weight: bold;
	}

/* Jobs General Web Part */

#content #jobs-site #page-text {
	width: inherit;
	padding: 20px 0 0 0;
}

#jobs-site {margin: 0 20px 20px 20px;}

	#jobs-site h1 {
		font-size: 1.1666em;
		font-weight: bold;
		margin-bottom: 1em;
	}
	
	#jobs-site #page-text h2 {
		font-size: 1em;
		font-weight: bold;
		background: #d4d4d4;
		padding: 10px;
	}

	#jobs-site #page-text p {padding: 10px;}

#jobslisting {
	width: 100%;
	margin-bottom: 10px;
}

#jobslisting th {
	background: #d4d4d3;
	padding: 10px 5px;
	cursor: pointer;
}

#jobslisting td {
	padding: 7px 5px;
}

#jobslisting tr.even {}
#jobslisting tr.odd {background: #f1f1f1;}

/* Related Project Web Part */

.related-project-web-part a {margin: 0.5em 0;}

/* Listing For Reference Projects Web Part */

.listing-for-reference-projects-web-part {
	width: 516px;
	margin: 0;
	padding: 0 20px;
}
	.listing-for-reference-projects-web-part h1 {
		font-weight: bold;
		font-size: 1.2727em;
		margin: 1em 0;
	}
	.listing-for-reference-projects-web-part span.txt input {border: 0;}
	.listing-for-reference-projects-web-part span.txt label {padding: 2px;}
	.listing-for-reference-projects-web-part .sitelevel0 .header .cb {
		font-weight: bold;
		padding: 0;
	}
	.listing-for-reference-projects-web-part .sitelevel0 .cb {padding: 0 0 0 2em;}
	.listing-for-reference-projects-web-part .sitelevel1 .header .cb {padding: 0 0 0 2em;}
	.listing-for-reference-projects-web-part .sitelevel1 .cb {padding: 0 0 0 4em;}
	.listing-for-reference-projects-web-part .cb {display: block;}

/* Reference Project Web Part */

.project-page {margin: 15px 0 0 0;}

.project-page .history-back {
	display: block;
	text-align: right;
	margin: 1em 0;
}

.reference-project-web-part h1 {
	width: 100%;
	float: left;
}
.reference-project-web-part img {
	display: block;
	border: none;
	margin: 0;
	padding: 0;
}

.reference-project-web-part ul#project-menu {
	width: 507px;
	margin: 4px 0;
	padding: 0 4px;
	list-style-type: none;
	background: url('Images/bg_project_menu.gif') no-repeat;
	float: left;
}

	.reference-project-web-part ul#project-menu li {
		width: auto;
		float: left;
		margin: 0;
		padding: 0;
		height: 32px;
		line-height: 32px;
	}
	
	.reference-project-web-part ul#project-menu li a {
		display: block;
		width: 74px;
		height: 100%;
		text-align: center;
		color: #fff;
		font-weight: bold;
	}
	
	.reference-project-web-part ul#project-menu li a.active {background: url('Images/bg_project_menuitem_active.gif') 0 50% no-repeat;}
	
			#content-wrapper-three-column #content #content-right .project-page ul li a {
				color: #fff;
				text-decoration: none;
			}
						
			#content-wrapper-three-column #content #content-right .project-page ul li a:hover,
			#content-wrapper-three-column #content #content-right .project-page ul li a:focus {
				color: #fff;
				text-decoration: none;
			}
			
			#content-wrapper-three-column #content #content-right .project-page h2 {font-weight: bold;}
			
			.project-page h1 {
				margin: 1em 0;
				font-size: 1.2727em;
				font-weight: bold;
			}

/*#sidebar .project-page {
	width: 183px;
	float: left;
	margin: 0;
	padding: 0 0 5px 0;
	background: #f5f5f5 url('Images/bg_leftnavbar_bottom.gif') bottom left no-repeat;
}

	#sidebar .project-page h2 {
		width: 183px;
		font-size: 1em;
		padding: 5px 0 0 0;
		background: url('Images/bg_leftnavbar_top.gif') top left no-repeat;
	}
	
	#sidebar .project-page h2 span.header {
		width: 163px;
		height: 26px;
		line-height: 26px;
		margin: 0 5px 5px 5px;
		padding: 0 5px;
		font-weight: bold;
		background: url('Images/bg_current_topic_header.gif') no-repeat;
		display: block;
	}

	#sidebar .project-page div.facts  {
		width: 163px;
		padding: 0 10px;
	}
*/

/* Sitemap Web Part */

.sitemap-web-part {padding: 0 20px 20px 20px;}

.sitemap-web-part .sitemap,
.sitemap-web-part .page {display: block;}

.sitemap-web-part .sitemap1,
.sitemap-web-part .sitemap2,
.sitemap-web-part .sitemap3,
.sitemap-web-part .sitemap4 {margin-top: 1em;}

.sitemap-web-part .sitemap1,
.sitemap-web-part .page1 {margin-left: 1em;}

.sitemap-web-part .sitemap2,
.sitemap-web-part .page2 {margin-left: 2em;}

.sitemap-web-part .sitemap3,
.sitemap-web-part .page3 {margin-left: 3em;}

.sitemap-web-part .sitemap4,
.sitemap-web-part .page4 {margin-left: 4em;}

/* Services Specific Web Part */

.services-specific-web-part a {margin: 0.5em 0;}

/* Single Service Specific Web Part */

.single-service-specific-web-part {margin: 15px 0 0 0;}

.single-service-specific-web-part #page-text {
	width: 475px;
	padding: 20px;
}

.single-service-specific-web-part #page-text h1 {
	font-size: 1.1666em;
	font-weight: bold;
	margin-bottom: 1em;
}

/* News Web Part */

.news-web-part {padding: 0 20px;}

#news-page h1 {
	font-size: 1.1666em;
	font-weight: bold;
	margin: 1em 0;
}

.news-web-part .equal {background: #f5f5f5;}

.news-web-part .news-item {
	overflow: auto;
	padding: 5px;
}

.news-web-part .news-item h3 {
	font-size: 1em;
	font-weight: bold;
	cursor: pointer;
}

.news-web-part .news-item .text {padding-top: 5px;}
.news-web-part .news-item .text img {
	float: right;
	margin: 0 0 10px 10px;
}

/* Extra Content Web Part */

.extra-content-web-part {padding: 0 20px;
	font-size: 1.0909em;
}

.extra-content-web-part .equal {background: #f5f5f5;}

.extra-content-web-part .extra-item {
	overflow: auto;
	padding: 5px 0;
}

.extra-content-web-part .extra-item h3 {
	font-size: 1em;
	font-weight: bold;
	cursor: pointer;
}

.extra-content-web-part .extra-item .text {padding-top: 5px;}
.extra-content-web-part .extra-item .text img {
	float: right;
	margin: 0 0 10px 10px;
}

.ms-PartSpacingVertical {
	margin-top: 6px;
}

.ms-PartSpacingHorizontal {
	width: 0;
}
