html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li, fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;

}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body{
	color: #505050;
	font-size: 95%;
	text-align: center;
	font-family: Arial;
	background-color: #ffffff;
	background-repeat: repeat-x;
	background-image: url(/bankofscotland/images/backgrounds/page-bg.gif);
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

strong, b {
	font-weight: bold;
}

div.clear {
	height: 0;
	clear: both;
	line-height: 0;
	overflow: hidden;
	background-color: transparent;
}

/*********************************************************************
*
*  GENERAL LAYOUT
*
*********************************************************************/

ul#skip {
	top: -9999em;
	position: absolute;
}

div#wrapper,
div#footer-inner {
	width: 1010px;
	margin: 0 auto;
	font-size: 0.86em;
}

/* header */

div#header {
	float: left;
	width: 1010px;
	height: 110px;
	text-align: left;
}
div#header div.logo {
	float: left;
	width: 300px;
	height: 50px;
	display: inline;
	margin-top: 35px;
	background-color: #ffffff;
	background-repeat: no-repeat;
	background-image: url(/bankofscotland/images/elements/logo.jpg);
}
div#header div.logo a {
	width: 300px;
	height: 50px;
	display: block;
	text-indent: -9999em;
}
div#header h2 {
	float: right;
	color: #ffffff;
	font-size: 2em;
	display: inline;	
	margin-top: 48px;
	margin-right: 4px;
}

div#sidebar {
    width: 310px;
    float: right;
}

div#top-panels,
div#navigation,
div#bottom-panels,
div#footer {
	float: left;
	width: 1010px;
	text-align: left;
}


/*********************************************************************
*
*  GENERAL
*
*********************************************************************/

h1 {
	color: #002776;
	font-size: 2.17em;
	margin-bottom: 18px;
}

a,
a:hover {
	color: #002776;
}

b, strong {
	font-weight: bold;
}

p {
	font-size: 1em;
	line-height: 1.4em;
	margin-bottom: 14px;
}

table, td, th {
	border:1px solid #CCCCCC;
	border-collapse:collapse;
	margin:0;
	padding:0;
}
table {
	margin:0 10px 1em 0;
}
caption {
	color: #666666;
	font-size: 0.9em;
	text-align: left;
	margin-bottom: 0.4em;
}
th, td {
	background:none repeat scroll 0 0 white;
	color:black;
	padding:0.5em 10px;
	vertical-align:top;
}
thead td, th {
	background:none repeat scroll 0 0 #002776;
	color:white;
	font-weight:bold;
	text-align:left;
}
thead td p, th p {
	margin: 0;
	font-weight: bold;
}
.odd td {
	background:none repeat scroll 0 0 #f0f0f0;
	color:black;
}
td.r {
	text-align:right;
}
td.c, p.c {
	text-align:center;
}
table p {
	margin:0;
	font-size: 0.9em;
}
table p a{
	font-weight: bold;
}

/* disclaimer */

acronym {
    border-bottom: 1px dotted #999999;
}

 p.disclaimer {
	color: #999999;
	font-size: 0.85em;
 }


/* blockquote */

blockquote {
    padding-left: 40px;
    font-style: italic;
}


/* links */

a.link-right {
    float: right;
}


/* button */

.button {
	margin: 0;
	width: 87px;
	float: left;
	height: 27px;
	color: #ffffff;
	display: block;
	cursor: pointer;
	font-size: 0.9em;
	font-weight: bold;
	line-height: 26px;
	padding-left: 5px;	
	text-decoration: none;
	background-repeat: no-repeat;
	background-position: top left;
	background-color: transparent;
	background-image: url(/bankofscotland/images/backgrounds/btn-full-bg.png);
}

.button:hover {
	color: #ffffff;
}

.button span,
.button:hover span {
	display: none;
}

p.button-left,
p.button-right {
    float: left;
    width: 100%;
}
p.button-left {
    margin-bottom: 5px;    
}

p.button-right a.button {
    float: right;
}

/* content bullets */

div.section .button, div.product .button {
    width: auto;
	padding-left: 8px;
    background-image: url(/bankofscotland/images/backgrounds/btn-left-bg.png);
}

/* This should perhap be moved to the seminars stylesheet, when it exists */

/* This is a complete rebuild of the call-to-action buttons, which can now be ANY WIDTH
(up to 610px with elegance) and ANY HEIGHT. Despite what is said below. Behold the majesty. */
.promo a {
	width: 187px;
	line-height: 1.1;
}
/* Generic call-to-action, curved corner nightmare. */
	.promo a {
		color: white;
		/* Gradient */
		background: #531a88 url(/bankofscotland/images/backgrounds/bg-promo-a.png) 0 0 repeat-x;
		display: block;
		float: right;
		text-decoration: none;
	}
		.promo span {
			/* Top left corner */
			background: url(/bankofscotland/images/backgrounds/sprite-promo1.png) 0 0 no-repeat;
			display: block;
		}
			.promo a span span {
				/* Bottom right corner */
				background-position: 100% 100%;
			}
				.promo a span span span {
					/* Top right corner */
					background: url(/bankofscotland/images/backgrounds/sprite-promo2.png) 100% 0 no-repeat;
				}
					.promo a span span span span {
						/* Bottom left corner */
						background-position: 0 100%;
						padding: 0.6em 0.9em;
					}
						/* Sometimes, there's a sort of heading inside the link. */
						.promo strong {
							display: block;
							font-size: 110%;
						}

/* End seminars rules */

div.section .button span, div.product .button span {
    float: left;
    height: 27px;    
    display: block;
	cursor: pointer;
    padding-right: 8px;
	background-repeat: no-repeat;
    background-position: center right;
	background-image: url(/bankofscotland/images/backgrounds/btn-right-bg.png);
}
div.section .button span span, div.product .button span span {
    display: none;
}

/* bullets */

.panel-inner-content ul.bullets li {
    margin-left: 8px;
    padding-left: 14px;
    line-height: 1.4em;
    background: url(/bankofscotland/images/dot.gif) no-repeat scroll 0 6px transparent;
}

/* sections */

.section {
    float: left;
    margin-bottom: 1em;
	background-repeat: repeat-x;
	background-position: bottom left;
	background-image: url(/bankofscotland/images/backgrounds/panel-group-bg.gif);    
}
.panel-content .section h2,
.section h3 {
	color: #002776;
    font-size: 1.1em;
    margin-top: 0.5em;
    margin-bottom: 1em;
}
.section h2.tagline {
    font-size: 1.4em;
}
.section h4 {
	font-size: 1em;
    font-weight: bold;
    margin-bottom: 0.2em;
}
.section ul {
    margin-bottom: 1em;
}
.section ul li {
    margin-left: 18px;
}

.noseparator {
    margin-bottom: 0;
    background: none;
}


/* columns */

div.column-single {
    float: left;
    width: 100%;
}

div.column-left,
div.column-right {
	float: left;
	width: 290px;
	display: inline;
}
div.column-left {
	width: 282px;
	margin-right: 22px;
	padding-right: 23px;
	background-repeat: repeat-y;
	background-position: top right;
	background-image: url(/bankofscotland/images/backgrounds/panel-right-bg.gif);
}
div.high-right-column div.column-right {
    margin-top: -45px;
}
div.no-separator {
	width: 305px;
	background: none;	
	padding-right: 0;
}

.moreguides {   
    width: 100%;
    float: left;
    margin-bottom: 10px;
}
div.column-right .moreguides {   
    width: auto;
    float: right;
}

/*********************************************************************
*
*  NAVIGATION
*
*********************************************************************/

div#navigation {
}
div#navigation ul {
	float: left;
	padding: 6px;
	height: 143px;
	display: inline;
}
div#navigation ul li {
	float: left;
	height: 106px;
	display: inline;
	position: relative;
	margin-right: 11px;
	padding: 16px 25px 21px;
	background-position: bottom left;
}
div#navigation ul li h2 {
	color: #002776;
	font-size: 1.4em;
	font-weight: bold;
	margin-bottom: 0.8em; 
}
div#navigation ul li p {
	display: block;
	font-size: 0.9em;
	margin-bottom: 1em;
	padding-right: 70px;
}
div#navigation ul li div.top {
	top: 0;
	left: 0;
	height: 5px;
	overflow: hidden;
	position: absolute;
}
div#navigation ul li a.button {
	padding-left: 8px;
	line-height: 27px;
}
div#navigation ul li a.button:hover {
	color: #ffffff;
}
div#navigation ul li div.shadow {
	left: 0;
	height: 11px;
	width: 238px;
	bottom: -10px;
	overflow: hidden;
	position: absolute;
	background-image: url(/bankofscotland/images/backgrounds/navigation-shadow.gif);
}
div#navigation ul li.starting {
	width: 188px;
	background-image: url(/bankofscotland/images/backgrounds/navigation-starting.jpg);
}
div#navigation ul li.starting div.top {
	width: 238px;
	background-image: url(/bankofscotland/images/backgrounds/navigation-starting-top.png);
}
div#navigation ul li.active-starting {
	background-image: url(/bankofscotland/images/backgrounds/navigation-starting-active.gif);
}
div#navigation ul li.growth {
	width: 188px;
	margin-right: 10px;
	background-image: url(/bankofscotland/images/backgrounds/navigation-growth.jpg);
}
div#navigation ul li.active-growth {
	background-image: url(/bankofscotland/images/backgrounds/navigation-growth-active.gif);
}
div#navigation ul li.growth div.top {
	width: 238px;
	background-image: url(/bankofscotland/images/backgrounds/navigation-growth-top.png);
}
div#navigation ul li.strength {
	width: 187px;
	margin-right: 10px;
	background-image: url(/bankofscotland/images/backgrounds/navigation-strength.jpg);
}
div#navigation ul li.active-strength {
	background-image: url(/bankofscotland/images/backgrounds/navigation-strength-active.gif);
}
div#navigation ul li.strength div.top {
	width: 237px;
	background-image: url(/bankofscotland/images/backgrounds/navigation-strength-top.png);
}
div#navigation ul li.future {
	margin: 0;
	width: 186px;
	background-image: url(/bankofscotland/images/backgrounds/navigation-future.jpg);
}
div#navigation ul li.active-future {
	background-image: url(/bankofscotland/images/backgrounds/navigation-future-active.gif);
}
div#navigation ul li.future div.top {
	width: 236px;
	background-image: url(/bankofscotland/images/backgrounds/navigation-future-top.png);
}

div#navigation ul li.active {
	color: #ffffff;
}	
div#navigation ul li.active h2 {
	color: #ffffff;
}
div#navigation ul li.active a.button {
	color: #663399;
	background-position: 0 -27px;
}

/*********************************************************************
*
*  CONTENT PANELS
*
*********************************************************************/

div.panel-left {
	float: left;
	width: 690px;
	display: inline;
	overflow: hidden;
}
div.panel-right {
	float: left;
	width: 310px;
	display: inline;
	overflow: hidden;
}
div.panel-last {
    margin-bottom: 4px;
}
div.panel-content {
	float: left;
	display: inline;
	padding: 0px 9px;
	position: relative;
}
div.panel-content h2 {
	color: #002776;
	font-size: 1.8em;
	margin-bottom: 0.6em;
}
div.panel-content .rhs_panel h2 {
	margin-bottom: 0;    
}
div.panel-content .small_blue h2 {
	color: #ffffff;
	margin-bottom: 0;
}
div.panel-inner-shadow {
	float: left;
	height: 7px;
	width: 280px;
	display: inline;
	overflow: hidden;
	margin-top: -4px;
	background-image: url(/bankofscotland/images/backgrounds/panel-shadow.gif);
}

/* rounding the corners */

div.panel-top ,
div.panel-bottom,
div.panel-inner-top ,
div.panel-inner-bottom {
	width: 100%;
	float: left;
	height: 9px;
	display: inline;
	overflow: hidden;
	background-repeat: no-repeat;
	background-image: url(/bankofscotland/images/backgrounds/panel-top-bg.gif);
}
div.panel-bottom {
	background-image: url(/bankofscotland/images/backgrounds/panel-bottom-bg.gif);
}
div.panel-inner-top ,
div.panel-inner-bottom {
	height: 16px;
}
div.panel-inner-top {
	background-image: url(/bankofscotland/images/backgrounds/panel-inner-top-bg.gif);
}
div.panel-inner-bottom {
	background-image: url(/bankofscotland/images/backgrounds/panel-inner-bottom-bg.gif);
}

div.panel-top-end,
div.panel-bottom-end ,
div.panel-inner-top-end,
div.panel-inner-bottom-end {
	width: 10px;
	float: right;
	height: 9px;
	display: inline;
	overflow: hidden;
	background-repeat: no-repeat;
	background-image: url(/bankofscotland/images/backgrounds/panel-top-bg-end.gif);
}
div.panel-inner-top-end,
div.panel-inner-bottom-end {
	width: 16px;
	height: 16px;
}
div.panel-inner-top-end  {
	background-image: url(/bankofscotland/images/backgrounds/panel-inner-top-bg-end.gif);
}
div.panel-inner-bottom-end  {
	background-image: url(/bankofscotland/images/backgrounds/panel-inner-bottom-bg-end.gif);
}
div.panel-bottom-end {
	background-image: url(/bankofscotland/images/backgrounds/panel-bottom-bg-end.gif);
}
div.panel-inner-bottom-end {
	background-image: url(/bankofscotland/images/backgrounds/panel-inner-bottom-bg-end.gif);
}
div.panel-full,
div.panel-medium,
div.panel-small {
	float: left;
	display: inline;
	margin-bottom: 10px;
}
div.panel-full div.panel-content,
div.panel-medium div.panel-content,
div.panel-small div.panel-content {
	float: left;
	display: inline;
	background-repeat: repeat-y;
	background-image: url(/bankofscotland/images/backgrounds/panel-bg-full.gif);
}
div.panel-medium div.panel-content {
	width: 672px;
	background-image: url(/bankofscotland/images/backgrounds/panel-bg-medium.gif);
}
div.panel-small div.panel-content {
	width: 294px;
	background-image: url(/bankofscotland/images/backgrounds/panel-bg-small.gif);
}
div.panel-full div.panel-inner-content,
div.panel-medium div.panel-inner-content,
div.panel-small  div.panel-inner-content {
	float: left;
	width: 622px;
	padding: 11px 25px;
	background-repeat: repeat-y;
	background-image: url(/bankofscotland/images/backgrounds/panel-inner-bg-full.gif);
}
div.panel-medium div.panel-inner-content {
	width: 622px;
	background-image: url(/bankofscotland/images/backgrounds/panel-inner-bg-medium.gif);
}
div.panel-small div.panel-inner-content {
	width: 242px;
	background-image: url(/bankofscotland/images/backgrounds/panel-inner-bg-small.gif);
}

div.panel-navigation-first {
	margin-bottom: 8px;
}
div#navigation.panel-navigation-first ul {
	padding: 0;
}
div.panel-home-right  div.panel-top,
div.panel-home-right div.panel-bottom,
div.panel-navigation-first div.panel-top,
div.panel-navigation-first div.panel-bottom {
	display: none;
}
div.panel-home-right  {
	height: 376px;
	padding-top: 9px;
	background-repeat: no-repeat;
	background-image: url(/bankofscotland/images/backgrounds/panel-topright-bg.gif);
}
div.panel-home-top-right .rhs_panel {
    margin-left: 7px;
}
div.panel-home-right div.panel-inner-shadow {
    margin-left: 8px;
}
div.panel-navigation-first div.panel-content {
	padding: 10px 15px 16px;
	background-repeat: no-repeat;
	background-position: bottom left;
	background-image: url(/bankofscotland/images/backgrounds/panel-navigation-bg.gif);
}


/*********************************************************************
*
*  TERTIARY
*
*********************************************************************/

div.tertiary ul {
	float: left;
	padding: 5px 0;
}
div.tertiary ul li {
	float: left;
	padding-right: 20px;
	background-repeat: repeat-y;
	background-position: top right;
	background-image: url(/bankofscotland/images/backgrounds/separator-bg.gif);
}
div.tertiary ul li a {
	float: left;
	color: #505050;
	padding-top: 2px;
	font-size: 1.3em;
	font-weight: bold;
	margin-left: 20px;
	padding-right: 24px;
	text-decoration: none;
	background-repeat: no-repeat;
	background-position: center right;
	background-image: url(/bankofscotland/images/backgrounds/menu-arrow.gif);
}
div.tertiary ul li a:hover,
div.tertiary ul li a.active {
	color: #002776;
	background-image: url(/bankofscotland/images/backgrounds/menu-arrow-over.gif);
}
div.tertiary ul li.first a{
	margin-left: 0;
	padding-left: 1.6em;
}
div.tertiary ul li.last{
	padding-right: 0;
	background: none;
}


/*********************************************************************
*
*  FOOTER
*
*********************************************************************/

div#footer-wrapper  {
	width: 100%;
	margin-top: 30px;
	font-size: 0.9em;
	background-color: #002776;
}
div#footer  p {
	float: left;
	width: 650px;
	color: #ffffff;
	margin-top: 40px;
	font-size: 1em;
}
div#footer  ul{
	float: right;
	margin-top: 40px;
}
div#footer  ul li{
	float: left;
	margin-right: 10px;
	padding-right: 10px;
	border-right: 1px solid #ffffff;
}
div#footer  ul li a {
	float: left;
	color: #ffffff;
	text-decoration: none;
}
div#footer  ul li a:hover {
	text-decoration: underline;
}
div#footer  ul li.last{
	border: none;
	margin-right: 0px;
	padding-right: 0px;
}


/*********************************************************************
*
*  HOMEPAGE
*
*********************************************************************/

body.home div#top-panels {
	margin-bottom: -6px;
}
body.home div.panel-right {
	margin-left: 10px;
}

/* video holder */
div#video-holder {
	height: 306px;
}

/* start-up account */

div.startup p {
	margin-top: 0.4em;
	margin-bottom: 0;
}
div.startup h2 {
	line-height: 1.2em;
}
div.startup h3 {
	color: #002776;
	font-weight: bold;
}
div.startup a.button {
	padding-left: 8px;
}
body.home div.startup div.panel-inner-content {
	height: 126px;
}

/* financial panel */

div.panel-benchmark {
	float: left;
	width: 256px;
	height: 147px;
	display: inline;
	margin-top: 3px;
	padding-top: 26px;
	padding-left: 30px;
	background-color: green;
	background-repeat: no-repeat;
	background-position: top left;
	background-image: url(/bankofscotland/images/backgrounds/panel-navy-large-bg.gif);
}

div.panel-benchmark  h2 {
	color: #f9f3db;
	font-size: 1.4em;
	margin-bottom: 1em;
}
div.panel-benchmark  p {
	color: #ffffff;
	margin-bottom: 1em;
}
div.panel-benchmark  a.button  {
	width: 137px;
	color: #663399;
	font-weight: bold;
	font-size: 0.85em;
	padding-left: 6px;
	background-position: 0 0;
	background-image: url(/bankofscotland/images/backgrounds/btn-benchmark-bg.gif);
}
div.panel-benchmark  a:hover {
	color: #663399;
	background-position: 0 0;
}

/* news */

div.news-panel {
    margin-top: 10px;
}
div.news-panel h3 {
	font-size: 1.1em;
	line-height: 1.15em;
	margin-bottom: 0.6em;
}
div.news-panel h3  a {
	color: #002776;
	font-weight: bold;
	text-decoration: underline;
}
div.news-panel p {
	margin: 0;
	font-size: 0.85em;
}
body.home div.news-panel p {
	font-size: 1em;
	margin-bottom: 1em;
}
div.news-panel div.panel-inner-content {
	padding: 8px 25px;
	position: relative;
}
div.news-panel div.panel-inner-content a.view-all {
	top: 10px;
	right: 30px;
	height: 20px;
	display: block;
	color: #505050;
	line-height: 19px;
	font-weight: bold;
	position: absolute;
	padding-left: 20px;
	text-decoration: none;
	background-repeat: no-repeat;
	background-position: center left;
	background-image: url(/bankofscotland/images/backgrounds/news-view-all.gif);
}
div.news-panel div.panel-inner-content a.view-all:hover {
	text-decoration: underline;
}
div.news1 {
	float: left;
	width: 280px;
	margin-right: 25px;
	padding-right: 25px;
	background-color: #ffffff;
	background-repeat: repeat-y;
	background-position: top right;
	background-image: url(/bankofscotland/images/backgrounds/news-separator-bg.gif);
}
div.news2 {
	float: left;
	width: 280px;
}

/* financial panel */

div.panel-products {
	float: left;
	height: 58px;
	width: 256px;
	display: inline;
	padding-top: 18px;
	padding-left: 30px;
	background-repeat: no-repeat;
	background-position: top left;
	background-image: url(/bankofscotland/images/backgrounds/panel-navy-bg.gif);
}

div.panel-products  h2 {
	width: 240px;
	height: 20px;
	color: #f9f3db;
	font-size: 1.4em;
	margin-bottom: 0.3em;
	background-repeat: no-repeat;
	background-position: top right;
	background-image: url(/bankofscotland/images/backgrounds/h2-arrow-navy.gif);
}
div.panel-products  h2 a {
	width: 240px;
	height: 20px;
	color: #f9f3db;
	display: block;
	text-decoration: none;
}
div.panel-products  h2 a :hover {
	color: #f9f3db;
}
div.panel-products  p {
	color: #ffffff;
	margin-top: 0.4em;
}

/* resources panel */

div.panel-resources {
	float: left;
	height: 64px;
	width: 256px;
	margin-top: 6px;
	display: inline;
	margin-left: 5px;
	padding-top: 14px;
	padding-left: 25px;
	background-repeat: no-repeat;
	background-position: top left;
	background-image: url(/bankofscotland/images/backgrounds/panel-white-bg.gif);
}

div.panel-resources h2 {
	width: 240px;
	height: 20px;
	font-size: 1.4em;
	margin-bottom: 0.3em;
	background-repeat: no-repeat;
	background-position: top right;
	background-image: url(/bankofscotland/images/backgrounds/h2-arrow-white.gif);
}
div.panel-resources  h2 a {
	width: 240px;
	height: 20px;
	color: #002776;
	display: block;
	text-decoration: none;
}
div.panel-resources  p {
	margin-top: 0.4em;
}


/*********************************************************************
*
*  Resources
*
*********************************************************************/

div.panel-video-wall {
	float: left;
	width: 265px;
	height: 161px;
	display: inline;
	margin-top: 0px;
	padding-top: 15px;
	padding-left: 25px;
	background-repeat: no-repeat;
	background-position: top left;
	background-image: url(/bankofscotland/images/backgrounds/panel-videowall-bg.jpg);
}
div.panel-video-wall  h2 {
	font-size: 1.7em;
	font-weight: bold;
	margin-bottom: 3em;
}
div.panel-video-wall a {
	width: 102px;
	color: #ffffff;
	font-size: 0.85em;
	padding-left: 9px;
	background-position: 0 0;
	background-image: url(/bankofscotland/images/backgrounds/btn-videowall-bg.gif);
}
div.panel-video-wall  a:hover {
	color: #ffffff;
}

/*********************************************************************
*
*  All Products Page
*
*********************************************************************/

div.products h3 {
	color: #505050;
	font-size: 0.95em;
	font-weight: bold;
	margin-bottom: 0.5em;
}
div.products h4.title {
	text-decoration: none;
}

div.products div.panel-inner-content p {
	margin-bottom: 1em;
}

div.products div.group {
	width: 100%;
	float: left;
	margin-bottom: 1.5em;
	padding-bottom: 1.5em;
	background-repeat: repeat-x;
	background-position: bottom left;
	background-image: url(/bankofscotland/images/backgrounds/panel-group-bg.gif);
}
div.products div.group-last {
	padding-bottom: 0;
	background: none;
}
div.products div.group a {
	width: 100%;
	display: block;
	color: #002776;
	font-size: 0.85em;
	margin-bottom: 0.4em;
}
div.products div.group h4 a {
	color: #002776;
	font-size: 1.1em;
	font-weight: bold;
	margin-bottom: 0.4em;
	text-decoration: underline;
}
div.products div.column-left,
div.products div.column-right {
	margin-top: 1em;
}
div.products div.column-left {
	width: 263px;
	margin-right: 22px;
	padding-right: 23px;
	background-repeat: repeat-y;
	background-position: top right;
	background-image: url(/bankofscotland/images/backgrounds/panel-right-bg.gif);
}
div.products div.column-right {
	width: 302px;
}
div.products div.resource a.button {
	float: right;
	width: 82px;
	margin-top: 1em;
	padding-left: 10px;
}

/*********************************************************************
*
*  All Resources Page
*
*********************************************************************/

div.resources h3 {
	color: #505050;
	font-size: 0.95em;
	font-weight: bold;
	margin-bottom: 0.5em;
}
div.resources h4 {
	color: #002776;
	font-size: 1.1em;
	font-weight: bold;
	margin-bottom: 0.4em;
}

div.resources div.panel-inner-content p {
	margin-bottom: 1em;
}

div.resources div.group {
	width: 100%;
	float: left;
}
div.resources div.group h4 {
	font-size: 1em;
	margin-bottom: 24px;
}
div.resources div.group a {
	width: 100%;
	display: block;
	color: #002776;
	font-size: 0.85em;
	margin-bottom: 0.4em;
}
div.resources div.column-left,
div.resources div.column-right {
	margin-top: 1em;
}
div.resources div.column-left {
	width: 263px;
	margin-right: 22px;
	padding-right: 23px;
	background-repeat: repeat-y;
	background-position: top right;
	background-image: url(/bankofscotland/images/backgrounds/panel-right-bg.gif);
}
div.resources div.column-right {
	width: 302px;
}
div.resources div.resource a.button {
	float: right;
	width: 82px;
	margin-top: 1em;
	padding-left: 10px;
}

/*********************************************************************
*
*  News Listing Page
*
*********************************************************************/

div.news-item {
    width: 100%;
    float: left;
    margin-bottom: 20px;
    padding-bottom: 0px;
	background-repeat: repeat-x;
	background-position: bottom left;
	background-image: url(/bankofscotland/images/backgrounds/panel-group-bg.gif);
}
div.news-item h2, 
div.news-item p {
    width: 100%;
    float: left;
    margin-bottom: 40px;
}

div.news-item a.button {
    float: right;
    width: 79px;
    padding-left: 13px;
}

/*********************************************************************
*
*  News Article Page
*
*********************************************************************/

div.news div.panel-inner-content h2 {
	color: #002776;
	font-size: 1.5em;
	font-weight: bold;
	margin-bottom: 1em;
}
div.news div.panel-inner-content h3 {
	color: #002776;
	font-weight: bold;
	font-size: 1.167em;
	margin-bottom: 1em;
}
div.news div.panel-inner-content p {
	margin-bottom: 1em;
}

div.news div.news-wrapper {
	margin-bottom: 1em;
	padding-bottom: 1em;
	background-repeat: repeat-x;
	background-position: bottom left;
	background-image: url(/bankofscotland/images/backgrounds/panel-group-bg.gif);
}

div.news div.paging-wrapper {
	text-align: center;
	margin-bottom: 1em;
}
div.news div.paging-wrapper a {
	color: #002776;
	font-size: 0.9em;
	text-decoration: none;
}
div.news div.paging-wrapper a.prev {
	margin-left: -20px;
}

div.news div.disclaimer-wrapper p {
	margin: 0;
	color: #999999;
	font-size: 0.7em;
}

body.home div.news-panel {
    margin-top: 0px;
}


/*********************************************************************
*
*  Sitemap Page
*
*********************************************************************/

div.sitemap h3 {
	color: #505050;
	font-size: 0.95em;
	font-weight: bold;
	margin-bottom: 0.5em;
}
div.sitemap h4 {
	color: #002776;
	font-size: 1em;
	font-weight: bold;
	margin-bottom: 0.8em;
}

div.sitemap div.panel-inner-content p {
	margin-bottom: 1em;
}

div.sitemap div.group {
	width: 100%;
	float: left;
	margin-bottom: 2em;
}
div.sitemap div.group a {
	width: 100%;
	display: block;
	color: #002776;
	font-size: 0.9em;
	margin-bottom: 0.8em;
}
div.sitemap div.column-one div.group a,
div.sitemap div.nested a {
	color: #505050;
	padding-left: 16px;
}
div.sitemap div.column-one,
div.sitemap div.column-two ,
div.sitemap div.column-three {
	float: left;
	height: 520px;
	display: inline;
}
div.sitemap div.column-one {
	width: 169px;
	margin-right: 37px;
	padding-right: 23px;
	background-repeat: repeat-y;
	background-position: top right;
	background-image: url(/bankofscotland/images/backgrounds/panel-right-bg.gif);
}
div.sitemap div.column-two {
	width: 145px;
	margin-right: 37px;
	padding-right: 23px;
	background-repeat: repeat-y;
	background-position: top right;
	background-image: url(/bankofscotland/images/backgrounds/panel-right-bg.gif);
}
div.sitemap div.resource a.button {
	float: right;
	width: 82px;
	margin-top: 1em;
	padding-left: 10px;
}

body.sitemap div.news-panel {
	margin-top: 10px;
}


/*********************************************************************
*
*  Product Page
*
*********************************************************************/

div.product h1 {
	margin-top: 18px;
	margin-left: 26px;
}

div.product h2 {
	color: #002776;
	font-size: 1.4em;
	margin-bottom: 1em;
}

div.product div.ui-tabs-hide {
	display: none;
}
.tabs {
}
div.tabs-main ul.ui-tabs-nav {
	float: left;
	width: 642px;
	display: inline;
	padding: 0 0 10px 30px;
	background-color: #e5e9f1;
	background-repeat: no-repeat ;
	background-position: left bottom;
	background-image: url(/bankofscotland/images/backgrounds/panel-top-tabs-bg.gif);
}
div.tabs-main ul.ui-tabs-nav li {
	float: left;
	font-size: 0.9em;
	font-weight: bold;
}
div.tabs-main ul.ui-tabs-nav a {
	color: #505050;
	display: block;
	font-size: 1.2em;
	text-decoration: none;
	background-repeat: no-repeat;
	background-position: -308px 0;
	background-image: url(/bankofscotland/images/backgrounds/sprite-tabs.png);
}
div.tabs-main ul.ui-tabs-nav a span  {
	display: block;
	padding: 17px 17px 8px;
	background-repeat: no-repeat;
	background-position: bottom right;
	background-image: url(/bankofscotland/images/backgrounds/bg-tabs-a-span.png);
}
div.tabs-main ul.ui-tabs-nav .ui-state-hover a,
div.tabs-main ul.ui-tabs-nav a:hover,
div.tabs-main ul.ui-tabs-nav .ui-tabs-selected a  {
	color: #002776;
	background-position: 0 0;
	background-repeat: no-repeat;
	background-image: url(/bankofscotland/images/backgrounds/sprite-tabs.png);
}
div.tabs-main ul.ui-tabs-nav .ui-state-hover a span,
div.tabs-main ul .ui-tabs-selected a span {
	background-repeat: no-repeat;
	background-position: top right;
	background-image: url(/bankofscotland/images/backgrounds/bg-tabs-a-span.png);
}

div.tabs-inner ul.options {
	float: left;
	width: 602px;
	display: inline;
	margin-left: 15px;
	margin-bottom: 1em;
}

div.tabs-inner .ui-tabs-nav li {
	float: left;
	font-size: 0.9em;
	padding: 0 10px 0 0;
}
div.tabs-inner .ui-tabs-nav a {
	color: #505050;
	display: block;
	line-height:1.6em;
	text-decoration: none;
	background: url("http://www.supportingbusinesses.co.uk/lloyds/images/menus/third_level_bg1.jpg") no-repeat scroll 0 0 transparent;
}
div.tabs-inner .ui-tabs-nav a span {
	display: block;
	padding: 4px 10px;
	background: url("http://www.supportingbusinesses.co.uk/lloyds/images/menus/bg-tabs-tabs-a-span.png") no-repeat scroll 100% 0 transparent;
}
div.tabs-inner .ui-tabs-nav .ui-state-hover a,
div.tabs-inner .ui-tabs-nav a:hover,
div.tabs-inner .ui-tabs-nav .ui-tabs-selected a {
	color: #002776;
}

.rhs_panel {
	width: 249px;
	color: #002776;
	padding: 0 23px;
	line-height: 18px;
	font-family: Arial, Helvetica, sans-serif;
}

.rhs_panel a {
	text-decoration:none;	
}

.rhs_panel p {
	padding-top: 0px;
	padding-bottom: 10px;
	margin-top: 0px;
	margin-bottom: 0px;	
	font-size: 12px;
	line-height: 16px;
	color: #505050;
}

.rhs_panel h2{
	color:#002776;
	font-size:26px;
	margin:0;
	padding-bottom: 10px;
	line-height: 28px;
}

.rhs_panel h3{
	color:#002776;
	font-size:14px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-top: 0px;
	margin-bottom: 0px;	
}

.rhs_panel_large{
	height:287px;	
	padding-top:25px;
}

/*specific panels*/
#preparing{
	background:url(/bankofscotland/images/bos1_bg_large.jpg) no-repeat;	
}

#startup_account{
	background:url(/bankofscotland/images/bos2_bg_large.jpg) no-repeat;	
}

#switch{
	background:url(/bankofscotland/images/bos3_bg_large.jpg) no-repeat;	
}

#business_loans{
	background:url(/bankofscotland/images/bos4_bg_large.jpg) no-repeat;	
}



/** medium panels **/
/*******************/

.rhs_panel_medium {
	height:150px;	
	padding-top:25px;
}

.rhs_panel_medium.panel-wht p {
	padding-bottom: 20px;
}

.rhs_panel_medium h2 {
	color:#002776;
	font-size:20px;
	margin-bottom: 0px;
}

#videowall h2 {
	padding-bottom: 50px;
}

.rhs_panel_medium.med_blue,
.rhs_panel_medium.med_blue h2 {
	color: #fff;	
}

.rhs_panel_medium.med_blue p {
	padding-bottom: 20px;
	color: #fff;
}

/*specific panels*/
#money {
	background:url(/bankofscotland/images/bos_white_medium.jpg) no-repeat;	
}

#home {
	background:url(/bankofscotland/images/bos_home_medium.jpg) no-repeat;	
}

#videowall {
	background:url(/bankofscotland/images/bos_video_wall.jpg) no-repeat;	
}

#benchmark {
	background:url(/bankofscotland/images/bos_graph_lines_med_blue.jpg) no-repeat;	
}

#switch-med {
	background:url(/bankofscotland/images/bos_crane_medium.jpg) no-repeat;	
}

#blue-med {
	background:url(/bankofscotland/images/bos_blue_medium.jpg) no-repeat;	
}


/** small panels **/
/******************/

.rhs_panel_small {
	height: 72px;	
	padding-top: 14px;
	position: relative;	
	background:url(/bankofscotland/images/bos_small_wht.jpg) no-repeat;	
}

.rhs_panel_small.small_blue {
	color: #fff;
}

.rhs_panel_small.small_blue a.circle_blue {
	display: block;
	width: 20px;
	height: 20px;
	background: url(/bankofscotland/images/buttons/arrow_blue.gif) no-repeat;
	text-indent: -5000em;
	position: absolute;
	right: 12px;
	top: 12px;
}

.rhs_panel_small h2 {
	font-size: 18px;
	padding-bottom: 8px;
}

.rhs_panel_small p {
	font-size: 12px;
	padding-bottom: 0px;
	color: #002776;
}

.rhs_panel_small a {
	display: block;
	width: 20px;
	height: 20px;
	background: url(/bankofscotland/images/buttons/arrow_wht.gif) no-repeat;
	text-indent: -5000em;
	position: absolute;
	right: 12px;
	top: 12px;
}


/* blue panel */
.small_blue {
	background:url(/bankofscotland/images/bos_small_blue.jpg) no-repeat;	
}

.small_blue h2 {
	color: #fff;
}

.small_blue p {
	color: #fff;
}


/** purple buttons within content **/
.rhs_panel .round {
	background: #007a3b url(/bankofscotland/images/purple_btn_repeat_bg.jpg);
	padding: 5px 6px 5px 6px;
	border: 0px solid #007a3b;
	overflow: hidden;
	color: #fff;
	text-decoration: none;
	width: auto;
	overflow: hidden;
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;
	vertical-align:middle;
}

.rhs_panel .round span {
	position: absolute;
	top: -1px;
	left: -1px;
	height: 1px;
	width: 1px;
	overflow: hidden;
}


/** white button  **/
.rhs_panel_medium.med_blue .round {
	background: none;
	background-color: #fff;
	padding: 5px 6px 5px 6px;
	border: 0px solid #007a3b;
	overflow: hidden;
	color: #663399;
	text-decoration: none;
	width: auto;
	overflow: hidden;
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;
	vertical-align:middle;
}

div.panel-video {
    float: left;
    width: 690px;
    height: 378px;
    background: url(/bankofscotland/images/backgrounds/panel-video-bg.gif);
}
div.panel-video object {
    float: left;
    margin: 12px 0 0 15px;
}

/* story image */

.thumbnail {
    float: right;
    margin: 0 0 10px 10px;
}
