﻿/* 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: 12px;
	padding: 0;
	height: 100%;
	color: #66717F;
	color: #66717F;
    background-color: #FFF;
    line-height:20px;
}
td {
	vertical-align: top;
	display: table-cell;
}
a, a:link {
	color: #66717F; 
}
a:hover  {
	text-decoration: underline; 
}
.PublicErrorMessage
{
	color: #D3212D;
	font-size: 13px;
}

.Readmore a:link, .Readmore a:visited
{
    color:#A00054;
    text-decoration:none;
}
.Readmore a:hover
{
    text-decoration:underline;
}
.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:#A00054;
	font-family: Arial;
	font-weight: bold;
	font-size: 14px;
	margin: 8px 0 13px 0;
	padding: 0;
	font-weight: normal;
	text-transform:uppercase;
	letter-spacing:2px;
	line-height:22px;
}
h2, .header2, .InputFieldHeader2
{
	color: #444F51;
	font-family: Arial;
	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: 14px;
	text-transform: none;
	margin: 13px 0 5px 0;
	padding: 0;
}
h4, .header4, .InputFieldHeader4
{
	font-family: Arial;
	font-weight: bold;
	font-size: 12px;
	text-transform: none;
	margin: 13px 0 5px 0;
	padding: 0;
}
h5, .header5, .InputFieldHeader5
{
	color: #A00054;
	font-family: Arial;
	font-size: 12px;
	text-transform: none;
	margin: 0px 0 0px 0;
	padding: 0;
	font-weight:normal;
}
p
{
	font-family: Arial;
	font-weight: normal;
	text-transform: none;
	margin: 0 0 10px 0;
	text-align: left;
	font-size: 12px;
}
.CategoryDisplayDate
{
	display: none;
}
p a:link, p a:visited
{
    color: #66717F;
}
ul
{
	margin: 0;
	padding: 0 0 0 10px;
}
li
{
	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;
}
.ContentItemAbstract
{
	font-size: 11px;
	color: #66717F;
	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;
	width: 100%;
}
/************** Banner Container (!Banner)************/
#Banner
{
	padding: 0;
	font-size:0;
	width: 100%;
	max-height:230px;
	padding-top:18px;
	position:relative;
	float:left;
	height:230px;
	padding-bottom:26px;
}

/*************** Search Bar (!Search) *****************/
#SearchBar
{
    position:relative;
	float: right;
	text-align: right;
	padding:16px 0 0 10px;
}
#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;
}
.SearchTools a
{
	text-decoration: underline;
	cursor: pointer;
}
.PublicButtonSearch {
background-color:white;
background-image:url(/Images/CustomerSpecific/aqu_Searchbuttonrebrand.jpg);
background-position:left center;
background-repeat:no-repeat;
border:none;
height:24px;
width:78px;
padding:0;
*background-position:left 2px; /*IE7 hack*/
cursor: pointer;
}
.PublicButtonSearch, x:-moz-any-link, x:default /* Firefox hack*/
{height:23px;}

.HeaderLinks
{
    position:relative;
    float:left;
    color:#A09D93;
    font-size:9px;
    font-weight:bold;
    padding:5px 20px 0 0px;
}
.HeaderLinks a:link, .HeaderLinks a:visited
{
    color:#A09D93;
    font-size:11px;
    font-weight:bold;
    text-decoration:none;
}
.HeaderLinks a:hover
{
    text-decoration:underline;
}
/* 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: 980px;
	max-height: 230px;
}
.Logo, .pnlLogoBreadcrumbs, #CompanyLogo
{
	position: relative;
	float:left;
}
.Logo
{
    padding-top:43px;
    padding-left:19px;
}

/********************************** Content (!Content)****************************************/
#Content
{
	padding: 0px 0 43px 0;
	margin: 0 0 0 0;
	position: relative;
	float: left;
	clear:both;
	width: 100%;
	*z-index:-1; /*used for IE7 fix for sub menu hover*/
	background-color: White;
}
.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)*****************/
.PublicBreadcrumbs
{
    width:0;
    height:0;
}
.Breadcrumbs
{
	color:#66717F;
    float:left;
    font-size:10px;
    padding:0;
    text-decoration:none;
    width:410px;
    position:relative;
}
.BreadcrumbsItem
{
	text-decoration: none;
}
.Breadcrumbs a:link, .Breadcrumbs a:visited
{
    color:#66717F;
    text-decoration:underline;
}
/***************** Utilities (!Util)******************/
#Utilities
{
	position: relative;
	float: right;
	padding-right: 10px;
	display:none;
}
/****************************** Left Content (!LeftCt)***************************************/
.PublicLeftContent
{
    left:0;
	width:188px;
	float: left;
    position:relative;
    margin-left:0;
    margin-right:0;
    z-index:100; /*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, .PublicMainContentFullLength
{
    position: relative;
	float: left;
	padding: 30px 27px 5px 36px;
	margin: 0 0px 0 0;
	width: 429px;
	z-index:1; /*used for IE7 fix for sub menu hover*/
	_width: 423px
}
.PublicMainContentFullLength
{
    width:756px;
    padding-right:0px;
}
.CategoryContent
{
	margin: 0;
	clear: right;
	width: 100%;
}

/****************** Home Content (!HomeCt)**********************/

.HomeContent, .DefaultContent
{
    padding: 0px 0 0 0;
}
.HomeContent
{
    position: relative;
    float: left;
    width: 100%;
}
.CategoryDescription
{
	padding: 0px;
	position: relative;
	float: left;
	clear: both;
	width: 100%;
}
.DefaultContent
{
    
}
/********************* Case Study (!CaseStd)**********************/

.ChildCategoryItem, .ArticleItem
{
	margin: 0px 0 0 0;
	padding: 5px 0 5px 0;
	position: relative;
	float: left;
	width: 100%;
	clear: both;
}
.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;
}
a.ChildCategorySubTitle:link, a.ChildCategorySubTitle:visited, a.ChildCategorySubTitle, .ChildCategorySubTitle {
    color:#637376;
    text-decoration:none;
}
a.ChildCategorySubTitle:hover
{
    text-decoration:underline;
}
/******** Featured Category & CaseStudy on HomePage (!Feature)*******/
FeaturedCategoryContent, .FeaturedCaseStudyContent
{
	padding-left: 20px;
	position: relative;
	float: left;
}
#FeaturedCaseStudy
{
	overflow: visible;
	padding: 0 0 15px 0;
}
#FeaturedCategory, #FeaturedCaseStudy
{
	float: left;
	width: 100%;
	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: 12px;
}
/************ Read More link (!Readmore)*************/
.ReadMore, .ReadMore a:link, .ReadMore a:visited
{
	color: #A00054;
	font-weight: 600;
	text-decoration: none;
	font-size: 12px;
	clear: both;
}
.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;
    width: 300px;
    position:relative;
    float: right;
    margin-left:0;
    margin-right:0;
    /*padding-top: 38px;*/
    overflow:hidden;
    font-size:0;
    line-height:0;
}
#RightImages
{
	position: relative;
	float: right;
	width: 100%;
	padding-bottom:17px;
	margin-top:0;
}
#RightImages img
{
	width: 300px;
	height: auto;
	padding: 0 0 10px 0;
}
#MiddleImages
{
	position: relative;
	float: right;
	width: 100%;
}
#MiddleImages img
{
	width: 100px;
	height: auto;
	padding: 0 10px 10px 0;
}
/******************* Latest News (!News)******************/
#LatestNews
{
	/*background-color: #A09D93;
	height: 119px;*/
	overflow: hidden;
	position: relative;
	float: left;
}
#LatestNewsHeader
{
	color: White;
	padding: 0 0 0 15px;
	font-size: 14px;
}
.NewsItemRow1, .NewsItemRow1 p
{
	font-size: 10px;
	color: White;
	padding: 3px 0 0 15px;
}
.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, #RelatedProjectProfile
{
    position:relative;
    float:left;
	padding: 0px 0 0 0;
	width: 100%;
	margin-bottom:18px;
}
#RelatedDocuments
{
    margin-bottom:0;
    padding-top:0;
}

#RelatedContent, #RelatedProjectProfile, #RelatedDocuments
{
    background-image:url(/Images/CustomerSpecific/aqu_related_category_background.jpg);
    background-repeat:repeat-x;
}

#RelatedContentHeader, #RelatedDocumentsHeader, #RelatedProjectProfileHeader
{
	margin: 0 0 5px 0;
}
.RelatedContentPic, .RelatedDocumentsPic, .RelatedProjectProfilePic
{
	position: relative;
	float: left;
}
.RelatedContentItem a:link, .RelatedDocumentsItem a:link,
.RelatedContentItem a:visited, .RelatedDocumentsItem a:visited
{
	padding: 0 0 4px 3px;
	font-weight: normal;
	color:#444F51;
	text-decoration:none;
}
.RelatedContentItem a:hover, .RelatedDocumentsItem a:hover
{
    color:#444F51;
    text-decoration:underline;
}

.RelatedContentItem, .RelatedDocumentsItem
{
	margin-bottom: 5px;
	padding: 0 0 0 0;
	max-width:287px;
}
#RelatedContent p, #RelatedDocuments p, #RelatedProjectProfile p {
    font-weight:bold;
    color:#A00054;
    font-size:13px;
}
#RelatedContent a:link, #RelatedContent a:visited,
#RelatedProjectProfile a:link, #RelatedProjectProfile a:visited
{
background-image:url(/Images/CustomerSpecific/aqu_RelatedIcon.gif);
background-position:10px 6px;
background-repeat:no-repeat;
clear:left;
float:left;
padding:0 0 4px 35px;
position:relative;
margin-left:3px;
color:#444F51;
text-decoration:none;
}
#RelatedContent a:hover, #RelatedProjectProfile a:hover, RelatedDocumentsItem a:hover
{
    text-decoration:underline;
}

.RelatedDocumentsItem img {
position:relative;
top:3px;
}
/************* 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;
	/*height: 20px;*/
	clear: both;
	width:100%;
    margin: 0 auto 0px auto;
    background-color:#FFF;
    background-image:url(/Images/CustomerSpecific/aqu_FooterBackgroundImage.gif);
    background-position:top left;
    background-repeat:repeat-x;
    line-height:100%;
}
#FooterRockSolid
{
	text-align: right;
	float: right;
	padding: 5px 15px 0px 15px;
	margin: 0;
}
.FooterText, .FooterTextIE7
{
	text-align: left;
	padding: 5px 60px 5px 15px;
	
	font-size: 10px;
	width: 180px;
	position:relative;
	float:left;
}
.FooterTextIE7
{
    _padding-right:10px;
}
.FooterText
{
    z-index:2;
    display:block;
    *display:none;
    text-decoration: none;
}
.FooterText a:link, .FooterText a:visited, .FooterText a, #Footer a, #Footer a:link
{
    text-decoration:none;
    color:#66717F;
}
.FooterText a:hover, #Footer a:hover
{
    text-decoration:underline;
    color:#A00054;
}
.FooterTextIE7
{
    display:none;
    *display:block;
}
#FooterInnerArea
{
    text-align: center;
	padding: 5px 0px 5px 0px;
	margin: 0 auto;
	font-size: 10px;
	width: 980px;
	height:100%;
}
#TopMenuNavigationRepeat
{
	padding: 5px 15px 5px 0px;
	font-size: 10px;
	position:relative;
	float:right;
	text-transform:lowercase;
	_width:750px;
}
#Footer div.FooterRocksolidLogo a:link, #Footer div.FooterRocksolidLogo a:visited {
    text-decoration:none;
    position:relative;
    float:left;
    width:125px;
}
#Footer div.FooterRocksolidLogo a:hover span.FooterRocksolidLogoText
{
    color:inherit;
    text-decoration:underline;
}
#FooterRocksolidLogo, .FooterRocksolidLogoText
{
    position:relative;
    float:left;
    padding-top:5px;
}
/************************* 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;
}

/*********************************************************************************

                               Uncategorized codes (!Code)

*********************************************************************************/

.InputContentItemTitle /* ?????? */
{
	font-family: Arial;
	font-weight: bold;
	font-size: 12px;
	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:#444F51;
}
.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: 12px;
	padding:10px 0 0 0;
}
.JobFormArea
{
	position: relative;
	float: left;
	clear: both;	
}
.CategoryAbstract
{
    margin: 0 0 0px 0;
    position: relative;
    float: left;
    clear: both;
}
#SiteContent, #SiteContentInner
{
    background-color: White;
    position: relative;
	margin: 0 auto;
	width: 1100px;
    min-width: 980px;
}
#SiteContentBackground
{
    position:relative;
    float:left;
    padding-left:60px;
     background-image:url(/Images/CustomerSpecific/aqu_SiteBackgroundImage.gif);
     background-repeat:repeat-y;
     width:1040px;
}
#SiteContentInner
{
    width:980px;
    min-width:980px;
    position:relative;
    float:left;
}
#HeaderTop
{
    width:980px;
    position:relative;
    float:left;
    background-color: #FFF;
    height:148px;
}
#HeaderRight
{
    position:relative;
    float:left;
    width:795px;
}
#LinksAndSearch
{
    width:795px;
    position:relative;
    float:left;
    background-color: #FFF;
    padding:39px 0 5px 0;
}
#SearchTextBox
{
    position:relative;
    float:left;
    top:2px;
    background-image:url(/Images/CustomerSpecific/aqu_searchbox_background_text.jpg);
     background-repeat:no-repeat;
     width:127px;
     height:21px;
     margin-right:7px;
}
#SearchButton
{
    position:relative;
    float:left;
    left:-2px;
}
#txtSearchTerm 
{
    background:transparent;
    background-position:left center;
    background-repeat:no-repeat;
    border:0px solid #EEE;
    height:13px;
    margin-right:8px;
    *margin-right:3px;
    margin-top:2px;
    *margin-top:0px;
    width:113px;
    color:#66717F;
    
}
.Content
{
    width:100%;
}
.BreadcrumbsLanguageBar
{
    position:relative;
    float:left;
    padding-left:195px;
    clear:right;
}
.BreadcrumbsLanguageBar {
color:#A7A9AC;
float:left;
font-size:12px;
padding:0 10px 2px 0;
text-decoration:none;
bottom:7px;
z-index:4;
}
#ctl00_phlMainContent_pnlTitleSubtitle
{
    position:relative;
    float:left;
    clear:both;
    width: 100%;
}
.NewsletterSubscription
{
	position: relative;
	float: left;
	clear: both;
	padding: 20px 10px 20px 10px;
	background: #EBEBEB;
	width: 270px;
}
#FirstName, #FirstNameEntry, #Email, #EmailEntry, .NewsSubscribeFirstNameTextbox, .NewsSubscribeEmailTextbox
{
	position: relative;
	float: left;
}
#FirstNameEntry, #EmailEntry
{
	clear: both;
	padding-top: 5px;
	width: 250px;
}
#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;
	background-color: #A09D93;
	color: white;
	margin: 2px;
	height: 20px;
	font-size: 14px;
	font-family: Arial;
	padding: 2px 10px 2px 10px;
	border-top: solid 1px white;
	border-bottom: solid 1px black;
	border-right: solid 1px black;
	border-left: solid 1px white;
	left: 95px;
	position: relative;
	float: left;
	text-decoration: none;
}
.ErrorMessage
{
	position: relative;
	float: left;
	left: 95px;
}
.EmailErrorMessage
{
	position: relative;
	padding-left: 95px;
	font-size: 10px;
	font-weight: bold;
	float: left;
}
.EmailUsed
{
	position: relative;
	float: left;
	color: Red;
	left: 12px;
	clear: both;
}
#SubscribedConfirmation
{
	position: relative;
	float: left;
}
.pnlSubscriberInfo
{
	position: relative;
	float: left;
}
#NavMenu
{
	position: relative;
	float: left;
	width: 100%;
	background-color:#FFF;
	height:42px;
}
.TopRightContent
{
	position: relative;
	float: left;
	width: 100%;
}
#LeftMenuShim, #LeftMenu
{
    font-size:0;
    margin:0;
    padding:0;
}
#RelatedDocuments li, #RelatedContent li, #RelatedProjectProfile li
{
    margin:2px 0 3px 15px;
}
.AddThisButton
{
    position:relative;
    float:left;
    padding-top:8px;
    padding-right:15px;
    padding-bottom:10px;
}
.PublicBreadcrumbs
{
    position:relative;
    float:left;
    width:73%;
    padding-left: 33px;
    clear: right;
}
#NewsletterSubscribe
{
    position: relative;
    float: left;
    padding: 20px 5px 10px 5px;
    font-size: 10px;
}
#SubscribeTitle
{
    padding:  0 0 10px 0;
    font-size: 12px;
}
#MemberInputFields
{
    width: 100%;
    position: relative;
    float: left;
    padding: 0 0 5px 0;
}
.SubscribeField
{
    position: relative;
    float: left;
    padding: 4px 0 4px 0;
}
.SubscribeRow
{
    position: relative;
    float: left;
    width: 100%;
}
.SubscribeFeedback
{
    position: relative;
    float: left;
    padding: 8px 0 4px 0;
}
.RSSFeedIcon {
float:left;
padding-bottom:10px;
padding-top:10px;
position:relative;
}

.RSSFeedIcon a img
{
    width:15px;
}
.PublicMainContent li
{
    margin: 2px 0 3px 15px;
}
.MemberLinkMessage
{
    position: relative;
    float: left;
    padding-top: 20px;
    text-align: center;    
}
#Member
{
    position: relative;
    float: left;
    background-color: #A09D93;  
    padding: 8px 12px;
    margin-top: 8px;
    width: 100%;
}
#MemberHeading
{
    color:White;
    font-size:14px;
}
.MemberMessage
{
    color:White;
}

/*Footer top menu repeat*/
#TopMenuNavigationRepeat ul
{
    width:100%;
    text-align:left;
}
#TopMenuNavigationRepeat ul li
{
    padding:0;
    margin:0;
    display:inline-table;
    *zoom:1;
    *display:inline;
    vertical-align:top;
    list-style-type: none;
    padding-left:27px;
    *padding-left:30px;
}
.AspNet-Menu-WithChildren twolevelmenuLast
{
	padding-right: 0;
}
/*#TopMenuNavigationRepeat ul li.twolevelmenuFirst
{
    width:53px;
}*/
#TopMenuNavigationRepeat ul li a:link, #TopMenuNavigationRepeat ul li a:visited
{
    text-decoration:none;
    font-size: 11px;
    font-weight: bold;
    color:#444F51;
}
#TopMenuNavigationRepeat ul li a:hover
{
    color:#A00054;
    text-decoration:underline;
}
#TopMenuNavigationRepeat ul ul
{
    width:80px;
    padding:0;
    margin:0;
}

#TopMenuNavigationRepeat ul ul li
{
    width:60px;
    padding:0;
    margin:0;
    position: relative;
    float: left;
    height: auto;
    
}
#TopMenuNavigationRepeat ul ul li a:link, #TopMenuNavigationRepeat ul ul li a:visited
{
    color:#A7A9AC;
    text-decoration:none;
    width: 105px;
    position: relative;
    float: left;
    padding-top: 6px;
    font-weight: normal;
}
#TopMenuNavigationRepeat ul ul li a:hover
{
    color:#A00054;
    text-decoration:underline;
}
#TopMenuNavigationRepeat li.AspNet-Menu-Leaf a.StaffEdit, #TopMenuNavigationRepeat li.AspNet-Menu-Leaf a.StaffInsert, .Manage
{
    display:none;
}
.lblChildCategoryAbstract
{
    position:relative;
    float:left;
}
#ContactNumber
{
    position: relative;
    float: right;
    width: 784px;
    padding: 0 11px 0 0;
    text-align: right;
    color: #A00054;
    font-size: 16px;
    font-weight: 700;
    height: 16px;
}
.RightImageCaption
{
    position:relative;
    float:left;
    color:#444F51;
    text-transform:uppercase;
    padding-bottom:5px;
    font-size:9px;
    letter-spacing:1px;
    top:-5px;
    line-height:20px;
}
.RelatedItems
{
    position:relative;
    float:left;
    font-size:12px;
    line-height:22px;
    width:100%;
}
