﻿/* 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)
	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)
Jobs (!Jobs)
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)**************************************/
body
{
	font-family: Arial, Verdana;
	font-size: small;
	margin: 0;
	padding: 0;
	height: 100%;
	color: #333333;
	background: #000000;
}
td
{
	vertical-align: top;
	display: table-cell;
}
a, a:link
{
	color: #414042;
}
a:hover
{
	text-decoration: underline;
}
.PublicErrorMessage
{
	color: Red;
	font-size: small;
	font-weight: bold;
}
.PublicErrorMessage ul, .PublicErrorMessage li
{
	display: block;
}
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: #FFFFFF;
	font-family: Arial;
	font-weight: bold;
	font-size: 20px;
	margin: 8px 0 5px 0;
	padding: 0;
	font-weight: normal;
}
h2, .header2, .InputFieldHeader2
{
	color: #00828A;
	font-family: Arial;
	font-weight: bold;
	font-size: 16px;
	text-transform: none;
	margin: 9px 0 9px 0;
	padding: 0;
}
h2 a:link, h2 a:visited
{
	color: #00828A;
	text-decoration: none;
}

h2 a:hover
{
	text-decoration: underline;
}

h3, .header3, .InputFieldHeader3
{
	color: #D1202C;
	font-family: Arial;
	font-weight: bold;
	font-size: 14px;
	text-transform: none;
	margin: 13px 0 5px 0;
	padding: 0;
}
h4, .header4, .InputFieldHeader4
{
	color: Black;
	font-family: Arial;
	font-weight: bold;
	font-size: 12px;
	text-transform: none;
	margin: 13px 0 5px 0;
	padding: 0;
}
p
{
	color: #333333;
	font-family: Arial;
	font-weight: normal;
	text-transform: none;
	margin: 0 0 9px 0;
	line-height: 130%;
	text-align: left;
	font-size: small;
}
p a:link, p a:visited
{
	color: Black;
}
ul
{
	margin: 0;
	padding: 0;
}
li
{
	list-style-type: square;
	margin: 2px 0 3px 15px;
	padding: 0;
}

/***************************** ASCX Control (!ASCX) ********************************/
.Form
{
	margin: 10px 0px 0 0px;
	background: #EEE;
	border: 1px solid #CCC;
	padding: 2px;
}

.LeftMenuItemArrow
{
	position: absolute;
	margin: 5px 0px 4px auto;
	right: 3px;
}

.DocumentUpload
{
	float: right;
}
.DocumentUpload td
{
	vertical-align: middle;
	padding: 2px;
}
.ContentContainer
{
	width: 100%;
	padding: 0;
	margin: 10px 0;
	float: left;
	clear: none;
}
.ContentContainer a:link, 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 5px 15px 5px;
}
.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;
	clear: both;
}
#ctl00_phlMainContent_ctl00_upnDocumentTable
{
	position: relative;
	float: left;
	width: 534px;
}
.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: 14px 0 0 0;
	position: relative;
	float: right;
}
/************** Banner Container (!Banner)************/
#Banner
{
	background: #000;
	padding: 0;
	font-size: 0;
	width: 100%;
}

/*************** Search Bar (!Search) *****************/
#SearchBar
{
	position: relative;
	float: left;
	padding-right: 50px;
	text-align: right;
}
#SearchContentArea
{
	position: relative;
	float: right;
	width: 190px;
}
#SearchLabel
{
	position: relative;
	float: left;
	margin-top: 6px;
	color: #848377;
	font-size: 12px;
}
.SearchTools
{
	font-size: 11px;
	padding: 10px 0;
	position: relative;
	float: left;
	width: 100%;
}

/* Input fields: short, medium, long*/
.PublicInputField, .PublicInputFieldShort, .PublicInputFieldMedium, .PublicInputFieldLong
{
	font-family: Arial, Verdana;
	padding: 2px;
	font-size: 11px;
	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)************/
#Banner img
{
	border: 0;
	margin: 0;
	padding: 0;
	width: 993px;
	height: 156px;
}
.Logo, .pnlLogoBreadcrumbs, #CompanyLogo
{
	position: relative;
	float: left;
	z-index: 2;
}
#PrintLogo
{
	display: none;
}

/********************************** Content (!Content)****************************************/
#Content
{
	padding: 0 0 0 10%;
	margin: 0 0 0 0;
	position: relative;
	float: left;
	clear: both; *z-index:-1;/*used for IE7 fix for sub menu hover*/
	min-height: 460px;

}
.ContentHeader
{
	position: relative;
	float: left;
	border-bottom: 1px solid #EEE;
	width: 100%;
	margin: 0 0 0 0;
	height: 30px;
}
/*************** Parent Category (!Parent)***************/
#ParentCategory
{
	background-color: #E6E4E0;
	border-left: 1px solid #FFF;
	width: 256px;
	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
{
	padding: 15px 10px 15px 0px;
	float: left;
	color: #6D6E71;
	font-size: 11.5px;
	text-decoration: none;
}
.BreadcrumbsItem
{
	text-decoration: none;
}
.Breadcrumbs a:link, .Breadcrumbs a:hover, .Breadcrumbs a:visited
{
	color: #6D6E71;
}
.Breadcrumbs a:hover
{
	text-decoration: underline;
}
/***************** Utilities (!Util)******************/
#Utilities
{
	position: relative;
	float: right;
	padding-right: 10px;
}
/****************************** Left Content (!LeftCt)***************************************/
.PublicLeftContent
{
	left: 0;
	width: 240px;
	float: left;
	position: relative;
	margin-left: 0;
	margin-right: 0;
	top: 39px; *top:80px;
padding-right:30px;
z-index:200;/*used for IE7 fix for sub menu hover*/
min-height:1px;
}
#LeftMenu
{
	background-color: #E6E4E0;
	border-bottom: 10px Solid White;
}
/******* LeftContent Pictures (!LCP)***********/
.ImageUpload, #ctl00_phlRightContent_ctl00_pnlUploadImages
{
	padding-bottom: 10px;
	height: auto;
	width: 257px;
}
#transparentMiddlePicHide
{
	position: absolute;
	top: 124px;
	left: 191px;
	z-index: 100;
}
#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;
}
/******************************* Main Content (!MainCt)*******************************/
#PublicMainContent, .PublicMainContent
{
	position: relative;
	float: left;
	padding: 43px 0px 0 0;
	margin: 0 0px 0 0;
	clear: right;
	width: 580px;
	z-index: 1; /*used for IE7 fix for sub menu hover*/
}
.CategoryContent
{
	margin: 0;
	width: 100%;
	position: relative;
	float: left;
	background-color: #FFFFFF;
}

/****************** Home Content (!HomeCt)**********************/

.HomeContent, .DefaultContent
{
	padding: 0px 0 0 0;
}
.HomeContent
{
	position: relative;
	float: left;
	width: 92%;
	background: #FFFFFF;
	padding: 0 4% 30px 4%;
}
.CategoryDescription
{
	padding: 0px;
	position: relative;
	float: left;
	clear: both;
	width: 100%;
}
.DefaultContent
{
}
/********************* Case Study (!CaseStd)**********************/

.ChildCategoryItem, .ArticleItem
{
	margin: 10px 0 0 0;
	padding: 5px 0 5px 0;
	position: relative;
	float: left;
	width: 100%;
	clear: both;
}
.ArticleItem h2
{
	display: none;
}
.ChildCategoryTitle h2
{
	display: block;
}
.CaseStudyHeader, .CaseStudyHeader a
{
	text-decoration: none;
	color: Black;
}
.CaseStudyHeader a:hover
{
	text-decoration: underline;
}
.ChildCategoryHeader a:link, .ChildCategoryHeader a:visited
{
	color: Black;
}
.ChildCategoryHeader a:hover
{
	text-decoration: underline;
	color: Black;
}
.ChildCategoryItem a, .ArticleItem a
{
	color: #d3212d;
}
.Readmore a:link, .Readmore a:visited
{
	font-size: 11.5px;
	color: #d3212d;
	text-decoration: none;
}
.ChildCategoryReadMore
{
	text-decoration: none;
}
.ChildCategoryReadMore:hover
{
	text-decoration: underline;
}
.Readmore a:hover
{
	text-decoration: underline;
}
/******** Featured Category & CaseStudy on HomePage (!Feature)*******/
FeaturedCategoryContent, .FeaturedCaseStudyContent
{
	padding-left: 20px;
	position: relative;
	float: left;
}
#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: 0px 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;
	position: relative;
	float: left;
}
.FeatureAbstract p
{
	font-size: small;
}
/************ Read More link (!Readmore)*************/
.ReadMore, .ReadMore a:link, .ReadMore a:visited
{
	color: Black;
	font-weight: 600;
	text-decoration: none;
	font-size: small;
}
.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
{
	right: 0;
	position: relative;
	float: left;
	padding: 0;
	margin: 0;
	width: 1px;
}
#RightImages
{
	position: relative;
	float: left;
	width: 92%;
	background-color: #FFFFFF;
}
#RightImages img
{
	max-height: 185px;
	margin-right: 10px;
	margin-bottom: 10px;
	padding: 4px;
	border: 1px solid #C5C6C8;
	width: auto;
	height:auto;
}
.CaseStudyFirstImage img
{
	border: 4px solid #C5C6C8;
	max-width: 526px;
	margin-top: 4%;
}
/******************* Latest News (!News)******************/
#LatestNews
{
	/*height: 119px;*/
	overflow: hidden;
	position: relative;
	float: left;
	width: 100%;
}
#LatestNewsHeader
{
	color: White;
	font-size: 14px;
	font-family: Arial;
	text-transform: uppercase;
	padding-bottom: 5px;
	border-bottom: solid 1px white;
	margin-bottom: 5px;
}
.NewsItemRow1, .NewsItemRow1 p
{
	font-size: 11.5px;
	font-family: Arial;
	font-weight: bold;
	color: White;
	padding: 10px 0 0 0;
}
.NewsDate img
{
	width: 7px;
}
.NewsItemRow2
{
	font-size: 10px;
	color: White;
	padding: 0px 0 0 15px;
}
.NewsItemRow2 img
{
	padding: 0 2px 0 0;
}
.ReadMoreLatestNews
{
	font-size: 10px;
}
.ReadMoreLatestNews a:link, .ReadMoreLatestNews a:visited
{
	font-weight: 600;
	color: #333;
	text-decoration: none;
}
.ReadMoreLatestNews a:hover
{
	text-decoration: underline;
}
/*************** Related Content (!Related)******************/
#RelatedContent, #RelatedDocuments
{
	color: #414042;
	background-color: #FFFFFF;
	position: relative;
	float: left;
	padding: 4% 4% 4% 0;
	width: 92%;
}
#RelatedContentHeader, #RelatedDocumentsHeader
{
	margin: 0 0 5px 0;
}
.RelatedContentPic, .RelatedDocumentsPic
{
	position: relative;
	float: left;
}
.RelatedContentItem a:link, .RelatedDocumentsItem a:link, .RelatedContentItem a:visited, .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;
}
#DocumentCount
{
	position: relative;
	float: right;
}

/************* 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
{
	position: relative;
	float: left;
	clear: both;
	margin-top: 100px;
	text-align: center;
	width: 99%;
}
#FooterRockSolid
{
	text-align: right;
	float: right;
	padding: 10px 15px 0px 15px;
	margin: 0;
}
.FooterText
{
	text-align: center;
	padding: 10px 0px 5px 15%;
	clear: left;
	margin: 0;
	font-size: 10px;
	color: #FFFFFF;
	position: relative;
	float: left;
	left: 332px;
}
#FooterContent
{
	display: none;
}


/************************* 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;
}
/******************************** Jobs (!Jobs)**************************************/
.JobList
{
	position: relative;
	float: left;
	background-color: #EEEEEE;
	width: 100%;
	color: Black;
	border-bottom: 1px Solid #CC3333;
}
.JobItem
{
	position: relative;
	float: left; /*margin: 15px 0 10px 0;*/
	padding: 15px 0px 15px 0px;
	border-top: 1px solid #CC3333;
	width: 100%;
	clear: both;
}
.JobHeader
{
	position: relative;
	padding: 0 0 0 5px;
	font-size: 16px;
	font-weight: bold;
}
.JobHeader a:link, .JobHeader a:visited
{
	color: Black;
}
.JobAbstractListView
{
	position: relative;
	float: left;
	margin-top: 16px;
	padding: 0 5px 0 5px;
}
.lblCategoryDatePublish, .lblChildCategoryPublishDate
{
	color: #333333;
	font-weight: bold;
	margin-bottom: 9px;
	position: relative;
}

/*********************************************************************************

                               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;
}

.ClosingDate
{
	position: relative;
	float: right;
	padding: 0px 5px 0px 0;
}

.JobHeader h2
{
	position: relative;
	float: left;
	margin-top: 0px;
	color: Black;
}
.JobLaunchDate
{
}
.JobClosingDate
{
	padding-top: 4px;
	position: relative;
	float: left;
	clear: both;
}

.JobAbstract
{
	padding: 7px 0 7px 0;
	clear: both;
}

.JobDescription
{
	position: relative;
	float: left;
	clear: both;
}
.ReadMoreJob, .ReadMoreJob a:link, .ReadMoreJob a:visited
{
	color: #909090;
	font-weight: 600;
	text-decoration: none;
	font-size: small;
	padding: 10px 0 0 0;
}
.JobFormArea
{
	position: relative;
	float: left;
	clear: both;
}
.CategoryAbstract
{
	margin: 0 0 9px 0;
	position: relative;
	float: left;
	clear: both;
}
#SiteContent
{
	position: relative;
	width: 100%;
	float: left;
	min-width: 1000px;
}
#LinksAndSearch, #HeaderRight
{
	width: 100%;
	position: relative;
	float: left;
	background-image: url(/Images/CustomerSpecific/Transparent.gif);
	background-repeat: repeat-x;
	display: none;
}
#SearchTextBox, #SearchButton
{
	position: relative;
	float: left;
}
.Content
{
	width: 100%;
}
.BreadcrumbsLanguageBar
{
	position: relative;
	float: left;
	width: 100%;
	clear: both;
	border-bottom: 1px solid #939598;
	margin-bottom: 15px;
}
#ctl00_phlMainContent_pnlTitleSubtitle
{
	position: relative;
	float: left;
	width: 100%;
	clear: both;
	border-bottom: solid 1px #FFFFFF;
	margin-bottom: 10px;
}
#ctl00_phlMainContent_pnlTitleSubtitle h1
{
	width: 89%;
	clear: none;
	float: left;
	position: relative;
	margin-bottom:0;
	padding-bottom:5px;
}
#ctl00_phlLeftContent_ctl01_Callback1
{
	position: relative;
	float: left;
	width: 100%;
}
.NewsletterSubscription
{
	position: relative;
	float: left;
	clear: both;
	padding: 20px 10px 20px 10px;
	background: none;
	width: 240px;
	padding: 0;
	color: White;
	font-family: Arial;
	font-size: 12px;
	top: 50px;
}
#NewsletterHeader
{
	position: relative;
	float: left;
	padding-bottom: 5px;
	border-bottom: solid 1px white;
	width: 100%;
	margin-bottom: 15px;
}
#FirstName, #FirstNameEntry, #Email, #EmailEntry, .NewsSubscribeFirstNameTextbox, .NewsSubscribeEmailTextbox, .FirstNameClick, .EmailClick
{
	position: relative;
	float: left;
	font-size: 12px;
	color: Gray;
	font-family: Arial;
}
#FirstNameEntry, #EmailEntry
{
	clear: none;
	position: relative;
	float: left;
	width: 100%;
	margin-bottom:13px;
}
#EmailEntry .EmailErrorMessage
{
    bottom:auto;
}
.NewsSubscribeEmailTextbox
{
	width: 95%;
	font-size: 10px;
	height: 10px;
	padding: 4px;
	
}
.EmailClick
{
	width: 95%;
	font-size: 10px;
	height: 10px;
	padding: 4px;
	
}
.NewsSubscribeFirstNameTextbox
{
	width: 95%;
	font-size: 10px;
	height: 10px;
	padding: 4px;
	
}
.FirstNameClick
{
	width: 95%;
	font-size: 10px;
	height: 10px;
	padding: 4px;
	
}
#FirstName, #Email
{
	width: 85px;
	text-align: right;
	padding-right: 10px;
	color: #848377;
}
#SubscribeButton
{
	position: relative;
	float: left;
	padding: 5px 0 0 95px;
	text-decoration: none;
	top: 10px;
}
#SubscribeButton a, .btnSubscribe, .btnSubscribe:hover, .btnSubscribe:link
{
	text-decoration: none;
	color: white;
	height: auto;
	font-family: Arial;
	padding: 4px 10px 2px 10px;
	border-top: solid 1px white;
	border-bottom: solid 1px black;
	border-right: solid 1px black;
	border-left: solid 1px white;
	position: relative;
	float: left;
	text-decoration: none;
	background: #00828A;
	color: White;
	font-weight: bold;
	font-size: 11px;
	
}


.ErrorMessage
{
	position: relative;
	float: left;
	left: 95px;
}
.EmailErrorMessage
{
	position: relative;
	font-size: 10px;
	font-weight: bold;
	float: left;
	bottom: 12px;
}
.EmailUsed
{
	position: relative;
	float: left;
	color: Red;
	width:240px;
	clear: both;
	padding-bottom:11px;
}
#SubscribedConfirmation
{
	position: relative;
	float: left;
}
.pnlSubscriberInfo
{
	position: relative;
	float: left;
	width: 100%;
}
#NavMenu
{
	position: relative;
	float: left;
	width: 100%;
}
.TopRightContent
{
	position: relative;
	float: left;
	width: 100%;
	padding-bottom: 13px;
}
#LeftMenuShim, #LeftMenu
{
	display: none;
	font-size: 0;
	margin: 0;
	padding: 0;
}
#RelatedDocuments li, #RelatedContent li
{
	margin: 2px 0 3px 15px;
}
#LeftVariableWidthTopMenu
{
	width: 10%;
	position: relative;
	float: left;
	height: 100%;
}
#LeftFixedWidthTopMenu
{
	width: 256px;
	position: relative;
	float: left;
	height: 100%;
}
#theBackgroundContainer
{
	position: absolute;
	left: 0px;
	height: 102%; 
	*height:106.8%;
min-width:1000px;
overflow:hidden;
*z-index:-1;
font-size:0;
top:0;
width:100%;
}

.PublicSearchTextBox
{
	width: 164px;
	color: Gray;
	font-size: 10px;
	height: 15px;
	padding: 4px 4px 0 4px; /*border:1px solid transparent;*/
	border-right: none;
}
.PublicButtonSearch
{
	background-image: url(/Images/CustomerSpecific/SearchIcon.gif);
	background-position: center;
	background-repeat: no-repeat;
	height: 23.5px;
	width: 26px;
	background-color: #00828A;
	border-top: .5px solid transparent;
	border-bottom: .5px solid transparent; /*border:1px solid transparent;*/
	border-left: none;
	border-top-color: #999999;
	border: none; *margin-top:1px;
}
.CaseStudyImageItem img
{
	width: 242px;
	padding: 7px;
}
.ChildCategoryTitle
{
	position: relative;
	width: 100%;
	border-bottom: 1px solid #939598;
	margin-bottom: 10px;
}
.ChildCategoryTitle h2
{
	margin-bottom: 10px;
}
.CaseStudyImageItem
{
	position: relative;
	float: left;
	margin-right: 10px;
	border: 1px solid #C5C6C8;
}
.CategoryAbstract ul, .CategoryDescription ul
{
	margin-left: 15px;
}
.NewsItem a:link, .NewsItem a:hover, .NewsItem a:visited
{
	color: #FFFFFF;
	text-decoration: underline;
}
.tr1td2 a:link span, .tr1td2 a:hover span, .tr1td2 a p
{
	text-decoration: none;
}
.FeatureAbstract, .FeatureAbstract2
{
    margin: 0;
    color: #FFFFFF;
    width:200px;
}
.FeatureAbstract2
{
    position:relative;
    float:left;
    text-align:left;
    width:300px;
}

.FeatureAbstract a, .FeatureAbstract2 a
{
	color: #d3212d;
	font-size: 11.5px;
	font-family: Arial;
	font-weight: normal;
	text-decoration: none;
}
.FeatureAbstract a:hover, .FeatureAbstract2 a:hover
{
	text-decoration: underline;
}
.PublicFooterContent
{
	position: relative;
	float: left;
	padding: 0 0 0 10%;
}
.FeaturedCategoryContent
{
	position: relative;
	float: left;
	width: 600px;
	margin-left: 35px;
	margin-right: 25px;
}
#ctl00_phlHomeFooterContent_pnlFeaturedCategory, #FeaturedCategory, .HomeAbstract
{
	position: relative;
	float: left;	
}


#ctl00_phlHomeFooterContent_pnlFeaturedCategory
{
	width: 700px;
}
#FeaturedCategory
{
	width: 100%;
	margin: 0;
	border: 0;
}
.HomeAbstract h2
{
	position: relative;
	float: left;
	clear: both;
	color: #d3212d;
	margin: 0 0 10px 0;
}
.HomeAbstract
{
	width: 350px;
	color:#FFFFFF;
	text-align: left;
}
.HomeAbstract p
{
	position: relative;
	float: left;
	clear: both;
	color:#FFFFFF;
	width: 100%;
}
.FooterText
{
	width: auto;
	padding-left: 10%;
}
#FooterContentHeader, .FeaturedHeader, .HomeAbstract h2,.HomeAbstract2 h2, .FeaturedHeader2
{
	position: relative;
	float: left;
	margin: 0 0 10px 0;
	color: #d3212d;
	font-size: 16px;
	font-family: Arial;
	font-weight: normal;
	width:100%;
	text-align:left;
}
.FeatureCateogry1, .FeatureCateogry2
{
    float:left;
    position:relative;
}
.FeatureCateogry1
{width:200px;
 padding-right:20px;}
.FeatureCateogry2
{width:350px;}
.FeatureTable
{
    width:600px;
    position:relative;
    float:left;
}
#FooterContent
{
	position: relative;
	float: left;
	text-align: left;
	display: block;
}
.TopMenuItem a, .HomeAbstract p
{
	color: #FFFFFF;
	font-size: 11.5px;
	font-family: Arial;
	font-weight: normal;
	text-decoration:none;
}
.TopMenuItem
{
	position: relative;
	float: left;
	clear: both;
}
.FooterText
{
	width: 310px;
	padding-left: 10%;
	position: relative;
	float: left;
}
.HomeErrorPosition
{
    top:53px;
}
.MemberLinkMessage
{
    color:#FFFFFF;
}
.RSSFeedIcon a
{
    color:#FFFFFF;
}
.RSSFeedIcon img
{
    width:15px;
    top:2px;
    position:relative;
}
.RSSFeedIcon
{
    padding-left:0px;
}
.RSSFeedIcon, .AddThisButton
{
    position:relative;
    float:left;
}
.AddThisButton
{
    clear:left;
    padding-right:10px;
}