/* - Basic Stylesheet */
/* - page control tags */

/* @group Structure */

/* - Page structure */

#outer-wrap{
	width:100%;
}
#inner-wrap,
#header,
#content,
#footer{
	position:relative;
	width:950px;
	text-align:left;
	z-index: auto;
}
#inner-wrap{
	margin:0 auto;
}
#header{
	min-height:94px;
	height:auto !important;
	height:94px;
	position:relative;
	z-index: 99;
}
#content-home{
	position:relative;
	width:950px;
	text-align:left;
	z-index: auto;
	min-height:192px;
	height: auto !important;
	height: 192px;
	margin-top: 400px;
	margin-bottom:15px;
	z-index: auto;
}
#content{
	min-height:318px;
	height:auto !important;
	height:318px;
	margin-bottom:15px;
}
/* - Footer */


#footer{
	background:url(../images/footer_bg.jpg) left top repeat-x;
	height:40px;
	position:  relative;
	text-align: right;
	padding-top: 20px;
	margin-top: 20px;
}
#footer ul, 
#footer li {
	margin:  0;
	padding: 0;
	list-style: none;
	float: right;
}
#footer li {
	display: block;
	float: left;
	margin-left: 6px;
	font-size: 10px;
	padding-bottom: 3px;
	border-bottom: 1px solic #ccc;
}
#footer p {
	clear: both;
	text-align: right;
	margin-right: 0px;
	padding-right: 0px;
	margin-top: 10px;
	margin: 0px;
	color:  #666;
	width:  575px;
	margin-left: 375px;
	font-size: 10px;
}


/* - Header content */

a#homeLink{
	position:absolute;
	left:0px;
	bottom:-15px;
	display:block;
	width:278px;
	height:74px;
	background: url(../images/logo.png) left top no-repeat;
}


#headHome  {
	position:absolute;
	margin: 0;
	padding: 0;
	left:0px;
	bottom:-15px;
	display:block;
}
#headHome a {
   position:relative;
   display:block;
	width:278px;
	height:74px;
	font-size: 10px;
}

#headHome a span {
	top: 0;
	left: 0;
	cursor: pointer;
   display:block;
   position:absolute;
   width:100%;
   height:100%;
   background:#ffffff url(../images/logo.png) no-repeat left top;
   z-index:100; /* Places <span> on top of <a> text */  
}

/* - Navigation */

ul#top-links,
#nav{
	border-top:2px solid #ccc;
	position:absolute;
}
ul#top-links{
	width:340px;
	right:0px;
	top:36px;
	z-index:auto;

	z-index:10;
}
#nav{
	position:absolute;
	right:0;
	top:80px;
	width:575px;
	border-top:none;
	z-index:auto;
	display: block;
	padding: 0px;
}
ul#nav li{
	border:none;
	display: inline;
	float:left;
	text-align: left;
	margin-right: 8px;
}
ul#nav li a.topNavLink{
	border-bottom: 1px solid #ccc;
	padding: 3px 1px 4px;
	display:block;
	float:left;
	height: 17px;
}

ul#nav li.last{
	margin-right: 0px;
}
ul#nav li:hover a.topNavLink{
	border-bottom: 3px solid #4f2d7f;
	padding-bottom: 3px;
}
#nav li:hover a {
	color: #4f2d7f;
}
#nav li:hover .sub  a {
	color: #009fda;
}
#nav li:hover .sub  a:hover {
	color: #4f2d7f;
}

ul#top-links li{
	display:inline;
	float:left;
	width:108px;
	margin-right:8px;
	position: relative;
	/*overflow: hidden;*/
}
ul#top-links li.right{
	float:right;
	margin:0px;
}
ul#top-links a,
ul#top-links a:visited{
	border-bottom: 1px solid #ccc;
	padding:3px 0;
	display:block;
	float:left;
	width:108px;
	z-index:auto;
	height: 14px;
}

ul#top-links a,
ul#top-links a:visited{
	border-bottom: 1px solid #ccc;
	padding:3px 0;
	display:block;
	float:left;
	width:108px;
	z-index:auto;
	height: 14px;
}
ul#top-links .sub a,
ul#top-links .sub:visited{
	height: auto;
}
ul#top-links a:hover,
ul#top-links li:hover a,
ul#top-links li:hover a:visited,
ul#top-links a:active,
ul#top-links a:focus,
ul#top-links a.hovered{
	text-decoration:none;
	color: #4f2d7f;
	border-bottom:3px solid #4f2d7f;
}
ul#top-links a.location{
	background:url(../images/icon_arrow_down.jpg) right center no-repeat;
}
/* - Dropdowns */

li .sub {
	position: absolute; /*--Important--*/
	width:575px;
	height: 400px;
	top: 24px;
	left: 0;
	background: url(../images/dropdown_bg.png) left top repeat;
	display:none;
	z-index:-10;
	border-top:1px solid #ccc;
	border-bottom:3px solid #009fda;
	text-align: left;
}
/* AN // added while fixing DD JS */
li:hover .sub, li .sub.over {
	
	display:  block !important;	
	z-index:-10;
}
li .sub .inner{
	padding:15px 15px 50px 15px;
}
li .sub h2,
.panel h1{
	border:none;
	margin-top: 0px;	
}




li.location .sub {
	height: 570px;	
	top: 20px;
}

li.location .sub ul,
li.location .sub li,
li.location .sub li ul li,
li.location .sub li a {
	margin: 0;
	padding: 0;
	width: 110px !important;
}
li.location .sub ul {
	margin-right: 20px;	
}


.locationsList {
	width:550px;
}
.sub li {
	display: block !important;	
	float: none !important;	
}


li .sub .linkContainer{
	position:absolute;
	right:0px;
	bottom:0px;
	width:150px;
	height:200px;
	background:url(../images/man-phone-bw.png) left bottom no-repeat;
}
ul#top-links li .sub .linkContainer a{
	font-size:1.1em;
	text-transform:uppercase;
	padding:3px 10px;
	background:url(../images/dropdown_bg.png) left top repeat;
	position:absolute;
	right:0px;
	bottom:10px;
	border:0px;
}

ul.subnav,
ul.subnav ul{
	text-align:left;
	list-style:none;
	width:200px;
}
ul.subnav ul{
	padding-left:10px;
	width:190px;
}

ul.subnav a {
	padding:2px 0;
	display:block;
	border-bottom:1px solid #ccc;
	
}

/* Dropdown Content Styling */
.sub .subPic {
	position:  absolute;
	right:  8px;
	bottom:  8px;	
}

#nav li .sub .colL {
	width: 175px;
	margin: 0;
}
#nav li .sub .colR {
	width: 325px;	
	margin: 0;
}

ul#top-links .location .sub {
	left: auto;
	right: -116px;
	top: 20px;
}
ul#top-links .location .sub a {
	margin-bottom: 0px !important;
}

#nav li .sub a {
	background: none;
}
#nav li .sub ul {
	width: 100%;
	pposition: absolute;
	margin-top: 0px;
	float: left;
}
#nav li .sub li {
	float: none;
	margin: 0;
	padding: 0;
}
#nav li .sub h2 {
	margin: 0 0 20px 0;
	padding-right: 10px;
}
#nav li .sub .colR p.intro {
	margin: 0 0 15px;
	clear: both;
}

#nav li .sub dl {
	margin: 0 0 20px 0;
	float: left;
	width: 140px;
}
#nav li.investor .sub .colR p.outline {
	float: right;
	width: 205px;
}
#nav li.investor .sub .colR p.intro {
	border-bottom: 1px solid #ccc;
	padding: 15px 0 25px 120px;	
	margin: 0 0 15px 0;
	height: 54px;
	background: url(../images/temp_sub_invest.png) no-repeat 0 0;
}


/* - Columns */

.colL,
.colR{
	position:relative;
	float:left;
	margin-left:43px;
	width:332px;
}
.colR{
	width:575px;
	float:right;
	margin:0px;
}
.colR .colL{
	width:203px;
	margin:0px;
}
.colR .colR{
	width:341px;

}
.floatLeft {
	float:left;
}
.archive.floatLeft {
	width: 240px;
	margin-right: 40px;
}

/* - Home */

#content-home .subCopy {
	width: 205px;
	float: right;
	
}
#content-home .colL {
	width: 580px;
	margin-left: 0px;
	height: 300px;
	border-bottom:2px solid #ccc;
}
#content-home .intro {
	width: 320px;
	float: left;
}
#content-home #homeTitle {
	width: 360px;
	float: left;
}


#content-home .colR{
	width: 340px;
	height: 300px;
	border-bottom:2px solid #ccc;
}
#content .colL{
	padding-top:50px;
}



/* - Panels */

.panel,
.dropdown{
	width:565px;
	float:left;
	background:#e1e1e1 left top repeat;
	border-bottom:3px solid #009fda;
	padding:10px 0 40px 10px;
	margin-top: 20px;
	background: url(../images/panel_bg.png) left top repeat;
	min-height: 400px;
	
}



.dropdown{
	padding:15px 15px 40px 15px;
	width:545px;
}
.panel .colL{
	width:370px;
}
.panel .colR{
	width:auto;
}
.dropdown .colR{
	width:300px;
}
.dropdown p.intro{
	padding-bottom:20px;
}
.dropdown dl{
	border-top:1px solid #ccc;
	padding-top:8px;
	width:136px;
}
.dropdown dd{
	border:none;
}
.dropdown h1{
	padding-bottom:30px;
}
.panel p,
.panel p.intro{
	padding-bottom:12px;
}
.panel dl.img{
	width:166px;
}
#content .panel .colL,
#content .dropdown .colL{
	padding-top:0px;
}

.sub .pic,
.dropdown .pic{
	/* FOLLOWING WERE KILLING LAYOUT IN IE 
	position:absolute;
	display:block;*/
	width:275px;
	height:275px;
	right:0px;
	bottom:0px;
	background-position: bottom right;
	background-repeat: no-repeat;
}
.dropdown .pic{
	width:210px;
	height:210px;
}
.panel.business .pic{
	background:url(../images/man-phone-bw-large.png) 70px top no-repeat;
}
.panel.our-business .pic{
	background:url(../images/man-phone-bw-large.png) 70px top no-repeat;
}
.dropdown.business .pic{
	background:url(../images/man-phone-bw-dd.png) 60px top no-repeat;
}
.our-business .sub .pic{
	background-image:url(../images/man-phone-bw-dd.png);
}

#fader {
	display:  none;
	position:absolute;
	z-index: -100;
	top:0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color: #fff;
	filter: alpha(opacity=80); /* internet explorer */
	-khtml-opacity: 0.8;      /* khtml, old safari */
	-moz-opacity: 0.8;       /* mozilla, netscape */
	opacity: 0.8;           /* fx, safari, opera */
	
} 
#fader.ooover {
	
	display:  block !important;	
	z-index:1 !important;
}

.Home #fader.oooover {
	
	display:  block !important;	
	z-index:20 !important;
}


/* --------------------------------------------------- modified by Neil Mills 10/3/10 ---------------------------------------------------*/

dl{
	float:left;
	width:108px;
	margin-right:8px;
}
.panel dl {
	width:105px;

}
dl.archive{
	width:100%;
}
dl.archive dd{
	margin-top: 20px;
	border-bottom:1px solid #ccc;
	padding-bottom:2px;
}
dl.archive h4 a{
	font-size: 18px;
	font-family:Georgia, "Times New Roman", Times, serif;
}
dl.archive .link{
	border-top:1px solid #ccc;
	margin-top: 4px;
	padding-top: 4px;
	font-size:11px;
}

dl.right{
	float:right;
	margin:0px;
	display:block;
}
dl span.date{
	display:block;
	font-size:11px;
	margin-top: 4px;
}
dt {
	display: block;
	clear: both;
}
dt a,
dt a:visited{
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#4f2d7f;
}

dd{
	margin-bottom:2px;
	margin-top:10px;
	margin-left: 0px;
	margin-right: 0px;
	-webkit-margin-start: 0px;
	text-align: left;
}
.sharepricehome dd {
	
	margin-bottom:10px;
	margin-top:0px;
	height:100px;
	padding-top:0px;
	
}
.sharepricehome dd.iframe{
	height:241px;

	border-bottom:1px solid #ccc;
}

.sharepricehome dd.share{
	background:#ccc;
	height:200px;
}
.sharepricehome dd.more{
	height:auto;
	
}
dd.story{
	min-height:110px;
	height:110px;
	border-bottom:1px solid #ccc;
	
}
.panel dd.story,
.sub dd.story{
	height:auto;
	min-height: 0px;
}
dd.sideImages {
	text-align: right;
	padding-right: 10px;
}
dd.story.related{
	min-height:0px;
	height:auto !important;
	border-bottom:1px solid #ccc;
}
dd.story span {
	display: block;
}
dl.calendar{
	width:100%;
}
.colL dl.calendar dt{
	font-size:14px;
	color: #4f2d7f;
}
dl.calendar dd{
	padding-bottom:4px;
	border-bottom:1px solid #ccc;
}
dl.calendar .date{
	padding-bottom:2px;
	color: #4f2d7f;
}


/* - Breadcrumb */

/* - Tables */


/* - Story carousel */

/* - Story carousel */
#storyMasker {
	position: absolute;
	left: 0;
	top: 130px;
	overflow: hidden;
	width: 100%;
	text-align: center;
}
#storyClip {
	position: relative;
	margin-left: 50%;
}
#storyCarousel {
	width: 3000px;
}
#storyContainer {
	z-index: auto !important;	
	
	margin-left: -825px;
	mmargin-right: -100%;
	top: 0px;
	width: 100%;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
	filter: alpha(opacity=20); /* internet explorer */
	-khtml-opacity: 0.2;      /* khtml, old safari */
	-moz-opacity: 0.2;       /* mozilla, netscape */
	opacity: 0.2;           /* fx, safari, opera */
}
.Home #storyContainer {
	z-index: auto;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100); /* internet explorer */
	-khtml-opacity: 1;      /* khtml, old safari */
	-moz-opacity: 1;       /* mozilla, netscape */
	opacity: 1;           /* fx, safari, opera */
}
#storyContainer ul {
	z-index: 100000000000000;	      
}

#storyContainer li {
	position: relative;
	width: 550px; height: 350px;
	float: left;
	list-style: none;
	overflow: hidden;
	z-index: 1000;
}
#storyContainer span {
	display: block;
	margin: 5px 0;
}
#storyContainer img {
	display: block;
}
#storyContainer li div a.carouselTitle {
	color:#5a4099;
	font-size:18px;
	font-family:Georgia, "Times New Roman", Times, serif;
	padding: 0px 0;
	display: block;
}

#storyContainer li a.carouselLink {
	position: absolute;
	left: 0; top: 0; right: 0; bottom: 0;
	display:  block;
	width: 100%;
	height:  350px;
	z-index: 1000;
	text-indent: -1000em;
}
#storyContainer li div {
	background: transparent url(../images/bg_trans1.png) repeat;
	bottom: 0; left: 50%;
	margin: 0 0 0 -101px;
	padding: 4px 10px;
	width: 325px;
	position: absolute;
	z-index: 12;
	opacity: 1;
	text-align: left;
	display:  none;
}
.Home #storyContainer li div {
	display:  block;
	
}
#storyContainer li a {
	display:  none !important;
	
}
.Home #storyContainer li a {
	display:  block !important;
	
}
.wide #storyCarousel, .nobg #storyCarousel {
	display: none !important;
}
#storyContainer li div span.carouselContent {
	display: none;
	position: absolute;
	font-family:Georgia, "Times New Roman", Times, serif;
}

#storyContainer li.hovered div span.carouselContent,
#storyContainer li:hover div span.carouselContent {
	display: block;
	bottom: 35px; left: 0;
	border-top: 3px solid #C83687;
	background: transparent url(../images/bg_trans1.png) repeat;
	width: 310px;
	padding: 9px 25px 23px 10px;
} 


/* - Forms */

input#search,
#ajaxSearch_input {
	border:none;
	height:17px;
	width:94px;
	border-bottom:1px solid #ccc;
	color:#747474;
	background: #fff url(../images/icon_search.jpg) left 3px no-repeat;
	padding:3px 0 0 14px;
}
input#search:hover,
#ajaxSearch_input:hover {
	text-decoration:none;
	color: #4f2d7f;
	border-bottom:3px solid #4f2d7f;
	cursor: pointer;
}



/* - AJAX Search styles */
/*
#ajaxSearch_form {
    color: #444;
    width: auto;
}
#ajaxSearch_input {
    width: auto;
    display: inline;
    height: 17px;
    border: 1px solid #ddd;
    border-left-color: #c3c3c3;
    border-top-color: #7c7c7c;
    background: #fff url(images/input-bg.gif) repeat-x top left;
    margin: 0 3px 0 0;
    padding: 3px 0 0;
    vertical-align: top;
}
#ajaxSearch_submit {
    display: inline;
    height: 22px;
    line-height: 22px;
}
#ajaxSearch_output {
    border: 1px solid #444;
    padding: 10px;
    background: #fff;
    display: block;
    height: auto;
    vertical-align: top;
    position: absolute;
    width: 400px;
}
.AS_ajax_result {
    color: #444;
    margin-bottom: 3px;
}
.AS_ajax_resultLink {
    text-decoration: underline;
}
.AS_ajax_resultDescription{
    color: #555;
}
.AS_ajax_more {
    color: #555;
}
*/

/* - Page specific styles */





/* - News & Media */

/* @group timeline */


.timelineIntro {
	position: absolute;
	top: 60px;
	left: 10px;	
}
.timelineIntro h2 {
	margin-top: 0px;
}


#timeline_scroll p,  .timelineIntro p {
	width: 300px;
	margin: 10px 0 0 0;
	position: absolute;
	top: 20px;
}
.timelineIntro p {
	width: 400px;
	font-size: 11px;
}
#timeline_scroll h2 {
	position: absolute;
}

/* Controls */
#time-nav-l,
#time-nav-r {
	background: url(../images/icon_arrows.png) no-repeat 0 205px;
	display: block;
	text-indent: -1000em;
	position: absolute;
	/*top: 315px;*/ left: 0;
	z-index: 98;
	width: 80px; height: 400px;
	cursor: w-resize;
}
#time-nav-r {
	background-position: 100% 205px;
	right: 0; left: auto;
	cursor: e-resize;
}

/* Frame */
#timeline_scroll {
	position: relative;
	overflow: hidden;
	margin: 0 -10px;
	padding: 0px;
	width:  575px;
	background: url(../images/bg_timeline.png) repeat-x 0 306px;
}
/*
#timeline_scroll div {
	width: 765px;
	height: 465px;
}
*/
#timeline_scroll ul {
	list-style: none;
}
/* NS */
#timeline_scroll ul 
{
	position: relative;
	width: auto;
	height: 100%;
}
#timeline_scroll li {
	float: left;
	clear: right;
	margin: 260px 0 0;
	height: 400px;
	padding-top: 10px;
}

#timeline_scroll li a.historyLink {
	display: block;
	float: left;
}

/* On Hover elements */
#timeline_scroll li a img {
	position: absolute;
	left: -25px;
	top: 0;
	display: none;
	width: 575px; height: 245px;
}
#timeline_scroll li a strong.historyTitle {
	color: #0086bb;
	font: 1.7em Georgia, "Times New Roman", Times, serif;
	display: block;
	padding: 0 5px 5px 0;
	border-bottom: 1px solid #ccc;
	margin-top: 16px;
}
#timeline_scroll li a span.historyContent {
	displaydisplay: none;
	position: absolute;
	width: 220px;
	font-size: 0.95em;
	line-height: 1.2em;
	top:  320px
}
#timeline_scroll li a span.historyContent p {
	display: none;
}
#timeline_scroll li a:hover strong.historyTitle,
#timeline_scroll li a.hover strong.historyTitle {
	color: #4f2d7f;
	border-bottom: 1px solid #4f2d7f;
}

#timeline_scroll li a em.historyDate {
	display: block;
	color: #b2b2b2;
	font: italic normal 1.2em Georgia, "Times New Roman", Times, serif;
	margin: 8px 0 13px 0;
}
#timeline_scroll li a:hover em.historyDate,
#timeline_scroll li a.hover em.historyDate {
	color: #4f2d7f;
}

/* Image */
#timeline_image {
	background-position: 0 26px;
	background-repeat: no-repeat;
	text-indent: -1000em;
	width: 575px; height: 300px;
	position: absolute;
	left: 0;
	top:  20px;
	display: none;
	background-color: #4f2d7f;
}

/* Ampersand */
#timeline_scroll li a strong .amp,
#timeline_scroll li a:hover strong .amp  {
	
	font-family:  Georgia, "Times New Roman", Times, serif;
	color: #0086bb;
	padding: 0 0 0 3px;
}






























/* @end */


/*---------------------------------------- Amend - 03/05/10 - Neil --------------------------------------------------------*/

.panel .top-row{
	padding-right:200px;
}
.archive-menu{
	width:150px;
}
.archive-menu ul{
	list-style-type:none;
	padding-left: 0px;
}
.archive-menu li.year{

	padding-right:10px;
}
.panel .archive-menu ul ul{
	padding-left:10px;
	padding-bottom:5px;
}
.panel .archive-menu li,
.panel .archive-menu ul{
	padding:0px;
	margin:0px;
}
.archive-menu li a{
	font-size: 11px;
}
.archive-menu li.year a{
	background:url(../images/archive_arrow.png) right center no-repeat;
	padding-right:10px;
}
.archive-menu li.year ul a{
	background:none;
}
.archive-menu li.year.active a,
.archive-menu li.year.active li.month.active a{
	color:#5a4099;
}
.archive-menu li.year.active li a{
	color:#0086bb;
}
.archive-menu li.year.active ul a{
	background:none;
}
.archive-menu li.year ul{
	ddisplay:none;
}
.archive-menu li.year.active ul{
	display:block;
}
.archive-menu li.year.active li.month.active a{
	ccolor:#da3d7e;
}
.archive-menu h4{
	font-weight:bold;
	color:#009fda;
	padding-bottom:5px;
}

.archive-menu ul.dates{
	padding-bottom:10px;
	margin-bottom:9px;
}

.tagcloud  a{
	font-size: 11px;
}
/*------------------------------------------------------ End amend --------------------------------------------------------*/

/*---------------------------------------- Amend - 05/05/10 - Neil --------------------------------------------------------*/
.panel ul#director-list {
	padding-left: 0px;
	wwidth: 555px;	
}
.panel ul#director-list li{
	padding-left: 0px;
	position:relative;
	cursor:pointer;
	display:block;
	font-size:11px;
	float:left;
	width:105px;
	min-height:140px;
	height:auto !important;
	height:140px;
	border-bottom:1px solid #e1e1e1;
	margin:0 17px 20px 0;
}

.panel .colR ul#director-list {
	width: 130px;	
}
.panel .colR ul#director-list li{
	margin: 0px;
	padding-bottom:10px;
	margin-bottom:10px;
	float:none;
	min-height:80px;
	height:auto !important;
}
	
ul#director-list li span{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:13px;
	line-height:13px;
	display:block;
	margin-bottom:5px;
}
ul#director-list li div.pic{
	padding-bottom:6px;
	display:block;
	width:105px;
	height:65px;
	margin-bottom:3px;
	position:relative;
}
ul#director-list li.active div.pic{
	background:#e73e97;
}
/*------------------------------------------------------ End amend --------------------------------------------------------*/



#subnav {	
	position: relative;
	float: left;
	top: 50px; 
	left: 0px;
	margin-bottom: 60px;
}
#footer {
	clear: both;
	padding: 20px 0 0 0;
}
.hide {
	display: none;
}
.wide .colR {
	width: 725px;	
}
.wide .panel {
	background-image: none;	
	border-bottom: none;
}

/* @group Map */



#map {
	background: url(../images/map.png) no-repeat 0 50px;
	width: 715px; /*height: 425px;*/
	padding: 50px 0 0 0;
	position: relative;
	float: left;
}
#map dt,
#map dl,
#map dd {
	border-bottom: none;
	float: none;
	margin: 0;
}

#map dl {
	position: relative;
}
#map dl.mapItem {
	position: absolute;
}
#map dl dt.point {
	text-indent: -1000em;
	
	background: url(../images/icon_point2.png) no-repeat 0px 0px;
	width: 40px; height: 30px;
	position: relative;
	z-index: 1;
}
#map dl dd.box,
#map dl.popup {
	display: none;
	background: url(../images/bg_trans1.png) repeat scroll 0 0;
	position: absolute;
	float: none;
	border-top: 2px solid #4f2d7f;
	top: -3px; left: 22px;
	z-index: 100;
}

/* Depending on what side the point is */
#map dl dd.box.pop_l {
	right: 104px;
	left: auto;
}

#map dl dd.box,
#map dl dd.box dl {
	width: 280px;
}
#map dl dd.box dl dt {
	padding: 5px 10px 0;
	font-size: 14px;
}
#map dl dd.box dl dt a {
	display: block;
	color: #009fda;
}
#map dl dd.box dl dt a:hover {
	color: #4f2d7f;
}
#map dl dd.box dl dd {
	padding: 10px;
	border-bottom: 2px solid #ccc;
}

#map dl.popup {
	width: 495px;
	position: absolute;
	top: 150px; left: 130px;
	z-index: 1001;
}
#map dl.popup p, #map dl.popup ul {
	margin-top: 0px;
}
#map dl.popup dt,
#map dl.popup dd {
	padding: 5px 10px;	
}
#map dl.popup dd {
	float: left;
	width: 145px;
}
#map dl.popup dd.vcard {
	width: 310px;
}
#map dl.popup dd ul li {
	font-weight: bold;
	line-height: 1.4em;
	margin: 0 0 0 10px;
}

#map dl.popup dt {
	min-height: 40px;
	font-size: 1.2em;
	padding-top: 10px;
	padding-bottom: 00px;
	clear: both;
	margin: 0;
}
#map dl.popup h3 {
	font-size: 12px;
	color:#4f2d7f;
	border-bottom: 1px solid #4f2d7f;
	margin-bottom: 4px;
	padding-bottom: 2px;
}
#map dl.popup dt a {
	display: block;
	width: 400px;
	height: 40px;
}
#map dl.popup dt strong {
	display: block;
	font-size: 0.9em;
	font-weight: normal;
}
#map dl.popup dt img {
	float: left;
	margin: 0 10px 0 0;
}
#map dl.popup a.close {
	position: absolute;
	top: 10px; right: 10px;
	color: #009fda;
	font-weight: bold;
}
#map dl.popup a.close:hover {
	text-decoration: underline;
}

































/* Map Pulse */
.pulse {
	width: 200px; height: 200px;
	position: absolute;
	top: -87px; left: -77px;
	display: none;
	z-index: 0;
}
.pulse span {
	background: url(../images/bg_map_pulse.png) no-repeat 0 0;
	position: absolute;
	top: 0; left: 0;
	/*top: -92px; left: -90px;*/
	width: 200px; height: 200px;	
}
.pulse span.one {
	background: url(../images/map_pulse1.png) no-repeat 0 0;
}
.pulse span.two {
	background: url(../images/map_pulse2.png) no-repeat 0 0;	
}
.pulse span.three {
	background: url(../images/map_pulse3.png) no-repeat 0 0;
}
/* All Businesses Table */

#bus_all {
	margin: 470px 0 30px 0;
}
#bus_all p a.toggle {
	display: block;
	padding: 8px 10px;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	display: block;
	background: url(../images/icon_dropdown.png) no-repeat 99% 13px;
	color: #009fda;
}

#bus_all p {
	margin: 0 0 -1px 0;
	padding: 0;
}
#bus_all p a {
}
#bus_all p a:hover,
#bus_all p a.on {
	background-position: 99% -7px;
}
#bus_all p a:hover {
	text-decoration: underline;
}

#bus_all table {
	width: 100%;
}

/* @end */

table {
	background-color: #fafafa;
	width: 100%;
}
table.presWebcasts {
	width:  550px;	
}
table tr th,
table tr td {
	padding: 6px 10px;
	border:  none;
	border-bottom: 1px solid #eee;
}
table tr td {
	vertical-align: top;
}
.ui-tabs-panel table tr td,
.ui-tabs-panel table tr th {
	width:  20%;
}
table tr.even td {
	background: #f8f8f8;
}

table tr th {
	width: 40px;
	border:  none;
	background-color: #4f2d7f;
	color: #fff;
	font-weight: normal;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	border:  none;
}
table tr th.hd_market {
	width: 100px;
	text-align: left;
	border:  none;
}
table tr th.hd_provider {
	width: 100px;
	text-align: left;
	border:  none;
}

table tr td.presLink,
table tr th.presLink {
	text-align: center;
}
table tr td.presLink img {
	display:  inline;
}

table tr td img {
	display: block;
	padding: 3px 0 0 0;
}
table tr td span {
	display: block;
	text-align: left;
	margin: 10px 0;
}
table tr td strong {
	font-weight: bold;
	color: #009fda;
	cursor: pointer;
	display: block;
}

#tabs {
	width: 540px;	
}


/* RELATED SERVICES */

.panel ul.serviceList {
	margin: 0px;
	padding: 0px;	
	list-style: none;
	display: block;
	clear: both;
}
.panel ul.serviceList li {
	margin: 0px;
	padding: 0px;	
	display:  block;
	float: left;
	list-style: none;
}

/* IR Landing */	
.panel .sharepriceIRLanding {
	display: block;
	float:  left;
	width:  100%;
}	
.panel .sharepriceIRLanding dd {
	border:  none !important;
}
.panel .sharepriceIRLanding dt {
	font-size:14px;
	color: #4f2d7f;
	width:  100%;

}
.panel .sharepriceIRLanding .price {
	display: block;
	float:  left;
	width:  120px;
}
.panel .sharepriceIRLanding iframe {
	display: block;
	float:  left;
	width:  370px;
}
	
#xmlshareprice {
	position: absolute;
	left:  45px;
	width:  60px !important;
	height:  20px !important;
	top: 0px;
}	
.sharepricehometitle {
	margin-bottom: 0px !important;
}
.sharePriceHome {
	margin: 0 !important;
	padding: 0 !important;
}
.sharePriceHome dd {
	margin-left: 0 !important;
	padding-left: 0 !important;
}
.ie6 {
	display: none !important;
}


/* --- services ---*/




ul#service_list {
	float: left;
	clear: both;
	width: 100%;
	margin: 15px 0 30px; padding: 0;
}
ul#service_list li {
	float: left;
	width: 113px;
	list-style: none;
	margin: 0 10px 0 0; padding: 0;
}
ul#service_list li a {
	display: block;
	padding: 115px 0 0 0;
	background-repeat: no-repeat;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: inherit;
}
ul#service_list li a span {
	border-top: 1px solid #E1E1E1;
	display: block;
	padding: 10px 0 0 0;
	font-size: 16px;
	color: #009FDA;
}
ul#service_list li a:hover span {
	color: #DA3D7E;
}

ul#service_list li.s_mobile a { background: url(../../assets/uploads/images/icons/thumbnail/ic_105_service_mobile.png) no-repeat 0 0; }
ul#service_list li.s_bband a { background: url(../../assets/uploads/images/icons/thumbnail/ic_105_business.png) no-repeat 0 0; }
ul#service_list li.s_fixed a { background: url(../../assets/uploads/images/icons/thumbnail/ic_105_service_fixed.png) no-repeat 0 0;}
ul#service_list li.s_tv a { background: url(../../assets/uploads/images/icons/thumbnail/ic_105_service_a.png) no-repeat 0 0;}
ul#service_list li.s_hosting a { background: url(../../assets/uploads/images/icons/thumbnail/ic_105_oppor2.png) no-repeat 0 0;}
ul#service_list li.s_managed a { background: url(../../assets/uploads/images/icons/thumbnail/ic_105_careers.png) no-repeat 0 0;}


/* --- stories ---*/



ul#child_list {
	margin: 15px 0 30px; padding: 0;
}
ul#child_list li {
	border-bottom: 1px solid #E1E1E1;
	list-style: none;
	color: #747474;
	padding: 10px 0;
}
ul#child_list li a {
	font-size: 16px;
	display: block;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 0 0 5px 0;
}

/* @end */

/* @group Basic */

* {
	border:none;
	color: #5b5b5b;
	font-size: 1em/1.2em; 
	margin:0;
	padding:0;
}
html {
	font-size:1em;
	height:100%;
	font-family:arial, helvetica, sans-serif;
}
body {
	font-size:13px;
	text-align:center;
	width:100%;
	height:100%;
}
a, a:active {
  outline: none;
}
:focus {
  -moz-outline-style: none;
}
li:hover {
	/* - IE6 hover fix */	
}
/* - HTML control tags */

h1,h2,h3,h4
h1 a,h2 a,h3 a,h4 a
{
	font-size:24px;
	font-weight:normal;
	color: #4f2d7f;
	font-family:Georgia, "Times New Roman", Times, serif;
}
.panel h1 a,.panel h2 a,.panel h3 a,.panel h4 a
{
	color: #009fda;
}
.panel h1 a:hover,.panel h2 a:hover,.panel h3 a:hover,.panel h4 a:hover
{
	color: #5a4099;
}
.panel .archive h2 a
{
	color: #5a4099;
}
.panel .archive h2 a:hover
{
	color: #009fda;
}
h1, h1 a{
	padding-bottom:15px;
}
#subnav h1 {
	font-size: 14px;
	border-bottom: 2px solid #4f2d7f;
	padding-bottom: 2px;
}
#subnav h1 a {
	font-size: 14px;
	color:#4f2d7f !important;
}
h2 {
	font-size: 20px;
	margin-top: 18px;
	margin-bottom: 6px;
}
.sub h2 {
	font-size: 24px;
}

/*---------------------------------------- Amend - 05/05/10 - Neil --------------------------------------------------------*/
.panel h1 {
	font-size:34px;
	margin-bottom: 26px;
}
.panel h1.small{
	font-size:30px;
}
h1.small{
	color:#da3d7e;
}
h1.small span{
	display:block;
	color:#5a4099;
	font-size:18px;
	font-family:Georgia, "Times New Roman", Times, serif;
}

#storyContainer li div span.carouselTitle {
	color:#5a4099;
	font-size:18px;
	font-family:Georgia, "Times New Roman", Times, serif;
}



/*------------------------------------------------------ End amend --------------------------------------------------------*/


/* - amended - Neil Mills 03/03/10 */
/*
h2{
	font-size:15px;
	border-bottom:1px solid #ccc;
	padding-bottom:2px;
	margin-bottom:4px;
}
*/
/*---------------------------------------- Amend - 05/05/10 - Neil --------------------------------------------------------*/
h4{
	color:#009fda;
	padding-bottom:5px;
	font-size:14px;
	font-weight: normal;
}
.panel h4, .sub h4
{
	font-weight:normal;
	color: #4f2d7f;
	font-family:Georgia, "Times New Roman", Times, serif;
}
h4 a {
	color:#009fda;
	padding-bottom:5px;
	font-size:14px;
	font-weight: normal;
}
/*------------------------------------------------------ End amend --------------------------------------------------------*/
	
/* - end of amend */
p{
	padding-bottom:8px;
}
p.intro,
p.share-price,
.Home .sub p.intro,
blockquote, blockquote p,
.intro p{
	font-size:16px;
	color: #da3d7e;
	border-bottom:none;
	font-family:Georgia, "Times New Roman", Times, serif !important;
}

.subCopy h3, .subCopy h3 a, .intro h3, .intro h3 a  {
	font-size:16px;
	color: #da3d7e;
	border-bottom:none;
	font-family:Georgia, "Times New Roman", Times, serif;
	margin-bottom: 10px;
	color:#009fda;
}
.subCopy h3 a:hover, .intro h3 a:hover  {
	color: #da3d7e;
}

blockquote {
	padding-left: 10px;
	margin-left: 10px;
	border-left: 2px solid #da3d7e;
	font-size: 14px;
}
.Home p.intro,
.Home .intro {
	font-size:24px;
	display: block;
}
.story p.share-price {
	font-size:26px;
	
	
}

a {
	color:#009fda;
	text-decoration:none;
}
a:hover,
a:active,
a:focus,
a.hovered {
	color:#4f2d7f;
	-moz-outline-style: none;
	text-decoration:none;
}

a.bigLinkButton {
	font-size:16px;
	border-bottom:none;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#009fda;
	background: #f3f3f3 url(../images/button_arrow.gif) no-repeat right center;
	display: block;
	width: 80%;
	padding: 5px;
	padding-left: 8px;
	padding-right: 48px;
	margin-left: -8px;
	margin-top: 20px;
}
a.bigLinkButton:hover {
	color:#4f2d7f;
	-moz-outline-style: none; 
}
a.buttonLinkBlue {
	font-size:16px;
	font-family:Georgia, "Times New Roman", Times, serif;
	color: #fff;
	background: #009fda url(../images/button-grad-1a.png) repeat left center;
	display: inline-block;
	width: 90%;
	padding: 12px;
	padding-top: 10px;
	paddingbottom: 10px;
	border-top: 2px solid #009fda;
	border-bottom: 2px solid #4f2d7f;
}
a.buttonLinkBlue:link {
	background: #009fda url(../images/button-grad-1.png) repeat left center; /* PRELOAD */
}
a.buttonLinkBlue:hover {
	color: #fff;
	background: #009fda url(../images/button-grad-1a.png) repeat left center;
}
#footer li a {
	color: #222 !important;
}
#footer li a:hover {
	color: #009fda !important;
}
a.more,
dd.more a{
	padding-right:12px;
	background:url(../images/icon_arrow_blue.jpg) right center no-repeat;
}
a.readMore {
	color:#747474 !important;
}
a.readMore:hover {
	color:#4f2d7f !important;
}

h1#todayTom{
	width:260px;
	height:37px;
	text-indent:-5000px;
	background:url(../images/hd_today_tomorrow.jpg) left top no-repeat;
}

/* PAGINATION */
.pagination {
	margin-top:  20px;	
}
.ditto_pages span {
	letter-spacing: 4px;
}

.panel ul {
	padding-left: 20px;	
	margin-top: 4px;
	margin-bottom: 12px;
}
.ppppanel ul{
	padding-top:15px;
}

.panel li {
	padding-top: 4px;
	padding-bottom: 4px;	
}

dt,
ul#top-links a{
	font-size: 12px;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#747474;
	border-bottom:1px solid #ccc;
	padding:3px 0;
	margin-bottom:3px;
}
ul#top-links a span.sharePrice{
	font-size: 10px;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#747474;
}
input#search{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
}

#nav a {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
}

#nav li .sub a {
	font-size: 14px;
}
#nav li .sub dd a span {
	color: #747474;
	font-size: 0.9em;
}
ul#top-links a,
ul#top-links a:visited{
	color:#747474;
}
ul.subnav a,
ul.subnav a:visited{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
}
ul.subnav a,
ul.subnav a:visited,
ul.subnav li.active li a,
ul.subnav li.active li.active li a,
ul.subnav li.active li.active li.active li a,
ul.subnav li.active li.active li.active li.active li a,
ul.subnav li.active li.active li.active li.active li.active li a {
	color: #009fda;
}
ul.subnav a:hover,
ul.subnav a:active,
ul.subnav a:focus {
	color:#4f2d7f !important;
}
ul.subnav li.active a,
ul.subnav li.active li.active a,
ul.subnav li.active li.active li.active a,
ul.subnav li.active li.active li.active li.active a,
ul.subnav li.active li.active li.active li.active li.active a {
	color:#4f2d7f;
	text-decoration:none;
	border-bottom:1px solid #ccc;
}
ul.subnav h1 a,
ul.subnav h1 a:visited{
	font-family:Georgia, "Times New Roman", Times, serif;
}
.story, .story p, .story a, #nav li .sub .story a, .more, .more p  {
	font-size:11px;	
	font-family: Arial, Helvetica, Geneva, sans-serif;
}
p.crumbs {
	font-size: 11px;	
}	

#story dt {
	font-size: 1.3em;
	font-weight: bold;
	font-family: Arial, Helvetica, Geneva, sans-serif;
}


.jcarousel-list li a div {
	color: #0087bb;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.1em;
}
.jcarousel-list li a:hover div {
	color: #d31088;
}
.jcarousel-list li a:hover div span {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.1em;
	color: #0087ba;
}

ul#top-links li.location .sub li a,
ul#top-links li.location .sub li.listParent ul a  {
	border-bottom:1px solid #ccc;
	color:#009fda;
}
ul#top-links li.location .sub li.listParent a {
	border-bottom:3px solid #4f2d7f;
	color:  #4f2d7f;
}
ul#top-links a.isParent {
	border-bottom:3px solid #4f2d7f !important;
	color:  #4f2d7f !important;
}
li.location .sub li a:hover {
	border-bottom:1px solid #da3d7e;
}

ul#top-links li.location .sub li a span {
	font-size: 11px;
}
ul li.location .sub li a {
	font-size: 14px;
}


/* - Site wide styles */

.clearfix:after {
	content:".";
	display:block;
	height:0px;
	clear:both;
	visibility:hidden
}
.clearfix {
	display:inline-block;
}
/* Hides from IE-mac \*/
* html .clearfix {
	height:1%
}
.clearfix {
	display:block
}
/* End hide from IE-mac */




/*---------------------------------------- Amend - 05/05/10 - Neil --------------------------------------------------------*/

.float-left{
	float:left;
}
.float-right{
	float:right;
}
img.pad{
	padding-bottom:20px;
}
/*------------------------------------------------------ End amend --------------------------------------------------------*/

/* @end */


