@charset "UTF-8";
/* CSS Document */
@import "image_noborder.css";
@import "web-layout-print.css";
@import "tables.css";

hr{border: solid 1px #176D9C; height:1px;}


body {margin: 0 auto; padding:0px; font-size:65%; background-color: #fff; background-image:url(../shared/bgr-repeat.png); background-repeat:repeat-x; }
body {font-family:  Arial; color: #000000; border:0;}


a:link{text-decoration:none;color:#0A5A7A;}/*blue*/
a:visited{text-decoration:none;color:#0A5A7A;}
a:hover{text-decoration:none;color:#000;background-color:#D9FA78;}
a:active{text-decoration:none;color:#0A5A7A;}
.current {text-decoration:none; color:#0A5A7A;background-color:#D9FA78;}
.blue{color:#176D9C;}
.darkblue{color:#0D4569;}

h1,h2,h3,h4,h5,h6{font-family: "Trebuchet MS" , Arial; font-weight:normal; margin:0; padding:0; line-height:0.8em;}

#flash-container{border:0; float:left;}

p {
	font-family:  Arial;
	font-size:1.2em;
	margin: 2px 0 9px 0;
	line-height:1.24em;
	color:#000000;margin-left:1px;
}
td{font-size:1.2em;line-height:1.2em;}

.size14Normal{font-size:1.1em;font-weight:normal;}
.size14Bold{font-size:1.1em;font-weight:bold;}

/*Scotland project N Ireland etc  Links above body content on the left*/
#top-nav p{font-family: "Trebuchet MS" , Tahoma, Arial; font-size:10px; line-height:13px;color:#176D9C;}
#top-nav p a:link{text-decoration:none;color:#176D9C;}/*blue*/
#top-nav p a:visited{text-decoration:none;color:#176D9C;}
#top-nav p a:hover{text-decoration:none;color:#000;background-color:#D9FA78;font-size:11px;padding:1px;}
#top-nav p a:active{text-decoration:none;color:#176D9C;}
#top-nav p .current {text-decoration:none; color:#000;background-color:#D9FA78;font-size:12px;}

/*Footer links at the bottom*/
#footer-container p{font-size:9px;text-align:center;color:#000000;}
#footer-container p a:link{text-decoration:none;color:#000000;}
#footer-container p a:visited{text-decoration:none;color:#000000;}
#footer-container p a:hover{text-decoration:none;color:#000000; background-color:#D9FA78;}
#footer-container p a:active{text-decoration:none;color:#000000;}
#footer-container p .current {text-decoration:none; color:#000000;background-color:#D9FA78;}

/*Go button un used*/
#buttonContainer{height:18px;}
#buttonleft{background-image:url(../shared/bluebutton-left.png); background-repeat:no-repeat;width:8px; height:18px;float:left;}
#buttonMidRepeat{background-image:url(../shared/bluebutton-mid.png); background-repeat:repeat-x; height:18px;float:left;}
#buttonright{background-image:url(../shared/bluebutton-right.png); background-repeat:no-repeat;width:8px; height:18px;float:left;}




sup,
sub {
	height: 0;
	line-height: 1;
	vertical-align: baseline;
	_vertical-align: bottom;
	position: relative;
	
}

sup {
	bottom: 1ex;
}

sub {
	top: .5ex;
}

ul{
border:0;
margin:0;
list-style:none;/* basically, don't use list style, because you cannot control the position of the list image */
padding:0; /* Make padding 0 so it won't display the extra gap to the left in Firefox*/
font-family: Arial;}
ul li
{display: block; /*The first setting will apply to all browsers*/
#display: inline-block; /*The second setting will only apply to Microsoft IE browsers*/
_display: inline-block;  /*The third setting will only apply to IE browsers 6.0 and older*/

border:0; background:url(../shared/bullet.png) no-repeat top left; /*adjusts the bullet 3px from top.*/padding:0 0 0 20px;/* space for your GIF image */font-size:1.2em;line-height:1.3em;margin-top:3px;margin-left:5px; color:#000;font-family: Arial;} /*display:inline-block;*/



ol{
border:0;
margin:0;
padding:0 0 0 10px; /* Make padding 0 so it won't display the extra gap to the left in Firefox*/
font-family: Arial;}

ol li
{

border:0; /*adjusts the bullet 3px from top.*/padding:0 0 0 5px;/* space for your GIF image */font-size:1.3em;line-height:1.3em;margin-top:3px;margin-left:15px; color:#222222;font-family: Arial;} /*display:inline-block;*/

ol li ul{
border:0;
margin:0;
list-style:none;/* basically, don't use list style, because you cannot control the position of the list image */
padding:0; /* Make padding 0 so it won't display the extra gap to the left in Firefox*/
font-family: Arial;}
ol li ul li
{display: block; /*The first setting will apply to all browsers*/
#display: inline-block; /*The second setting will only apply to Microsoft IE browsers*/
_display: inline-block;  /*The third setting will only apply to IE browsers 6.0 and older*/

border:0; background:url(../shared/bullet.png) no-repeat top left; /*adjusts the bullet 3px from top.*/padding:0 0 0 20px;/* space for your GIF image */font-size:1em;line-height:1.2em;margin-top:3px;margin-left:15px; color:#000;font-family: Arial;} /*display:inline-block;*/



