/*
-------------------------------------------------
URI: http://www./
Created by Forte Trinity
-------------------------------------------------

CONTENTS

1: SITE MASTER SETUP (including reset from Tripoli)

2: TYPOGRAPHY/DESIGN 

3: LAYOUT
	3.1 main form
	3.2 container
	3.3 header
	3.4 content
	3.5 primary content
	3.6 secondary content
	3.7 tertiary content
	3.8 footer
	
4: GLOBAL ELEMENTS / CONTROLS
	4.1 accessibility
	
5: TEMPLATE / PAGE SPECIFIC
	
6: USEFUL CLASSES

/* -----------------------------------------------
1. SITE MASTER SETUP
----------------------------------------------- */

/* Imported mostly from Tripoli reset.css - http://www.monc.se/tripoli/css/reset.css */
* { margin:0; padding:0; text-decoration:none; outline:none } code, kbd, samp, pre, tt, var, textarea, input, select, isindex, listing, xmp, plaintext { font:inherit } a, img, a img, iframe, form, fieldset, abbr, acronym, object, applet, table { border:none } table { border-collapse:collapse; border-spacing:0 } caption, th, td, center { text-align:left; vertical-align:top } q { quotes:"" "" } font { color:inherit !important; font:inherit !important; color:inherit !important } marquee { overflow:inherit !important; -moz-binding:none } blink { text-decoration:none } nobr { white-space:normal }
/* end of import */
body { height:100%; text-align:center; min-width:775px; background:#4f473b }
ul { list-style:disc outside }
ol { list-style:decimal outside }

/* -----------------------------------------------
2. TYPOGRAPHY / DESIGN
----------------------------------------------- */

html { font-size:68%; font-family:arial, verdana, "microsoft sans serif", helvetica, sans-serif; line-height:1.1em; color:#000 }
code, kbd, samp, pre, tt, var, input[type='text'], input[type='password'], textarea { font-size:1.1em; font-family:monaco, "Lucida Console", courier, mono-space }
h1 { font-size:1.6em; color:#000; margin:0 0 12px 0 }
h2 { font-size:1.5em; color:#ba5929; margin:0 0 12px 0; line-height:140% }
h3 { font-size:1.4em; color:#000; margin:0 0 12px 0 }
h4 { font-size:1.3em; color:#000; margin:0 0 12px 0 }
h5 { font-size:1.2em; color:#000; margin:0 0 12px 0 }
h6 { font-size:1.1em; color:#000; margin:0 0 12px 0 }
p {  font-size:1.1em; color:#3d4c4c; margin:0 0 12px 0; line-height:180% }
a { color:#ba5929 }
a:hover { background:#f7c392; color:#000 }
ul { margin:0 0 12px 0; font-size:1.1em }
ol { margin:0 0 12px 0; font-size:1.1em }
dl { margin:0 0 12px 0; font-size:1.1em }
hr { display:block; background:#aaa; color:#aaa; width:100%; height:1px; border:none }
address { font-size:1.1em; color:#000 }
blockqoute {  }
table { border-top:1px solid #ccc;  border-left:1px solid #ccc }
th, td { border-bottom:1px solid #ddd; border-right:1px solid #ccc }
fieldset { border:1px solid #ccc; }
legend { background:#fff; }
label { font-size:1.1em }
textarea, input[type='text'], select { border:1px solid #000; background:#fff; font-size:11px; color:#000 }

/* -----------------------------------------------
3. LAYOUT
----------------------------------------------- */

/* 3.1 - main form */
form.main { width:100%; height:100% }

/* 3.2 - container */
div#container { width:954px; margin:0 auto; position:relative; text-align:left }

/* 3.3 - header */
div#header { padding:30px 0  }

/* 3.4 - content */
div#content { background:#fff; }

/* 3.5 - primary content */
body.index div#primary-content { background:#fff }
body.subpage div#primary-content { width:516px; float:right }
body.subpage div#content-wrapper { width:739px; float:left; padding-right:10px }

/* 3.6 - secondary content */
body.subpage div#secondary-content { width:213px; float:left }

/* 3.7 - tertiary content */
body.subpage div#tertiary-content { width:194px; float:left }

/* 3.8 - footer */
body.subpage div#footer { background:url(../images/backgrounds/subpage-footer-bg.jpg) no-repeat top left; padding-top:50px }
div#accreditations { padding-top:25px; text-align: right; }

/* -----------------------------------------------
4. GLOBAL ELEMENTS / CONTROLS
----------------------------------------------- */

/* 4.1 - accessibility */
ul#skiplinks { display:none }
ul#skiplinks a, ul#skiplinks a:hover, ul#skiplinks a:visited { position:absolute; left:0px; top:-500px; width:1px; height:1px; overflow:hidden } 
ul#skiplinks a:active, ul#skiplinks a:focus { position:static; width:auto; height:auto }

/* 4.2 - primary navigation */
ul#primary-navigation { width:564px; float:right; margin-top:20px }
ul#primary-navigation li {float:left; padding:5px 0 5px 5px; margin:0; list-style:none }
ul#primary-navigation li a {background:#f29641; font-size:.9em; color:#fff; padding:8px 15px; font-weight: bold }
ul#primary-navigation li a:hover {color:#fff; background:#ba5929 }
ul#primary-navigation li a.thispage {color:#fff; background:#ba5929 }

/* 4.3 - footer links */
ul#footer-links { float:right; list-style:none }
ul#footer-links li {float:left; margin:20px 0 0 10px; color:#999}
ul#footer-links li a {color:#999; text-decoration:none }
ul#footer-links li a:hover {color:#ba5929} 
div#footer span {float:left; font-size:1.1em; margin:20px 0 0 0}
div#footer span a {color:#999; text-decoration:none }
div#footer span a:hover {color:#ba5929}

/* 4.4 - sitemap links */
ul#sitemap { list-style:disc; margin:0 0 12px 0; padding:0px; font-size:1.1em }
ul#sitemap li { margin:20px 0 0 10px; color:#999}
ul#sitemap li a { text-decoration:none }
ul#sitemap li a:hover {color:#ba5929} 

/* -----------------------------------------------
5. TEMPLATE/PAGE SPECIFIC
----------------------------------------------- */

div#flash-index { height:422px; background:url(../images/backgrounds/flash-bg.gif) no-repeat #4f473b }
div#flash-sub {}

div#contact-a-specialist { background:url(../images/accordion/contact-a-specialist-lower.jpg) no-repeat bottom left #ba5a2a; padding:0 10px }
div#contact-a-specialist .title { float:left; width:366px; height:60px; background:url(../images/accordion/contact-a-specialist-lower-ttl.jpg) no-repeat; display:block; text-indent:-9999px }
div#contact-a-specialist .text { width:473px; float:left; color:#fff; line-height:160%; padding:10px 0 }
div#contact-a-specialist .link {padding:20px 0}
div#contact-a-specialist .link a { background:#f29641; color:#fff; padding:5px 10px; margin:0 0 0 10px }
div#contact-a-specialist .link a:hover { background:#f7c392 }

div#faq { clear:both; background:url(../images/accordion/faq-lower.jpg) no-repeat bottom left #021001; padding:0 10px }
div#faq .title { float:left; width:366px; height:60px; background:url(../images/accordion/faq-lower-ttl.jpg) no-repeat; display:block; text-indent:-9999px }
div#faq .text { width:473px; float:left; color:#fff; line-height:160%; padding:10px 0 }
div#faq .link {padding:20px 0}
div#faq .link a { background:#f29641; color:#fff; padding:5px 10px; margin:0 0 0 10px }
div#faq .link a:hover { background:#f7c392 }

div#about-us { clear:both; background:url(../images/accordion/about-us-lower.jpg) no-repeat bottom left #fff; padding:0 10px }
div#about-us .title { float:left; width:366px; height:60px; background:url(../images/accordion/about-us-lower-ttl.jpg) no-repeat; display:block; text-indent:-9999px }
div#about-us .text { width:473px; float:left; color:#475e5e; line-height:160%; padding:10px 0 }
div#about-us .link {padding:20px 0}
div#about-us .link a { background:#f29641; color:#fff; padding:5px 10px; margin:0 0 0 10px }
div#about-us .link a:hover { background:#f7c392 }
div#about-us p { color:#475e5e }

/* subpage */
ul#subpage-quick-menu { width:193px; margin:auto}
ul#subpage-quick-menu li { list-style:none; border-bottom:2px solid #fff }
ul#subpage-quick-menu li a { background:#021001; color:#fff; display:block; margin:0; padding:10px }
ul#subpage-quick-menu li a:hover { background:#f29641; color:#475e5e }

#faq-ttl { height:35px; background:url(../images/titles/faq-ttl.jpg) no-repeat; display:block; text-indent:-9999px }
#contact-a-specialist-ttl { height:79px; background:url(../images/titles/contact-a-specialist-ttl.jpg) no-repeat; display:block; text-indent:-9999px }
#tax-advice-ttl { height:35px; background:url(../images/titles/tax-advice-ttl.jpg) no-repeat; display:block; text-indent:-9999px }

#running-your-buisiness-ttl { height:35px; background:url(../images/titles/running-your-buisiness-ttl.jpg) no-repeat; display:block; text-indent:-9999px }
#useful-ttl { height:35px; background:url(../images/titles/useful-ttl.jpg) no-repeat; display:block; text-indent:-9999px }
#accountancy-services-ttl { height:35px; background:url(../images/titles/accountancy-services-ttl.jpg) no-repeat; display:block; text-indent:-9999px }
#contact-info-ttl { height:35px; background:url(../images/titles/contact-info-ttl.jpg) no-repeat; display:block; text-indent:-9999px }
#running-your-buisiness-ttl { height:35px; background:url(../images/titles/sitemap-ttl.jpg) no-repeat; display:block; text-indent:-9999px }


div#side-contact-a-specialist { background: url(../images/backgrounds/side-contact-bottom-bg.jpg) no-repeat bottom left #f8caa0; padding:0 0 20px 0; margin:0 }
div#side-contact-a-specialist p { margin:0 12px 12px 12px }
div#side-contact-a-specialist span { font-size:1.8em; font-weight:bold; color:#ba5929; margin:0 0 50px 11px }
div#side-contact-a-specialist a { background:#021001; color:#fff; margin:0 0 0 12px; padding:8px}
div#side-contact-a-specialist a:hover { background:#f29641; color:#475e5e }

div#tertiary-button { margin-top:15px}
div#tertiary-button a:hover { background:none }

div#faq-list { line-height:160%; padding-right:30px; color:#fff; margin-top:40px }
div#faq-list dl { margin-bottom:30px }
div#faq-list dl dt { font-weight:bold; color:#ba5929; padding-bottom:8px }
div#faq-list dl span { font-weight:bold }
div#faq-list dl dd dl dt { margin-top:15px }
div#faq-list dl dd dl dd a { color:#ba5929; text-decoration:underline; background:none }
div#faq-list dl dd dl dd a:hover { color:#fff; background:none }

dl#useful-links {}
dl#useful-links dt { font-weight:bold; color:#ba5929;  padding-bottom:8px; font-size:1.4em }
dl#useful-links dt a { text-decoration:none; color:#000 }
dl#useful-links dt a:hover { color:#ba5929 }
dl#useful-links dd { margin-bottom:25px}

div#compliance { width:954px; margin:0 auto; padding:50px 0 50px 0; margin:0; color:#fff; text-align:left }
div#compliance p { margin:0 12px 0 0; color:#999 }
div#compliance address { margin:12px 12px 12px 0; color:#999 }

#basescript { width:954px; margin:0 auto }
#basescript h1 { font-size:1.2em; color:#999; margin-top:50px }
#basescript p { color:#999; line-height:100% }

#basewords { width:954px; margin:0 auto; }
#basewords li { list-style:none; display:inline; margin:0 4px; font-size:1em; color:#999 }
#basewords strong { font-weight:normal }

/* -----------------------------------------------
6. USEFUL CLASSES
----------------------------------------------- */

.clearfix:after { content:"."; display:block; height:0; clear:both; visibility:hidden }
.clr { overflow:hidden; clear:both; height:1px; margin-top:-1px }
.la { text-align:left }
.ra { text-align:right }
.ca { text-align:center }
.fl { float:left }
.fr { float:right }
.vt { vertical-align:top }
.vm { vertical-align:middle }
.vb { vertical-align:bottom }
.nb { border:0 none }
.clearBoth { clear:both }
.bullet-list { margin:20px 0 }
.bullet-list li { list-style:none; background: url(../images/backgrounds/orange-tick.jpg) no-repeat top left; padding:0 0 10px 25px}
.bold-text { font-weight:bold }