﻿/* Colours used

#EAEAEA - light grey background colour
#D7D7D7 - slightly darker light grey used for borders and bars etc
#464646 - main font colour
#1470b9 - mid blue used for nav hover effects and some text elements
#273996 - bright dark blue used in nav and header of links panels..
#00A3E6 - very bright cyan used in nav and header etc

*/

/*  General Items */

body 
{
	background-color: #EAEAEA;
	color: #464646;
	font-size: 62.5%;
	font-family: Arial, Verdana, Helvetica, sans-serif;
}

a
{
	text-decoration: none;
	color: #464646;
}

a:hover
{
	text-decoration: underline;
}

.clear
{
	clear: both;
}

.tclear
{
	clear: both;
	height: 0px;
	font-size: 0px;
}

.center
{
	text-align: center;
}

strong
{
	font-weight: bold;
}

div.peopleLink
{
	background-image: url('/Lib/Img/PeopleLink.png');
	height: 33px;
	padding-top: 35px;
	padding-left: 40px;
	font-size: 1.1em;
}

div.peopleLink a
{
	color: #EAEAEA;
	display: block;
	margin-right: 8px;
	padding-left: 8px;
	padding-top: 6px;
	padding-bottom: 5px;
	background-image: url('/Lib/Img/WhiteArrowRight.png');
	background-position: right 8px;
	background-repeat: no-repeat;
}

div#ClaimsLinksWrap
{
	float: left;
	width: 207px;
}

div#QuickLinksWrap
{
	float: right;
	width: 207px;
}

em
{
	font-style: italic;
}

strong
{
	font-weight: bold;
}

input, textarea
{
	font-size: 1.0em;
}

textarea
{
	overflow: auto;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	height: 76px; /* default height */
}

input.tb, input.tbActive, textarea.tb, textarea.tbActive
{
	border: 1px solid #888888;
	padding: 3px;
	font-weight: normal;
	width: 164px; /* default width */
}

textarea.tb, textarea.tbActive
{
	width: 200px; /* default width for text areas */
}

input.tbActive, textarea.tbActive
{
	background-color: #EFEFEF;
}

div.errorPanel
{
	border: 2px solid #EE0000;
	background-color: #CCCCCC;
	margin-top: 12px;
	padding: 6px;
	color: #EE0000;
	font-weight: bold;
}

div.errorPanel ul
{
	font-weight: normal;
	margin-left: 40px;
	margin-top: 6px;
}

div.errorPanel ul li
{
	margin-left: 16px;
	list-style-type: disc;
}

a.buttonLink
{
	background-color: #273996;
	color: #EAEAEA;
	display: block;
	padding-left: 8px;
	padding-right: 8px;
	padding-top: 6px;
	padding-bottom: 6px;
	background-image: url('/Lib/Img/WhiteArrowRightDark.png');
	background-repeat: no-repeat;	
	font-weight: normal;
	background-position: 80px 8px; /* default background position */
	width: 82px; /* default width */
	text-decoration: none;
}

a.buttonLink:hover
{
	background-image: url('/Lib/Img/WhiteArrowRightMid.png');
	background-color: #1470b9;
	text-decoration: none;
}

/* End of General Items */

/* Master Page Items */

div#HeaderWrap
{
	height: 191px;
	background-image: url('/Lib/Img/GreyBar.png');
	background-repeat: repeat-x;
	background-position: left bottom;
}

div#BackgroundPeople
{
	height: 191px;
	background-image: url('/Lib/Img/BackgroundPeople.png');
	background-repeat: no-repeat;
	background-position: center bottom;
}

div#Header
{
	margin: 0 auto;
	width: 750px;
	height: 191px;
	background-image: url('/Lib/Img/Header1.png');
	background-repeat: no-repeat;
}

div#Header div#HeaderTop
{
	height: 23px;	
}

div#Header div#QuickLinks
{
	float: left;
	font-size: 1.1em;
	padding-top: 3px;
	padding-left: 8px;
}

div#Header div#QuickLinks span
{
	padding-left: 4px;
	padding-right: 4px;
	font-size: 1.2em;
}

div#Header div#QuickContact
{
	float: right;
	font-size: 1.2em;
	padding-top: 2px;
	padding-right: 9px;
	color: #EAEAEA;
}

div#Header div#QuickContact span
{
	padding-left: 4px;
	padding-right: 4px;
	font-size: 1.3em;
}

div#Header div#QuickContact a
{
	color: #EAEAEA;
	text-decoration: underline;
}

div#Header div#QuickContact a:hover
{
	text-decoration: none;
}

div#Header div#LogoWrap
{
	height: 120px;
	padding-left: 20px;
	padding-top: 7px;
}

div#Header h1
{
	float: left;
	color: #EAEAEA;
	font-size: 1.2em;
	font-weight: bold;
	padding-top: 8px;
	padding-left: 25px;
}

div#Header div#Nav
{
	float: right;
	width: 441px;
}

div#Header div#Nav div
{
	float: left;
}

/* individual divs for second level of nav (About Us onwards)*/
div#Header div#Nav div
{
	background-image: url('/Lib/Img/NavSeparator.png');
	background-position: left top;
	background-repeat: no-repeat;
	padding-left: 1px;
}

/* override for first/home */
div#Header div#Nav div.first
{
	background-image: none;
	padding-left: 0px;
}

div#Header div#Nav a
{
	color: #EAEAEA;
	height: 24px; /* height, top and bottom padding combined = 40px */
	padding: 9px;
	padding-left: 22px;
	padding-right: 21px;
	font-size: 1.1em;
	display: block;
	white-space: nowrap;
}

div#Header div#Nav div a:hover
{
	background-image: url('/Lib/Img/NavHover.png');
	background-repeat: repeat-x;
	text-decoration: none;
}

div#Header div#Nav div.first a:hover
{
	background-image: url('/Lib/Img/NavHover-Home.png');
	background-repeat: repeat-x;
	text-decoration: none;
}

div#Header div#Nav div.active a, div#Header div#Nav div.active a:hover
{
	background-image: url('/Lib/Img/NavActive.png');
	background-repeat: repeat-x;
}

div#Header div#Nav div.homeActive a, div#Header div#Nav div.homeActive a:hover
{
	background-image: url('/Lib/Img/NavActive-Home.png');
	background-repeat: repeat-x;
}

div#ContentWrap
{
	margin: 0 auto;
	padding-top: 1px;
	width: 747px;
	background-image: url('/Lib/Img/Feet.png');
	background-repeat: no-repeat;
	border-left: 1px solid #D7D7D7;
	border-right: 1px solid #D7D7D7;
}

div#ContentWrap h1
{
	font-size: 1.6em;
	font-family: Arial Narrow, Arial, Verdana, Helvetica, sans-serif;
	font-weight: bold;
	margin-bottom: 6px;
}

div#ContentWrap p
{
	padding-top: 12px;
	font-size: 1.1em;
}

div#ContentWrap p a
{
	color: #1470b9;
}

div#ContentWrap p a:hover
{
	
}

div#Spacer
{
	height: 308px;
}

div#Footer
{
	background-image: url('/Lib/Img/GreyBarThick.png');
	background-repeat: repeat-x;
	text-align: center;
}

div#Footer div#Links
{
	font-size: 1.1em;
	margin: 0 auto;
	height: 7px;
	width: 406px;
	padding-top: 9px;
}

div#Footer div#Links div
{
	float: left;
	padding-left: 6px;
	padding-right: 5px;
	border-left: 1px solid #464646;
}

div#Footer div#Links div.first
{
	border: 0px;
}

div#Footer div#Copyright
{
	clear: both;
	padding-top: 12px;
}

div.womanFooter
{
	background-image: url('/Lib/Img/WomanShadow.png');
	background-repeat: no-repeat;
	margin: 0 auto;
	width: 720px;
	height: 60px;
}

div.breadCrumbs
{
	padding: 6px;
	padding-left: 22px;
	margin-left: 1px;
	margin-right: 1px;
	font-size: 1.1em;
	background-image: url('/Lib/Img/BreadCrumbFeet.png');
	background-repeat: no-repeat;
	background-position: -1px -1px;
	color: #273996;
}

div.breadCrumbs a
{
}

div.breadCrumbs span.separator
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

/* End of Master Page Items */

/* Sub Nav styling */

div#SubNav 
{
	margin-top: 10px;
	background-image: url('/Lib/Img/CM.png');
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-bottom: 164px;
}

div#SubNav a
{
	font-size: 1.1em;
}

div#SubNav div
{
	border-bottom: 2px solid #00A3E6;
	background-color: #273996;
	padding: 15px;
	padding-top: 9px;
	padding-bottom: 9px;
	
}

div#SubNav div a
{
	color: #FFFFFF;
	font-weight: bold;
}

div#SubNav div.level
{
	background-color: transparent;
	padding: 0px;
	margin: 0px;
	border: 0px;
}

div#SubNav div.level div
{
	border: 0px;
	background-color: #D7D7D7;
	background-image: url('/Lib/Img/BlackArrowRight.png');
	background-repeat: no-repeat;
	background-position: 13px 9px;
	margin-bottom: 0px;
	padding: 8px;
	padding-left: 34px;
	border-bottom: 1px dotted #464646;
}

div#SubNav div.level div a
{
	color: #464646;
	font-weight: normal;
}

div#SubNav div.level div.level
{
	background-color: transparent;
	background-image: none;
	padding: 0px;
	margin: 0px;
	border: none;
}

div#SubNav div.level div.level div
{
	background-image: none;
	background-color: transparent;
	padding: 4px;
	padding-left: 34px;
}

/* End of Sub nav styling */

/* Two Column Master Page Items */

div#TwoColumnLeft
{
	float: left;
	width: 253px;
	margin-left: 9px;
}

div#TwoColumnRight
{
	float: right;
	width: 438px;
	padding-right: 24px;
	padding-top: 34px;
}

/* End of Two Column Master Page Items */

/* General Content Master Page Items */

div#ContentDisplayWrap
{
	padding-bottom: 14px;
}

/* End of General Content Master Page Items */

/* Left Column Items (Various Pages) */

div#WomanWrap
{
	background-image: url('/Lib/Img/Woman.png');
	background-repeat: no-repeat;
	height: 368px;
}

div#ContactWrap
{
	margin-top: 1px;
	background-image: url('/Lib/Img/Contact.png');
	background-repeat: no-repeat;
	height: 368px;
}

/* End of Left Column Items */

/* Specific items for Homepage */

div#HomeContent
{
	
}

div#HomeContent div.peopleLink
{
	float: right;
	width: 132px;
	margin-top: 8px;
	margin-bottom: 8px;
}

div#HomeContent div.homepageNote
{
	float: left;
	width: 250px;
	margin-top: 8px;
	color: #273996;
}

div#HomeContent div.homepageNote p
{
	padding: 0px;
	margin: 0px;
	text-align: center;
}

div.bodyWrapHome
{
	height: 112px;
	overflow: auto;
}

/* End of Specific items for Homepage */

/* Specific items for contact page */

dl#DirectContact
{
	margin-top: 16px;
	font-weight: bold;
	font-size: 1.1em;
}

dl#DirectContact dt
{
	float: left;
	text-align: right;
	width: 166px;
	padding: 3px;
}

dl#DirectContact dd
{
	padding: 3px;
	float: left;
	width: 212px;
	color: #1470b9;
}

dl#DirectContact a
{
	color: #1470b9;
	text-decoration: underline;
}

dl#DirectContact a:hover
{
	text-decoration: none;
}

div#SendUsAMessageWrap
{
	padding-bottom: 16px;
}

div#SendUsAMessageWrap a.buttonLink
{
	width: 104px;
	background-position: 102px 8px; /* default background position */
	margin: 0 auto;
}

div#SubmitContact
{
	/* set the background equal to the rollover bg image used on the contact form to prevent rollover image load delay */
	background-image: url('/Lib/Img/WhiteArrowRightMid.png');
	background-position: -200px;
	background-position: -200px;
	background-repeat: no-repeat;
}

div#SubmitContact dl
{
	margin-top: 16px;
	font-weight: bold;
}

div#SubmitContact dl dt
{
	float: left;
	text-align: right;
	width: 166px;
	padding: 3px;
	padding-top: 6px;
}

div#SubmitContact dl dd
{
	padding: 3px;
	float: left;
	width: 212px;
	color: #464646;
	font-weight: normal;
}

div#SubmitContact dl dd.txt
{
	padding-top: 6px;
}

div#SubmitContact div#Done
{
	padding-bottom: 235px;
}

div#ContactLegal
{
	padding-top: 18px;
	padding-bottom: 18px;
}

div#ContactLegal p
{
	padding-top: 4px;
}

/* End of Specific items for contact page */

/* Specific items for statements page */

div#LegalInfo
{
	padding-left: 16px;
	padding-right: 16px;
}

div#LegalInfo p
{
	font-size: 1.0em;
	padding-top: 0px;
	padding-bottom: 8px;
}

/* End of Specific items for statements page */

/* ContentDisplay */

div#ContentDisplay
{
	
}

div#ContentDisplay ul 
{
	font-size: 1.1em;
	margin-top: 12px;
	margin-left: 20px;
}

div#ContentDisplay ul li
{
	list-style-type: disc;
	padding-bottom: 4px;
}

/* End of ContentDisplay */

/* Holding/Offline and Error Page */

div#HoldingPage, div#ErrorPage
{
	margin: 0 auto;
	width: 700px;
	text-align: center;
	margin-top: 30px;	
}

div#HoldingPage p, div#ErrorPage p
{
	font-size: 1.1em;
}

div#HoldingPage p a, div#ErrorPage p a
{
	text-decoration: underline;
}

div#HoldingPage p a:hover, div#ErrorPage p a:hover
{
	text-decoration: underline;
}

div#HoldingPage dl#DirectContact
{
	width: 310px;	
	margin: 0 auto;
	margin-bottom: 54px;
}

div#HoldingPage dl#DirectContact dt
{
	width: 140px;
	margin-right: 0px;
}

div#HoldingPage dl#DirectContact dd
{
	width: 156px;
	text-align: left;
	padding-left: 3px;
	margin-left: 0px;
}

div#HoldingPage div#HoldingLegal
{
	clear: both;
	padding-top: 20px;
}

div#HoldingPage div#HoldingLegal p
{
	margin-bottom: 4px;
	margin-top: 0px;
}

/* End of Holding/Offline and Error Page */