/* reCSSet  */

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, /*table,*/ caption, /*tbody, tfoot, thead, tr, th, td,*/ article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video { margin: 0; padding: 0; border: 0; font-size: 100%; font: inherit; vertical-align: baseline; }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; }

body { font:12px/1.33em Arial, sans-serif; background:#fff; color:#232323; } 

h1, h2, h3, h5, h6, .faux-h1 { font-family:'Futura W01 Light', Futura, Helvetica, Arial, sans-serif; color:#005DAB; }
h1 {font-size:1.75em; line-height:2em; margin:0 0 .85em;}
h2 {font-size:1.5em; line-height:1.4em; margin:0 0 .85em;}
.home h2 { font-size: 2.083em; }
h3 {font-size:1.3em; margin:0 0 .85em;}
.home h3 { font-size:1.5em; }
h4 {font-size:1.2em; text-transform: uppercase; font-weight: bold; }
h5 { font-size:1.1em;}
h6 { font-size: 1em; color:#0397D6; font-family: Arial, sans-serif; }

p {margin:0 0 1.33em;}

blockquote, q { quotes: none; font-family:'Futura W01 Light', Futura, Helvetica, Arial, sans-serif; color:#159ed9; font-size:1.333em; line-height:1.3em; }
cite { display:block; font-family: Arial, sans-serif; color:#232323; font-size:.75em; line-height:1.3em; }
cite strong { display: block; }

ul { list-style:none; }
.byEditor ul { list-style-type:disc; margin:0 0 1.33em 2em; }
ol { list-style-type: decimal; margin:0 0 1.33em 2em; }

img { vertical-align: middle; }

hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }

a, a:active, a:visited { color: #005dab; text-decoration: none; transition:all .2s linear 0s; }
a:hover, a:active { outline: none; }
a:hover { color:#0397D6; }

abbr { border-bottom: 1px dotted; cursor: help; text-transform:uppercase; font-size:.85em; }

strong { font-weight: bold; }
em { font-style:italic; }

table { border-collapse: collapse; border-spacing: 0; margin:0 0 1.33em; }
th { font-weight: bold; }
td { vertical-align: top; }

sub, sup { font-size: 75%; line-height: 0; position: relative; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }

form { margin:0 0 1.33em; }
label { cursor:pointer; }
select, input, textarea { font:99% sans-serif; }
input, select { vertical-align: middle; }
textarea { overflow: auto; }
input[type="radio"] { vertical-align: text-bottom; }
input[type="checkbox"] { vertical-align: top; }
input.button { cursor: pointer; width: auto; overflow: visible; }

/* GENERAL CLASSES */
#previewHeader{ /* Preview header bar styles */
	width: 100%;
	height: 40px;
	line-height: 40px;
	background-image: url(../oms/images/blue/dark_grad.jpg);
	background-color: #67A7E3;
	border-bottom: solid 1px #3B709F;
	color: #FFF;
	margin: 0;
	font-size:12px;
	text-align:center;
}
#previewHeader a { /* Preview header bar styles */
	margin: 0 5px;
	color: #FFF;
	font-weight: normal;
}

#container {
	overflow:hidden; 
	width:100%;
	min-width:1150px;
}

.wrapper {
	width:1000px;
	margin:0 auto;
}

.breadcrumbs {
	margin-bottom: 20px;
}

#main {
	margin:0 0 50px;
}
#main:after {
	content:'';
	display: table;
	clear:both;
}
.contentCol {
	float:left;
	width:660px;
}
.rightCol {
	float:right;
	width:300px;
	margin:58px 0 25px;
}

.btn, .btn:visited { 
	color:#232323;
	border:1px solid #e8c219;
	padding:8px 30px; 
	box-shadow: 0 2px 3px rgba(0,0,0,.2);
	border-radius: 2px;
	background: rgb(249,214,57); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(249,214,57,1) 0%, rgba(248,207,23,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(249,214,57,1)), color-stop(100%,rgba(248,207,23,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(249,214,57,1) 0%,rgba(248,207,23,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(249,214,57,1) 0%,rgba(248,207,23,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(249,214,57,1) 0%,rgba(248,207,23,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(249,214,57,1) 0%,rgba(248,207,23,1) 100%); /* W3C */
	background-color:#f8cf17;
	background-repeat: repeat-x;
	behavior: url(../libs/javascripts/PIE.htc);
}
.btn:hover {
	text-decoration: none;
	background-position:0 -15px; 
}

.vid {
	position:relative;
}
.vid a {
	position: absolute;
	background:url('../images/system/play.png') center center no-repeat;
	display:block;
	height:100%;
	width:100%;
}
.vid a:hover {
	text-decoration: none;
}

/* HEADER */
#header {
	border-bottom: 1px solid #e1e7ea;
	font-size: 1.167em;
	position: relative;
	padding-bottom:20px;
	margin-bottom: 20px;
	z-index:20;
}
.home #header {
	border:0;
	margin:0;
}
#header:after {
	content:'';
	display:table;
	clear: both;
}

.site-links {
	float:right;
	color:#e1e7ea;
	margin-bottom:29px;
}
.site-links li {
	padding:10px 20px;
	padding-left: 0;
	float: left;
}
.site-links li.blog {
	padding:10px 0 0;
}
.site-links a {
	color:#666;
}
.site-links li.blog a {
	background: #4195d3;
	color:#fff;
	padding:10px 20px;
}
.site-links li a.active {
	border-bottom:1px solid #4195d3;
	padding-bottom: 2px;
}

#header h1, #header .faux-h1 {
	background: url('logo_1.jpg') left 20px no-repeat;
	padding:62px 0 0 134px;
	margin:0;
	font-size:1.3em;
	height: 70px;
	float: left;
	border:0;
}
#header h1 strong, #header .faux-h1 strong {
	display:none;
}

.main-menu {
    margin-top: 20px;
	float: right;
}
.main-menu a {
	color:#232323;
	border-right:1px solid #e1e7ea;
}
.main-menu a:hover {
	color:#005dab;
	text-decoration: none;
}
.main-menu > li {
	float: left;	
}
.main-menu > li > a {
	padding:3px 30px;
}
.main-menu > li:last-child > a {
	border:none;
	padding-right:0;
}
.main-menu {
	float: right;
}
.main-menu a {
	color:#232323;
	border-right:1px solid #e1e7ea;
}
.main-menu a:hover {
	color:#005dab;
	text-decoration: none;
}
.main-menu > li {
	float: left;	
}
.main-menu > li > a {
	padding:3px 30px;
}
.main-menu > li:last-child > a {
	border:none;
	padding-right:0;
}
.menu-wrap {
	overflow:hidden;
	position:absolute;
	top:65%;
	border-top:21px solid #fff;
	height:350px;
	left:50%;
	width:20000px;
	margin-left:-10000px;
}
.main-menu > li > .menu-wrap {
	visibility: hidden;
	opacity:0;
	transition:all .2s linear 0s;
}


.main-menu > li:hover > .menu-wrap, .main-menu > li.mobshow > .menu-wrap {
	visibility: visible;
	opacity:1;
}


.main-menu .sub-menu {
	position:absolute;
	top:-100px;
	/*top:0;*/
	left:50%;
	width:20000px;
	margin-left:-10000px;
	/*border-bottom:1px solid #e1e7ea;*/
	transition:all .2s linear 0s;
	background:#f9f9f9;
	border-top:1px solid #e1e7ea;
	box-shadow: 0 4px 5px rgba(0,0,0,.15);
	font-weight: bold;
}
.main-menu li:hover .menu-wrap > .sub-menu, .main-menu li.mobshow .menu-wrap > .sub-menu {
	top:0;
}
.main-menu .menu-wrap .menu-wrap {
	border:0;
	top:100%;
	z-index:5;
	margin:0;
	width:100%;
	left:0;
	padding:10px 0;
	border:0;
	box-shadow: none;
	background:none;
	position: relative;
	height:auto;
}
.main-menu .menu-wrap .menu-wrap .menu-wrap {
    padding:0;
}
.main-menu .menu-wrap li .menu-wrap > .sub-menu {
	margin:0;
	width:100%;
	left:0;
	position:relative;
	border:0;
	background:none;
	box-shadow: none;
	font-weight: normal;
}
.main-menu .sub-menu ul { 
	width:1000px;
	margin:0 auto;
}
.main-menu .sub-menu .sub-menu ul {
	width:100%;
}
.main-menu .sub-menu li {
	float:left;
	padding:25px 0;
	position:relative;
}
.main-menu .sub-menu li:first-child a {
	border-left:1px solid #e1e7ea;
}
.main-menu .sub-menu li a {
	display:block;
	color:#a6b7c3;
	padding:5px 20px;
}
.main-menu .sub-menu li a:hover {
	color:#275ea7;
}
.main-menu .sub-menu .sub-menu li {
	width:100%;
	display:block;
	padding:0;
}
.main-menu .sub-menu .sub-menu li a {
	border:0;
}
/*
.main-menu .menu-products > .menu-wrap > .sub-menu > ul > li {
	width:24.5%;
}
.main-menu .menu-expertise > .menu-wrap > .sub-menu > ul > li {
	width:33%;
}
.main-menu .menu-expertise .menu-wrap {
	height:200px;
}
.main-menu .menu-expertise .sub-menu .menu-wrap {
	height:135px;
}
.main-menu .menu-products .sub-menu li, .main-menu .menu-news .sub-menu li {
	width:24.5%;
}

.main-menu .menu-about .sub-menu li {
    width: 9.5%;
}


.main-menu .menu-about > .menu-wrap > .sub-menu > ul > li {
        width:13%
}


.main-menu .menu-about > .menu-wrap > .sub-menu > ul  ul > li {
        width:33%
}


.main-menu .menu-expertise .sub-menu > ul > li {
	width:33%;
}
.main-menu .menu-expertise .sub-menu li li {
	width:139px;
}
.main-menu .menu-expertise .sub-menu li li a {
	x-border:0;
}
.main-menu .menu-expertise .sub-menu li li a span {
	display:block;
	width:32px;
	height:27px;
	background:url('../images/system/sprite.gif') left top no-repeat;
	text-indent: -20000px;
	margin:0 auto 5px;
	transition:all .2s linear 0s;
}
.main-menu .menu-expertise .sub-menu li li.energy a span {
	background-position:-73px top;
	width:22px;
}
.main-menu .menu-expertise .sub-menu li li.telecoms a span {
	background-position:-144px top;
	width:30px;
}
.main-menu .menu-expertise .sub-menu li li.health a span {
	background-position:-211px top;
	width:28px;
}
.main-menu .menu-expertise .sub-menu li li.water a span {
	background-position:-277px top;
	width:25px;
}
.main-menu .menu-expertise .sub-menu li li.public a span {
	background-position:-339px top;
	width:36px;
}
.main-menu .menu-expertise .sub-menu li li.partner a span {
	background-position:-417px top;
	width:29px;
}
.main-menu .menu-expertise .sub-menu li li a:hover span {
	background-position: left bottom;
}
.main-menu .menu-expertise .sub-menu li li.energy a:hover span {
	background-position:-73px bottom;
}
.main-menu .menu-expertise .sub-menu li li.telecoms a:hover span {
	background-position:-144px bottom;
}
.main-menu .menu-expertise .sub-menu li li.health a:hover span {
	background-position:-211px bottom;
}
.main-menu .menu-expertise .sub-menu li li.water a:hover span {
	background-position:-277px bottom;
}
.main-menu .menu-expertise .sub-menu li li.public a:hover span {
	background-position:-339px bottom;
}
.main-menu .menu-expertise .sub-menu li li.partner a:hover span {
	background-position:-417px bottom;
}*/

/* PRESS MAIN */

.press .ui-tabs-nav {
	border-bottom: 1px solid #dbdbdb;
	margin-bottom: 45px;
}
.press .ui-tabs-nav:after {
	content:'';
	display: table;
	clear:both;
}
.press .ui-tabs-nav li {
	float:left;
	width:130px;
	border:1px solid #b9c9d5;
	border-bottom: 1px solid #dbdbdb;
	margin:0 2px -1px 0;
	position: relative;
	z-index:10;
	background: #fdfdfd; /* Old browsers */
	background: -moz-linear-gradient(top,  #fdfdfd 0%, #eaeaea 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fdfdfd), color-stop(100%,#eaeaea)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #fdfdfd 0%,#eaeaea 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #fdfdfd 0%,#eaeaea 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #fdfdfd 0%,#eaeaea 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #fdfdfd 0%,#eaeaea 100%); /* W3C */
}
.press .ui-tabs-nav li.ui-tabs-selected {
	background:#fff;
	border-color:#e1e1e1;
	border-bottom: 1px solid #fff
}
.press .ui-tabs-nav li a {
	display: block;
	padding:5px 5px 5px 30px;
}
.press .ui-tabs-nav li a.viewAll {
	background:url('../images/system/search.gif') 4px center no-repeat;
}
.press .ui-tabs-nav li a.whitePaper {
	background:url('../images/system/article.gif') 5px center no-repeat;
}
.contentCol .content #tabs ul.tabs li a.pr {
	background:url('../images/system/pr.gif') 4px center no-repeat;
}
.press .ui-tabs-nav li a.media {
	background:url('../images/system/video.gif') 4px center no-repeat;
}

.tab_content .tabs2 {
	overflow: hidden;
	background:#f4f7f8;
	margin-bottom: 50px;
	border:0;
}
.press .sub-rotator .ui-tabs-nav li {
	background:none;
	margin:0;
	border:0;
	width:auto;
}
.press .sub-rotator .ui-tabs-nav li a {
	padding:5px 10px;
	display: block;
}
.press .sub-rotator .ui-tabs-nav li.ui-tabs-selected a {
	background:#005dab;
	color:#fff;	
}

.press .ui-tabs-hide {
	display: none;
}

.press .sub-rotator .ui-tabs-panel  {
	border-top:1px solid #d5dfe6;
}
.tab_content .row {
	border-bottom: 1px solid #d5dfe6;
	padding:20px 0;
	overflow: hidden;
}

/*.tab_content .row:first-child { 
	border-top:  1px solid #d5dfe6;
}*/

.tab_content .row div {
	float:left;
}
.tab_content .row .icon {
	width:30px;
}
.tab_content .row .info {
	width:200px;
	margin-right: 20px;
}
.tab_content .row .vid {
	width:230px;
	margin-right: 20px;
    margin-top: 5px;
}
.tab_content .row .vid img {
	max-width: 100%
}
.tab_content .row .cont {
	width:400px;
}
.tab_content .row h2 {
	font: 1em/1.3em Arial, sans-serif;
	margin:0;
}

/* DEBT COLLECTION */
.contentCol {
	position: relative;
    min-height: 488px;
}

.segmentText {
	left:0px;
	top:0px;
	width:660px;
    z-index: 0;
    position: absolute;
}
.segmentText .textCont {
	background: #fff;
	left:60px;
	padding-bottom: 40px;
	position: absolute;
	top:0;
	width:310px;
}
.segmentText .textCont {
	left:350px;
	margin-top:10px;
}
.segmentText h2.faf {
	font-family: Arial, sans-serif;
	font-size: 1em;
	border-bottom: 1px solid #d0d7dd;
	padding-bottom:5px;
	position: relative;
}
.segmentText h2.faf img {
	position: absolute;
	cursor: pointer;
	right:2px;
	top:3px;
}
.segmentText ul {
	margin-bottom: 2em;
}
.segmentText li {
	margin:0 0 1.2em;
	padding-left:1.6em;
	background: url('../images/system/tick.gif') -3px -2px no-repeat;
}

.segmentCont {
	padding-bottom: 30px;
	width:320px;
	position: absolute;
	top:50px;
	left:0;
	background: #fff;
    z-index: 1;
}
.segs {
	height:244px;
	left:48px;
	overflow: hidden;
	position: absolute;
	top:10px;
	width:244px;
}
.map {
    outline: medium none;
	position: relative;
}
.region {
	display:none;
	left:0;
	position: absolute;
	top:0;
	z-index:20;
}
.regionBg {
	left:0;
	position:absolute;
	top:0;
	z-index: 19;
}
.labelTools {
	left:20px;
	position: absolute;
	top:109px;
}
.labelServ {
	position: absolute;
	right:0;
	top:102px;
}
.helperText {
	left:20px;
	position: absolute;
	text-align: center;
	top:260px;
	width:300px;
	font-family:'Futura W01 Light', Futura, Helvetica, Arial, sans-serif;
	text-align: center;
}
.reqDemo {
	background:#f4f8f9;
	border:1px solid #d5dfe6;
	display:block;
}
.helperText .reqDemo {
	margin:0 auto 15px;
	padding:2px 0;
	width:155px;
}

/* RIGHT COL */
.rightCol {
	margin-bottom:50px;
    position: relative;
}
.rightCol ul {
	background: #f3f8f9;
	border:1px solid #dce4ea;
	margin:0 auto;
	width:240px;
	padding:20px 10px;
}
.rightCol .vid {
	width:260px;
	margin:0 auto 30px;
}
.rightCol .heading {
	margin-bottom:5px;
	font-size:1.5em;
	line-height: 1.2em;
	padding-left:15px;
}
.rightCol li {
	margin-bottom:16px;
	padding-left:50px;
	position: relative;
}
.rightCol li.active {
	background:#e8f0f2;
	border:1px solid #d7e0e7;
	padding:10px 30px 10px 80px;
	margin:0 -30px 16px;
}
.press .rightCol li {
	padding-left:0;
}
.rightCol li:last-child {
	margin:0;
}
.rightCol li p {
	margin:0;
	font:1.25em/1.6em 'Futura W01 Light', Futura, Helvetica, Arial, sans-serif;
}
.rightCol li a {
	margin-top: 5px;
	display: inline-block;
}
.number {
	color:#fff;
	border-radius: 30px;
	width:22px;
	height:22px;
	background:#0397d6;
	border:3px solid #fff;
	display:block;
	text-align: center;
	font-weight: bold;
	line-height:22px;
	float:left;
	margin-left: -40px;
}
.active .number {
	background: #fcd207;
	color:#251A06;
}
.rightCol .reqDemo {
	height:25px;
	line-height: 25px;
	padding:3px 0 3px 50px;
	margin:10px auto 0;
	width:210px;
	background: url('../images/system/logo_demo_blue.gif') left center no-repeat #f4f8f9;
}
.rightCol .discover {
	background:#ffd103;
}

.rightCol .stars {
    background: url("../images/system/stars-stars.jpg") no-repeat scroll 6px 10px #F4F8F9;
}

.rightCol .envelope {
    background: #f4f8f9 url(../images/system/logo_email_blue.gif) left center no-repeat;
}

.rightCol .pages {
    background: #f4f8f9 url(../images/system/ipcomms.gif) left center no-repeat;
}

.rightCol .tick {
    background: #ffe794 url(../images/system/freeclean-tick.gif) left center no-repeat;
    border: 1px solid #ffd204;
}

.active .activeBgBottom {
	display:block;
	background: url('../images/system/rightCol_active_bottom.gif') bottom right no-repeat;
	height:5px;
	width:300px;
	position: absolute;
	bottom:-6px;
	left:0;
}

/* OUR PRODUCTS */
.contentCol .col {
	width:24%;
	margin-right:1%;
	float:left;
}
.contentCol .col:last-child {
	margin:0;
}
.contentCol .col h2 {
	color:#fff;
	background:#275ea7;
	font: 1em/1.3em Arial, sans-serif;
	padding:10px 15px;
	margin-bottom: 20px;
}
.col li {
	background:#eceff3;
	margin-bottom:20px;
	text-align: center;
	position: relative;
}
.col li strong {
	display:block;
	font-weight: normal;
	color:#232323;
	font-family:'Futura W01 Light', Futura, Helvetica, Arial, sans-serif;
	font-size: 1.5em;
}
.col li span {
	display:none;
	color:#fff;
	background:#4195d3;
	position: absolute;
	left:0;
	top:0;
	text-align: center;
	padding:20px 10px;
    height: 100%;
}
.col li em {
	font-weight: bold;
	font-style: normal;
	padding-left:10px;
	display: inline-block;
	margin:1em 0 0;
	background: url('../images/system/caret-white.gif') left center no-repeat;
}
.col .items1 li {
	height:1038px;
	overflow: hidden;
}
.col .items1 li strong {
	height:1038px;
	line-height: 1038px;
}

.col .items2 li {
	height:509px;
	overflow: hidden;
}
.col .items2 li strong {
	height:509px;
	line-height: 509px;
}

.col .items3 li {
	height:333px;
	overflow: hidden;
}
.col .items3 li strong {
	height:333px;
	line-height: 333px;
}

.col .items4 li {
	height:244px;
	overflow: hidden;
}
.col .items4 li strong {
	height:244px;
	line-height: 244px;
}
.col .items4 li span {
	height:203px;
}
.col .items5 li {
    height: 192px;
    overflow: hidden;
}
.col .items5 strong {
    line-height: 192px;
    height: 192px;
}

.col .items6 li {
    height: 156px;
    overflow: hidden;
}

.col .items6 li strong {
    line-height: 156px;
}

.col .items6 li span {
    height: 129px;
}

.col .items7 li {
    height: 131px;
    overflow: hidden;
}

.col .items7 li strong {
    line-height: 131px;
}

.col .items7 li span {
    height: 104px;
}

.col .items8 li {
    height: 112px;
    overflow: hidden;
}

.col .items8 li strong {
    line-height: 112px;
}

.col .items8 li span {
    height: 85px;
}

.col .items9 li {
    height: 98px;
    overflow: hidden;
}

.col .items9 li strong {
    line-height: 98px;
}

.col .items9 li span {
    height: 71px;
}

.col .items10 li {
    height: 86px;
    overflow: hidden;
}

.col .items10 li strong {
    line-height: 86px;
}

.col .items10 li span {
    height: 59px;
}

.col li.plato {
	background:url('../images/system/plato.gif') 85px 30px no-repeat #eceff3;
}
.col li.vendo {
	background:url('../images/system/vendo.gif') 85px 30px no-repeat #eceff3;
}
.col li.tix {
	background:url('../images/system/tix.gif') 85px 30px no-repeat #eceff3;
}

/* CONTACT */
.contentCol .contact {
	border-top: 1px solid #dce4ea;
	padding-top: 15px;
}
.bottomLine {
	border-bottom: 1px solid #dce4ea;
	margin-bottom:1.33em
}
p.bottomLine {
	padding-bottom: 1.33em;
}

.rightCol .map {
	border:1px solid #e1e1e1;
	border-bottom: 0;
	padding:5px;
	width:250px;
	margin:0 auto;
}
.rightCol .ui-tabs-hide {
	display: none;
}
.rightCol .map-tabs {
	padding:0;
	width:260px;
}
.rightCol .map-tabs li {
	border-bottom:1px solid #e1e1e1;
	padding:0;
	margin:0;
}
.rightCol .map-tabs li.ui-tabs-selected {
	background:#005dab;
	border:0;
}
.rightCol .map-tabs li:last-child {
	border:0;
}
.rightCol .map-tabs li a {
	display: block;
	padding: 10px;
	margin:0;
}
.rightCol .map-tabs li.ui-tabs-selected a {
	color:#fff;
}
.rightCol .map-tabs li a img {
	margin-right:10px;
}

/* HOME HERO */
#hero {
	clear:both;
	background:url('../images/system/glow.png') center center no-repeat, url('../images/system/wave.gif') center 160% no-repeat #eef1f5;
	border-top: 1px solid #e1e7ea;
	border-bottom: 1px solid #e1e7ea;
	padding:65px 0;
	color:#005dab;
	margin-bottom:20px;
	text-shadow:0 1px 0 #fff;
	font-family:'Futura W01 Light', Futura, Helvetica, Arial, sans-serif;
	font-size: 2.167em;
	line-height:1.154em;
	overflow: hidden;
}
#hero .vid {
	float:right;
	margin-left:130px;
}
#hero .vid a {
	font-size:.808em;
	text-shadow:0 1px rgba(0,0,0,.2);
	color:#fff;
	padding:100px 80px 60px;
	text-align: center;
	background-position:center 55px;
	margin:0;
	width:auto;
	height: auto;
}
#hero h2 {
	text-transform: uppercase;
	font-family:'Futura W01 Bold', Futura, Helvetica, Arial, sans-serif;
	font-size:1.1em;
}

/* HOME TWITTER */
#twitter {
	border-bottom:1px solid #e1e7ea;
	margin-bottom: 44px;
	padding-bottom:20px;
	overflow: hidden;
}
#twitter .profile {
	float:left;
	border-right:1px solid #b7b7b7;
	color:#989898;
	width:125px;
	margin-right:17px;
}
#twitter .profile img {
	float: left;
	margin-right:7px;
	border:1px solid #b7b7b7;
	border-radius: 1px;
	width:30px;
	height:30px;
	behavior: url(js/PIE.htc);
}
#twitter .profile strong {
	color:#333;
	display:block;
}
#twitter .tweet {
	width:780px;
	float: left;
}
#twitter .tweet p {
	margin: 0;
}
#twitter .tweet span {
	color:#989898;
	font-size: .8em;
}
#twitter .twitter-follow-button {
	float:right;
}
#twitter .interact {
	visibility: hidden;
}
#twitter .tweet:hover .interact {
	visibility: visible;
}
#twitter .interact a {
	display:inline-block;
	width:16px;
	height:16px;
	background:url('../images/system/twitter-sprite.gif') -2px center no-repeat;
	text-indent: -200000px;
}
#twitter .interact .retweet {
	background-position: -22px center;
}
#twitter .interact .favourite {
	background-position: -42px center;
}

/* HOME BLOCKS */
.blocks {
	overflow: hidden;
	margin-bottom:50px;
}
.blocks li {
	width:230px;
	margin-right:25px;
	float: left;
}
.blocks li:last-child {
	margin:0;
}
.blocks li a {
	padding:20px 20px 40px;
	background: #eceff3;
	font-size: 1.167em;
	line-height:1.286em;
	display: block;
	color:#232323;
	height:126px;
}
.blocks li.plato a, .blocks li.debt.collection a {
	background:url('../images/system/plato.gif') 110px 30px no-repeat #eceff3;
}
.blocks li.vendo a {
	background:url('../images/system/vendo.gif') 110px 30px no-repeat #eceff3;	
}
.blocks li.tix a {
	background:url('../images/system/tix.gif') 110px 30px no-repeat #eceff3;
}
.blocks li.advisory a {
	margin:0;
	background:url('../images/system/mini-wave.gif') bottom center no-repeat #4195d3;
	color:#fff;
}
.blocks li a:hover {
	text-decoration: none;
}
.blocks strong {
	font-size: 1.286em;
	font-family:'Futura W01 Light', Futura, Helvetica, Arial, sans-serif;
	display: block;
	font-weight: normal;
	margin-bottom: .85em;
}

/* MAIN ON HOME PAGE */

#main .wrapper {
	position:relative;
}
.home .row {
	clear:both;
	margin-bottom: 50px;
}
.home .row h2 {
	border-bottom:3px double #e1e7ea;
	padding-bottom:.6em;
}

.sectors {
	width:488px;
	margin-right:25px;
	float:left;
}
.sectors #rotator {
	position: relative;
}
.sectors .ui-tabs-nav {
	overflow:hidden;
}
.sectors .ui-tabs-nav-item {
	float:left;
	margin-right:50px;
	height:32px;
	overflow:hidden;
}
.sectors .ui-tabs-nav-item:last-child {
	margin:0;
}
.sectors .ui-tabs-nav-item a {
	display:block;
	width:32px;
	height:27px;
	background:url('../images/system/sprite.gif') left top no-repeat;
	text-indent: -20000px;
}
.sectors .ui-tabs-nav-item a:hover, .sectors .ui-tabs-selected a {
	background-position: left bottom;
}
.sectors .energy a {
	background-position:-73px top;
	width:22px;
}
.sectors .telecoms a {
	background-position:-144px top;
	width:30px;
}
.sectors .health a {
	background-position:-211px top;
	width:28px;
}
.sectors .water a {
	background-position:-277px top;
	width:25px;
}
.sectors .public a {
	background-position:-339px top;
	width:36px;
}
.sectors .partner a {
	background-position:-417px top;
	width:29px;
}
.sectors .energy.ui-tabs-selected a, .sectors .energy a:hover {
	background-position:-73px bottom;
}
.sectors .telecoms.ui-tabs-selected a, .sectors .telecoms a:hover {
	background-position:-144px bottom;
}
.sectors .health.ui-tabs-selected a, .sectors .health a:hover {
	background-position:-211px bottom;
}
.sectors .water.ui-tabs-selected a, .sectors .water a:hover {
	background-position:-277px bottom;
}
.sectors .public.ui-tabs-selected a, .sectors .public a:hover {
	background-position:-339px bottom;
}
.sectors .partner.ui-tabs-selected a, .sectors .partner a:hover {
	background-position:-417px bottom;
}
.sectors .ui-tabs-panel {
	clear:left;
	margin-top:40px;
}
.sectors .ui-tabs-hide {
	display: none;
}
.sectors .ui-tabs-panel h3 {
	color:#005DAB;
}
.sectors .ui-tabs-panel li {
	margin:0 0 1.2em;
	padding-left:1.4em;
	background: url('../images/system/tick.gif') -3px -2px no-repeat;
}
.sectors .ui-tabs-panel li.sub-tabs-nav-item {
	margin:0;
	padding-left:0;
	background: none;
	width:33%;
	float:left;
	display:block;
	line-height:30px;
}
.sectors .ui-tabs-panel li.sub-tabs-nav-item a {
	background:#f4f8f9;
	border:1px solid #d5dfe6;
	width:100%;
	text-indent: 0;
	display:block;
	text-align: center;
	line-height:30px;
	height:30px;
}

.sectors .ui-tabs-panel .sub-tabs-panel.hide {
	display:none;
}

.sectors .ui-tabs-panel li.selected a {
	background:#275ea7;
	border-color:#144b94;
	color: #fff;
}
.sectors .ui-tabs-panel .sub-tabs-panel {
	margin-top:20px;
}
.sectors .ui-tabs-panel .btn {
	margin:1em 0;
	display: inline-block;
}

.latest-news {
	width:487px;
	float: left;
}
.latest-news li:first-child {
	border-bottom:1px solid #e1e7ea;
	margin-bottom:25px;
}
.latest-news h3 {
	font:bold 1em/1.33em Arial, sans-serif;
	margin-bottom: .85em;
}
.latest-news h3 a {
	color:#232323;
}
.latest-news .date {
	text-transform: uppercase;
	margin-bottom: .85em;
	color:#676767;
}
.latest-news p:last-child a {
	font-weight:bold;
}
.latest-news .more {
	padding-left:12px;
	background:url('../images/system/chevron.gif') left 4px no-repeat;
}
.latest-news .vid {
	float:left;
	margin-right:25px;
}

.benefits {
	width:488px;
	margin-right:25px;
	float:left;
}
.benefits ul {
	margin-top:35px;
}
.benefits li {
	float:left;
	margin-right: 20px;
}
.benefits li:last-child a {
	padding-left:12px;
	background:url('../images/system/chevron.gif') left 4px no-repeat;
}

.testimonial {
	width:477px;
	float:left;
}

.share {
	width:52px;
	position: fixed;
	margin-left: 1024px;
	top:345px;
    z-index: 1000;
}

.share-bottom {
    width:52px;
	position: absolute;
	margin-left: 1024px;
	bottom:-60px;
    z-index: 1000;
}

.share-fixed {
    width: 52px;
    position: absolute;
    margin-left: 1024px;
    top: 200px;
    z-index: 1000;
}

.share li, .share-bottom li {
	margin-bottom: 17px;
}


/* FOOTER */

#accreditation {
	background: #eceff3;
	overflow: hidden;
	padding:35px 0;
	clear:both;
}
#accreditation .reg-office {
	width:560px;
	float: left;
}

#accreditation .follow-icons {
    float: left;
    padding-right: 20px;
    border-right: 1px solid #000;
    margin-right: 20px;
    margin-top: 5px;
}

#accreditation ul {
	float: right;
	margin-top:-.5em;
}
#accreditation li {
	float: left;
	margin-left:20px;
}

#footer {
	background:#f9f9f9;
	padding: 30px;
	overflow: hidden;
}
#footer .wrapper > ul > li {
	width:230px;
	margin-right:25px;
	float: left;
}
#footer .wrapper > ul > li.contact {
	margin:0;
}
#footer h2 {
	font:bold 1.167em/1.3em Arial, sans-serif;
	text-transform: uppercase;
	color:#275ea7;
	margin-bottom:.5em;
}
#footer a, #footer a:visited {
	color:#232323;
}
#footer .wrapper > ul > li.contact a, #footer .wrapper > ul > li.contact a:visited {
	color:#275ea7;
	font-weight: bold;
}
#footer ul {
	margin-bottom:.85em;
}
#footer ul ul li {
	font-weight:bold;
	margin-bottom:.3em;
}
#footer ul ul ul li {
	font-weight: normal;
	margin-bottom: 0;
}

#copyright {
	padding:20px 0;
	overflow: hidden;
}
#copyright a {
	font-weight: bold;
}
#copyright .poweredby {
	float:right;
	color: #666;
}
#copyright .poweredby a, #copyright .poweredby a:visited {
	color:#666;
	font-weight: normal;
}

/* IE ONLY */
.lt-ie9 #hero {
	background:url('../images/system/wave.gif') center 160px no-repeat #EEF1F5;
}
.enquiryForm label {
        display: inline-block;
        width: 150px;
        vertical-align: top;
    }
    
    .formField {
        display: inline-block;
    }
table.contactform {width: 100%; border-collapse: collapse;}
table.contactform td {vertical-align: middle; padding-right: 15px;}
table.contactform td label, .enquiryForm label {color: #005DAB; font-weight: normal;}
table.contactform tr td.radio label {color: #000; font-weight: normal; line-height: 18px;}
table.contactform input[type=text], .enquiryForm input[type=text] {width: 350px; padding: 2px; background: #F3F3F3; margin: 0.5em 0;background-color: #fff; border: 1px solid #bbb;}
table.contactform select, .enquiryForm select {width: 356px; margin: 0.5em 0;}
table.contactform input[type=submit], .enquiryForm input[type=submit] {border: 1px #005DAB solid; color: #005DAB; background: #FFF; padding: 2px 30px; cursor: pointer;}
.enquiryForm .buttonRow {margin-top: 10px; padding-left: 155px;}
.introText p {
    font-weight: bold;
}

.successStories {
    float: left;
    border-top: 1px solid #d5dfe6;
}

.successStories .row {
    float: left;
    border-bottom: 1px solid #d5dfe6;
    padding: 20px 0;
    width: 100%;
}

.successStories .row .product {
    float: left;
    width: 90px;
    text-align: center;
}

.successStories .row .sector {
    float: left;
    width: 120px;
    text-align: center;
}

.successStories .row .cont {
    float: left;
    width: 410px;
}

#contCont .contentCol.profile .filterName {float:left; color:#7f97a9; padding:15px 0 7px; width: 600px;}
#contCont .contentCol.profile .filterName span {color:#005dab;}

#successNav {float: left; margin: 0 20px 0 0; position:relative; margin:0;}
#successNav ul.storiesNav {float:left; margin:0; border-top:1px solid #d5dfe6; border-right: 1px solid #d5dfe6; width: 660px;}
#successNav ul.storiesNav li {float:left; background:none; padding:0; list-style: none outside none; position:relative; width:150px;}
#successNav ul.storiesNav li.first {background: none repeat scroll 0 0 #005DAB;}
#successNav ul.storiesNav a {display: block; line-height: 12px; padding: 3px 0; text-align:center; width:150px;}
#successNav ul.storiesNav li.first a {color:#fff; font-weight:bold;}
#successNav ul.storiesNav li ul.dropDown { z-index: 1000;display:none; position:absolute; left:-1px; margin:0; top:19px; padding: 5px 0; background:#FFFFFF; border:1px solid #cfd7dd; border-top:0;width:250px; float:left;}
#successNav ul.storiesNav li ul.dropDown li { background:none; float:none; display:block; padding:5x 0; width:100%; }
#successNav ul.storiesNav li ul.dropDown li a {border:0; white-space:nowrap;  }

#successNav ul.storiesNav li div.topLink {display:none; position:absolute; top:-1px; left:-1px; padding: 2px; border-left:1px solid #b7c3cc;border-right:1px solid #b7c3cc; border-top:1px solid #b7c3cc; border-bottom:1px solid #b7c3cc; background:#FFFFFF ; color:#0397d6; white-space:nowrap; cursor:default; text-align:center; width:150px; }
#successNav ul.storiesNav li ul.dropDown li.first { padding-top:20px;}
#successNav ul.storiesNav li ul.dropDown li.last { padding-bottom:20px;}
#successNav ul.storiesNav li ul.dropDown li a {clear: left; float: left; padding: 5px 10px 10px 48px; text-align: left;}

.row.jobs {clear:left; float:left; padding: 0 0 15px; width:620px;}
.row.jobs .info {float:left; width:180px;}
.row.jobs .info h2 {font-size:12px; font-weight:bold; font-family: inherit;} 
.row.jobs .info h2 strong {color:#0096D7;}
.row.jobs .cont {float:right; width:400px;}

.contentCol .content ul li {
    padding: 0px 0 10px 20px;
    background: url(../images/system/bg_li_tick.gif) no-repeat left top;
}

.contentCol .content h4 {
    color: #005dab;
    text-transform: none;
    font-weight: normal;
}

.contentCol.profile .filterName {
    float: left;
    color: #7f97a9;
    padding: 15px 0 7px;
    width: 600px;
}

.contentCol.profile .filterName span {
    color: #005dab;
}

a.profilePic {
    margin: 5px;
    border-radius:0;
    float:left;
    overflow:hidden;
    position:relative;
    height:135px;
    width:133px;
    cursor:pointer;
    margin: 5px 15px 5px 0;
    overflow:hidden;
}

a.profilePic .hover {
    float:left;
    height:135px;
    width:133px;
    background:none !important; 
    overflow:hidden !important;
    z-index:100;
    border-radius:100px;
    -moz-border-radius:100px;
    -webkit-border-radius:100px;
    filter: alpha(opacity = 0); 
    opacity:0;
    background:#FCE160;
    position:absolute !important;
    left:0;
    top:0;
}

a.profilePic .hover .midBlue {
    background:#fcd207;
    font-size:11px;
    font-family:Helvetica, Arial, sans-serif;
    margin: 0 auto 0;
    padding:5px 0 0;
    position: relative;
    text-align:center;
    width: 129px;
    z-index: 90;
    overflow:hidden;
    top:32%;
	border-radius:10px;
    -moz-border-radius:10px;
    -webkit-border-radius:10px;
}

a.profilePic .hover .midBlue h2 {
    font-weight:bold;
    color:#000;
    margin:0;
    font-size:13px;
    font-family: inherit;
}

a.profilePic .hover .midBlue p {
    color:#000;
    margin:0 !important;
    font-size:11px;
}

a.profilePic:hover {
    border-radius:100px;
    -moz-border-radius:100px;
    -webkit-border-radius:100px;
    overflow:hidden;
}

a.profilePic:hover .hover {
    background: url("../images/system/yellowOpacity.png") repeat scroll 0 0 transparent !important;
    display:inline-block;
    opacity:1;
    filter: alpha(opacity = 100);
    border-radius:100px;
    -moz-border-radius:100px;
    -webkit-border-radius:100px;
}
a.profilePic:hover img {
    border-radius:100px;
    -moz-border-radius:100px; 
    -webkit-border-radius:100px;
}

a.profilePic.hover {
    border-radius:100px;
    -moz-border-radius:100px;
    -webkit-border-radius:100px;
    overflow:hidden;
}

#page_person .description {background:#eaeef2; clear:left; float:left; padding:10px 35px 10px 25px; height: 160px; overflow: auto; width: 434px;}
#page_person .description p {margin-bottom:10px;}
#page_person .midBlue {clear:left; padding:10px 10px 10px 25px; float:left; width:455px;}
#page_person .midBlue h2 {float: left; width: 454px; font-family: FuturaBT-Light,Arial; font-size:22px;}
#page_person .midBlue p {clear:left; float: left; width: 370px; color:#898989; font-size:16px;}
#page_person .midBlue .linkEmail {float:right;}
#page_person .midBlue .linkEmail a {color:#fff; font-family: FuturaBT-Light,Arial; float:left; font-size: 13px; padding: 0px 1px;}
#page_person .midBlue .linkEmail a.linkedin {/*background:#005dab;*/ margin: 0 1px 0 0;}
#page_person .midBlue .linkEmail a.contact {/*background:#0397d6;*/}
#page_person .sectorsPopUp {background: none repeat scroll 0 0 #E0E6EC; clear:left; float:left; padding:3px 0 0 15px; margin:5px 0 0 0; height: 55px; width: 479px;}
#page_person .sectorsPopUp h2 {color: #535353; font-weight: normal; float:left; font-family: myriad pro,arial; padding: 15px 17px 0 8px;}
#page_person .sectorsPopUp img {float:left; height: 53px; padding: 0px 24px 0 0;}
#page_person .expertise {background: none repeat scroll 0 0 #d2dbe4; clear:left; float:left; padding:5px 0 0 15px; margin:5px 0 0 0; height: 64px; width: 479px;}
#page_person .expertise h2 {color: #535353; font-weight: normal; float:left; font-family: myriad pro,arial; padding: 15px 10px 20px 5px;}
#page_person .expertise img {float:left;}
#page_person .expertise span {float:left;}
#page_person .expertise .info {float:left; height:20px; line-height:19px; width:125px;}
#page_person .expertise .info h2 {color:#829aa8;font-size:11px; padding: 0px;}
#page_person .expertise .info.active h2 {color:#171B1E;}

.contentCol .content ul li.ui-tabs-nav-item {
    padding: 0;
    background-image: none;
}


.contentCol .content #tabs {float:left; width:100%;}
.contentCol .content #tabs ul a { outline:none;}
.contentCol .content #tabs ul.tabs {height:28px; width:100%; border-bottom:1px solid #dbdbdb; padding:0; margin:0; }
.contentCol .content #tabs ul.tabs li {background:url(../images/system/bg_topNav.gif) repeat-x left top; border:1px solid #b9c9d5;border-bottom:0; margin-right:2px; float:left; display:inline; padding:0;  }
.contentCol .content #tabs ul.tabs li.active { background:#FFFFFF; border-color:#e1e1e1; height:28px; }
.contentCol .content #tabs ul.tabs li.active a{  cursor:default; }
.contentCol .content #tabs ul.tabs li a{ display:block; width:107px; height:27px; line-height:27px;  padding-left:30px; font-size:12px;}
.contentCol .content #tabs ul.tabs li a:hover{  }
.contentCol .content #tabs .tabContent {float:left;display:inline;width:100%; }
.contentCol .content #tabs .tab_content {float:left;  padding:45px 0px; width:100%;}
.contentCol .content #tabs .tab_content .tab_content {padding:0px;}

.contentCol .content #tabs .tabContent.insolvency {}
.contentCol .content #tabs .tabContent.insolvency ul.tabs2 {margin:0;}

.contentCol .content #tabs ul.tabs li a.viewAll { background:url(../images/system/tab_viewAll.gif) no-repeat left center;}
.contentCol .content #tabs ul.tabs li a.whitePaper { background:url(../images/system/tab_whitePaper.gif) no-repeat left center;}
.contentCol .content #tabs ul.tabs li a.media { background:url(../images/system/tab_media.gif) no-repeat left center;}
.contentCol .content #tabs ul.tabs li a.other { background:url(../images/system/tab_other.gif) no-repeat left center;}

.contentCol .content #tabs .tabContent ul.tabs2 { background:#f4f7f8; float:left; margin:0 0 50px 0; display:inline; width:100%; }
.contentCol .content #tabs .tabContent ul.tabs2 li { float:left; display:inline; background:none; padding:0; }
.contentCol .content #tabs .tabContent ul.tabs2 li a{ display:block;padding:2px 15px;  }
.contentCol .content #tabs .tabContent ul.tabs2 li.active { }
.contentCol .content #tabs .tabContent ul.tabs2 li.active a{ color:#fff; background:#005dab; cursor:default;  }

.tabContent .row {
    float: left;
    border-bottom: 1px solid #d5dfe6;
    padding: 25px 0;
    width: 100%;
}


/*.tabContent .row:first-child {
        border-top:  1px solid #d5dfe6;
}*/


.pdf-icon, .icon {
    float: left;
    padding-top: 3px;
    width: 30px;
}

.pdf-icon img {
    width: 20px;
}

.debt-title, .row .info {
    float: left;
    margin-right: 20px;
    display: inline;
    width: 150px;
}

.debt-title h2, .row .info h2 {
    font-size: 100%;
    font-family: inherit;
    margin-bottom: 0;
}

.row .info h6 {
    color: #444444;
    font-style: italic;
    font-weight: normal;
    font-family: inherit;
}

.contentCol .content .pressInfo .row .description {
    float: left;
    width: 450px;
}

.row .cont {
    float: left;
    width: 450px;
}

.rightBlock {
	width:265px;
	min-height: 289px;
	border:2px solid #bfcbd6;
	padding:10px 15px 46px 15px;
	font-family: FuturaBT-Light,Arial;
	overflow:hidden;
}

.rightBlock.logo {
    background:url(../images/system/tdx-logo-small.jpg) 94% 95% no-repeat #fafdff;
}

.rightColumn .rightBlock .contact {float:left; clear:left;}
.rightBlock ul {
	padding-left:12px;
	margin-bottom:5px;
	float:left;	
    list-style: disc;
    border: 0;
    background: none;
    margin: 0;
    padding: 0;
}

.rightBlock ul li {
    margin: 0 0 0 20px !important;
    padding: 0;
}

.rightBlock ul.noStyle {list-style:none; width:180px;}
.rightBlock p {
	color:#444;
	margin-bottom:5px;
	clear:both;
}
.rightBlock .blue {
	color:#255baa;	
}
.rightBlock img {
	float:left;
	width:68px;
	height:68px;
	margin-top:5px;	
	margin-right:5px;	
}
#blueBand {
	position:absolute;
	bottom:15px;
	left:-12px;
	width:215px;
	height:33px;
	background:url(../images/system/tdx-industry-solutions-band.jpg) no-repeat;	
}

.sector h2 {
    color: #415968;
    text-transform: capitalize;  
    font-size: 11px;
    font-family: inherit;
    margin-top: 20px;
}

#yellowBand {
    position: absolute;
    bottom: 100px;
    left: -15px;
    width: 215px;
    height: 33px;
    background: url(../images/system/tdx-industry-solutions-band-yellow.png) no-repeat;
}

a.stars.nostar {
    background-color: #FFD103;
    background-image: none;
    border: 1px solid #D5DFE6;
    display: block;
    float: left;
    font-size: 18px;
    height: 35px;
    line-height: 35px;
    padding: 3px;
    text-align: center;
    width: 250px;
}

.clearFull {
    clear: both;
    float: left;
    width: 100%;
    padding-top: 20px;
}

.segs .map {
	z-index:100;
}

.lightmap {
    float: left;
    position: relative;
    margin: 0 0 30px 0;
}

.lightmap img {
    border: 2px solid #BAC9D6;
    float: left;
    left: 0;
    top: 0;
    z-index: 1;
    position: relative;
    box-shadow: 9px 10px 10px #CCD6E1;
    -webkit-box-shadow: 9px 10px 10px #CCD6E1;
    -moz-box-shadow: 9px 10px 10px #CCD6E1;
}

.lightmap a {
    position: absolute;
    z-index: 10;
    float: left;
    background: #ffffff;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=10)";
    filter: alpha(opacity=10);
    -moz-opacity: 0.1;
    -khtml-opacity: 0.1;
    opacity: 0.1;
}

.lightmap a.three {
    left: 56px;
    top: 372px;
    cursor: pointer;
    height: 19px;
    width: 99px;
}

.lightmap a.two {
    top: 253px;
    cursor: pointer;
    height: 19px;
    left: 204px;
    width: 99px;
}

.lightmap a.one {
    left: 349px;
    top: 253px;
    cursor: pointer;
    height: 19px;
    width: 99px;
}

.lightmap a.four {
    left: 56px;
    top: 251px;
    cursor: pointer;
    height: 19px;
    width: 99px;
}

.lightmap a.five {
    right: 27px;
    top: 251px;
    cursor: pointer;
    height: 19px;
    width: 99px;
}

.lightmap a.six {
    left: 202px;
    top: 372px;
    cursor: pointer;
    height: 19px;
    width: 99px;
}

.lightmap a.seven {
    left: 349px;
    top: 372px;
    cursor: pointer;
    height: 19px;
    width: 99px;
}

.directory .column {
    margin-bottom: 15px;
    float:left;
}

.directory .cwrap {

	border-top:1px solid #AAAAAA;
	border-bottom:1px solid #AAAAAA;
	clear:both;
	margin: 20px 0px;
	padding: 15px 0px;
}

.directoryH2+p {
	margin-bottom:0px;
}

.directory h3 {
    margin-top:20px;
}

.latest-news ul li {
    overflow: hidden;
    padding-bottom: 5px;
}


.loginbox2 { margin-left:10px; }

#loginbox, .loginbox2 {background:#fff; border: 1px solid #B7C3CC; padding: 7px; width: 190px; float:left;}
#loginbox .loginboxInner h3 {padding:0 0 4px;}
#main .content.directoryTop #loginbox .error {float:left; margin-top:10px;}
input#user, input#pass, input#userforgot, .loginboxInner #login .text  {clear:left;float:left; margin:0 0 10px 0; padding:0; width:187px;}
input#login {background:#F7F7F7; border:1px solid #269BB7; margin: 0;  text-align: center; cursor:pointer; border-radius:5px; -moz-border-radius:5px; -webkit-border-radius:5px; float: left; clear:left; height: 23px;}
#login #email_password {float:left; margin: 0 0 0 8px;}
#login .field_error { float: left; color: red; padding: 0 0 10px 0;}
#login .emailMePass {float:left; padding:5px 0 10px;}
#contCont .contentCol #loginbox .loginboxInner p {clear:left; float:left; margin: 0; padding: 10px 0 0; width: 100%;}
#contCont .contentCol #loginbox .loginboxInner p.error {background: none; border: none; color: #8A1F11; min-height:67px;}
#mainCont #contCont .contentCol p.formHeader {float:left; color:#005DAB; clear:left; line-height: 16px; padding: 0 0 2px; margin:0; width: 100%;}
#contCont .contentCol .showHide {background: none repeat scroll 0 0 #FFFFFF; border: 1px solid #B7C3CC; float: left; padding: 7px; margin:0 0 10px 10px; width: 190px;}
#contCont .contentCol .showHide.equalHeight.showShow {display:block !important;}
#contCont .contentCol .showHide p.error {float:left; clear:left; background: none; border: none;}
#contCont .contentCol .checkEmail {background: none repeat scroll 0 0 #FFFFFF; border: 1px solid #B7C3CC; float: left; padding: 7px; margin:0 0 0 10px; width: 190px;}
#contCont .contentCol .forgot {min-height:23px;}
#contCont .contentCol .labelbox {clear: left; float: left; padding: 0 0 3px;}
span.labelbox { clear:both;display:block;}

div.latest-news li img {float: left; margin: 0px 10px 10px 0px;}

.rightCol h6 {
    margin-bottom: 10px;
}

.formRow {
	margin-bottom:5px;
}

#lBoxWrap {}
#lBoxWrap .platoLight {}
#lBoxWrap .platoLight .nivoSlider {overflow:visible; width:750px; min-height:10px !important; box-shadow:none; }
#lBoxWrap #sliderLight {}
#lBoxWrap #sliderLight img {height:638px !important; width: 750px !important; border: 2px solid #BAC9D6;}
#lBoxWrap #sliderLight .nivo-caption {bottom: auto; /*left: 760px;*/left: auto; right: -240px; top: 0; width: 229px; background:none;}
#lBoxWrap #sliderLight .nivo-caption h2 {margin:0; color: #005DAB; font-size:18px; text-shadow:none;}
#lBoxWrap #sliderLight .nivo-caption p {margin:0; color:#444; padding:5px 0; font-size:14px;}

#lBoxWrap #sliderLight .nivo-directionNav {bottom: auto; position: absolute; right: -143px; width: 122px;}
#lBoxWrap #sliderLight .nivo-directionNav a {text-indent:0; float:left; background:none; color:#444; height:auto;
border:1px solid #bfccd8; width:54px; text-align:center; font-size:14px;

border-radius:5px;
-webkit-border-radius:5px;
-moz-border-radius:5px;

background: #bfccd8;
background-image: linear-gradient(bottom, #bfccd8 0%, #ffffff 100%);
background-image: -o-linear-gradient(bottom, #bfccd8 0%, #ffffff 100%);
background-image: -moz-linear-gradient(bottom, #bfccd8 0%, #ffffff 100%);
background-image: -webkit-linear-gradient(bottom, #bfccd8 0%, #ffffff 100%);
background-image: -ms-linear-gradient(bottom, #bfccd8 0%, #ffffff 100%);
-pie-background:  linear-gradient( #ffffff, #bfccd8);
}
#lBoxWrap #sliderLight .nivo-directionNav a.nivo-nextNav {float:right;}
#lBoxWrap .theme-default .nivo-controlNav {display:none;}






#popup {
    width: 820px;
    height: 500px;
    text-align: center;

}
/*
#popup h2 {font: bold 3.0em/1.3em Arial, sans-serif;text-transform: uppercase;color: #275ea7;margin-bottom: .5em;}
*/
#popup ul {width: 100%;}

#popup li {list-style: none;
display: inline-block;
height: 30px;
background: #ffd21f;
vertical-align: middle;
line-height: 30px;
text-align: right;
padding: 10px 20px 10px 70px;
font-size: 14px;
color: #000;
border-radius: 2px;
box-shadow: #000 1px;
border: #efc001 1px solid;
}

#popup li a {color: #000;}

#popup li.uk {
    background-image: url('../usa/images/popup/uk.jpg');
    background-repeat: no-repeat;
    background-position: 20px 16px;
    margin-right: 20px;
}

#popup li.usa {
    background-image: url('../usa/images/popup/usa.jpg');
    background-repeat: no-repeat;
    background-position: 20px 16px;
    margin-right: 20px;
}


#popup li.esp {
    background-image: url('../usa/images/popup/esp.jpg');
    background-repeat: no-repeat;
    background-position: 20px 16px;
}

#popup label {margin-top: 50px;display:block;}













