  
body {
  margin:0;
  padding:0;
  font-family: Arial, Helvetica, sans-serif;
  background-color: #fff;
}

div, p, img, h1, h2, h3, h4, h5, h6, ul, li, form, button {
  margin:0;
  padding:0;
  border:0;
  color: #333;
}

a, input {
	color: #104df6;
	text-decoration: none;
}

div#container {
	margin-left: auto;
	margin-right: auto;
	width: 942px;
}

div#logo {
	height: 124px;
}
img#logo-image {
	display: block;
	float: left;
	margin-top: 25px;
}
div#logo-toplinks {
	margin-top: 5px;
	margin-right: 10px;
	float: right;
}
div#logo-toplinks a {
	color: #37f;
}
div#logo-toplinks a.toplink {
	display: block;
	float: left;
	padding-left: 10px;
	background: url('images/arrow-right-8x11.png') 2px 3px no-repeat;
}
div#logo-toplinks p.textsize {
	display: inline;
	color: #888;
}
div#logo-toplinks p.textsize a {
	color: #49f;
	font-weight: normal;
}
div#logo-toplinks p.textsize a.size2 {
	font-size: 13px;
}
div#logo-toplinks p.textsize a.size3 {
	font-size: 16px;
}
div#logo-toplinks p.textsize a.size4 {
	font-size: 20px;
}
div#logo-toplinks p.textsize a.selected {
	text-decoration: underline;
}
.toplink-separator {
	color: #37f;
	font-size: 18px;
}

/*** SITE SEARCH ***/

div#site-search {
	float: right;
	text-align: right;
	margin-top: 50px;
	margin-right: 6px;
}

input#site-search-text {
	padding-left: 3px;
	color: #46d;
}

input#site-search-button {
	padding: 0px;
	text-align: center;
	width: 75px;
}

div#site-search input.disabled {
	color: #999;
}
div#site-search input.enabled {
	color: #46d;
}

/*** SEARCH RESULTS ***/

div#searchresults {
	margin: 0px 10px 0px 6px;
}

div#searchresults div.pagenumbers {
	margin: 25px 0px 0px 0px;
	text-align: center;
}
div#searchresults div.pagenumbers a {
}

div#searchresults h1 {
	font-weight: normal;
	color: #4e52d0;
	padding: 5px 0px 12px 0px;
}

div#searchresults a.resultlink {
	clear: both;
	display: block;
	text-decoration: underline;
	margin: 16px 0px 1px 0px;
	padding-left: 20px;
	background: url('images/arrow-right-8x11.png') 3px 4px no-repeat;
}

div#searchresults p {
	margin: 3px 0px 7px 20px;
	color: #555;
}


/*** NAVBAR ***/

div#navbar {
  height: 37px;
  background: url('images/menu-bg-942x37.png') no-repeat;
  margin-bottom: 20px;
}
div#navbar ul {
  margin: 0px;
  padding: 0px;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  color: #FFF;
  line-height: 37px;
  white-space: nowrap;
}
div#navbar li {
  list-style-type: none;
  display: inline;
}
div#navbar li a {
  text-decoration: none;
  padding: 6px 13px 5px 14px;
  margin-right: -6px;
  color: #FFF;
  background: url('images/menu-separator-2x28.png') no-repeat;
}
div#navbar li a.home {
  margin-left: 16px;
  padding-right: 16px;
  background: transparent;
}
div#navbar li a:link {
  color: #FFF;
}
div#navbar li a:visited {
  color: #FFF;
}
div#navbar li a:hover {
  color: #ff3;
}

div#navbar.home #navhome {
  cursor: default;
  background: transparent;
	color: #ff3;
}
div#navbar.why #navwhy,
div#navbar.thinking #navthinking,
div#navbar.homecare #navhomecare,
div#navbar.rescare #navrescare,
div#navbar.legal #navlegal,
div#navbar.contact #navcontact {
	color: #ff3;
  background-color: #3366FF;
}


/*** RIGHTCOL ***/

div#rightcol {
	width: 231px;
	float: right;
}

a#rbl_scotland_link {
	display: block;
	float: left;
	margin: 8px 0px 5px 18px;
	padding: 15px 10px 15px 53px;
	font-weight: bold;
	background: url('images/britishlegion-scotland-45x65.jpg') no-repeat;
}

a#firststop_link {
	display: block;
	float: left;
	margin: 8px 0px 5px 30px;
}

/*** MAIN ***/

div#main {
	width: 687px;
	float: left;
}

div#leftcol {
	width: 188px;
	float: left;
}

div#centre {
	width: 473px;
	float: right;
}

div#centre img {
	margin: 0px 0px 11px 0px;
}
div#centre h1 {
	font-weight: normal;
	color: #4e52d0;
	margin: 5px 0px 12px 0px;
}
div#centre h2 {
	font-weight: normal;
	color: #4e52d0;
	margin: 15px 0px 7px 0px;
}
div#centre p {
	margin: 1px 0px 9px 0px;
}
div#centre ul {
  margin: 2px 0px 9px 0px;
  padding: 0px;
  padding-left: 30px;
}
div#centre li {
	padding: 2px 0px 7px 5px;
}
div#centre a.usefullink {
	margin-left: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
	display: block;
	background: url('images/arrow-right-8x11.png') 2px 3px no-repeat;
}
div#centre a.innerlink {
	margin-left: 0px;
	margin-top: 12px;
	padding-bottom: 0px;
	padding-left: 20px;
	display: block;
	background: url('images/arrow-right-8x11.png') 2px 3px no-repeat;
}
div#centre a.indent1 {
	margin-left: 20px;
}
div#centre a.indent2 {
	margin-left: 40px;
}
div#centre a.indent3 {
	margin-left: 60px;
}
div#centre a.indent4 {
	margin-left: 80px;
}
div#centre a.faqlink {
	margin: 17px 0px -2px;
	padding-left: 20px;
	display: block;
	background: url('images/arrow-right-8x11.png') 2px 3px no-repeat;
}
div#centre div.faq-separator {
	border-top: 1px solid #aaa; 
	margin-top: 22px; 
	margin-bottom: -5px;
	text-align: right;
}
div#centre div.faq-separator-top {
	margin-bottom: 20px;
}


/*** Centre Plus Right ***/

div#centre-plus-right {
	width: 728px;
	float: right;
}
div#centre-plus-right img {
	margin: 0px 0px 11px 0px;
}
div#centre-plus-right h1 {
	font-weight: normal;
	color: #4e52d0;
	margin: 5px 0px 12px 0px;
}
div#centre-plus-right h2 {
	font-weight: normal;
	color: #4e52d0;
	margin: 15px 0px 7px 0px;
}
div#centre-plus-right p {
	margin: 1px 0px 9px 0px;
}

/***********/

div#homebanner {
	height: 105px; 
  padding: 20px 0px 0px 350px;
	background-image: url('images/home-banner-687x125.jpg');
  margin-bottom: 20px;
}

div#homebanner h1 {
	font-weight: normal;
  color: #555;
}

p.hometext {
	margin-bottom: 11px;
}

.left {
	float: left;
}

.right {
	float: right;
}

.clear {
	clear: both;
}


/*** div.rounded-rightcol-helpline ***/

div.rounded-rightcol-helpline {
	width: 231px;
	background-image: url('images/rounded-width4-bg-231x1.png');
	font-weight: bold;
	margin-bottom: 25px;
}
div.rounded-rightcol-helpline div.top { 
	height: 15px;
	background: url('images/rounded-width4-top-231x15.png');
} 
div.rounded-rightcol-helpline div.middle { 
	padding: 0px 14px;
}
div.rounded-rightcol-helpline ul {
	padding: 2px 0px 13px 18px;
	list-style-type: none;
}
div.rounded-rightcol-helpline li {
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 20px;
	background: url('images/bullet-10x10.png') 0px 11px no-repeat;
}
div.rounded-rightcol-helpline div.bottom {
	clear: both;
	height: 15px;
	background: url('images/rounded-width4-bottom-231x15.png');
} 
div.rounded-rightcol-helpline h2 {
	margin-top: 3px;
	font-size: 25px;
	line-height: 25px;
	text-align: center;
	margin-bottom: 10px;
	color: #4e52d0;
}
div.rounded-rightcol-helpline h2.tel {
	font-size: 28px;
	margin-bottom: 21px;
}
div.rounded-rightcol-helpline a {
	color: #2c5fee;
	margin-left: 10px;
	padding-bottom: 9px;
	padding-left: 26px;
	display: block;
	background: url('images/arrow-right-8x11.png') 8px 3px no-repeat;
}

/*** div.rounded-rightcol ***/

div.rounded-rightcol {
	width: 231px;
	background-image: url('images/rounded-middle-231x1.png');
	margin-bottom: 20px;
}
div.rounded-rightcol div.top { 
	height: 14px;
	background: url('images/rounded-top-231x14.png');
} 
div.rounded-rightcol div.middle { 
	padding: 0px;
}
div.rounded-rightcol div.bottom {
	clear: both;
	height: 14px;
	background: url('images/rounded-bottom-231x14.png');
}
div.rounded-rightcol h2 {
	font-weight: bold;
	text-align: center;
	padding-bottom: 8px;
	color: #4e52d0;
}
div.rounded-rightcol p {
	padding-left: 8px;
	padding-bottom: 8px;
}


/*** rightcol specific styles ***/

div.rounded-rightcol a.searchlink {
	line-height: 26px;
	text-align: center;
	font-size: 130%
}


div.rounded-rightcol p.newsletter {
	padding: 0px 6px 6px 14px;
}
div.rounded-rightcol #newsletter-email {
	width: 196px;
	margin: 5px 0px 12px 12px;
	padding: 3px;
	border: 2px solid #cbe6f5;
	color: #4e52d0;
}

div.rounded-rightcol #newsletter-signup {
	margin-left: 54px;
}

div.rounded-rightcol a.newslink {
	color: #3084f9;
	font-weight: bold;
	margin: 10px 0px 0px 14px;
	padding-left: 18px;
	padding-right: 10px;
	display: block;
	background: url('images/arrow-right-8x11.png') 0px 3px no-repeat;
}
div.rounded-rightcol a.newslink:hover {
}
div.rounded-rightcol a.headline {
	display: block;
	color: #333;
	margin-left: 27px;
	margin-right: 12px;
	padding: 4px 5px 5px 5px;
}

div.rounded-rightcol a.headline:hover {
	background: #eee;
}

div.rounded-rightcol a.rss-subscribe {
	display: block;
	margin: 16px 0px 8px 3px;
	padding-left: 36px;
	padding-top: 2px;
	padding-bottom: 3px;
	background: url('images/rss-icon-20x20.png') 8px 0px no-repeat;
}
	
div.rounded-rightcol a.icon-link-calc,
div.rounded-rightcol a.icon-link-magnifier {
	font-size: 18px;
	line-height: 20px;
	font-weight: bold;
	display: block;
	margin-left: 18px;
	padding: 0px 6px 0px 55px;
}
div.rounded-rightcol a.icon-link-calc {
	background: url('images/icon-calc-42x42.png') 0px 0px no-repeat;
}
div.rounded-rightcol a.icon-link-magnifier {
	background: url('images/icon-magnifier-42x42.png') 1px 0px no-repeat;
}
	

/*** div.rounded-leftcol ***/

div.rounded-leftcol {
	width: 188px;
	background-image: url('images/rounded-middle-188x1.png');
	margin-bottom: 20px;
}
div.rounded-leftcol div.top { 
	height: 14px;
	background: url('images/rounded-top-188x14.png');
} 
div.rounded-leftcol div.middle { 
	padding: 0px;
}
div.rounded-leftcol div.bottom {
	clear: both;
	height: 14px;
	background: url('images/rounded-bottom-188x14.png');
}
div.rounded-leftcol h2 {
	font-weight: bold;
	text-align: center;
	padding-bottom: 8px;
	color: #104df6;
}
div.rounded-leftcol h3 {
	font-weight: bold;
	text-align: center;
	padding-bottom: 8px;
	color: #457;
	letter-spacing: 0px;
}
div.rounded-leftcol p {
	padding-left: 8px;
	padding-bottom: 8px;
}

div.rounded-leftcol a.factsheetlink {
	color: #2064c9;
	margin: 3px 0px 8px 14px;
	padding-left: 18px;
	padding-right: 10px;
	display: block;
	background: url('images/arrow-right-8x11.png') 2px 4px no-repeat;
}
div.rounded-leftcol a.factsheetlink:hover {
	color: #002277;
}


/*** div.rounded-home-halfsize ***/

div.rounded-home-halfsize {
	width: 330px;
	background-image: url('images/rounded-middle-330x1.png');
}
div.rounded-home-halfsize div.top { 
	height: 14px;
	background: url('images/rounded-top-330x14.png');
} 
div.rounded-home-halfsize div.middle { 
	padding: 0px 14px;
}
div.rounded-home-halfsize img {
	display: block;
	float: left;
	padding: 2px 0px 2px 2px;
}
div.rounded-home-halfsize div.text {
	margin-left: 124px;
	padding-right: 0px;
}
div.rounded-home-halfsize div.bottom {
	clear: both;
	height: 14px;
	background: url('images/rounded-bottom-330x14.png');
} 
div.rounded-home-halfsize div.text h2 a {
	display: block;
	margin-bottom: 6px;
	font-weight: normal;
	color: #671212;
}
div.rounded-home-halfsize p {
}
div.rounded-home-halfsize a.arrowlink {
	margin-top: 8px;
	display: block;
	background: url('images/arrow-right-8x11.png') 2px 2px no-repeat;
}


/*** div.rounded-home-fullsize ***/

div.rounded-home-fullsize {
	width: 687px;
	background-image: url('images/rounded-middle-687x1.png');
}
div.rounded-home-fullsize div.top { 
	height: 14px;
	background: url('images/rounded-top-687x14.png');
} 
div.rounded-home-fullsize div.middle { 
	padding: 0px 14px;
}
div.rounded-home-fullsize img {
	display: block;
	float: left;
	padding: 7px 0px 7px 6px;
}
div.rounded-home-fullsize div.text {
	margin-left: 200px;
	padding-right: 0px;
	padding-top: 9px;
}
div.rounded-home-fullsize div.bottom {
	clear: both;
	height: 14px;
	background: url('images/rounded-bottom-687x14.png');
} 
div.rounded-home-fullsize h2 a {
	display: block;
	margin-bottom: 8px;
	line-height: 19px;
	font-weight: normal;
	color: #671212;
}
div.rounded-home-fullsize p {
}
div.rounded-home-fullsize a.arrowlink {
	margin-top: 12px;
	display: block;
	background: url('images/arrow-right-8x11.png') 2px 2px no-repeat;
}


/*** div.rounded-centre-fullsize ***/

div.rounded-centre-fullsize {
	width: 473px;
	background-image: url('images/rounded-middle-473x1.png');
	margin-top: 20px;
}
div.rounded-centre-fullsize div.top { 
	height: 14px;
	background: url('images/rounded-top-473x14.png');
} 
div.rounded-centre-fullsize div.middle { 
	padding: 0px 14px;
}
div.rounded-centre-fullsize img.left {
	display: block !important;
	float: left !important;
	padding: 0px !important;
	margin: 3px 0px 3px 4px !important;
	width: 90px;
	height: 120px;
}
div.rounded-centre-fullsize div.text {
	margin: 0px 0px 0px 110px;
	padding: 2px 8px 0px 0px;
}
div.rounded-centre-fullsize div.bottom {
	clear: both;
	height: 14px;
	background: url('images/rounded-bottom-473x14.png');
} 
div.rounded-centre-fullsize h2 {
	margin: 0px 0px 8px !important;
	padding: 0px !important;
	padding-right: 10px !important;
	font-weight: bold !important;
	color: #1144dd !important;
}
div.rounded-centre-fullsize p {
}
div.rounded-centre-fullsize h2 a.arrowlink {
	font-size: inherit !important;
	padding-left: 20px;
	margin-top: 6px !important;
	display: block;
	background: url('images/arrow-right-8x11.png') 2px 3px no-repeat !important;
}
div.rounded-centre-fullsize a.printlink {
	background: url('images/arrow-right-8x11.png') 2px 3px no-repeat !important;
}
div.rounded-centre-fullsize a.button img {
	float: left !important;
	margin: 5px 0px 0px !important;
	padding: 0px !important;
	display: block !important;
}

/*** div.rounded-centre-halfsize ***/

div.rounded-centre-halfsize {
	width: 225px;
	background-image: url('images/rounded-middle-225x1.png');
	margin-right: 3px;
}
div.rounded-centre-halfsize div.top { 
	height: 14px;
	background: url('images/rounded-top-225x14.png');
} 
div.rounded-centre-halfsize div.middle { 
	padding: 0px 4px 0px 12px;
}
div.rounded-centre-halfsize img.left {
	display: block !important;
	float: left !important;
	padding: 0px !important;
	margin: 3px 0px 3px 4px !important;
	width: 90px;
	height: 120px;
}
div.rounded-centre-halfsize div.bottom {
	clear: both;
	height: 14px;
	background: url('images/rounded-bottom-225x14.png');
} 
div.rounded-centre-halfsize h2 a {
	display: block;
	margin-bottom: 8px;
	font-weight: normal;
	color: #671212;
}
div.rounded-centre-halfsize h2 {
	margin: 0px 0px 8px !important;
	padding: 0px !important;
	padding-right: 10px !important;
	font-weight: bold !important;
	color: #1144dd !important;
}
div.rounded-centre-halfsize p {
}
div.rounded-centre-halfsize a.arrowlink {
	margin-top: 12px !important;
	display: block;
	background: url('images/arrow-right-8x11.png') 2px 2px no-repeat !important;
}


/*** FOOTER ***/

#footer {
	width: 100%;
	float: left;
	padding-top: 40px;
}
#footer img {
	display: block;
	padding-left: 20px;
	padding-right: 20px;
}
#footer div.text {
  width: 470px;
  float: left; 
  margin-top: 22px;
  padding-left: 5px;
}
#footer div.text p {
	padding-bottom: 4px;
}
#footer div.text p.small {
	font-style: italic;
}
#footer a {
	white-space: nowrap;
}


/*** Shortfall Calculator ***/

table.shortfallcalc {
	border-collapse: collapse;
  margin-top: 20px;
  margin-bottom: 5px;
  border-left: 1px solid #aaaaaa;
  border-right: 1px solid #aaaaaa;
  border-bottom: 1px solid #aaaaaa;
}

.scalc_lhc_th, 
.scalc_amt_th,
.scalc_freq_th {
  text-align: left;
  padding-top: 4px;
  padding-bottom: 4px;
  border-top: 1px solid #aaaaaa;
  border-bottom: 1px solid #aaaaaa;
}

.scalc_lhc_th {
  padding-left: 5px;
}

.scalc_amt_th {
  padding-left: 18px;
}

.scalc_freq_th {
  padding-left: 4px;
}

.scalc_lhc {
  padding-top: 8px;
  padding-left: 5px;
  padding-right: 5px;
}

.scalc_amt {
  padding-top: 8px;
  padding-left: 6px;
  padding-right: 4px;
  white-space: nowrap;
  vertical-align: top;
}

.scalc_freq {
  padding-top: 9px;
  padding-left: 4px;
  padding-right: 6px;
  white-space: nowrap;
  vertical-align: top;
}

.scalc_amt_th, .scalc_freq_th {
  background-color: #dfdfdf;
}

.scalc_lhc {
  background-color: #efefef;
}

.scalc_amt, .scalc_freq {
  background-color: #efefef;
}

.scalc_lhc_th {
  background-color: #dfdfdf;
}

.scalc_submit {
	color: #104df6;
  height: 32px;
  width: 40%;
  color: #2f4faf;
  text-align: center;
  font-weight: bold;
}

.income {
  color: #0faf0f;
}

.outgoings {
  color: #cf0f0f;
}

table.enqform {
  width: 98%;
  margin-top: 14px;
  border: 1px solid #aaaaaa;
}

table.enqsubmit {
  width: 98%;
  margin-top: 10px;
}

.enq_lhc_th {
  font-size: 105%;
  font-weight: bold;
  text-align: left;
  padding-left: 8px;
  padding-top: 6px;
  padding-bottom: 6px;
  border-bottom: 1px solid #aaaaaa;
  color: #1f3fef;
  background-color: #dfdfdf;
}

.enq_lhc {
  font-weight: bold;
  width: 32%;
  padding-top: 10px;
  padding-left: 8px;
  padding-right: 2px;
}

.enq_rhc {
  width: 68%;
  padding-top: 10px;
  padding-left: 2px;
  padding-right: 2px;
  vertical-align: top;
}

.enq_lhc, .enq_rhc {
  background-color: #efefef;
}

.enq_textarea {
  height: 80px;
  width: 98%;
  text-align: left;
}

.enq_submit {
  height: 32px;
  width: 120px;
  color: #2f4faf;
  text-align: center;
  font-weight: bold;
}

.er_calc_submit {
  height: 26px;
  width: 95px;
  color: #2f4faf;
  font-weight: bold;
}
