﻿/* GLOBAL
*******************************************************************************/
* {	list-style: none; margin: 0; padding: 0; } 

body { background: #5279a9 URL("/images/common/bkng/body-bkng.gif") repeat-x top center; font: 11px "Tahoma", Verdana, Sans-serf; color: #666; text-align: center; }
.clear { clear: both; }
p { margin: 3px 0;}
.btn { background: #fff URL("/images/common/bkng/btn.jpg") repeat-x; padding: 3px 12px; color: #666; border: 1px solid #aeb0b1; font: 13px "Franklin Gothic Medium", Verdana, Sans-serf; font-weight: bold; line-height: 33px; }
img { border: none; }
a { font-weight: bold; color: #369; text-decoration: none;}
input, textarea, select { font: 11px "Tahoma", Verdana, Sans-serf; color: #666; }
.red { color: #f00; }


/* CONTAINERS
*******************************************************************************/
#container { margin: 0 auto; width: 954px; clear: both; text-align: left; }
#header-container { background: URL("/images/common/bkng/header-finance.jpg") no-repeat right bottom; height: 105px; }
#main-container { background: #fff URL("/images/common/bkng/main-container.gif") no-repeat left bottom; width: auto; min-height: 200px; padding-bottom: 12px; .padding-bottom: 6px; _padding-bottom: 15px; }
#footer-container { height: 25px; width: auto; margin-bottom: 10px; color: #fff; }
#services-container { width: 195px; background: #f3f5f8; margin-left: 3px; float: left; border: 1px solid #999; border-bottom: 4px solid #000; margin-bottom: 20px; padding-bottom: 10px;   }
#center-container { width: 645px; _width: 640px; margin-left: 7px; _margin-right: 0px; float: left; }

#accountant-container { width: 284px; background: #e4e0e0 URL("/images/common/bkng/accountant-grey.jpg") repeat-x 0 top; margin-left: 8px; float: left; }
#contentpage-center-container { width: 702px; min-height: 510px; _height: 510px; margin-bottom: 10px; padding: 20px 13px; margin-left: 7px; float: left; background: URL("/images/common/bkng/content-page-footer.gif") no-repeat right bottom; }
#contentpage-rhscontainer { width: 201px; margin-left: 8px; float: left; }

/* HEADER 
*******************************************************************************/
#tagline-container { font: 15px "Franklin Gothic Medium", Verdana, Sans-serf; font-weight: bold; color: #fff; padding-left: 580px; padding-top: 2px; }
#tagline-container em { color: #99ccff; text-transform: uppercase; font-style: normal; }

/* NAVIGATION 
*******************************************************************************/
#navigation-container { width: auto; height: 28px; border-bottom: 5px solid #999; }



/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/final_drop.html
Copyright (c) 2005-2008 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */

/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/final_drop.html
Copyright (c) 2005-2008 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */

.menu { height:28px; position:relative; z-index:99; float: left; }
/* hack to correct IE5.5 faulty box model */
* html .menu {width:871px; w\idth:870px;}

/* remove all the bullets, borders and padding from the default list styling */
.menu ul {padding:0;margin:0;list-style-type:none; }
.menu ul ul {width:201px; border: 1px solid #999999; }

/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu li { float:left; position:relative;  margin: 0; padding: 0; background: URL("/images/common/bkng/navigation.gif") no-repeat right 0;  }

/* style the links for the top level */
.menu a, .menu a:visited { padding: 0 15px;   display: block; color: #333; font: 14px "Franklin Gothic Medium", Verdana, Sans-serf; font-weight: bold; line-height: 28px; border-bottom: 5px solid #999;}
.menu a.home, .menu a:visited.home { }

/* a hack so that IE5.5 faulty box model is corrected */
* html .menu a, * html .menu a:visited { }

/* style the second level background */
.menu ul ul a.drop, .menu ul ul a.drop:visited { }

/* style the second level hover */
.menu ul ul a.drop:hover{ }
.menu ul ul :hover > a.drop { }

/* style the third level background */
.menu ul ul ul a, .menu ul ul ul a:visited { color: #fff; line-height: 25px; height: 25px; padding: 0px; width: 171px; padding: 0 15px; color: #aaa; font-size: 12px; font-family: "Franklin Gothic Medium", "Lucida Sans", Arial, Verdana, Sans-serif, Times New Roman; text-transform: none;  border-bottom: none; background: #f3f5f8;}

/* style the third level hover */
.menu ul ul ul a:hover { color: #333; border-bottom: none;}

/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {visibility:hidden; position:absolute; top:33px; left:0; width:201px; background: #fff;   }

/* another hack for IE5.5 */
* html .menu ul ul {top:32px; t\op:33px;}

/* position the third level flyout menu */
.menu ul ul ul{ left:201px; top:-1px; width:201px;}

/* position the third level flyout menu for a left flyout */
.menu ul ul ul.left {left:-201px;}

/* style the table so that it takes no ppart in the layout - required for IE to work */
.menu table {position:absolute; top:0; left:0; border-collapse:collapse;}

/* style the second level links */
.menu ul ul a, .menu ul ul a:visited { color: #fff; line-height: 33px; height: 33px; width: 184px; padding: 0 15px 0 2px; color: #aaa; font-size: 12px; font-family: "Franklin Gothic Medium", "Lucida Sans", Arial, Verdana, Sans-serif, Times New Roman; text-transform: none;  border-bottom: none; background: #f00 URL("/images/common/bkng/nav-lvl2.gif") repeat-y; }
.menu ul ul a img, .menu ul ul a:visited img { padding-right: 15px; }

/* style the top level hover */
.menu a:hover, .menu ul ul a:hover{ color:#333; background: transparent; border-bottom: 5px solid #9cf;}
.menu :hover > a, .menu ul ul :hover > a { color:#333; background: transparent;}

.menu ul ul a:hover {   color: #333; border-bottom: none; }

/* yet another hack for IE5.5 */
* html .menu ul ul a, * html .menu ul ul a:visited {width:201px; w\idth:179px;}

/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul, .menu ul a:hover ul{visibility:visible; }
/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul{ visibility:hidden;}
.menu ul ul :hover ul ul { visibility:hidden; }
.menu ul :hover ul :hover ul ul { visibility:hidden;} 
/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul { visibility:visible;} 
.menu ul :hover ul :hover ul :hover ul { visibility: visible; }


.menu ul ul li { background: none; }
.menu ul ul ul li { background: none; }


/* MAIN CONTAINER  - HOMEPAGE
*******************************************************************************/
#blue-line-top { padding-top: 6px; padding-bottom: 5px; }
#blue-line-bottom { clear: both; float: right;}
#main-container-black-bottom { clear: both; width: auto; height: 13px; _height: 12px; background: #000; }

/*-- Services Promo --*/
#services-promo { background: URL("/assets/homepage/centre-promo-bkng.jpg") no-repeat right bottom; min-height:311px; _height: 311px; padding-left: 10px; }
#services-promo h1 { font: 19px "Franklin Gothic Heavy", Verdana, Sans-serf; font-weight: bold; color: #9c9c9c; line-height: 33px; margin-top: 20px; }
#services-promo h1 em { color: #9cf; text-transform: uppercase; font-style: normal; }
#promo-sub-header { font: 18px "Franklin Gothic Heavy", Verdana, Sans-serf; font-weight: bold; color: #5279a9; line-height: 18px; margin-top: 25px; margin-left: 65px; width: 270px;  }
#promo-sub-header em { color: #9cf; font-style: normal; }
.promo-btn { clear: both; margin-top: 5px; margin-left: 175px; }

/*-- Homepage Features  --*/
#hp-faqs, #hp-news, #hp-success { padding: 20px 20px 10px 20px; background: #fff URL("/images/common/bkng/hp-features.jpg") no-repeat top right; border-bottom: 4px solid #000; margin: 0; _width: 410px; }
.features-btn { clear: both; margin-top: 10px; }
.bkng-image { background: URL("/images/tabs/features-faqs.jpg") no-repeat bottom right; }
#hp-faqs ul { margin: 10px 10px 5px 20px; }
#hp-faqs li { float: left; padding-bottom: 5px; }
#hp-faqs li.question { clear: both; font-weight: bold; }
#hp-faqs li.answer { font-weight: bold; margin-left: 10px; width: 360px; _width: 320px; } 

/*-- Services Navigation --*/
#services-container h3 { background: URL("/images/common/bkng/services-h3.gif") no-repeat; height: 40px; padding-left: 5px; }
#services-container h3 a { font: 14px "Franklin Gothic Medium", Verdana, Sans-serf; font-weight: bold; color: #2f2f2f; line-height: 33px; }
#services-container h3 img { float: right; margin-top: -33px; padding-right: 7px;  }
#services-container ul { padding-bottom: 20px; }
#services-container li { padding: 5px 5px; color: #5279a9; border-right: 4px solid #f3f5f8; }
#services-container li:hover { border-right: 4px solid #9cf; }
#services-container li a { color: #5279a9; }
#services-container li a:hover { color: #9cf; }
.accountant-btn { text-align: right; clear: both; margin-top: 10px; }

/* ACCOUNTANT - HOMEPAGE
*******************************************************************************/
#branding-image { padding: 0 6px 20px 6px; background: URL("/images/common/bkng/accountant-branding.gif") no-repeat 0 bottom; min-height: 580px; height: 580px; }
#accountant-container h1 { font: 19px "Franklin Gothic Heavy", Verdana, Sans-serf; font-weight: bold; color: #fff; line-height: 33px; margin-top: 20px; padding-left: 5px;  }
#accountant-container h1 em { color: #666; text-transform: uppercase; font-style: normal; }
#accountant-container p { padding: 0 5px; }
.accountant { margin-bottom: 0; padding-left: 5px; background: URL("/images/common/accountant-photo.jpg") no-repeat bottom right; min-height: 107px; _height: 107px; padding-right: 80px; }
.accountant-photo { float: right; }
#accountant-container h2 { font: 16px "Franklin Gothic Medium", Verdana, Sans-serf; font-weight: bold; color: #666; line-height: 33px; margin-top: 20px; padding-left: 5px;  }
#accountant-container ol {  margin-left: 15px;  padding-left: 20px; margin-top: 10px;}
#accountant-container ol li { padding: 0 3px; list-style-type: decimal; }

/*-- Member Login --*/
#member-login { background: URL("/images/common/bkng/member-login.gif") no-repeat; border: 1px solid #666; width: 242px; height: 146px; padding: 5px 15px; }
#member-login form#login { padding: 0; margin: 0; height: 0px; }
#member-login h3 { font: 16px "Franklin Gothic Medium", Verdana, Sans-serf; font-weight: bold; color: #fff; line-height: 33px; }
.login-table { margin-left: 20px; }
.login-table td { font-weight: bold; }
.login-table input { width: 100px; }
.login-btn { text-align: right; }

/* CENTRE CONTENT - CONTENTPAGE 
*******************************************************************************/
#contentpage-center-container h1 { font: 19px "Franklin Gothic Heavy", Verdana, Sans-serf; font-weight: bold; color: #999; line-height: 33px; .margin-top: 20px; }
#contentpage-center-container h1 em { color: #9cf; font-style: normal; }
#contentpage-center-container h2 { font: 14px "Franklin Gothic Medium", Verdana, Sans-serf; font-weight: bold; color: #5279a9; line-height: 25px; margin-top: 20px; }
.bullet { margin-left: 15px; margin-top: 10px; margin-bottom: 10px;}
.bullet li { background: URL("/images/common/bullet.gif") no-repeat 0 6px; padding: 3px 0; padding-left: 20px; }
.page-image { margin-left: 10px; margin-bottom: 10px; float: right; margin-right: 10px; border-bottom: 3px solid #666; }
#contentpage-center-container ol { margin-left: 35px;    }
#contentpage-center-container ol li { padding: 3px; padding-left: 5px; list-style-type:decimal; }
 
/*- Services -*/
#service-headers { border: 1px solid #999; background: #fff; width: auto; padding: 3px; } 
#service-headers-inner { width: auto; min-height: 120px; background: #5279a9; }
#service-headers-inner ul { padding: 10px; }
#service-headers-inner ul li { float: left; width: 224px; padding-bottom: 8px; }
#service-headers-inner ul li a { color: #fff; }

.outerContent { border: 1px solid #ccc; background: #fff; width: auto; margin: 10px 0;  }
#contentpage-center-container .outerContent h2 { margin: 0; padding: 0px; width: auto; background: #aaa; padding-left: 10px; color: #333; font-size: 12px;  }
.outerContent p { margin: 0 0 5px 0; }
#contentpage-center-container 
.outerContent .btplink { float: right; padding-top: 5px; padding-right: 10px; color: #fff; }
.outerContent div { padding: 10px; width: auto; } 
.outerContent div div { padding: 0px; width: auto; } 

/* RIGHT HAND COLUMN - CONTENTPAGE 
*******************************************************************************/
#content-page-find-an-accountant { background: URL("/images/common/bkng/cp-findanaccountant.gif") no-repeat; width: 171px; height: 67px; padding: 15px; margin-top: 15px; }
#content-page-find-an-accountant p { font: 15px "Franklin Gothic Medium", Verdana, Sans-serf; font-weight: bold; color: #fff; line-height: 18px; .margin-top: 10px; }
#content-page-find-an-accountant p em { color: #9cf; font-style: normal; }
#contentpage-rhscontainer h3 { font: 14px "Franklin Gothic Medium", Verdana, Sans-serf; font-weight: bold; color: #666; height: 35px; line-height: 28px; background: URL("/images/common/bkng/header-h3.gif") repeat-x 0 bottom; padding-left: 3px; }
#content-page-success-stories { margin-top: 55px; .margin-top: 30px; clear: both;  }
#content-page-latest-news { margin-top: 30px; clear: both; }
.success { background: URL("/images/common/bkng/success-p.gif") no-repeat; padding: 2px 28px 0 28px; text-align: center;}
.rhs-header-image { float: right; padding-right: 5px; margin-top: -5px; .margin-top: -32px; width: 33px; height: 28px;  }
.right-btn { float: right; padding-right: 2px; }
.news-item { padding: 5px 2px; }

/* FOOTER 
*******************************************************************************/
#footer-container ul { padding-left: 10px; }
#footer-container li { float: left; padding-right: 10px; line-height: 25px;  }
#footer-container li a { color: #fff; }
#footer-container li.copyright { float: right;}


/* Clear Float
*******************************************************************************/

/*** see http://www.positioniseverything.net/easyclearing.html ***/
.clearfloat:after {
content: "."; 
display: block; 
height: 0; 
clear: both;
visibility: hidden;
}
 
.clearfloat { display: inline-block; }
 
/* Hides from IE-mac */
* html .clearfloat { height: 1%; }
.clearfloat { display: block; }
/* End hide from IE-mac */
/*** end clearing hack ***/ 

/* Category Tabs 
******************************************************************************/
/* Caution! Ensure accessibility in print and other media types... */
@media projection, screen { /* Use class for showing/hiding tab content, so that visibility can be better controlled in different media types... */
    .ui-tabs-hide {display: none; }}

/* Hide useless elements in print layouts... */
@media print { .ui-tabs-nav { display: none; }}

/* Main Container */
#tabs-container { width: auto; margin-top: 40px; }
.left-hline { width: auto; text-align: right; padding: 1px 0;}

/* Skin */
.ui-tabs-nav { list-style: none; margin: 0; padding: 0 0 0 4px; width: auto; margin-top: -28px; border-bottom: 1px solid #666; }
.ui-tabs-nav:after { /* clearing without presentational markup, IE gets extra treatment */
    display: block;
    clear: both;
    content: " ";
}
.ui-tabs-nav li { float: left; margin: 0 0 0 1px; min-width: 84px; /* be nice to Opera  */ }
.ui-tabs-nav a:hover { color: #fff; }
.ui-tabs-nav a, .ui-tabs-nav a span { display: block; padding: 0 10px; background: URL("/images/tabs/tab.png") no-repeat; }
.ui-tabs-nav a {
    margin: 1px 0 0; /* position: relative makes opacity fail for disabled tab in IE */
    padding-left: 0;
    padding-top: 0;
    color: #666;
    font: bold 13px "Franklin Gothic Medium", "Lucida Sans", Verdana; 
    text-align: center;
    text-decoration: none;
    white-space: nowrap; /* required in IE 6 */    
    outline: 0; /* prevent dotted border in Firefox */
}
.ui-tabs-nav .ui-tabs-selected a { position: relative; top: 1px; z-index: 2; margin-top: 0; color: #fff; }
.ui-tabs-nav a span { width: 64px; /* IE 6 treats width as min-width */
    min-width: 64px; height: 21px; /* IE 6 treats height as min-height */
    min-height: 21px; padding-top: 6px; padding-right: 0; }
*>.ui-tabs-nav a span { /* hide from IE 6 */ width: auto; height: auto; }
.ui-tabs-nav .ui-tabs-selected a span { padding-bottom: 0px; /* Used to give a height differential */ }
.ui-tabs-nav .ui-tabs-selected a, .ui-tabs-nav a:hover, .ui-tabs-nav a:focus, .ui-tabs-nav a:active { background-position: 100% -150px; }
.ui-tabs-nav a, .ui-tabs-nav .ui-tabs-disabled a:hover, .ui-tabs-nav .ui-tabs-disabled a:focus, .ui-tabs-nav .ui-tabs-disabled a:active { background-position: 100% -100px; }
.ui-tabs-nav .ui-tabs-selected a span, .ui-tabs-nav a:hover span, .ui-tabs-nav a:focus span, .ui-tabs-nav a:active span {
    background-position: 0 -50px;
}
.ui-tabs-nav a span, .ui-tabs-nav .ui-tabs-disabled a:hover span, .ui-tabs-nav .ui-tabs-disabled a:focus span, .ui-tabs-nav .ui-tabs-disabled a:active span {
    background-position: 0 0;
}
.ui-tabs-nav .ui-tabs-selected a:link, .ui-tabs-nav .ui-tabs-selected a:visited, .ui-tabs-nav .ui-tabs-disabled a:link, .ui-tabs-nav .ui-tabs-disabled a:visited { /* @ Opera, use pseudo classes otherwise it confuses cursor... */
    cursor: text;
}
.ui-tabs-nav a:hover, .ui-tabs-nav a:focus, .ui-tabs-nav a:active,
.ui-tabs-nav .ui-tabs-unselect a:hover, .ui-tabs-nav .ui-tabs-unselect a:focus, .ui-tabs-nav .ui-tabs-unselect a:active { /* @ Opera, we need to be explicit again here now... */
    cursor: pointer;
}
.ui-tabs-panel { padding: 10px 0px; background: #fff; /* declare background color for container to avoid distorted fonts in IE while fading */
}

/* Additional IE specific bug fixes... */
* html .ui-tabs-nav { /* auto clear, @ IE 6 & IE 7 Quirks Mode */
    display: inline-block;
}
*:first-child+html .ui-tabs-nav  { /* @ IE 7 Standards Mode - do not group selectors, otherwise IE 6 will ignore complete rule (because of the unknown + combinator)... */
    display: inline-block;
}
