/*User Selectable Styles*/
.Heading1, H1
{
}
.Heading2, H2
{
}
.Heading3, H3
{
}
.Heading4, H4
{
}

.Normal
{
    color: #111144;
    font-family: Arial, Verdana, Helvetica, Sans-Serif;
    font-size: small;
}

/* Moved from w3c.css to make available in Immediacy editor */
.accent
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 0.9em;
    background-color: #cccce5;
}

.Caption1
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-weight: bold;
}
.Caption2
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: small;
    font-weight: normal;
    font-style: italic;
}
.Caption3
{
    color: #000066;
    font-family: Verdana,Arial,Helvetica,Sans-Serif;
    font-size: small;
}
.Caption4
{
    color: #ffffff;
    font-family: Arial,Verdana,Helvetica,Sans-Serif;
    font-size: small;
    font-weight: bold;
}

/* User Table Colour Styles */
/* These styles define the basic properties for tables in the Immediacy Editor */

/* Default Table */
table.ImmTS_Default
{
    background-color: #eeeeff;
}
/* Overall table style */

table.ImmTS_Default th, table.ImmTS_Default td
{
    padding: 2px;
    margin: 2px;
}
/* Cell padding and spacing styles */

table.ImmTS_Default, table.ImmTS_Default th, table.ImmTS_Default td
{
    border: 1px solid black;
}

table.ImmTS_Default th
{
    background-color: #ccccFF;
    color: black;
}
table.ImmTS_Default tr
{
}
table.ImmTS_Default td
{
    color: black;
}

/* Template Colour Styles */
/* Changes the colour of sections of the page dependant on the style sheet in use */

#header
{
    /* Immediacy style removed */
}

#left
{
    /* Immediacy style removed */
}

/*Side Menu Color Selection Styles */

/* All Level Styles*/
#sidemenu
{
    background-color: #eeeeee;
}
#sidemenu .head
{
    color: #ffffff;
    background-color: #687BBE;
}
#sidemenu a
{
}
#sidemenu a:hover
{
}

/* Level 0 Styles */
#sidemenu a.L0
{
    color: #000000;
    background: #eeeeee;
}
/* defines level 0 link */
#sidemenu a.L0 SPAN.hc
{
    background-image: url(../../../images/rtArwGrey.gif);
}
/* defines level 0 bullet for children */
#sidemenu a.L0 SPAN.nc
{
    background-image: url(../../../images/sqBltGrey.gif);
}
/* defines level 0 bullet for no children */

#sidemenu a.L0sel
{
    color: #000000;
    background: #a5a5a5;
}
/* defines level 0 if selected page */
#sidemenu a.L0sel SPAN.hc
{
    background-image: url(../../../images/rtArwWhite.gif);
}
/* defines level 0 bullet for children if selected page */
#sidemenu a.L0sel SPAN.nc
{
    background-image: url(../../../images/sqBltWhite.gif);
}
/* defines level 0 bullet for no children if selected page*/
#sidemenu a.L0sel:hover
{
    color: #000000;
    background: #a5a5a5;
}
/* in this case effectively suppresses the hover effect for selected pages */

#sidemenu a.L0:hover
{
    color: #000000;
    background: #D5DCF5;
}
/* defines the level 0 hover effect */
#sidemenu a.L0:hover SPAN.hc
{
    background-image: url(../../../images/rtArwGrey.gif);
}
/* defines the level 0 hover bullet for children */
#sidemenu a.L0:hover SPAN.nc
{
    background-image: url(../../../images/sqBltGrey.gif);
}
/* defines the level 0 hover bullet for no children */

/* Level 1 Styles */
#sidemenu a.L1
{
    color: #000000;
    background: #dddddd;
}
#sidemenu a.L1 SPAN.hc
{
    background-image: url(../../../images/rtArwGrey.gif);
}
#sidemenu a.L1 SPAN.nc
{
    background-image: url(../../../images/sqBltGrey.gif);
}

#sidemenu a.L1sel
{
    color: #000000;
    background: #a5a5a5;
}
#sidemenu a.L1sel SPAN.hc
{
    background-image: url(../../../images/rtArwWhite.gif);
}
#sidemenu a.L1sel SPAN.nc
{
    background-image: url(../../../images/sqBltWhite.gif);
}
#sidemenu a.L1sel:hover
{
    color: #000000;
    background: #a5a5a5;
}

#sidemenu a.L1:hover
{
    color: #000000;
    background: #D5DCF5;
}
#sidemenu a.L1:hover SPAN.hc
{
    background-image: url(../../../images/rtArwGrey.gif);
}
#sidemenu a.L1:hover SPAN.nc
{
    background-image: url(../../../images/sqBltGrey.gif);
}

/* Level 2 Styles */
#sidemenu a.L2
{
    color: #000000;
    background: #d5d5d5;
}
#sidemenu a.L2 SPAN.hc
{
    background-image: url(../../../images/rtArwGrey.gif);
}
#sidemenu a.L2 SPAN.nc
{
    background-image: url(../../../images/sqBltGrey.gif);
}

#sidemenu a.L2sel
{
    color: #000000;
    background: #a5a5a5;
}
#sidemenu a.L2sel SPAN.hc
{
    background-image: url(../../../images/rtArwWhite.gif);
}
#sidemenu a.L2sel SPAN.nc
{
    background-image: url(../../../images/sqBltWhite.gif);
}
#sidemenu a.L2sel:hover
{
    color: #000000;
    background: #a5a5a5;
}

#sidemenu a.L2:hover
{
    color: #000000;
    background: #D5DCF5;
}
#sidemenu a.L2:hover SPAN.hc
{
    background-image: url(../../../images/rtArwGrey.gif);
}
#sidemenu a.L2:hover SPAN.nc
{
    background-image: url(../../../images/sqBltGrey.gif);
}

/*Top Drop Down Menu Color Selection Styles */

/* All Level Styles*/
#topdropmenu
{
    border-top: 1px solid #7183C3;
    background: #D5DCF5;
}
#topdropmenu a
{
}
#topdropmenu a:hover
{
}

/* Level 0 Styles */
#topdropmenu UL UL.L0
{
}
/* level 0 "leaf" properties - not really a leaf since its the top level */
#topdropmenu a.L0hc
{
    color: #2D407C;
    border-right: 1px solid #7183C3;
    background: #D5DCF5 url(../../../images/dnArwGrey.gif) right center no-repeat;
}
/* level 0 item with children properties. defines background color and bullet image */
#topdropmenu a.L0nc
{
    color: #2D407C;
    border-right: 1px solid #7183C3;
    background: #D5DCF5;
}
/* level 0 item with no children properties. defines background color*/

#topdropmenu a.L0hc:hover
{
    color: #000000;
    background: #ffffff url(../../../images/dnArwGrey.gif) right center no-repeat;
}
/* hover effect for level 0 with children */
#topdropmenu a.L0nc:hover
{
    color: #000000;
    background: #ffffff;
}
/* hover effect for level 0 with no children */


/* Level 1 Styles */
#topdropmenu UL UL.L1
{
    border: 1px solid black;
}
#topdropmenu a.L1hc
{
    color: #000000;
    background: #e5e5e5 url(../../../images/rtArwGrey.gif) right center no-repeat;
}
#topdropmenu a.L1nc
{
    color: #000000;
    background: #e5e5e5;
}

#topdropmenu a.L1hc:hover
{
    color: #000000;
    background: #ffffff url(../../../images/rtArwGrey.gif) right center no-repeat;
}
#topdropmenu a.L1nc:hover
{
    color: #000000;
    background: #ffffff;
}

/* Level 2 Styles */
#topdropmenu UL UL.L2
{
    border: 1px solid black;
}
#topdropmenu a.L2hc
{
    color: #000000;
    background: #d8d8d8 url(../../../images/rtArwGrey.gif) right center no-repeat;
}
#topdropmenu a.L2nc
{
    color: #000000;
    background: #d8d8d8;
}

#topdropmenu a.L2hc:hover
{
    color: #000000;
    background: #ffffff url(../../../images/rtArwGrey.gif) right center no-repeat;
}
#topdropmenu a.L2nc:hover
{
    color: #000000;
    background: #ffffff;
}

.SelectedDateStyle
{
    background: white;
    font: Verdana,Helvetica,Tahoma,Arial;
    font-size: x-small;
}

.WeekendStyle
{
    background: Lavender;
    font: Verdana,Helvetica,Tahoma,Arial;
    font-size: x-small;
}

.GoToTodayStyle
{
    background: white;
    font: Verdana,Helvetica,Tahoma,Arial;
    font-size: x-small;
}

.DayHeaderStyle
{
    background: white;
    font: Verdana,Helvetica,Tahoma,Arial;
    font-size: x-small;
}

.MonthHeaderStyle
{
    background: white;
    font: Verdana,Helvetica,Tahoma,Arial;
    font-size: x-small;
}

.WeekdayStyle
{
    background: white;
    font: Verdana,Helvetica,Tahoma,Arial;
    font-size: x-small;
}

.OffMonthStyle
{
    background: antiquewhite;
    font: Verdana,Helvetica,Tahoma,Arial;
    font-size: x-small;
}

.ClearDateStyle
{
    background: white;
    font: Verdana,Helvetica,Tahoma,Arial;
    font-size: x-small;
}

.TodayDayStyle
{
    background: gold;
    font: Verdana,Helvetica,Tahoma,Arial;
    font-size: x-small;
}
.healthcheck, .healthContactDetails, .AnswerPanel, .AllAnswersYes, .AtLeast1No
{
    line-height: 1.5;
}

.AnswerPanel th
{
    color: Red;
}

DIV.FreeTrialBox
{
    background-image: url(../../../images/nw/rhl/Purple_box.png);
    background-repeat: no-repeat;
    width: 227px;
    height: 103px;
    float: left;
    margin-top: 15px;
}

DIV.FreeHealthCheckBox
{
    background-image: url(../../../images/nw/rhl/Blue_box.png);
    background-repeat: no-repeat;
    width: 227px;
    height: 103px;
    float: left;
    margin-top: 0px;
}
DIV.TrainingBox
{
    background-image: url(../../../images/nw/rhl/Green_box.png);
    background-repeat: no-repeat;
    width: 227px;
    height: 103px;
    float: left;
    margin-top: 15px;
}

DIV.ContactUsBox
{
    background-image: url(../../../images/nw/rhl/Pink_box.png);
    background-repeat: no-repeat;
    width: 227px;
    height: 103px;
    float: left;
    margin-top: 15px;
}

DIV.ELMentorLive
{
    margin-bottom: 15px;
}

DIV.HSMentorLive
{
    margin-bottom: 15px;
}

IMG.FindOutMoreFT
{
    float: right;
    margin-right: 10px;
    margin-top: -10px;
}

IMG.FindOutMore
{
    float: right;
    margin-right: 10px;
    margin-top: -10px;
}

/* SPAN selector is for IE rendering of DOM in IE6 */
SPAN.FindOutMoreFT
{
    _margin-top: -25px;
    _margin-left: 130px;
}

SPAN.FindOutMore
{
    _margin-top: -10px;
    _margin-left: 130px;
}

/* MentorLive Landing Page */
DIV.EmploymentLawLandingService
{
    background-image: url(../../../images/refresh/call_to_action_bg.png);
    background-repeat: no-repeat;
    width: 189px;
    height: 110px;
    float: left;
    margin-top: 15px;
    margin-right: 15px;
}

DIV.HealthSafetyLandingService
{
    background-image: url(../../../images/refresh/call_to_action_bg.png);
    background-repeat: no-repeat;
    width: 189px;
    height: 110px;
    float: left;
    margin-top: 15px;
}

DIV.NewsArticleDelim
{
    background-image: none;
    /*background-image: url(../../../images/scrolldelim.gif);*/
    background-repeat: no-repeat;
    width: 200px;
}

.LatestNewsLandingHeading
{
    color: #333366;
    font-size: 1.3em;
}

.LandingPageButtonHeading
{
    font-size: 12pt;
    margin-left: 5px;
    margin-right: 5px;
}

DIV.LandingPageNewsItems
{
    margin-left: 5px;
    margin-right: 5px;
}

DIV.LatestNewsLandingPage
{
    width: 227px;
    float: right;
    background-image: url(../../../images/nw/RHL/News_Box_Large2.png);
    background-repeat: no-repeat;
    height: 400px;
}

.FindOutMoreLanding
{
    float: right;
    margin-top: 15px;
}

#header,
#subMenu,
#subpage,
#subcanvas,
#header div {
	overflow: hidden;
}

/* Page header / breadcrumbs & footer */
#header,
#subMenu,
#subpage {
	float: none;
}

/* Header */
#searchBox {
    padding-right: 10px;
    padding-top: 3px;
	width: 200px;
}

#header #searchBox a.NWButton {
    margin-left: 4px;
}

#header #ebanking {
    margin-right: 0;
	padding-right: 10px;
}

#subMenu {
   width: 966px;
}

#subMenu li {
	margin-bottom: 2px;
}

#subMenu li.imgFollowUs {
    margin-right: -2px;
}

/* Homepage elements */
/* General homepage font colours etc */
#home {
	/*clear: none;*/
}

#home, #home h2, .ServiceBoxLink a {
    color: #2a254b;
}

/* Homepage header / slider area */
#homepod {
    background-image: url(../../../images/refresh/homepod-bg.png);
    margin-left: 14px;
    position: relative;
}

#podintro {
    margin:  2px 0 0 10px;
}

#podintro h1 {
    color: #2a254b;
    font-size: 2.3em;
}

#podintro h2 {
    font-size: 1.5em;
    margin-left: 1px;
}

#podintro img.podbut1 {
    bottom: 0;
    left: 0;
    margin: 0;
	position: absolute;
}

.anythingSlider {
    float: none;
    height: 160px;
    left: 553px;
	margin: 0;
    overflow: hidden;
    position: absolute;
	top: 35px;
    width: 365px;
}

.anythingSlider .jwrapper,
.anythingSlider ul li{
	height: 165px;
	width: 365px;
}

.anythingSlider ul li {
	padding: 10px 5px;
}

.jwrapper ul li img {
	margin: 0 5px 5px 0;
}

.jwrapper ul .iteminfo,
.jwrapper ul .video .iteminfo {
   height: 165px;
   width: 260px;
}

.jwrapper ul .video .iteminfo {
	width: 135px;
}

.anythingSlider .arrow {
    top: 65px;
}

.anythingSlider .forward {
	right: 0;
}

.jwrapper ul h4 {
	font-size: 14px;
	font-weight: 700;
}

.jwrapper ul h4,
#ELVideoHeading,
#HSVideoHeading {
    display: block;
	float: none;
	margin-bottom: 5px;
    margin-top: 0;
}

.jwrapper ul h5,
#eqSub,
#VideoH5Sub,
#H5HighlightSub{
	font-size: 12px;
	margin-bottom: 5px;
	margin-top: -11px;
}

.jwrapper ul p.casedetails,
.jwrapper ul p.casemore {
	bottom: 10px;
	float: none;
}

/* Services boxes */
#ServicesContainer {
    height: auto;
    margin-top: 0;
  	margin-left: 0;
   	padding-left: 12px;
    width: 487px;
}

#ServicesContainer .ServiceBox {
    background-image: url(../../../images/refresh/ServiceBox.png);
    height: 112px;
   	margin-bottom: 16px;
	overflow: hidden;
    position: relative;
	width: 224px;
}

#ServicesContainer .ServiceBox a {
    text-decoration: none;
}

#ServicesContainer, #NewsContainer, .CallToActionContainerContact {
	margin-bottom: 0;
}

#ELServiceBox, #ENServiceBox, #TaxServiceBox {
    margin-right: 16px;
}

#ENServiceBox, #TaxServiceBox,
#LitServiceBox, #TraServiceBox {
	margin-top: 0;
}

.ServiceBoxLink {
    bottom: 10px;
	float: none;
	margin:  0;
	position: absolute;
    right: 10px;
}

.ServiceBoxLink a, 
#subpage .contentPod ul a {
	/*background: transparent url(../../../images/refresh/findoutmore_home.png) top left no-repeat;*/
	/*display: none;*/  /*display: block;*/
    /*text-indent: -10000px;*/
    /*width: 100px;*/
    height: 18px;
}

.ServiceBoxHeading {
    font-size: 1.2em;
    margin-top: 15px;
}

/* News container */
#NewsContainer {
    background-image: url(../../../images/refresh/news_box.png);
    height: 368px;
    margin-top: 0;
}

.NewsItems {
    height: 328px;
    margin-top: 6px;
}

/* Call to action */
#home .CallToActionContainerContact {
	padding-right: 15px;
    margin-top: -2px;
}

img.ImmControlAlign_Right {
    float: right;
}

/* Call to action / RH boxes */
div.HSMentorLive,
div.FreeHealthCheckBox, 
div.FreeTrialBox, 
div.TrainingBox, 
div.ContactUsBox {
   	float: none;
	padding-top: 2px;
	position: relative;
}

div.FreeHealthCheckBox, 
div.FreeTrialBox, 
div.TrainingBox, 
div.ContactUsBox {
    background-image: url(../../../images/refresh/call_to_action_bg.png);
    height: 113px;
}

div.FreeTrialBox, div.TrainingBox, div.ContactUsBox {
    margin-top: 13px;
}

/* IMPORTANT */
/* Class name added to img  */
/*div.CallToActionContainerContact img*/ 
div.CallToActionContainerContact img.FindOutMore,
div.CallToActionContainerContact img.FindOutMoreFT{
	bottom: 9px;
    position: absolute;
    right: 0;
}

/* IMPORTANT */
/* This needs to be removed */
.NewsItems img {
   /* margin:  0 0 -8px 0;*/
}

.ArticleTitleLink {
	margin-top: -4px;
}

#NewsContainer h2 {
    font-size: 1.8em;
}

#subpage .mainContent h2 {
    font-size: 2em;
    margin-top: 0;
}

#NewsContainer .NewsHeading {
	margin:  4px 0;
}

#NewsContainer .NewsItems {
    margin-left: 1px;
    margin-right: 1px;
}

#NewsContainer a {
    display: block;
    padding: 0 8px;
    text-decoration: none;
    color: #2a254b;
    line-height: 1.3em;
}

/* Sub pages */
#subpage #menu {
    background-image: url(../../../images/refresh/nav_menu_topbg.png);
	/*display: block;
	float: none;
	left: 10px;*/
 	margin-left: 10px;
	margin-right: 0;
	margin-top: 0;
	/*position: absolute;*/
    width: 230px;
}

#subpage #menuNav {
    background-image: url(../../../images/refresh/nav_menu_bottombg.png);
    width: auto;
}

#subpage #menuNav .last {
    height: 34px;
    margin:  7px 0 0 5px;
}

#subpage #menuNav .last a.current {
    font-size: 1.3em;
    font-weight: normal;
    color: #fff;
}

#subpage #menuNav .last a.current:hover {
    text-decoration: none;
}

/* Remove the chevron from menu headings */
#subpage #menuNav .last img {
    display: none;
}

/* Menu items */
#subpage #menuNav ul li ul{
    margin:  0 0 0 4px;
    padding:  0 0 5px 0;
}

/* Put the chevrons on the top level items to the right */
#subpage #menu ul li ul li{
    background:  url(../../../images/refresh/menu_chevron.png) 100% 50% no-repeat;
    padding-right: 24px;
    *background: none;
    *padding-right: 0px; /* hack for IE7 */
    *padding-bottom: 5px;
}

#subpage #menu ul li ul li.L0{
    *background:  none; /* hack for IE7 */
}

#subpage #menu ul li ul li.L0sel{
    *background:  none; /* hack for IE7 */
}

#subpage #menu ul li ul li.L1{
    *background:  none; /* hack for IE7 */
}

#subpage #menu ul li ul li.L1sel{
    *background:  none; /* hack for IE7 */
}

#subpage #menu ul li ul li.L2{
    *background:  none; /* hack for IE7 */
}

#subpage #menu ul li ul li.L2sel{
    *background:  none; /* hack for IE7 */
}

#subpage #menu li li {
    margin:  0 4px 0 0;
}

#subpage #menu ul ul {
    margin:  0;
}

#subpage #menu ul ul ul {
    margin:  0;
}

#subpage #menu ul li ul ul li {
    padding-left: 14px;
    *padding-left: 0px;
}

#subpage #menu ul li ul ul ul li {
    padding-left: 28px;
    *padding-left: 14px; /* hack for IE7 */
    *padding-bottom: 5px;
}

#subpage #menu li li {
    padding:  5px 0;
    border-top:  1px solid #fff;
    border-bottom:  1px solid #c7c7d9;
}

#subpage #menu li li a {
    background: none;
    *margin-left: 0px;
}

#subpage #content .subContent .mainContent h1 {
    font-size: 2em;
}

p.CallToActionHeading, 
p.CallToActionHeadingFT {
    font-size: 1.8em !important;
	margin:  4px 10px 0;
}

p.CallToActionSubHeadingFT {
	float: right;
	margin: 10px 0 0 0;
	padding-right: 10px;
}

p.CallToActionSubHeadingFT b {
    font-size: 0.8em;
}

.FreeTrialBox p.CallToActionHeadingFT {
	clear: none;
   	display: inline;
    float: left;
	margin: 4px 0 0;
	padding: 0 10px;
    width: 85px;
}

p.CallToActionBody, p.CallToActionBodyFT {
    clear: both;
	font-size: 1.3em !important;
}

#subpage #content {
	color: #161849;
	/*width: 726px;*/
	margin-top: -10px;
}

#subpage #content .mainContent,
#subpage #content .subContent,
#subpage #content .subContent .mainContent {
	float: left;
    margin: 0;
    padding: 0;
	position: relative;
	/*max-width: 489px;*/
}

/* Services / other dual-column pages */
#subpage #content #boxitems-inside .mainContent .doubleCol {
    width: 464px;
    padding-bottom: 24px;
    position: relative;
    /*background: #ECEDFC url(../../../../images/nw/bg/double_column.gif) 0px 100%;  DK added to fix Other work */
    background: #FFFFFF url(../../../images/nw/bg/double_column.gif) 0px 100%; 
}

#subpage #content #boxitems-inside .mainContent .pod_left,
#subpage #content #boxitems-inside .mainContent .pod_right {
    width: 206px !important;
}

/* Services / other dual-column pages on Standard template pages */
/*#subpage #content .mainContent .doubleCol {
    width: 464px;
    padding-bottom: 24px;
    position: relative;
    background: #FFFFFF url(../../../images/nw/bg/double_column.gif) 0px 100%;
}*/


#subpage #content .mainContent .pod_left,
#subpage #content .mainContent .pod_right {
    width: 206px !important;
}

#subpage .contentPod {
    padding:  0 9px;
}

#subpage .contentPod h3 {
    font-size: 1.2em !important;
    margin: 6px 0 6px 0;
}

#subpage .contentPod a {
    text-decoration: none;
}

#subpage .contentPod ul {
    list-style:  none;
    margin:  0;
    padding:  0;
}

#subpage .contentPod ul {
    /*position: absolute; */
    bottom: 0px;
    margin:  0;
    clear: both;
}

#subpage #content #boxitems-inside .mainContent .pod_left ul {
    left: 110px;
}

#subpage #content #boxitems-inside .mainContent .pod_right ul {
    right: 9px;
}

#subpage #content .mainContent .pod_left ul {
    left: 110px;
}

#subpage #content .mainContent .pod_right ul {
    right: 9px;
}

/* Login page */
.login {
    width: auto;
}

.login h3 {
    margin-top: 0;
}

.login label,
.login input {
	padding: 7px 0 5px;
}

.login label {
	padding-right: 10px;
    text-align: right;
    width: 100px;
    float: left;
    margin:  0;
}

.login input {
    background: url(../../../images/refresh/input_bg.png) no-repeat 0 50%;
	border: 0;
	clear: none;
    margin-top: 2px;
	margin: 0;
	padding: 6px 13px 6px 6px;
    width: 90px;
}

.login .passwordchallenge input {
	background: url(../../../images/refresh/input_bg_small.png) no-repeat 0 50%;
	width: 20px !important;
}

.login p {
    padding: 12px 0 0 0;
	float: none !important;
}

.login p span {
    display: block;
    clear: both;
    padding-bottom: 6px;
}

.mainContent a.next_button {
    background-image: url(../../../images/refresh/login_next.gif);
    width: 49px;
    height: 30px;
    margin-left: 111px;
}

.mainContent a.forgot_password_button {
    background-image: url(../../../images/refresh/login_forgot.gif);
    width: 116px;
    height: 30px;
    margin-left: 8px
}

/* IMPORTANT */
/* 2 new buttons - guessing class names as no access to page */
.mainContent a.back_button {
    background-image: url(../../../images/refresh/login_back.gif);
    width: 50px;
    height: 30px;
    margin-left: 111px;
}

.mainContent a.login_button {
    background-image: url(../../../images/refresh/login_login.gif);
	float: left;
    width: 57px;
    height: 30px;
    margin-left: 8px
}

/* Case studies page */
.ClientQuote {
    float: none;
    font-size: 12pt;
    width: 220px;
}

/* Remove borders */
.nobrd {
    border:  none !important;
}

.notopmargin {
    margin-top: 0 !important;
}

/* Footer */
#natwestFooter {
    padding-top: 1px;
}

noscript {
    display: none;
}

.TellMeMoreContent{
   /* width: 100% !important;*/
}

.panMenuTellMeMore{
    visibility: hidden;
}


