/*----------------------------------------------- 
	RBS Intranet
	
	BODY STYLESHEET (SITEWIDE THEMES FOR HTML TAGS)
	Created by HeathWallace Ltd on 08 Dec 2006 
	(Louis Briggs)
------------------------------------------------*/

body {
	margin:0px;
	padding:0px;
	font-family:Arial, Helvetica, sans-serif;
	background:#fff;
	color:#333;
	height:100%;
	/* Default font size - Affecting all text including headers paragraps and lists etc */
	font-size:75%;
}

/* Background gradient image for the home page */
#pageHome {
	background:#fff url("/images/css/body_bg.gif") repeat-x bottom left;
}

/* All links default state */
a {
	color:#036;
}

/* Remove default borders from linked images */
a img {
	border:0;
}

/* All links hover state */
a:hover {
	color:#000;
}

/* Used to highlight links when clicked or tabbed to */
a:active,
a:focus {
	background:url("/images/css/dot-blue.gif")!important;
	color:#fff!important;
} 
a:focus {
	background:none;
}

/* Remove default borders from fieldsets */
fieldset {
	border:none;
}

/* Hide hr tags by moving them off screen */
hr {
	position:absolute;
	top:-1000px;
	left:-1000px;
}

/* Styling for Insite: Section text in header */
.insight {
	margin:0px;
	padding:15px 25px;
	float:left;
	font-size:250%;
	color:#505050;
	font-weight:normal;
}

.insight span {
	color:#000;
	font-weight:bold;
}



/* Removing default spacing on text elements */
h2,h3,h4,h5,p {
	margin:0px;
	padding:0px;
}

/* long quotes */
blockquote {
	color:#333;
	margin:10px 30px 10px 30px;
	padding:10px 0px 10px 20px;
	background:url("/images/css/bg_quotestyle01.gif") repeat-y top left;
}

/* Used for 2nd blockquote style (includes end quote marks) */
.quote {
	background:url("/images/css/bg_quotestyle02_top.gif") no-repeat top left;
	padding:20px 0px 0px 20px;
}

.quote span {
	display:block;
	background:url("/images/css/bg_quotestyle02_bottom.gif") no-repeat bottom right;
	padding-bottom:20px;
}

/* Styling for headers, paragraphs and acronyms - including links within */
h1 {
	color:#333;
	font-size:150%;
	padding:0px 0px 2px 0px;
	margin:5px 0px 2px 0px;
}

h2 {
	color:#333;
	padding:0px 0px 2px 0px;
	margin:5px 0px 2px 0px;
	font-size:130%;
}

h1 a {
	background:url("/images/css/arr_h2.gif") no-repeat top left;
	color:#003481;
	text-decoration:none;
	padding:0px 0px 2px 10px;
}

h2 a {
	background:url("/images/css/arr_h2.gif") no-repeat top left;
	color:#003481;
	text-decoration:none;
	padding:0px 0px 2px 10px;
}

h2 a:hover {
	text-decoration:underline;
}

h3 {
	font-size:110%;
}

h4 {
	font-size:100%;
}


h5 {
	font-size:100%;
	font-weight:normal;
}


p {
	padding:0px 0px 0px 0px;
    margin:4px 0px 10px;
}

acronym {
	border: none; /* changed from bottom:1px dotted #333; */
	cursor:help;
	font-weight:normal;
}