*{
	margin:0;
	padding:0;
}
body{		
	color:#666;
	background:#fff url(images/body-bg.gif) 0 0 repeat-x;
	font:normal 12px Helvetica, Arial, sans-serif;
}
body.mceContentBody{		
	background-image:none;
}
img{
	border:0;	
	behavior:url(iepngfix.htc); /* IE6 */
}
/*a{outline:none;}*/
h1{
	font-size:31px;
	color:#00c5ea;	
	font-weight:normal;
	margin-bottom:10px;
	line-height:30px;
}
h1.standardpage{
    margin-bottom:25px;
}
h2{
	font-size:14px;
	line-height:18px;
	margin-bottom:3px;
}
h2.standardpage{
    font-size:16px;
    color:#01a8d6;
    margin-bottom:3px !important;
}
h3{
	font-size:12px;
	font-weight:bold;
	color:#1b1b1b;
}
h3.standardpage{
  color:#12486a;
  font-weight:normal;
}
h4{
	font-size:16px; 
	font-weight:normal; 
	color:#01a8d6 !important; 
	line-height:20px; 
}
h5 {
	font-size:14px; 
	font-weight:normal; 
	color:#626262; 
	line-height:20px; 
}
h6 {
	font-size:12px; 
	font-weight:normal; 
	color:#12486a; 
	line-height:20px; 
}

hr{
	height:0;
	border:0;
	border-bottom:1px solid #dbdbdb;	
	margin:5px 0;
	
}
a{
	color:#01a8d6;	
}
a:hover{
	text-decoration:none;	
}
p{
    margin-bottom:10px;
}

ol{
	margin-left:21px;
}
ul
{
	margin-left:15px;
}

.wrapper{
	width:995px;
	margin:auto;
}


/************************
Header styles
*************************/

.header{
	position:relative;
	height:109px;
	background:url(images/header-bg.gif) top left no-repeat;	
}
.header img.logo{
	position:absolute;
	top:8px;
	left:0;
}
.header span.contact{
	position:absolute;
	top:25px;
	right:48px;
	color:#959595;
	font-size:12px;
	text-align:right;
}
.header span.contact strong{
	color:#707070;	
}
/*.header img.client-login-btn{
	position:absolute;
	top:60px;
	left:844px;	
}*/
.header .clientlogin
{
	width:244px;
	height:25px;
	top:66px;
	right:45px;
	position:absolute;
	background:url(images/clientloginbtn.gif) 0 0 no-repeat;
}
.header .clientlogin .ClientLoginSelect
{
	position:absolute;
	top:3px;
	right:33px;
	width:115px;
	height:19px;
	font-size:11px;
}
.header .clientlogin .ClientLoginSubmit
{
	width:27px;
	height:21px;
	position:absolute;
	top:2px;
	right:3px;
	border:0;
	background:none;
	cursor:pointer;
}


/************************
Menu styles
*************************/

.menu-wrapper{
	width:100%;
	margin:auto;
	position:relative;
}

.menu{
	height:28px;
	width:995px;
	position:absolute;
	top:0;
	left:50%;
	margin-left:-498px;
	background-color:#00c5ea;
	z-index:100;
}
.menu ul{
	margin-left:29px;
	width:922px;
	height:28px;
	list-style:none;	
	background-color:#e0f3f6;
}
.menu ul li{
	float:left;
}
.menu ul li a{
	display:block;
	height:28px;
	border-left:1px solid #fff;
}
.menu ul li.primary a{
	width:127px;
	position:relative;
}
.menu ul li.primary a.why-use-apx{
	background:url(images/nav-why-use-apx.gif) left top no-repeat;
}
.menu ul li.primary a.who-we-are{
	background:url(images/nav-who-we-are.gif) left top no-repeat;
}
.menu ul li.primary a.what-we-do{
	background:url(images/nav-what-we-do.gif) left top no-repeat;
}
.menu ul li a.traveltools{
	width:159px;
	background:url(images/nav-traveltools-links.gif) left top no-repeat;
}
.menu ul li a.news{
	width:57px;
	background:url(images/nav-news.gif) left top no-repeat;
}
.menu ul li a.sustainability{
	width:117px;
	background:url(images/nav-sustainability.gif) left top no-repeat;
}
.menu ul li a.contactus{
	width:105px;
	margin-left:96px;
	border-left:0;
	border-right:1px solid #fff;
	background:url(images/nav-contactus.gif) left top no-repeat;
}

.menu ul li.primary a:hover, .menu ul li a:hover, .menu ul li a.selected{
	background-position:0 -28px;
}
.menu ul li.primary a.selected, .menu ul li.primary a.selected:hover{
	background-position:0 -56px;	
}
.menu ul li.primary a.selected span.bg-over-sub{
	display:block;
	width:162px;
	height:28px;
	background:url(images/nav-bg-over-sub.gif) 0 0 no-repeat;
	position:absolute;
	top:28px;
	left:-17px;
}

/************************
Sub menu styles
*************************/

.submenu-wrapper{
	width:100%;
	height:29px;
	margin:auto;
	top:28px;
	position:relative;
	z-index:150;
}
.submenu{
	height:29px;
	width:995px;
	position:absolute;
	left:50%;
	margin-left:-498px;
}
.submenu ul{
	list-style:none;
	color:#fff;
	font-size:12px;
	padding:9px 0 0 28px;
}
* html .submenu ul{
	padding-top:7px;
}
.submenu ul li{
	float:left;
	margin:0 4px;
}
.submenu ul li a{
	color:#fff;
	text-decoration:none;
}
.submenu ul li a:hover, .submenu ul li span{
	color:#12486a;
}
.submenu-bg{
	width:100%;	
	height:37px;
	position:absolute;
	top:28px;
	z-index:10;
	background:url(images/subnav-bg.gif) 0 0 repeat-x;
}

/************************
Main area styles
*************************/

.main{
	border-top:7px solid #ccc;
	padding:65px 43px 52px 30px;
	min-height:590px;
}
* html .main{ height:590px;	}
.home{
	font-size:11px;
}
.home ul, .home ol
{
	margin:0;
}
.breadcrumb{
	font-size:12px;
	color:#a0a0a0;
	margin-bottom:7px;
}
.breadcrumb a{
	color:#a0a0a0;	
}
.breadcrumb a:hover{
	text-decoration:none;
}
.left-column{
	width:685px;
	min-height:590px;
	float:left;
	line-height:20px;
	color:#626262;
}
.left-column hr{
	margin:11px 0;	
}
.left-column h2{
	font-weight:normal;	
	margin-bottom:25px;
}
.left-column h3 a{
	font-weight:normal;	
	color:#12486a;
	font-size:16px;
}
.left-column p, .right-column p{
    font-size:12px;
}
.key-benefit{
	width:190px;
	min-height:60px;
	float:left;
	line-height:16px;
	color:#7d7d7d;
	font-size:12px;
	padding:23px 10px 10px 2px;
	background:url(images/key-benefit-bg.gif) 0 0 no-repeat;
}
.key-benefit strong{
	color:#313131;
}
.left-column .section-text{
	margin-bottom:15px;	
	font-size:12px;
}
.left-column .section-text a{
	color:#313131;
}
.right-column{
	width:213px;
	min-height:590px;
	float:left;
	padding-left:22px;
	background:url(images/column-divider.gif) 0 0 no-repeat;
}
.right-column hr{
	height:0;
	border:0;
	border-bottom:1px solid #dbdbdb;	
	margin:5px 0 15px 0;
	
}
* html .left-column{ height:590px; }
* html .right-column{ height:590px;	}

/* side panel promo tile */
.tile-text-only{
	color:#999;	
	font-size:12px;
	line-height:16px;
	padding-bottom:10px;
}
.tile-text-only .tile-header{
	color:#333;
	font-size:15px;
	font-weight:bold;
	margin-bottom:11px;
}
.tile-text-only a{
	color:#009BCF;
	font-size:12px;
	margin-bottom:11px;
}

#slider{
	position:relative;
	width:922px;
	height:295px;	
	overflow:hidden;/* for jquery slider */
}
/*
.slider-content{
	width:4610px;
}
.slide{
	width:922px;
	height:295px;	
	float:left;
}

.slider-text{
	padding:190px 0 0 15px;
	width:670px;
	color:#01a8d6;
	font-size:17px;
	line-height:21px;
}
.slider-overlay{
	position:relative;
	width:922px;
	height:30px;
	margin-top:-30px;
	margin-bottom:30px;
}
.slider-control{
	position:absolute;
	width:922px;
	height:30px;
	left:0;
	top:0;
	color:#fff;
}
/* IE6 fixes the IEPNGFIX unclickable element inside a div error 
by taking the background out of the div containing links */
/*
.slider-control-bg{ 
	position:absolute;
	width:922px;
	height:30px;
	left:0;
	bottom:0;
	background:url(images/slider-control.png) 0 0 no-repeat;
	behavior:url(iepngfix.htc);
	z-index:1;
}
.slider-control ul{
	list-style:none;	
	position:relative;
	width:922px;
	height:30px;
	z-index:999;
}
.slider-control ul li{
	float:left; /* IE6 */
/*
}
.slider-control ul li.five a{
	right:0;
}
.slider-control ul li.four a{
	right:17px;
}
.slider-control ul li.three a{
	right:37px;
}
.slider-control ul li.two a{
	right:57px;
}
.slider-control ul li.one a{
	right:77px;
}
.slider-control ul li a{
	position:absolute;
	top:0;
	color:#fff;
	display:block;
	width:23px;
	height:20px;
	padding-top:9px;
	text-align:center;
	font-size:13px;
	font-weight:bold;
	text-decoration:none;
	z-index:1;
	background:url(images/slider-control-2-4.gif) 0 0 no-repeat;	
}
.slider-control ul li.five a{
	width:20px;
	background:url(images/slider-control-5.gif) 0 0 no-repeat;	
}
.slider-control ul li a:hover{
	background-position:0 -29px;
	z-index:4;
}
.slider-control ul li a.selected{
	background-position:0 -29px;
	z-index:5;
}
.slider-shadow-left{
	position:absolute;
	width:22px;
	height:13px;
	left:-22px;
	bottom:0;
	background:url(images/slider-shadow-left.gif) 0 0 no-repeat;
}
.slider-shadow-right{
	position:absolute;
	width:24px;
	height:13px;
	right:-24px;
	bottom:0;
	background:url(images/slider-shadow-right.gif) 0 0 no-repeat;
}
*/
.content-toprow{
	height:151px;	
}
.content-toprow .homepromotile{
	margin-right:20px;	
	float:left;
	width:216px;
}
.content-toprow .hometile-textimg{
	color:#666;	
	font-size:11px;
	line-height:15px;
	padding:12px 12px;
	width:192px;
	height:127px;
	overflow:hidden;	
}
.content-toprow .hometile-textimg .tile-header{
	color:#313131;
	font-size:17px;
	font-weight:bold;
	margin-bottom:7px;
}


.content-toprow .box1{
	width:213px;
	height:151px;
	padding-right:11px;
	float:left;
	border-right:1px solid #dbdbdb;
}
.content-toprow .box1 h2 a{
	color:#00aede;	
}

.content-toprow .box2{
	width:213px;
	height:151px;
	margin-left:11px;
	float:left;
}
.content-toprow .box2 h2 a{
	color:#f80;	
}
.content-toprow .box1 h2 a:hover, .content-toprow .box2 h2 a:hover{
	text-decoration:none;
}
.content-toprow .minheight{
	min-height:68px;	
}
* html .content-toprow .minheight{
	height:68px; /*IE6*/
}
.content-widgets{
	height:101px;	
	margin-top:28px;
	clear:left;
}
.content-widgets .currency-converter{
	width:217px;
	height:92px;
	float:left;
	padding:9px 0 0 8px;
	background:url(images/currency-bg.gif) 0 0 no-repeat;
}
.content-widgets .currency-converter fieldset{
	border:0;	
}
.content-widgets .currency-converter fieldset legend{
	color:#1b1b1b;	
	font-size:12px;
	font-weight:bold;
}
.content-widgets .currency-converter fieldset ul{
	list-style:none;
	margin-top:9px;
}

.content-widgets .currency-converter fieldset ul li{
	margin-bottom:3px;	
}
.content-widgets .currency-converter fieldset ul li label{
	color:#000;
	width:44px;
	float:left;
	padding-top:3px;
}
.content-widgets .currency-converter fieldset ul li select{
	width:161px;	
}
.content-widgets .currency-converter input.amount{
	width:80px;	
	height:15px;
	float:left;
	margin-right:6px;
}
.content-widgets .currency-converter input, .content-widgets .currency-converter select, .content-widgets .time-weather select{
	color:#626262;	
	font-size:11px;
}
.content-widgets .time-weather{
	position:relative;
	float:left;
	width:451px;
	height:97px;
	padding:4px 10px 0 10px;
	background:url(images/time-weather-bg.gif) 0 0 no-repeat;
}
.content-widgets .time-weather h3{
	padding-top:5px;
}
.content-widgets .time-weather select{
	float:right;	
	width:92px;
}
.content-widgets .time-weather .city-date{
	position:absolute;
	top:37px;
	left:10px;
	color:#959595;	
	line-height:13px;
}
.content-widgets .time-weather .city-date span{
	color:#000;	
}
.content-widgets .time-weather .worldtime{
	position:absolute;
	top:42px;
	right:248px;
	color:#01a8d6;
	font-size:30px;
}
.content-widgets .time-weather .worldtime span{
	font-size:13px;
}
.content-widgets .time-weather .weather-today{
	position:absolute;
	top:37px;
	left:247px;
	color:#959595;	
	line-height:13px;
}
.content-widgets .time-weather .weather-tomorrow{
	position:absolute;
	top:37px;
	left:362px;
	color:#959595;	
	line-height:13px;
}
.content-widgets .time-weather .weather-today span, .content-widgets .time-weather .weather-tomorrow span{
	color:#000;	
	text-transform:uppercase;
}
.content-widgets .time-weather img{
	margin-top:2px;	
}
.content-widgets .news{
	float:left;
	width:204px;
	height:92px;
	padding:9px 10px 0 10px;
	background:url(images/news-btn.gif) 0 0 no-repeat;
}
.content-widgets .news a.morenews{
	float:right;
	color:#a0a0a0;
	font-weight:bold;
	text-decoration:none;
}
.content-widgets .news a.morenews:hover{
	text-decoration:underline;
}
.content-widgets .news h3{
	color:#01a8d6;
	text-transform:uppercase;
}
.content-widgets .news ul{
	list-style:none;
	margin-top:9px;
}
.content-widgets .news ul li{
	font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;
	margin-bottom:4px;
}

.content-widgets .news ul li p{
	margin:0;
}
.content-widgets .news ul li a{
	color:#12486a;
	text-decoration:none;
}
.content-widgets .news ul li a:hover{
	text-decoration:underline;
}
.content-widgets .news ul li span{
	color:#84d0f0;
	font-size:10px;
}


/************************
Standardpage styles
*************************/

p.intro{
    font-size:14px;
    
}
p.intro img{
    float:left;
    margin:0 10px 10px 0;
}


/************************
news page styles
*************************/

.news .breadcrumb{
    margin:0;
}
.news hr{
    margin:5px 0;
}
.news .newsdate{
    color:#84d0f0;
    font-size:12px;
    margin-bottom:0px;
}
.news h1, .newsarticle h1{
    margin-top:8px;
    color:#12486a;
    line-height:28px;
}
.news h1 a{
    color:#12486a;
    font-family:Georgia;
    line-height:28px;
}
.news .intro{
    margin-top:18px;
    color:#313131;
    padding-bottom:35px;
    font-family:Georgia;
    min-height:65px;
    border-bottom:1px solid #dfdfdf;
}
* html .news .intro { height:65px; }
.news .intro img{
    margin-right:18px;
}
.news .intro a{
    color:#626262;
}
.news-item{
    margin-bottom:28px;
}
.news-item h2{
    margin-bottom:9px;
}
.news-item h2 a{
    color:#12486a;
    font-family:Georgia;
    font-size:16px;
}
.news-item p{
    color:#626262;
    font-size:12px;
}
.news-tile{
    font-size:16px;
    font-weight:bold;
    color:#313131;
}
.news-tile a{
	font-size:12px;
    color:#313131;
}
.news-tile h3{
    color:#f80;
    font-size:16px;
    margin-bottom:9px;
}
.news-archive h3{
    color:#01a8d6;
    font-size:14px;
    margin-bottom:15px;
}
.news-archive ul{
    list-style:none;
}
.news-archive ul li a{
    color:#626262;
    font-size:12px;
    line-height:20px;
}
.news-archive ul li small
{
	display:block;
	margin-top:-4px;
}
.newsarticle .breadcrumb{
    margin:0;
}
* html .newsarticle .breadcrumb{
    margin-bottom:1px;
}
.newsarticle hr{
    margin:5px 0;
}
* html .newsarticle hr{
    margin:1px 0;
}
.newsarticle p{
    font-size:12px;
}
.newsarticle .intro{
    margin-top:18px;
    color:#313131;
    padding-bottom:35px;
    font-family:Georgia;
    border-bottom:1px solid #dfdfdf;
    min-height:143px;
    position:relative;
    margin-bottom:15px;
}
* html .newsarticle .intro{
    height:143px;
}
.newsarticle .intro h1 a{
    color:#12486a;
    font-family:Georgia;
    text-decoration:none;
}
.newsarticle .source{
    position:absolute;
    left:0;
    bottom:-1px;
    color:#a0a0a0;
}
.newsarticle .source a{
    color:#a0a0a0 !important;
}
.newsarticle .newsdate{
    color:#84d0f0;
    font-size:12px;
    margin-bottom:0px;
}
.newsarticle .intro a{
    color:#626262;
}
.news-back{
    float:right;
    display:block;
    color:#313131;
    font-size:12px;
    text-decoration:none;
    background-color:#e5e5e5;
    padding:1px 4px 0 4px;
}
.news-back:hover{
    background-color:#d5d5d5;
}


/************************
Case Study styles
*************************/

h2.casestudies{
    margin-bottom:55px;    
}
* html h2.casestudies{ margin-bottom:35px; }
.casestudy{
    margin-bottom:30px;
    padding-bottom:10px;
    border-bottom:1px solid #dbdbdb;
}
* html .casestudy{ margin-bottom:15px; }
.casestudy p{
    margin-left:100px;
}
.casestudy-tile h3{
    color:#12486a;
    font-size:16px;
    font-weight:bold;
    margin-bottom:15px;
}
.casestudy-tile p{
    color:#7d7d7d;
}
.casestudy-tile p.contact{
    color:#313131;
    font-size:22px;
}
.casestudy-tile p.contact span.ph{
    font-size:18px;
}


/************************
Contact Us styles
*************************/

.contact-us h2{
    margin-bottom:45px;
}
.details{
    width:206px;
    float:left;
}
.details p{
    line-height:16px;
}
.details h3{
    font-size:16px;
    color:#626262;
    font-weight:normal;
    margin-bottom:28px;
}
.details h4{
    font-size:16px;
    color:#01a8d6;
    font-weight:normal;
    margin-bottom:0px;
}
.maps{
    width:441px;
    float:right;
    background-color: #EEE;
}
.tab{
	float:left;
}
.tab .tabhead{
    height:28px;   
}
.tab .tabhead .divider{   
    float:left;
    width:2px;
    height:28px;
    background:#FFF;
}
.tab .tabhead .tab-option{
    float:left;
    height:24px;
    width:145px;
    padding-top:4px;
    text-align:center;
    font-size:12px;
    color:#313131;
    font-weight:normal;
}
.tab .tabhead .tab-option-off{
    float:left;
    height:24px;
    padding-top:4px;
    width:145px;
    text-align:center;
    font-size:12px;
    color:#313131;
    background:#d9d9d9;
    border-bottom:2px solid #FFF;
}
.tab .tabhead .tab-option-off a{   
    color:#313131;
    font-weight:normal;
    text-decoration:none;
}
.tab .tabhead .tab-option-off a:hover{
    text-decoration:underline;
}
#APX-map{
  clear:both;
	width:441px;
	height:448px;
}
.emergencynumber{
	width:213px;
	height:23px;
	background-color:#ffad28;
	text-align:center;
	color:#FFF;
	border-top:1px solid #FFF;
	padding-top:6px;
}
.emergencynumber span{
	color:#000;
}
.enquiriespanel
{
	width:213px;
	background-color:#EEE;
	position:absolute;
	}
.enquiriesform
{
	padding:8px;
	}
.subscribeform
{
	background-color:#eee;
	position:absolute;
	width:664px;
	}
	
td.subscribeitem
{
	padding:8px;
	border-collapse:collapse;
}
	
td.subscribeitem input
{
	width:300px;
	}
td.checkbox input
{
	width:25px;
	}
td.subscribeitem select
{
	width:300px;
	}
ul.form-list{
	list-style:none;
	color:#313131;
	margin:0;
}
ul.form-list li{
	float:left;
	margin-bottom:3px;
}
ul.form-list li.radioList{
	margin:15px 0;
}
ul.form-list li div{
	float:left;
	width:68px;
}

ul.form-list li div span {
	color:#ff0000;
}

ul.form-list li input, ul.form-list li .textarea{
	float:left;
	width:190px;
	font-family:Helvetica, Arial, sans-serif;
	font-size:12px;
	font-weight:normal;
}
ul.form-list li .textarea{
	height:70px;
}
.AspNet-RadioButtonList ul{
	list-style:none;
	margin:0;
}
.AspNet-RadioButtonList ul li{
	width:120px;
	float:left;
}
.AspNet-RadioButtonList ul li input{
	float:right;
	margin-right:38px;
	width:auto;
}
* html .AspNet-RadioButtonList ul li input{
	margin-right:30px;
}


/************************
SiteMap styles
*************************/

.sitemap {
	margin:20px 0 0 20px;
	list-style:none;
}
.sitemap li {
	line-height:20px;
	text-transform:uppercase;
	font-weight:bold;
	font-size:13px;
	padding-left:15px;	
	margin-bottom:10px;
	background:url(images/sitemap-mainpage.gif) 3px 4px no-repeat;
}
*:first-child+html .sitemap li {
	background:url(images/sitemap-mainpage.gif) 3px 6px no-repeat;
}
* html .sitemap li {
	background:url(images/sitemap-mainpage.gif) 3px 6px no-repeat;
}
.sitemap li a {
	text-decoration:none;
	color:#3e6d8a;
}
.sitemap li a:hover {
	text-decoration:underline;
}
.sitemap ul {
	list-style:none;
	margin-left:4px;
	clear:both;
	
}
.sitemap ul li {
	text-transform:none;
	font-weight:normal;
	font-size:11px;
	background:url(images/sitemap-subpage.gif) 0 4px no-repeat;
	padding-left:10px;
	margin-bottom:0;
}
.sitemap ul li a {
	color:#01a8d6;
	text-decoration:underline;
}
.sitemap ul li a:hover {
	text-decoration:none;
}


/************************
Bottom area styles
*************************/

.contact-wrapper{
	width:100%;
	height:46px;
	background-color:#bababa;
	border-bottom:2px solid #fff;
}
.contact-bar{
	width:965px;
	margin:auto;
	height:34px;
	color:#fff;
	padding:12px 0 0 30px;
}
.contact-bar p{
	float:left;
	margin-right:40px;
	line-height:13px;
}
.contact-bar span, .contact-bar a{
	color:#313131;	
}
.contact-bar a:hover{
	text-decoration:none;
}
.footer-wrapper{
	width:100%;	
	height:70px;
	background-color:#e8e8e8;
}
.footer-wrapper .disclaimer{
    clear:both;
    width:884px;
		margin:auto;
    padding:6px 80px 0 31px;
    text-align:left;
    color:#b5b5b5;
}
.footer-wrapper .disclaimer p{
    margin-bottom:0;
}
.footer{
	width:884px;
	margin:auto;
	color:#01a8d6;
	padding:5px 80px 0 31px;
	font-size:11px;
}.footer p{
    margin:0;
}
.footer p.copyright{
	float:right;
	color:#b5b5b5;	
	margin-top:18px;
}
.footer ul{
	list-style:none;
	margin-top:4px;
	margin-left:0;
}
.footer ul li{
	float:left;
}
.footer ul li.seperator{
	margin:0 10px;
	color:#b5b5b5;
}
.footer ul li a{
	color:#b5b5b5;
	text-decoration:none;
}
.footer ul li a:hover{
	text-decoration:underline;
}
ul.faq{
  list-style-type:none;
}  
ul.faq li{  
  line-height:26px;
  margin-bottom:15px;
}
ul.faq li a{
	font-size:16px;
	color:#626262;
	text-decoration:none;
  background:url(images/faqBullet.gif) 0 6px no-repeat;
  padding-left:10px;
}
ul.faq li a:hover{
	color:#01a8d6;
	background:url(images/faqBullet-selected.gif) 0 6px no-repeat;
}
ul.faq-answer{
	list-style:none;    
}
ul.faq-answer li
{
	margin-bottom:20px;
}
ul.faq-answer li p
{
	margin:0;
}
ul.faq-answer li p a{
    color:#79a1a9;
}
ul.faq-answer li a:hover{
    text-decoration:underline;
}
.toolbox{
    width:685px;
    height:auto; 
    background-image:url(images/greypanels.gif);
    background-position:left top;
    background-repeat:repeat-y;
    overflow: hidden;
    display:block;
}
.greypanel{
    width:214px;
}
.middlepanel{
    margin:0 21px 0 22px;
}
.greypanel h2{
    width:198px;
    color:#01a8d6;
    padding:12px 8px;
    margin:0 0 10px;
    border-bottom:1px solid #FFF;
}
.greypanel .greypanel-contentbox{
    width:198px;
    padding:0 8px;
}

.greypanel .greypanel-contentbox a{
    color:#000;
    text-decoration:underline;
}  

.greypanel .greypanel-contentbox p{
    color:#7d7d7d;
}
.sustainability ul, .careers ul{
    margin-top:-10px;
    margin-left:16px;
    margin-bottom:10px;
    list-style-type:disc;
    color:#12486a;
    font-size:12px;
}

.careers ul{
    color:#626262;
}

/************************
Settings styles
*************************/

.left{float:left;}
.right{float:right;}
.clear{clear:both;}
.clearleft{clear:left;}
.clearright{clear:right;}
.bold{font-weight:bold;}
.nodec{text-decoration:none;}
.color1{color:#fff;}
.color2{color:#79a1a9;}
.color3{color:#313131;}
.color4{color:#01a8d6;}
.color5{color:#12486a;}
.padding1{padding:0 22px 22px 0;}
.margin1{margin-right:25px;}
.margin2{margin:7px 0;}
.margin3{margin-top:4px;}
.margin4{margin-bottom:5px;}
.size1{font-size:12px !important;}
.size2{font-size:14px !important;}
.size3{font-size:16px !important;}
.lheight1{line-height:16px !important;}
.lheight2{line-height:20px !important;}