﻿/* 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)**************************************/
#SiteContent
{
	width:1000px;
	position: relative;
	margin: 0px auto 0 auto;
	background-color:#FFFFFF;
}
body
{
	font-family: Arial, Verdana;
	font-size: small;
	margin: 0;
	padding: 0;
	height: 100%;
	color: #767F78;
	background-image: url(/images/customerspecific/TopBackground.jpg);
	background-repeat: repeat-x;
	background-color: #F9F9FA;
	text-align: justify;
}
td {
	vertical-align: top; 
}
a, a:link, a:visited {
	color: #767F78;
}
h3 a:link, h3 a:visited, p a:link, p a:visited
{
    color: #767F78;
}
a:hover  {
	text-decoration: underline; 
}
.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:#00167D;
	font-family: Arial;
	font-weight: bold;
	font-size: 18px;
	margin: 8px 0 5px 0;
	padding: 0;
	font-weight: 700;
}
h2, .header2, .InputFieldHeader2
{
	color: #00167D;
	font-family: Arial;
	font-weight: bold;
	font-size: 16px;
	text-transform: none;
	margin: 9px 0 9px 0;
	padding: 0;
}
h3, .header3, .InputFieldHeader3
{
	color: #00167D;
	font-family: Arial;
	font-weight: bold;
	font-size: 14px;
	text-transform: none;
	margin: 13px 0 5px 0;
	padding: 0;
}
h4, .header4, .InputFieldHeader4, strong
{
	color: #00167D;
	font-family: Arial;
	font-weight: bold;
	font-size: 12px;
	text-transform: none;
	margin: 13px 0 5px 0;
	padding: 0;
}
p
{
	color: #767F78;
	font-family: Arial;
	font-weight: normal;
	text-transform: none;
	margin: 0 0 7px 0;
	line-height: 130%;
	text-align: justify;
	font-size: small;
}

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: 620px;
	margin: 10px 0;
	position: relative;
	float: left;
	clear: none;
	background-color: Green;
	border-left: solid White 20px;
}
.ContentContainer a, ContentContainer a:visited
{
	color: White;
}
.ContentContainer th
{
	background: #00167D;
	color: White;
	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 Solid #767F78;
}
.ContentItemAlternate
{
	background: #FFF;
	border-bottom: 1px Solid #767F78;
}
.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: 600px;
	margin: 10px 0;
	padding: 0 0 0 20px;
}

/******************************* Header (!Head) ************************************/
#Header
{
	padding: 0;
	margin: 0;
	background-image: url(/Images/CustomerSpecific/TopCurve.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	position: relative;
	float: left;
	height: 116px;
	width: 1000px;
}
/************** Banner Container (!Banner)************/
#Banner
{
	background: #FFD800;
	padding: 0;
	margin: 0;
	padding-top: 8px;
	height:50px;
	width: 770px;
	position: relative;
	float: right;
}
/*************** Search Bar (!Search) *****************/
#SearchBar
{
	float: left;
	width: 100%;
	text-align: right;
}
#SearchContentArea
{
	position: relative;
	float: right;
	width: 233px;
    height: 25px;
}
#SearchLabel
{
	position: relative;
	float: left;
	margin-top: 6px;
	color: #848377;
	font-size: 12px;
	padding: 0 0 0 450px;
}
#SearchLabel a:link, #SearchLabel a:visited
{
    color: #103D74;
	font-weight: bold;
}
.SearchTools
{
	font-size: 11px;
	padding: 10px 0;
}
.SearchTools a
{
	text-decoration: underline;
	cursor: pointer;
}
/* 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;
}
.PublicInputFieldSearch
{
    font-family: Arial, Verdana;
	font-size: 11px;
	border: 1px solid #999;
	width: 180px;
	margin: 1px 0 0px 0;
	height: 16px;
	position: relative;
	float: left;
	font-weight: bold;
	color: #AAACAD;
	padding: 4px 0 0 2px;
}

.SearchButton
{
	color: #ffffff;
	background-color: #103D74;
	height: 24px;
	width: 42px;
	font-size: 11px;
	padding: 2px 10px 2px 10px;
	border-left-color:#2171B3;
	border-top-color: #2171B3;
	border-bottom-color: #000C60;
	border-right-color: #000C60
}


/*
.SearchButton
{
	color: #ffffff;
	height: 24px;
	width: 42px;
	font-size: 11px;
	padding: 0 22px 3px 0;
	background-image: url(/Images/CustomerSpecific/SearchButtonBackground.gif);
	background-repeat: no-repeat;
	border: none;
}
*/

/********** Banner & Logo Image (!BLImage)************/
#Banner img
{
	border: 0;
	margin: 0;
	padding: 0;
	width: 998px;
	height: 156px;
}
#Logo
{
	position: relative;
	float: left;
	width: 230px;
	height: 110px;
	background-color: #FFD800;
}
#Logo img
{
    margin: 52px 0 0 20px;
    width: 185px;
}
#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;
}
#LogoAndMenu
{
    position: relative;
    float: right;
    background-color: #FFD800;
    width: 770px;
    height: 110px;
}

/********************************** Content (!Content)****************************************/
#Content
{
	margin: 0 0 0 0;
	position: relative;
	float: left;
	width: 998px;
	border-left: Solid 1px #86898A;
	border-right: Solid 1px #86898A;
	padding: 0 0 10px 0;
}
.ContentHeader
{
	position: relative;
	float: left;
	width: 100%;
	margin: 0;
	padding: 35px 0 0 0;
}
/*************** Parent Category (!Parent)***************/
#ParentCategory
{
	width: 229px;
	margin: 0;
	padding: 0 0 0 45px;
	float: left;
}
#ParentCategoryText
{
	font-size: 22px;
	padding: 6px 3px 6px 0;
	text-align: center;
	border-top:1px solid #C5C5C8;
	border-bottom:1px solid #C5C5C8;
}
#ParentCategory a
{
	color: #00167D;
	text-decoration: none;
}
#ParentCategory a:hover
{
	text-decoration: underline;
}
/**************** Breadcrumbs (!Bread)*****************/

.Breadcrumbs
{
	margin: 0 0 0 45px;
	padding: 10px 10px 5px 10px;
	float: left;
	color: Black;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
}
.BreadcrumbsItem
{
	text-decoration: none;
}
/***************** Utilities (!Util)******************/
#Utilities
{
	position: relative;
	float: right;
	padding: 10px 20px 0 0;
}
/****************************** Left Content (!LeftCt)***************************************/
#PublicLeftContent
{
	float: left;
	padding: 0 0 0 45px;
	width: 257px;
	overflow: hidden;
	position: relative;
}
#LeftMenu
{
	background-color: #E6E4E0;
	padding: 0 0 10px 0;
	border-bottom: 10px Solid White;
}
/******* LeftContent Pictures (!LCP)***********/
.ImageUpload
{
	padding-bottom: 10px;	
	height: auto;
	width: 255px;
	float: left;
}
.ImageUploadPrint
{
    display: none;
}

/************ 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: 0;
	margin: 0 0px 0 0;
	clear: right;
	width: 695px;
}
.CategoryContent
{
    position: relative;
	float: left;
	margin: 0;
	padding: 0;
	clear: right;
	
}

/****************** Home Content (!HomeCt)**********************/

.HomeContent, .DefaultContent
{
	padding: 0;
	
}
.HomeContent
{
    position: relative;
    float: left;
}
.CategoryDescription
{
	padding: 0px;
}
.DefaultContent
{
}
/********************* Case Study (!CaseStd)**********************/


.ChildCategoryItem, .ArticleItem
{
	margin: 15px 0 0 0;
	padding: 5px 0 5px 28px;
	border-top: 1px solid #CCC;
}
.CaseStudyHeader, .CaseStudyHeader a
{
	text-decoration: none;
	color: Black;
}
.CaseStudyHeader a:hover
{
	text-decoration: underline;
}
.ChildCategoryHeader a
{
	color: #00167D;
}
.ChildCategoryHeader a:hover
{
	text-decoration: underline;
	color: Black;
}
.CaseStudyImageItem img
{
    width: 150px;   
}
#HomeBanner
{
    display: none;   
}
/******** Featured Category & CaseStudy on HomePage (!Feature)*******/
FeaturedCategoryContent, .FeaturedCaseStudyContent
{
	padding: 20px;
}
#FeaturedCategory
{
	
}
#FeaturedCaseStudy
{
	overflow: visible;
	padding: 0 0 15px 0;
}
#FeaturedCategory, #FeaturedCaseStudy
{
	float: left;
	width: 170px;
	overflow: hidden;
	padding: 0 0 0 14px;
	margin: 10px 0 0 0;
}
.FeaturedHeader
{
	font-weight: 700;
	text-align: center;
	color: Black;
	width: 160px;
}
.FeaturedHeader img
{
	width:160px;
	margin: 0 0 10px 0;
}

.FeaturedHeader p
{
	font-size: medium;
}
.FeaturedLink a:link, .FeaturedLink a:visited
{
    width: 160px;
    text-align: left;
    text-decoration: none;
    color: #00167D;
    font-weight: bold;
}
.FeaturedLink
{
	text-align: left;
}
.FeaturedLink a:hover
{
    text-decoration: underline;
}
#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;
}
.CaseStudy
{
    clear: left;  
    width: 600px;
    padding: 0 0 0 20px;
}
/************ Read More link (!Readmore)*************/
.ReadMore, .ReadMore a:link
{
	color: #767F78;
	font-weight: bold;
	text-decoration: none;
	font-size: small;
}
.ReadMore a:link,.ReadMore a:visited
{
	padding: 0 0 0 3px;
}
.ReadMore a:hover
{
	text-decoration: underline;
}
.ReadMore
{
    padding: 5px 0 5px 0;
}
.ReadMore img
{
	padding: 0;
	margin: 0 0 -3px 0;
}
/**************************** Right Content (!RightCt)******************************/

#PublicMainRightContent
{
	position: relative;
	float: left;
	width: 743px;
}
#PublicRightContent
{
	position: relative;
	float: right;
	margin: 0 0px 0 0px;
	padding: 0 0 0 0px;
	position: relative;
	max-height: 100%;
	/*width: 33.5%;*/
	display: none;
}

/******************* Latest News (!News)******************/
#LatestNews
{
	overflow: hidden;
	width: 269px;
	padding: 10px 0 0 0;
}
#LatestNewsHeader
{
	color: White;
	padding: 10px 0 0 10px;
	font-size: 12px;
    text-transform: uppercase;
    background-image: url(/Images/CustomerSpecific/LatestNewsHeader.jpg);
    background-repeat: no-repeat;
    height: 35px;
    width: 283px;
}
#LatestNewsHeader a:link, #LatestNewsHeader a:visited
{
    color: White;
    text-decoration: none;
}
#LatestNewsHeader a:hover
{
    text-decoration: underline;
}
.NewsItemRow1
{
	font-size: 10px;
	color: #EEB11B;
	padding: 3px 0 10px 10px;
	font-weight: bold;
	width: 227px;
	position: relative;
	float: left;
}
.NewsItemRow1 a:link, .NewsItemRow1 a:visited
{
    color: #767F78;
    font-weight: bold;
    position: relative;
    float: left;
    width: 150px;
    padding-left: 20px;
    text-align: left;
}
.NewsDate
{
	position: relative;
	float: left;
}
.NewsItemRow2
{
	font-size: 10px;
	color: White;
	padding: 0px 0 0 15px;
}
.NewsItemRow2 img
{
	padding: 0 2px 0 0;
}
.ReadMoreLatestNews
{
	font-size: 10px;
}
.ReadMoreLatestNews a
{
	font-weight: 600;
	color: #333;
	text-decoration: none;
}
.ReadMoreLatestNews a:hover
{
	text-decoration: underline;
}
/*************** Related Content (!Related)******************/
#RelatedContent, #RelatedDocuments
{
    clear: left;
	padding: 10px 4px 0 340px;
	position: relative;
	float: left;
	width: 350px;
	clear: both;
}
#RelatedContentHeader, #RelatedDocumentsHeader
{
	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: #767F78;
}
.RelatedContentItem, .RelatedDocumentsItem
{
	margin-bottom: 5px;
	padding: 0 22px 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
{
	margin: 0 0 0 0;
	clear: both;
	height: 50px;
	background-image: url(/Images/CustomerSpecific/BottomCurve.gif);
	background-repeat: no-repeat;
	background-color: #F9F9FA;
}
#FooterRockSolid
{
	text-align: right;
	float: right;
	padding: 5px 15px 0px 15px;
	margin: 0;
}
.FooterText
{
	text-align: center;
	padding: 15px 10px 15px 10px;
	clear: left;
	margin: 0;
	font-size: 10px;
}


/************************* 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;
	
}
.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: 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
{
	color: #909090;
	font-weight: 600;
	text-decoration: none;
	font-size: small;
	padding:10px 0 0 0;
}
.JobFormArea
{
	position: relative;
	float: left;
	clear: both;	
}
#ProductListArea
{
    width: 695px;
    position: relative;
    float: left;
}
.ProductImage img
{
    width: 150px;
    height: 150px;	
}
.ProductTitle
{
	font-size: 10px;
	text-align: center;
	text-transform: uppercase;
	width: 150px;
	padding: 10px 0 0 0;
}
.ProductTitle a:link, .ProductTitle a:visited
{
    color: #767F78;    
}
.Product
{
    width: 150px;
    position: relative;
    float: left;
    padding: 0 44px 15px 28px;
}
.ProductRow
{
    position: relative;
    float: left;
}
#TextAndImage
{
    position: relative;
    float: left;
    padding: 0 0 0 20px;
    width: 600px;
}
.CategoryAbstract
{

}
.CategoryAbstract h4, .CategoryAbstract strong
{
    margin-top: 0px;   
}
.CategoryDescription
{
    
}
.UploadedImageArea
{
    position: relative;
    float: left;
    padding: 0 10px 0 0;
    width: 260px;
}
.UploadedImageAreaProductDetailPrint
{
    display: none;    
}
#HoverMessage
{
    color:#00167D;
    width: 257px;
    text-align: center;
    float: left;
}
.homePageLarge
{
    color:#00167D;
    font-size: 40px;  
}
.homePageExtraLarge
{
    color:#00167D;
    font-size: 56px;
}
#DocumentCount
{
    text-align: right;
    position: relative;
    float: left;
    width: 620px; 
    padding: 50px 0 0 0;
}
.CaseStudyAbstractContent
{
    padding: 0 0 0 0;
    position: relative;
    float: left;
    width: 600px;
    margin: 0 0 0 20px;
}
.CaseStudyImageItem
{
    padding: 0 0 0 15px;   
}
.SewingSolutionsBanner 
{
	position: relative;
	float: left;
	padding: 0px 0 0 0; 
}
#PrintLogo
{
    display: none;
}
#SewingSolutionsImage
{
    display: none;   
}
.ChildDocument
{
    display: none;   
}
#FooterTopLevelLinks a:link, #FooterTopLevelLinks a:visited
{
    text-transform: capitalize;
    text-decoration: none;
    color: #767F78;
}
#FooterTopLevelLinks a:hover
{
    text-decoration: underline;
}
#FooterCopyright
{
    padding: 5px 0 0 0;
}
#FooterTopLevelLinks img
{
    position: absolute;
    right: 0;
    padding-top:3px;
}
.NewsBorder
{
    border-top: 1px Solid #00167D;
    border-bottom: 1px Solid #00167D;
    padding: 10px 0 10px 0;
    background-color: #FFD800;
}
.NewsMonth
{
    color: Black;
    border-top: 1px Solid #00167D;
    border-bottom: 1px Solid #00167D;
    padding: 10px 0 10px 5px;
    font-weight: bold;
    background-color: #FFD800;
}
.PoweredByLogoText
{
    float:right;
}
#FooterTopLevelLinks a span
{
    position:absolute;
    bottom:27px;
    right:0px;
    text-transform: none;
}
.Depth1 a:link, .Depth1 a:visited
{
    color: #00167D;
}
.Depth2 a:link, .Depth2 a:visited
{
    color: #767F78;
}
.Depth3 a:link, .Depth3 a:visited
{
    color: #EEB11B;
}
.Depth4 a:link, .Depth4 a:visited
{
    color: #767F78;
}
.Depth1 li, .Depth2 li, .Depth3 li, .Depth4 li
{
    list-style-type: none;
    padding-bottom: 4px;
}
#Sitemap
{
    position: relative;
    float: left;
}

