﻿/* Content Page (!Top)


** To quickly navigate to the section, just highlight the shortcut key 
(e.g. !Footer)and hit Ctrl F and click on Find Next and you will reach
the Footer section**

Colour chart
HTML (!HTML)
ASCX Control (!ASCX)
Header (!Head)
	Logo Container (!Logo)
	Banner Container (!Banner)
		Search Bar (!Search)
		Banner & Logo Image (!BLImage)
Content (!Content)
	Parent Category (!Parent)
	Breadcrumbs (!Bread)
	Utilities (!Util)
	Public Left Content (!LeftCt)
		Left Content Pics (!LCP)
		Contact Us (!Contact)
		Left Content Transparent Pics (!LCTP)
	Public Main Content (!MainCt)
		Home Content (!HomeCt)
		Case Study (!CaseStd)
		Featured Category & CaseStudy (!Feature)
		Readmore (!Readmore)
	Public Right Content (!RightCt)
		Latest News (!News)
		Related Content (!Related)
		Static Homepage Text (!Static)
Footer (!Footer)
Search Result (!SResult)
Uncategorized code (!Code)

/******************************* Colour Chart *************************************

Colour charts:
#333(333) = dark grey
#666(666) = grey
#999(999) = grey

#CCC(CCC) = grey
#EEE(EEE) = light grey
#FFF(FFF) = white

#666663 = grey
#A09D93 = grey
#E6E4E0 = grey
#848377 = grey
#F5F4F2 = light grey
#FF0000 = red
#CBC7BE = grey
#E0E0E0 = grey
#A09D93 = grey



/******************************** HTML (!HTML)**************************************/
html
{
	overflow-x: hidden;
	overflow-y: auto;
}
body
{
	font-family: Arial;
	font-size: 13px;
	margin: 0;
	padding: 0;
	height: 100%;
	color: #666663;
	line-height: 18px;
	background-image: url(/Images/CustomerSpecific/BackgroundBody.jpg);
	background-repeat: repeat-x;
}
td
{
	vertical-align: top;
}
a, a:link
{
	color: Black;
}
a:hover
{
	text-decoration: underline;
}
li a:link, li a:visited
{
	color: Black;
	font-weight: normal;
}
.PublicErrorMessage
{
	color: Red;
	font-size: small;
	font-weight: bold;
}
.PublicErrorMessage ul, .PublicErrorMessage li
{
	display: none;
}
hr
{
	height: 0;
	width: auto;
	border: 0;
	border-bottom: 1px dashed red;
	margin: 10px 0 5px 0;
}
img, table
{
	border: 0;
	padding: 0;
	margin: 0;
}
h1, .header1, .InputFieldHeader1
{
	color: #6D879E;
	font-family: Arial;
	font-weight: bold;
	font-size: 16px;
	margin: 0 0 5px 0;
	padding: 0;
	font-weight: 700;
}
h2, .header2, .InputFieldHeader2
{
	color: #6D879E;
	font-family: Arial;
	font-weight: bold;
	font-size: 13px;
	text-transform: none;
	margin: 9px 0 9px 0;
	padding: 0;
}
h3, .header3, .InputFieldHeader3
{
	color: Black;
	font-family: Arial;
	font-weight: bold;
	font-size: 12px;
	text-transform: none;
	margin: 13px 0 5px 0;
	padding: 0;
}
h4, .header4, .InputFieldHeader4
{
	color: Black;
	font-family: Arial;
	font-weight: bold;
	font-size: 10px;
	text-transform: none;
	margin: 13px 0 5px 0;
	padding: 0;
}
p
{
	color: #666663;
	font-family: Arial;
	font-weight: normal;
	text-transform: none;
	margin: 0 0 11px 0;
	line-height: 18px;
	text-align: left;
	font-size: 13px;
}

ul
{
	margin: 0;
	padding: 0;
}
li
{
	margin: 2px 0 3px 15px;
	padding: 0;
	list-style-image: url(/Images/CustomerSpecific/bullet-teal.jpg);
	color: #4D4D4D;
}

/***************************** ASCX Control (!ASCX) ********************************/
.Form
{
	margin: 10px 0px 0 0px;
	background: #EEE;
	border: 1px solid #CCC;
	padding: 2px;
}

.LeftMenuItemArrow
{
	position: relative;
	margin: 0 0 2px 5px;
}

.DocumentUpload
{
	float: right;
}
.DocumentUpload td
{
	vertical-align: middle;
	padding: 2px;
}
.ContentContainer
{
	width: 100%;
	padding: 0;
	margin: 10px 0;
	float: left;
	clear: none;
}
.ContentContainer a, ContentContainer a:visited
{
	color: #333;
}
.ContentContainer th
{
	background: #CBC7BE;
	border-right: 1px solid #999;
	border-left: 1px solid #CCC;
	border-bottom: 1px solid #999;
	font-weight: bold;
	text-align: left;
	margin: 0;
	padding: 5px;
}
.ContentItemHeader, .ContentItemHeaderActiveAscending, .ContentItemHeaderActiveDescending
{
	padding: 0px 0px 0px 20px;
	background-repeat: no-repeat;
}
.ContentItemHeaderActiveAscending
{
	background-image: url(/Images/arrow_up.gif);
}
.ContentItemHeaderActiveDescending
{
	background-image: url(/Images/arrow_down.gif);
}
.ContentItemAlternate, .ContentItem
{
	vertical-align: top;
	padding: 15px 10px 10px 10px;
}
.ContentItemAlternate img, .ContentItem img
{
	margin: 0 5px 0 0;
	padding: 0;
	vertical-align: middle;
}
.ContentItem
{
	background: #EEE;
	border-bottom: 1px dotted #999;
}
.ContentItemAlternate
{
	background: #FFF;
	border-bottom: 1px dotted #999;
}
.ContentItemAlternate a, .ContentItemAlternate a:link, .ContentItemAlternate a:visited, .ContentItem a, .ContentItem a:link, .ContentItem a:visited
{
	color: Black;
}

.ContentItemTitle a
{
	font-weight: bold;
	margin: 5px 0;
	text-decoration: none;
}
.ContentItemStatus
{
	font-size: 11px;
}
.ContentItemMetadataContainer
{
	margin: 5px 0;
	font-size: 11px;
}
.ContentItemAbstract
{
	font-size: 11px;
	color: #666;
	margin: 10px 0;
}
.ContentItemMetadataContainer td
{
	padding: 1px;
	margin: 0;
	border-bottom: 0;
}
.ContentItemAction
{
	font-size: 12px;
	font-weight: bold;
	height: 20px;
	margin: 0 0 0px 0;
}
.ContentItemAction a
{
	text-decoration: none;
}
.ContentItemSubAction
{
	font-size: 11px;
	margin: 1px 0;
	padding: 0;
	width: 100%;
	text-align: center;
}
.ContentProgressInfo
{
	height: 15px;
	float: left;
	background: #FF0000;
	color: #FFF;
	font-size: 11px;
	font-family: Arial;
	padding: 2px 5px;
}
.ContentItemStaging
{
}
.FileUploadArea
{
	float: left;
	width: 100%;
	margin: 10px 0;
}

/******************************* Header (!Head) ************************************/
#Header
{
	padding: 0;
	margin: 0;
	position: relative;
	float: left;
	font-size: 0px;
}
/************** Logo Container (!Logo)************/
#Logo
{
	position: relative;
	float: left;
	width: 990px;
	height: 101px;
	padding: 0 0 0 40px;
}
#LogoLink
{
	height: 97px;
	width: 234px;
}
#LogoLink img
{
	padding: 25px 0 0;
	width: 234px;
}
/************** Banner Container (!Banner)************/
#Banner
{
	padding: 0;
	margin: 0;
	width: 1000px;
	height: 300px;
	position: relative;
	float: left;
}

/*************** Search Bar (!Search) *****************/
#SearchBar
{
	float: left;
	width: 100%;
	background-image: url(/Images/searchRepeat.jpg);
	text-align: right;
	background-color: #EEE;
}
#SearchContentArea
{
	position: relative;
	float: right;
	width: 279px;
	margin: 5px 0 0 0;
	padding: 0 40px 0 0;
	height: 22px;
}
#SearchLabel
{
	position: relative;
	float: left;
	padding: 2px 5px 0 0;
	color: White;
	font-size: 13px;
	font-family: Arial;
	height: 19px;
}
.SearchTools
{
	font-size: 11px;
	padding: 10px 0;
}
.SearchTools a
{
	text-decoration: underline;
	cursor: pointer;
}
.SearchButton
{
	background-color: #F7F7F7;
	color: #999999;
	margin: 1px 2px 0 0;
	height: 20px;
	font-size: 12px;
	padding: 0 2px 1px 2px;
	position: relative;
	float: left;
	border: none;
}
/* Input fields: short, medium, long*/
.PublicInputField, .PublicInputFieldShort, .PublicInputFieldMedium, .PublicInputFieldLong
{
	font-family: Arial;
	padding: 2px;
	font-size: 12px;
	border: 1px solid #999;
	width: 150px;
	margin: 2px 0 2px 0;
}
.PublicInputFieldShort
{
	width: 100px;
}
.PublicInputFieldMedium
{
	width: 200px;
}
.PublicInputFieldLong
{
	width: 98%;
}
.PublicButton
{
	background-color: #A09D93;
	color: #FFFFFF;
	margin: 2px;
	height: 20px;
	font-size: 11px;
	padding: 0 2px 0 2px;
}
/********** Banner & Logo Image (!BLImage)************/
#BannerImage img
{
	border: 0;
	margin: 0;
	padding: 0;
	width: 1000px;
	height: 300px;
}
.Logo
{
	position: absolute;
	right: 0px;
	z-index: 2;
	top: 76px;
}
#MainMenuShadowTop
{
	position: relative;
	float: left;
	height: 1px;
	width: 100%;
	background-color: #E0E0E0;
}
#MainMenuShadowBottom
{
	background-image: url(/Images/CustomerSpecific/MainMenuShadowBottom.gif);
	background-position: bottom;
	font-size: 14px;
}

/********************************** Content (!Content)****************************************/
#Content
{
	padding: 0;
	margin: -18px 0 0 0;
	position: relative;
	float: left;
	width: 1000px;
}
.ContentHeader
{
	position: relative;
	float: left;
	width: 600px;
	margin: 0 0 0 0;
	height: 64px;
}
/*************** Parent Category (!Parent)***************/
#ParentCategory
{
	background-color: #E6E4E0;
	border-left: 1px solid #FFF;
	width: 257px;
	margin: 0;
	padding: 0;
	float: left;
	height: 30px;
}
#ParentCategoryText
{
	font-size: 16px;
	font-weight: bold;
	padding: 8px 3px 0 30px;
}
#ParentCategory a
{
	color: Black;
	text-decoration: none;
}
#ParentCategory a:hover
{
	text-decoration: underline;
}
/**************** Breadcrumbs (!Bread)*****************/

.Breadcrumbs
{
	margin: 0 0 0 0;
	padding: 13px 10px 0 40px;
	float: left;
	color: #6D879E;
	font-size: 11px;
	text-decoration: none;
	width: 450px;
}
.BreadcrumbsItem
{
}
.Breadcrumbs a
{
	color: #6C8B9A;
}
/***************** Utilities (!Util)******************/
#Utilities
{
	position: relative;
	float: right;
	padding: 10px 10px 0 0;
}
/****************************** Left Content (!LeftCt)***************************************/
#PublicLeftContent
{
	float: left;
	padding: 0;
	width: 220px;
	overflow: hidden;
	position: relative;
	padding: 0 20px 0 0;
}
#LeftMenu
{
	padding: 0 0 40px 0;
	line-height: 20px;
	clear: both;
	position: absolute;
	bottom: 0;
}
/******* LeftContent Pictures (!LCP)***********/
.ImageUpload, .ImageUpload img
{
	padding-bottom: 10px;
	height: auto; /*width: 320px;*/
}
#transparentTopPic1
{
	position: absolute;
	top: 0px;
	left: 248px;
	z-index: 100;
	filter: alpha(opacity=70);
	opacity: .7;
}

#transparentTopPic2
{
	position: absolute;
	top: 0px;
	left: 218px;
	z-index: 100;
	filter: alpha(opacity=70);
	opacity: .7;
}

#transparentTopPic3
{
	position: absolute;
	top: 0px;
	left: 196px;
	z-index: 100;
	filter: alpha(opacity=70);
	opacity: .7;
}

#transparentTopPic4
{
	position: absolute;
	top: 0px;
	left: 158px;
	z-index: 100;
	filter: alpha(opacity=70);
	opacity: .7;
}

#transparentMiddlePic1
{
	position: absolute;
	top: 124px;
	left: 155px;
	z-index: 100;
	filter: alpha(opacity=70);
	opacity: .7;
}

#transparentMiddlePic2
{
	position: absolute;
	top: 124px;
	left: 175px;
	z-index: 100;
	filter: alpha(opacity=80);
	opacity: .8;
}

#transparentMiddlePic3
{
	position: absolute;
	top: 124px;
	left: 145px;
	z-index: 100;
	filter: alpha(opacity=70);
	opacity: .7;
}
#transparentMiddlePicHide
{
	position: absolute;
	top: 124px;
	left: 191px;
	z-index: 100;
}

#transparentBottomPic1
{
	position: absolute;
	top: 248px;
	left: 133px;
	z-index: 100;
	filter: alpha(opacity=80);
	opacity: .8;
}

#transparentBottomPic2
{
	position: absolute;
	top: 248px;
	left: 126px;
	z-index: 100;
	filter: alpha(opacity=80);
	opacity: .8;
}
#transparentBottomPicHide
{
	position: absolute;
	top: 248px;
	left: 142px;
	z-index: 100;
}

/************ Contact Us (!Contact)************/
#ContactUsLink
{
	border-top: 1px Solid #EEE;
	border-bottom: 1px Solid #EEE;
	padding: 7px 0 7px 30px;
	margin: 20px 0 0px 0;
}
#ContactUsLink a
{
	color: Black;
	font-size: 12px;
	text-decoration: none;
}
#ContactUsLink a:hover
{
	text-decoration: underline;
}
/********* Transparent Left Pic (!LCTP)**********/
#UploadedImages
{
}
#UploadedImages img
{
	margin: 0 0 4px 0;
	float: none;
	clear: right;
}
.Image1
{
	height: 119px;
	margin-bottom: 5px;
}
.Image2
{
	height: 119px;
	margin-bottom: 5px;
}
.Image3
{
	height: 97px;
	margin-bottom: 5px;
}
#transparentLeftMenuPic1
{
	position: absolute;
	left: 248px;
	z-index: 100;
	filter: alpha(opacity=70);
	opacity: .7;
}

#transparentLeftMenuPic2
{
	position: absolute;
	left: 218px;
	z-index: 100;
	filter: alpha(opacity=70);
	opacity: .7;
}

#transparentLeftMenuPic3
{
	position: absolute;
	left: 196px;
	z-index: 100;
	filter: alpha(opacity=70);
	opacity: .7;
}

#transparentLeftMenuPic4
{
	position: absolute;
	left: 158px;
	z-index: 100;
	filter: alpha(opacity=70);
	opacity: .7;
}

/******************************* Main Content (!MainCt)*******************************/
#PublicMainContent, .PublicMainContent
{
	position: relative;
	float: left;
	padding: 0 0px 0 0;
	margin: 0 0px 0 0;
	width: 420px;
}
.CategoryContent
{
	float: left;
	margin: 0;
	padding: 0;
	clear: right;
}

/****************** Home Content (!HomeCt)**********************/
.HomeContent, .DefaultContent
{
	padding: 10px 0 0 0;
}
.CategoryAbstract
{
	padding: 0px 0 0 0;
}
.CategoryDescription
{
	padding: 15px 0 0 0;
	clear: both;
}
.CategoryDescription a:link
{
	color: Black;
}
.DefaultContent
{
	padding: 0px;
}
/********************* Case Study (!CaseStd)**********************/
.ChildCategoryItem, .ArticleItem
{
	margin: 15px 0 0 0;
	padding: 1px 0 5px 0;
	border-bottom: 1px solid #6D879E;
	width: 600px;
}
.CaseStudyHeader, .CaseStudyHeader a
{
	text-decoration: none;
	color: Black;
}
.CaseStudyHeader a:hover
{
	text-decoration: underline;
}
.ChildCategoryHeader a, .ChildCategoryHeader a:link, .ChildCategoryHeader a:hover, .ChildCategoryHeader a:visited
{
	color: #4D4D4D;
	font-weight: bold;
}
.ChildCategoryHeader a:hover
{
	text-decoration: underline;
}

/******** Featured Category & CaseStudy on HomePage (!Feature)*******/
FeaturedCategoryContent, .FeaturedCaseStudyContent
{
	padding: 20px;
}
#FeaturedCategory
{
	border-right: dotted 1px #ccc;
}
#FeaturedCaseStudy
{
	overflow: visible;
	padding: 0 0 15px 0;
}
#FeaturedCategory, #FeaturedCaseStudy
{
	float: left;
	width: 49.8%;
	overflow: hidden;
	padding: 0 0 0 0px;
	margin: 10px 0 0 0;
}
.FeaturedHeader
{
	font-weight: 700;
	margin: 5px 0 0 0px;
	text-align: left;
	color: Black;
}
.FeaturedHeader p
{
	font-size: medium;
}
#FeatureImage
{
	border: solid 1px #F5F4F2;
	margin: 12px 0 0 0;
}
#FeatureImage img
{
	width: 100%;
}
.FeatureAbstract
{
	margin: 12px 0 0 0;
	padding-right: 2px;
	text-align: left;
}
.FeatureAbstract p
{
	font-size: small;
}
.CaseStudyAbstractContent
{
	padding: 5px 0 13px 0;
}
.CaseStudyCategoryDisplayDate
{
	font-style: italic;
	color: #6D879E;
	font-weight: bold;
}
/************ Read More link (!Readmore)*************/
.ReadMore, .ReadMore a, .ReadMore a:link, .ReadMore a:hover, .ReadMore a:visited
{
	color: #6D879E;
	font-weight: 600;
	text-decoration: none;
	font-size: small;
	padding: 5px 0 0 0;
}
.ReadMore a:hover
{
	text-decoration: underline;
}
.ReadMore img
{
	padding: 0;
	margin: 0 0 -5px 0;
}
/**************************** Right Content (!RightCt)******************************/
#PublicMainRightContent
{
	position: relative;
	float: left;
	width: 743px;
}
#PublicRightContent
{
	position: relative;
	float: left; /*margin: 0px 0px 0 0px; 	position: relative; 	max-height: 100%; 	width: 320px;*/
}

/******************* Latest News (!News)******************/
#LatestNews
{
	overflow: hidden;
	position: relative;
	float: left;
	clear: left;
	margin: 30px 0 0 0;
	padding: 0 0 10px 0;
	width: 100%;
}
#LatestNewsHeader
{
	color: #999999;
	padding: 9px 0 0 0;
	font-size: 18px;
	text-transform: uppercase;
	font-family: Arial;
}
.NewsItemRow1
{
	padding: 23px 0 0 0;
	color: #666666;
	font-style: italic;
	font-size: 13px;
	line-height: 18px;
}
.NewsItemRow2
{
	padding: 0;
	color: Black;
	font-size: 13px;
	line-height: 18px;
	font-weight: bold;
	padding: 0 0 6px 0;
}
.NewsItemRow2 img
{
	padding: 0 2px 0 0;
}
.ReadMoreLatestNews
{
	font-weight: bold;
	display: inline;
	color: #999999;
}
.ReadMoreLatestNews a:link, .ReadMoreLatestNews a:visited
{
	text-decoration: none;
	color: #999999;
	font-weight: bold;
	font-size: 13px;
}
.ReadMoreLatestNews a:hover
{
	text-decoration: underline;
}
/*************** Related Content (!Related)******************/
#RelatedContent, .RelatedDocuments
{
	padding: 30px 4px 5px 0;
}
#RelatedContentHeader, #RelatedDocumentsHeader
{
	margin: 0 0 5px 0;
}
#RelatedContentHeader h3, #RelatedDocumentsHeader h3
{
	margin: 0 0 5px 0;
}
.RelatedContentPic, .RelatedDocumentsPic
{
	position: relative;
	float: left;
}
.RelatedContentItem a:link, .RelatedContentItem a:visited, .RelatedDocumentsItem a:link, .RelatedDocumentsItem a:visited
{
	padding: 0 0 4px 10px;
	font-weight: normal;
	color: #666663;
}
.RelatedContentItem, .RelatedDocumentsItem
{
	margin-bottom: 5px;
	padding: 0 0 0 0;
	color: #333;
}

/************* Static HomePage Text (!Static)*****************/
#StaticHomePageText
{
	position: relative;
	float: left;
	font-size: 17px;
	padding: 5px 0 0 14px;
	text-align: left;
	color: Black;
	margin: 10px 0 0 0px;
	height: 210px;
	font-family: Helvetica, sans-serif;
	line-height: 25px;
	border-left: dotted 1px #ccc;
	width: 220px;
}

/***************************** Footer (!Footer) ************************************/
#Footer
{
	padding: 0 0 0 0;
	clear: both;
	width: 1030px;
	height: 100px;
	padding: 0;
}
#FooterRockSolid
{
	text-align: right;
	float: right;
	padding: 5px 15px 0px 15px;
	margin: 0;
}
.FooterText
{
	text-align: right;
	padding: 0 40px 0 30px;
	clear: left;
	margin: 0;
	font-size: 11px;
	width: 920px;
	background-color: White;
	color: #666666;
}
.FooterText a
{
	color: #666666;
	text-decoration: none;
	padding: 0 8px 0 8px;
}


/************************* Search Result (!SResult)********************************/

.SearchResultItem
{
	border-top: 1px solid #CCCCCC;
	margin: 15px 0pt 0pt;
	padding: 5px 0pt;
}
.SearchResultItemSubtitle
{
	font-weight: bold;
}
SPAN.searchword
{
	background-color: yellow;
}


/*********************************************************************************

                               Uncategorized codes (!Code)

*********************************************************************************/

.InputContentItemTitle
{
	font-family: Arial;
	font-weight: bold;
	font-size: small;
	color: Black;
	width: 97%;
	margin: 0 1%;
	border: 1px solid #999;
	padding: 2px;
}
#SiteContent
{
	width: 1030px;
	margin: 0 auto;
	background-image: url(/Images/CustomerSpecific/BackgroundMain.jpg);
	background-repeat: no-repeat;
}
#CompanyNavigation
{
	position: relative;
	float: left;
	width: 100%;
	height: 81px;
	overflow: hidden;
	padding: 0 0 0 0;
}
#CompanyNavigation a
{
	position: relative;
	float: left;
}
#PublicLeftMainContent
{
	position: relative;
	float: left;
	width: 700px;
	padding: 0 0 0 0px;
}
#OneLevelMenu
{
	position: absolute;
	bottom: 0px;
	left: 15px;
	height: 300px;
	width: 700px;
	padding: 0px 0 0 40px;
}
.OneLevelMenuLink
{
	line-height: 25px;
}
.OneLevelMenuLink a
{
	color: White;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 13px;
}
.OneLevelMenuLink a:hover
{
	text-decoration: underline;
}
#MarketReport
{
	padding: 0;
	margin: 246px 0 50px 40px;
	color: #666666;
	font-size: 13px;
	position: absolute;
	top: 165px;
	left: 650px;
	float: left;
}
#MarketReport a
{
	color: #999999;
	font-weight: bold;
	text-decoration: none;
}
.CategoryPublishDate
{
	margin: 0 0 10px 0;
}
#GlobeRight
{
	display: none;
}
.InputFieldGlobalSearch
{
	width: 190px;
	position: relative;
	float: left;
	border: none;
	height: 18px;
	top: 1px;
}
#TopMenuNavigationRepeat
{
	padding-left: 40px;
}
#TopMenuNavigationRepeat a:link, #TopMenuNavigationRepeat a:visited
{
	color: #666666;
}
#OneLevelMenuTextContainer
{
	position: absolute;
	bottom: 40px;
}

.DownerEDIFontColor
{
	color: #6D879E;
	display: inline;
	font-weight: bold;
	font-style: italic;
}
.DownerEDIHeading
{
	color: #6D879E;
	display: inline;
	font-size: 15px;
}
.DownerEDINormalFontWithColor
{
	color: #6D879E;
	display: inline;
}
.DownerEDIFontMiningRed
{
	color: #BC002D;
	display: inline;
}
.DownerEDIFontWorksGreen
{
	color: #00A02F;
	display: inline;
}
.DownerEDIFontRailBlue
{
	color: #0071BA;
	display: inline;
}
.DownerEDIFontEngineeringYellow
{
	color: #F2B041;
	display: inline;
}
.DownerEDIFontConsultingPurple
{
	color: #5F2985;
	display: inline;
}
#DownerSpiritContainer
{
	background-image: url(/Images/CustomerSpecific/DOWNER-SPIRIT-PAGE-IMAGE.jpg);
	background-position: center;
	background-repeat: no-repeat;
}
#TheWayWeWork
{
	position: relative;
	float: left;
	bottom: 15px;
}
#FooterShadow
{
	display: none;
}
.Disclaimer a:link, .Disclaimer a:visited
{
	font-weight: bold;
	text-decoration: none;
	color: #6D879E;
}
.ChildCategories
{
	padding: 0 0 25px 0;
}
#CategoryTextHolder
{
	padding: 0 0 25px 0;
}
#ctl00_phlRightContent_pnlPreviewImages
{
	right: 20px;
	position: relative;
}
.CaseStudyAbstractItem a:link, .CaseStudyAbstractItem a:visited
{
	color: Black;
}
.RelatedContentBody
{
	padding-bottom: 30px;
}
.RelatedContentBody a:link, .RelatedContentBody a:visited
{
	color: Black;
	font-weight: normal;
}
#GeneralMeeting
{
	position: relative;
	float: left;
	margin: 30px 0 0 0;
	width: 310px;
	background-image: url(/Images/CustomerSpecific/GeneralMeetingBG.jpg);
	padding: 10px 10px 35px 20px;
}
#GeneralMeeting p
{
	font-size: 12px;
}
#JobListFrame
{
	position: relative;
	float: left;
	clear: both;
	width: 720px;
	height: 1150px;
}
.HomepageAnnouncement
{
	position: relative;
	float: left;
	font-size: 12px;
}
