/* ---------------------------------------------------------------------
        GLOBAL STYLES - UNIVERSAL SELECTORS AND CLASSES
------------------------------------------------------------------------

These are default styles that every page needs to inherit */


/* ********* TYPOGRAPHY ********* */

body {
	font-size:62.5%;
	font-family: Verdana, Geneva, sans-serif;
	color:#333333;
	line-height:1.4;
	padding-bottom:25px;
}

h1, h2, h3, h4, h5, h6 {font-weight:normal;}

h2 {
	font-size:2em;
	font-weight:bold;
	line-height:1;
	letter-spacing:-0.042em;
	color:#99cc00;
	margin-bottom:0.667em;
	margin-top: 0.667em;
}

h3 {
	font-size:1.2em;
	font-weight:bold;
	line-height:1.5;
	color:#002b7f;
	margin-bottom:0.5em;
}

h3.gotham {
	font-size:1.5em;
	font-weight:bold;
	line-height:1.1;
	color:#000;
	margin-bottom:0.667em;
}

h4 {
	font-size:1.2em;
	font-weight:bold;
	line-height:1.5;
	color:#002b7f;
	margin-bottom:0.167em;
	margin-top:0.834em;
}

h5 {
	font-size:1em;
	font-weight:bold;
	line-height:1.2;
	color:#99cc00;
}

h6 {
	font-size:1.1em;
	font-weight:bold;
	line-height:1.2;
	color:#99cc00;
	margin-bottom:1.5em;
	margin-top:0.5em;
}

.nobr {
	white-space: nowrap;
}

.thanks {
	padding: 5px 0 0 30px;
}

.quote {
	margin: 0;
	color: #000099;
	font-size: 11px;
	text-align: center;
}

p {
	font-size:1.2em;
	line-height:1.5;
	color:#666666;
	margin:0 0 1.5em 0;
}

form p {
	font-size:1em;
	line-height:1;
	margin:0;
}

strong {font-weight:bold;}
em, dfn {font-style:italic;}

.bold {font-weight:bold}

#services-banner-text .thick {
	font-weight:bold;
	color:#000;
}

.services-banner-text .thick {
	font-weight:bold;
	color:#000;
}

.services-banner-text2 .thick {
	font-weight:bold;
	color:#000;
}

.services-banner-text3 .thick {
	font-weight:bold;
	color:#000;
}

.refimage {
	margin-top: 5px;
}

blockquote {margin:1.5em;color:#666;font-style:italic;}
dfn {font-weight:bold;}
sup, sub {line-height:0;}
abbr, acronym {border-bottom:1px dotted #666;}
address {margin:0 0 1.5em;font-style:italic;}
del {color:#666;}
pre {margin:1.5em 0;white-space:pre;}
pre, code, tt {font:1em 'andale mono', 'lucida console', monospace;line-height:1.5;}
dl {margin:0 0 1.5em 0;}
dl dt {font-weight:bold;}
dd {margin-left:1.5em;}

table {margin-bottom:1.4em;width:100%;}
th {font-weight:bold;}
thead th {background:#c3d9ff;}
th, td, caption {padding:4px 10px 4px 5px;}
tr.even td {background:#e5ecf9;}
tfoot {font-style:italic;}

.hide {display:none;}

.first {margin-left:0;padding-left:0;}
.last {margin-right:0;padding-right:0;}
.top {margin-top:0;padding-top:0;}
.bottom {margin-bottom:0;padding-bottom:0;}

.clear {
	clear: both;
	overflow: hidden;
	height: 0;
}

.center {text-align:center}

.left {float:left;}
.right {float:right}

.sep_line {
	height:1px;
	background-color:#eaeaea;
	overflow:hidden;
}

hr {display:none;}

a {
	color:#002b7f;
	text-decoration:underline;
}

a:hover {
	color:#002b7f;
	text-decoration:none;
}

.survey-div {
	float: left;
	clear: both;
	width: 100%;
}

a.survey  {
	display: block;
	width: 500px;
	height: 60px;
	margin-top: 50px;
	margin-left: 140px;
	margin-bottom: 50px;
	background-image:url(../images/survey_button.png);
	background-repeat: no-repeat;
	overflow: visible;
}

/* new AdInsight tracker class */
.numberRenderWidget {
	display: inline;
}

/* ********* FORMS ********* */

form {
	font-size:1.2em;
}

label {
	float:left;
	clear:left;
	width:210px;
	margin-left:44px;
	margin-right:10px;
	font-weight:bold;
	color:#717171;
	text-align:right;
	line-height:2.25;
}

legend {
	clear:left;
	width:250px;
	padding-left:200px;
	margin-right:10px;
	font-weight:bold;
	color:#717171;
	text-align:right;
	line-height:2.55;
}

 .new {
	width:200px;
	padding-left:42px;
	margin-bottom:10px;
	margin-right:10px;
	font-weight:bold;
	color:#717171;
	text-align:right;
	line-height:1.85;
}

label strong, span.required {
	color:#ff5454;
}

input {
	float:left;
	width:226px;
	height:19px;
	padding:4px 5px 4px 5px;
	margin:3px;
	font-size:1.167em;
	background:url(../images/input-backgr.png) left top no-repeat;
	border:none;
	color:#000;
	overflow:hidden;
}

li.error input {
	background-position:right top;
}

input.radio {
	width:auto;
	height:auto;
	border:none;
	display:inline;
	margin:0;
	padding:0;
	vertical-align:middle;
}

select {
	float:left;
	width:236px;
	height:27px;
	padding:4px 5px 4px 5px;
	margin:3px;
	font-size:1.167em;
	border:none;
	background:url(../images/input-backgr.png) left top no-repeat;
}

textarea {
	font-size:62.5%;
	font-family: Verdana, Geneva, sans-serif;
	float:left;
	width:276px;
	height:125px;
	padding:5px;
	margin:5px 5px 1.2em 0;
	font-size:1em;
	border:1px solid #eee07f;
}

.terms_div label {
	width: 300px;
}

.terms_div input {
	width: 20px;
}

.terms_div button {
	margin-left: 300px;
	clear: left;
}

.validation-advice {
	float:right;
	padding-right:0.9em;
	display:block;
	font-weight:bold;
	width:159px;
	height:25px;
	margin-top:1px;
	margin-left:11px;
	padding:0 28px;
	background:url(../images/required-backgr.png) left top no-repeat;
	line-height:25px;
	color:#fff;
	font-size:0.95em;
	overflow:hidden;
    }

.long-advice {
  float:left;
	display:block;
	font-weight:bold;
  text-align: center;
	width:600px;
	height:25px;
	margin-top:1px;
	margin-left:11px;
	padding:0 10px;
	background:#f33;
	line-height:25px;
	color:#fff;
	overflow:hidden;
 }

/* *********** Login Form *********** */
#login form {
	font-size: 1em;
}

#login legend {
	width:100px;
	padding-left:60px;
	margin-bottom: 10px;
	font-weight:bold;
	color:#717171;
	text-align:center;
	line-height:1.5;
}

#login label {
	display: block;
	width: 70px;
	margin: 0 10px 0 10px;
}

#login input {
	width: 100px;
}

#login-button {
	float: left;
	clear: both;
	margin-left: 100px;
	height: 25px;
}

.login-content {
	min-height:150px;
	padding-bottom:20px;
	background:url(../images/padlock.png) left bottom no-repeat;
}

/* ********* CLEAR FIX HACK ********* */

.cf:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.cf {display: inline-block;}

/* Hides from IE-mac \*/
* html .cf {height: 1%;}
.cf {display: block;}
/* End hide from IE-mac */

#rackspace {display: none;}

/* ---------------------------------------------------------------------
            	GLOBAL STYLES - STRUCTURAL RULES
------------------------------------------------------------------------

These are default styles that every page needs to inherit */

#page-container {
	min-width:1000px;
	background:url(../images/page-container-middle.png) center top repeat-y;
}

#page {
	background:url(../images/backgr-page.png) center top no-repeat;
}

#page-content {
	width:1000px;
	margin:1px auto 0 auto;
}

.leftcol {
	float:left;
	width:733px;
	min-height:200px;
	padding-top:19px;
	padding-left:7px;
}

#home-page .leftcol {
	padding-top:25px;
}

.leftcol img.image-right {
	float:right;
	margin:0px 0 10px 40px;
}

.rightcol {
	float:left;
	width:231px;
	padding-top:25px;
	margin-left:20px;
}

.thinBanner {
	margin-bottom:15px;
	padding:0;
}

a.action-button {
	display:block;
	width:231px;
	margin-bottom:10px;
	background-position:left top;
	background-repeat:no-repeat;
	text-indent:-9999px;
	overflow:hidden;
}

a:hover.action-button {
	background-position:left bottom;
}

a.action-button#callback {
	height:52px;
	margin-top:-4px;
	background-image:url(../images/button-callback.png);
}

a.action-button#callback-pt {
	height:52px;
	margin-top:-4px;
	background-image:url(../images/button-callback-personal-tax.png);
}

a.action-button#calculator
 {
	height:51px;
	margin-top:-3px;
	background-image:url(../images/button-calculator.png);
}

a.action-button#brochure {
	height:50px;
	margin-top:-2px;
	background-image:url(../images/button-brochure.png);
}

a.action-button#agency {
	height:52px;
	margin-top:-4px;
	background-image:url(../images/button-agency-phone.png);
}

a.action-button#email {
	height:50px;
	margin-top:-3px;
	background-image:url(../images/button-agency-email.png);
}

a.action-button#candidate {
	height:50px;
	margin-top:-3px;
	background-image:url(../images/button-agency-candidate.png);
}

a.action-button#email-pt {
	height:50px;
	margin-top:-3px;
	background-image:url(../images/button-email-personal-tax.png);
}

a.action-button#about {
	height:41px;
	margin-top:0px;
	background-image:url(../images/button-about.png);
}

a.action-button#limited {
	height:46px;
	margin-top:-4px;
	background-image:url(../images/button-limited.png);
}

a.action-button#umbrella {
	height:46px;
	margin-top:-4px;
	background-image:url(../images/button-umbrella.png);
}

a.action-button#req {
	height:46px;
	margin-top:-4px;
	background-image:url(../images/button-req.png);
}

a.action-button#sole {
	height:46px;
	margin-top:-4px;
	background-image:url(../images/button-sole.png);
}

a.action-button#donate {
	height:46px;
	margin-top:-4px;
	background-image:url(../images/button-donate.png);
}

a.action-button#test {
	height:46px;
	margin-top:-4px;
	background-image:url(../images/button-test.png);
}

a.action-button#testimonial {
	height:46px;
	margin-top:-5px;
	background-image:url(../images/button-testimonials.png);
}

.sidelist ul {
	display:block;

}

.sidelist li {
	float:left;
	padding-right:0px;
	width:200px;
}

.sidelist3 ul {
	display:block;

}


.sidelist3 li {
	float:left;
	padding-right:10px;
	width:250px;
}

.list1 {
	font-size:1.2em;
	color:#666666;
	padding-left:22px;
	margin-top:1em;
	margin-bottom:0.8px;
}

.list1 li {
	padding-left:20px;
	padding-bottom:0.667em;
	line-height:1.5;
	background:url(../images/bullet1.gif) left 0.5em no-repeat;
}

.sidelist2 ol {
	list-style:decimal;


}

.sidelist2 li {
	font-size:1.2em;
	color:#666666;

}

.list2 li {
	padding-left:20px;
	padding-bottom:0.667em;
	line-height:1.5;
}

/* ////////      HEADER       \\\\\\\\ */

#header {
	background:url(../images/header-backgr.png) center top no-repeat;
}

#header-content {
	position:relative;
	width:1000px;
	height:115px;
	margin:0 auto;
	background: url(../images/header-content-backgr.png) repeat-x;
}

#celeb {
	float:right;
	clear: none;
	display: inline;
	padding-top: 8px;
}

#header h1 {
	float:left;
	width:266px;
	height:59px;
	margin-top:23px;
	margin-left:8px;
	overflow:hidden;
}

#header h1 a {
	display:block;
	width:266px;
	height:59px;
	background:url(../images/logo-churchill-knight.png) left top no-repeat;
	text-indent:-9999px;
	overflow:hidden;
}

#header h2 {
	float:right;
	height:60px;
	padding-top:5px;
	padding-right:10px;
	margin:10px 3px 0 0;
	font-size:1.4em;
	line-height:1.4;
	font-weight:normal;
	color:#fff;
	text-align:right;
	letter-spacing:0;
}

#header h2 a {
	text-decoration:none;
	color:#FFF;
	display:none;
}

#header h2 a:hover {
	color:#99CC00;

}

#header h2 strong {
	display:block;
	font-size:24px;
	padding-top:15px;
	line-height:30px;
}

#header h3 {
	display: block;
	float: right;
	font-size: 14px;
	color: #fff;
	margin-top: 5px;
	margin-right: 15px;
}

/* ////////      FOOTER       \\\\\\\\ */

#footer {
	width:1000px;
	margin:0 auto;
	padding-top:18px;
	text-align:center;
}

#footer ul {
	margin-bottom:1.3em;
}

#footer li {
	display:inline;
}

#footer-bottom {
	background:url(../images/footer-backgr.png) center bottom no-repeat;
}

#footer-bottom #footer-bottom-content {
	position:relative;
	width:1000px;
	height:71px;
	margin:0 auto;
}

#footer-bottom h4 span {
	display:none;
}

#footer-bottom h4 {
	position:absolute;
	right:8px;
	top:5px;
	margin:0;
	line-height:30px;
	font-size:1em;
	font-weight:normal;
	color:#999;
}

#footer-bottom h4#copyright {
	left:8px;
	right:auto;
}

#footer-bottom h4 a {
	display:block;
	padding-right:53px;
	background:url(../images/rawnet.gif) right center no-repeat;
	color:#999;
	text-decoration:none;
}

/* ---------------------------------------------------------------------
            		INDIVIDUAL PAGE STYLES
------------------------------------------------------------------------ */

/* ////////     	HOME PAGE	      \\\\\\\\ */

#home-banner {
	width:733px;
	height:210px;
	margin-bottom:11px;
	overflow:hidden;
}

#home-banner #home-banner-text {
	padding-left:21px;
	padding-top:120px;
	width:480px;
	font-size:1.2em;
	line-height:1.15;
}

#home-banner-text h3 {
	font-size:1.15em;
	line-height:1.188em;
	color:#000;
	margin-bottom:0.80em;
	margin-top:0.85em;
}

#home-banner-text p {
	font-size:0.95em;
	line-height:1.10;
	color:#333;
	margin-bottom:1em;
}

/* *** CUSTOMER CATEGORIES BOX *** */

.customer-categories {
	width:733px;
	margin-bottom:10px;
}

.customer-categories div {
	position:relative;
	float:left;
	height:143px;
	padding-top:8px;
	padding-left:10px;
	background-position:left top;
	background-repeat:no-repeat;
	font-size:1.4em;
	font-weight:bold;
	color:#000;
}

.customer-categories div:hover {
	background-position:left bottom;
}

#customer-limited {
	width:235px;
	background-image:url(../images/category-limited.jpg);
}

#customer-sole-trader {
	width:236px;
	background-image:url(../images/category-sole-trader.jpg);
}

#customer-umbrella {
	width:232px;
	background-image:url(../images/category-umbrella.jpg);
}

.customer-categories div h3 {
	font-size:1em;
	line-height:1.2;
	color:#fff;
	margin-bottom:0.429em;
}

.customer-categories #customer-limited h3 {
	margin-bottom:0.715em;
}

.customer-categories div span {
	display:block;
	font-size:0.715em;
	font-weight:normal;
}

.customer-categories #customer-limited span {
	font-size:0.858em;
}

.customer-categories div span.spaced {
	margin-bottom:0.3em;
}

.customer-categories div strong {
	color:#fff;
}

.customer-categories div li {
	line-height:1.05;
	margin-bottom:0.725em;
	padding-left:15px;
	padding-right:10px;
	background:url(../images/bullet1.png) left 0.3em no-repeat;

}

.customer-categories div li a {
	text-decoration:none;
}

.customer-categories div li.small {
	font-size:0.850em;
	font-weight:normal;
}

.customer-categories div a {
	color:#fff;
	font-size:0.715em;
}

a.action {
	display:block;
	height:22px;
	line-height:20px;
	padding-left:21px;
	background:url(../images/link-action-backgr.png) left center no-repeat;
	text-decoration:underline;
	color:#000;
	font-weight:bold;
}

.customer-categories div a.action {
	position:absolute;
	bottom:8px;
	left:7px;
}

a:hover.action {
	color:#000;
	text-decoration:none;
}

.customer-categories div a:hover.action {
	color:#fff;
}

ol {
	line-height:1.05;
	padding-left:0px;
}

ol li {
	padding-bottom:0.9em;
	padding-left:0px;
	padding-right:15px;
}

/* ////////     	SERVICES PAGE	      \\\\\\\\ */

#services-banner {

	width:733px;
	height:215px;
	margin-bottom:11px;
	overflow:hidden;
}

#services-banner #services-banner-text {
	padding-left:21px;
	padding-top:20px;
	width:480px;
	font-size:1.2em;
	line-height:1.15;
}

#services-banner-text h3 {
	font-size:1.15em;
	font-weight:bold;
	line-height:1.188em;
	color:#002b7f;
	margin-bottom:0.80em;
	margin-top:0.15em;
}

#services-banner-text p {
	font-size:0.95em;
	line-height:1.30;
	color:#666666;
	margin-bottom:0.5em;
}

#services-banner-text ul li{
	line-height:1.10;
	color:#666666;
	margin-bottom:0.5em;

}

.services-banner-text ul li{
	font-size:1.2em;
	line-height:1.10;
	color:#666666;
	margin-bottom:0.5em;

}

.services-banner-text2 ul li{
	font-size:1.2em;
	line-height:1.10;
	color:#666666;
	margin-bottom:0.5em;

}

.services-banner-text3 ul li{
	font-size:1.1em;
	line-height:1.10;
	color:#666666;
	margin-bottom:0.95em;
}

#services-banner-text a.action {
	display:block;
	height:30px;
	width:160px;
	line-height:20px;
	padding-left:29px;
	padding-top:8px;
	background:url(../images/button-arrow.jpg) left center no-repeat;
	text-decoration:none;
	color:#fff;
	font-weight:bold;
}

.services-banner-text a.action {
	font-size:1.2em;
	display:block;
	height:30px;
	width:160px;
	line-height:20px;
	padding-left:29px;
	padding-top:8px;
	background:url(../images/button-arrow2.jpg) left center no-repeat;
	text-decoration:none;
	color:#fff;
	font-weight:bold;
}

.quotebox-container2 {
	width:234px;
	float:left;
	margin-top:15px;
	margin-bottom:20px;
	margin-right:10px;
	background:url(../images/quotebox-middle2.png) left top repeat-y;
}

.quotebox-container2 a {
	font-size:10px;
	margin-top:15px;
}

.quotebox-container2 p {
	width:210px;
font-size:1.1em;
	line-height:1.5;
	color:#666666;
	margin-bottom:0.5em;
}

.quotebox-container2 .quotebox2 {
	width:234px;
	height:225px;
	background:url(../images/quotebox-bottom2.jpg) left bottom no-repeat;
}

.quotebox-container2 .quotebox25 {
	width:234px;
	height:225px;
	background:url(../images/quotebox-bottom2.5.jpg) left bottom no-repeat;
}

.quotebox25 .quotebox-content2 {
	min-height:39px;
	padding:12px 12px 1px 12px;
	background:url(../images/quotebox-top2.jpg) left top no-repeat;
}

.quotebox2 .quotebox-content2 {
	min-height:39px;
	padding:15px 15px 1px 15px;
	background:url(../images/quotebox-top2.jpg) left top no-repeat;
}

.quotebox2 h4 {
	font-size:12px;
	line-height:1.1;
	margin:0 0 0.934em 0;
}

.quotebox25 h4 {
	font-size:12px;
	line-height:1.1;
	margin:0 0 0.934em 0;
}

.quotebox2 h5 {
	margin-bottom:0.4em;
}

.shifted1 {
	margin-top:6px;
	padding:0;
	float:left;
}

.shifted2 {
	margin-top:40px;
	padding:0;
	float:left;
}

.shifted3 {
	margin-top:15px;
	padding:0;
	float:left;
}

/* *** TESTIMONIAL BOX *** */

.testimonial-box {
	position:relative;
	float:left;
	width:445px;
	height:151px;
	margin-right:11px;
	margin-bottom:10px;
	padding:14px 21px 0 21px;
	background:url(../images/home-testimonials-backgr.png) left top no-repeat;
	overflow:hidden;
}

.testimonial-box p {
	font-size:1em;
	line-height:1.4;
	color:#333;
	margin-bottom:0.4em;
}

.testimonial-box a.action {
	position:absolute;
	bottom:12px;
	left:16px;
}

/* *** GUIDE BOX *** */

.guide-box {
	float:left;
	width:215px;
	height:155px;
	padding:9px 10px 0 10px;
	margin-top:1px;
	margin-bottom:10px;
	background:url(../images/guide-box.jpg) left top no-repeat;
}

.guide-box h4 {
	font-size:1em;
	font-weight: bold;
	line-height:1.2;
	color:#333;
	margin:0 0 0.5em 0;
}

.guide-box .spaceme {
	font-size:1.5em;
	color:#D9D9D9;
	margin-top:2.5em;
}

.guide-box h3.gotham.download-guide {
	font-size:1.6em;
	font-weight:bold;
	line-height:1em;
	color:#002b7f;
	margin-bottom:0;
}

.guide-box h3.gotham.download-guide a {
	color:#002b7f;
	text-decoration:none;
}

.guide-box h3.gotham.download-guide strong {
	color:#010101;
}

.guide-box p {
	font-size:1em;
	line-height:1.2;
	color:#333;
	margin-bottom:1.25em;
}

/* *** LONGBOX *** */

.longbox {
	float:left;
	width:733px;
	margin-bottom:0;
	background:url(../images/longbox-middle.png) left top repeat-y;
}

.longbox .longbox-content {
	position:relative;
	min-height:86px;
	padding:10px 21px 30px 21px;
	background:url(../images/longbox-top.png) left top no-repeat;
}

.longbox-bottom {
	float:left;
	width:733px;
	height:7px;
	margin-bottom:10px;
	background:url(../images/longbox-bottom.png) left top no-repeat;
	overflow:hidden;
}

.longbox a.action {
	position:absolute;
	bottom:5px;
	left:16px;
}

.longbox p {
	color:black;
	margin-bottom:1em;
}

.longbox ul {
	color: black;
}

/* *** ADVANTAGES BOX *** */

.advantages-box {
	width:231px;
	height:212px;
	padding-top:9px;
	text-indent:17px;
	margin-bottom:14px;
	background:url(../images/advantages-top.png) left top no-repeat;
}

.advantages-box h3 {
	font-size:16px;
	font-family:'Verdana', Geneva, sans-serif;
	font-weight:bold;
	color:#24488e;
}

.advantages-box h3 a {
	text-decoration:none;
}

.advantages-box h3 a:hover {
	color:#4071CF;
}

.advantages-box li {
	font-size:12px;
	font-family:'Verdana', Geneva, sans-serif;
	font-weight:bold;
	color:#24488e;
	width:231px;
	height:30px;
	text-indent:38px;
	background-position:left top;
	padding-top:5px;
	background-repeat:no-repeat;
	text-decoration:none;
}

.advantages-box li a {
	text-decoration:none;
}

.advantages-box li a:hover {
	color:#4071CF;
}

.advantages-box li#adv1 {
	background-image:url(../images/advantages-adv1.png);
}

.advantages-box li#adv2 {
	height:31px;
	background-image:url(../images/advantages-adv9.png);
}

.advantages-box li#adv3 {
	background-image:url(../images/advantages-adv9.png);
}

.advantages-box li#adv4 {
	height:29px;
	background-image:url(../images/advantages-adv9.png);
}

.advantages-box li#adv5 {
	background-image:url(../images/advantages-adv9.png);
}

.advantages-box li#adv6 {
	background-image:url(../images/advantages-adv9.png);
}

.advantages-box li#adv7 {
	background-image:url(../images/advantages-adv9.png);
}

.advantages-box li#adv8 {
	height:34px;
	background-image:url(../images/advantages-adv9.png);
}

.advantages-box li#adv9 {
	height:25px;
	background-image:url(../images/advantages-adv9.png);
}

.advantages-box li#adv10 {
	height:25px;
	background-image:url(../images/advantages-adv9.png);
}

.advantages-box li#adv11 {
	height:25px;
	background-image:url(../images/advantages-adv9.png);
}

.advantages-box li#adv12 {
	height:25px;
	background-image:url(../images/advantages-adv9.png);
}

.advantages-box li#adv13 {
	height:25px;
	background-image:url(../images/advantages-adv9.png);
}

.advantages-box li#adv14 {
	height:25px;
	background-image:url(../images/advantages-adv9.png);
}

.advantages-box li#adv15 {
	height:29px;
	background-image:url(../images/advantages-adv15.png);
}

/* *** LIVE PERSON *** */

.live-person {
	width:170px;
	height:48px;
	padding:30px 50px 0 11px;
	margin-bottom:10px;
	background:url(../images/live-person-backgr.png) left top no-repeat;
	overflow:hidden;
}

.live-person h3 {
	display:none;
}

.live-person a {
	font-weight:bold;
}

.live-person p {
	font-family:Tahoma, Geneva, Verdana, sans-serif;
	font-size:1.1em;
	font-weight:bold;
	line-height:1.3;
	color:#666666;
	margin-bottom:0;
}
/* ////////   	  LANDING PAGE LEFT RIGHT LISTS	      \\\\\\\\ */

#push {
	margin-top:8px;

}

#leftlist {
	float:left;
	width:380px;
	margin-right:20px;

}

#leftlist h3 {
	font-size:1.6em;
	padding:0px;
	margin:0px;
}

#rightlist {
	float:left;
	width:330px;

}

#rightlist h3 {
	font-size:1.6em;
	padding:0px;
	margin:0px;
}

#leftlist2 {
	float:left;
	width:240px;
	margin-right:5px;

}

#leftlist2 h3 {
	font-size:1.6em;
	padding:0px;
	margin:0px;
}

#rightlist2 {
	float:left;
	width:240px;

}

#rightlist2 h3 {
	font-size:1.6em;
	padding:0px;
	margin:0px;
}


#midlist2 {
	float:left;
	width:220px;
	margin-right:15px;

}

#midlist2 h3 {
	font-size:1.6em;
	line-height:1.2em;
	padding:0px;
	margin:0px;
}

/* ////////   	  REQUEST A BROCHURE	      \\\\\\\\ */

.mainbox {
	position:relative;
	width:733px;
	margin-top:2.2em;
	margin-bottom:16px;
	background:#e8e7e7 url(../images/mainbox-bottom.png) left bottom no-repeat;
}

.mainbox-content {
	min-height:150px;
	padding-bottom:20px;
	background:url(../images/mainbox-top.png) left top no-repeat;
}

.mainbox form li {
	float:left;
	margin-bottom:10px;
}

.mainbox form li.spaced {
	margin-top:15px;
	margin-bottom:25px;
}

.mainbox form li.spaced label {
	position:relative;
}

form li.spaced label span.upper-info, form li.spaced label span.lower-info {
	position:absolute;
	top:-7px;
	right:0;
	display:block;
	line-height:1;
	font-size:0.834em;
	color:#ababab;
	padding-bottom:2px;
}

form li.spaced label span.upper-info2, form li.spaced label span.lower-info {
	position:absolute;
	top:-7px;
	right:0;
	display:block;
	line-height:1;
	font-size:2.834em;
	color:#F00;
	padding-bottom:2px;
}

.details {
	margin-left:20px;
	margin-right:30px;
	margin-top:20px;

}
.details p {
	line-height:1.5em;
}

.details

.details h3.pagetitle {
	padding-left:72px;
	font-size:1.4em;
	font-weight:bold;
	line-height:70px;
	color:#002b7f;
	margin-bottom:20px;
	border-bottom:1px solid #d3d3d3;
}

.mainbox-content h3.pagetitle {
	padding-left:72px;
	font-size:1.4em;
	font-weight:bold;
	line-height:70px;
	color:#002b7f;
	margin-bottom:20px;
	border-bottom:1px solid #d3d3d3;
}

/*----------------------------*/
.mainbox form li.spaced2 label {
	position:relative;

}

form li.spaced2 label span.upper-info, form li.spaced2 label span.lower-info {
	position:absolute;
	top:0px;
	left:27px;
	display:block;
	line-height:1;
	font-size:1.034em;
	color:#ababab;
	margin-top:-20px;


}

form li.spaced2 label span.upper-info2, form li.spaced2 label span.lower-info {
	position:absolute;
	top:0px;
	left:27px;
	display:block;
	line-height:1;
	font-size:2.034em;
	color:#F00;
	margin-top:-20px;


}

.spread {
	width:200px;
	height:75px;
}

form li.spaced label span.lower-info {
	top:auto;
	bottom:-10px;
}

.mainbox form li.error strong.required-info {
	float:left;
	display:block;
	width:179px;
	height:25px;
	margin-top:1px;
	margin-left:11px;
	padding:0 10px;
	background:url(../images/required-backgr.png) left top no-repeat;
	line-height:25px;
	color:#fff;
	overflow:hidden;
}

.mainbox h3.pagetitle {
	padding-left:72px;
	font-size:1.4em;
	font-weight:bold;
	line-height:70px;
	color:#002b7f;
	margin-bottom:20px;
	border-bottom:1px solid #d3d3d3;
}

.newref {
	padding-left:72px;
	font-weight:bold;
	line-height:70px;
	color:#002b7f;
	margin-bottom:20px;
	border-bottom:1px solid #d3d3d3;
	}

.mainbox h3#title-brochure {
	background:url(../images/mainbox-brochure.png) left top no-repeat;
}

.mainbox h3#title-calculation {
	background:url(../images/mainbox-calculation.png) left top no-repeat;
}

.mainbox h3#title-callback {
	background:url(../images/mainbox-callback.png) left top no-repeat;
}

.mainbox h3 strong {
	color:#99cc00;
}

h5.mandatory-info {
	text-align: center;
	font-weight:normal;
	line-height:1;
	color:#3f3f3f;
	margin-top:15px;
}

button {
	float:left;
	display:block;
	width:88px;
	height:35px;
	margin-top:20px;
	margin-right:20px;
	margin-bottom:10px;
	margin-left:462px;
	padding-bottom:20px;
	background:url(../images/button-submit.png) left top no-repeat;
	border:none;
	text-indent:-9999px;
	overflow:hidden;
}

button:hover {
	background-position:left bottom;
}

.subnote-info p {
	font-family:Tahoma, Geneva, Verdana, sans-serif;
	font-size:1.1em;
	line-height:1.3;
	color:#a4a4a4;
	margin-bottom:0.455em;
}

/* ////////   	  CASE STUDIES	      \\\\\\\\ */

#case-studies-page .personal-boxes {
	margin-top:35px;
}

.personal-box {
	width:579px;
	position:relative;
	min-height:100px;
	padding-left:154px;
	padding-bottom:2px;
	background:url(../images/person-john-doe.png) left 2px no-repeat;
}

.personal-box img {
	position:absolute;
	left:0;
	top:2px;
}

.personal-box h4 {
	line-height:1.1;
	margin:0 0 0.334em 0;
}

.personal-box h5 {
	margin-bottom:0.4em;
}

/* ////////   	  OUR TEAM	      \\\\\\\\ */

#team-page .personal-boxes {
	margin-top:26px;
}


/* ////////   	TESTIMONIALS      \\\\\\\\ */

.subcol1 {
	float:left;
	width:357px;
	margin-right:19px;
}

.subcol2 {
	float:left;
}

.quotebox-container {
	width:357px;
	margin-bottom:20px;
	background:url(../images/quotebox-middle.png) left top repeat-y;
}

.quotebox-container .quotebox {
	width:357px;
	min-height:142px;
	background:url(../images/quotebox-bottom.png) left bottom no-repeat;
}

.quotebox .quotebox-content {
	min-height:39px;
	padding:19px 10px 1px 20px;
	background:url(../images/quotebox-top.png) left top no-repeat;
}

.quotebox h4 {
	line-height:1.1;
	margin:0 0 0.334em 0;
}

.quotebox h5 {
	margin-bottom:0.4em;
}

/* ////////   	TABLES      \\\\\\\\ */

.tableck {
	padding-left:20px;
}


table.stats{
margin-top:20px;
text-align: center;
font-weight: normal;
font-size: 11px;
color: #fff;
width: 622px;
background-color: #fff;
border: 0px;
border-collapse: collapse;
border-spacing: 0px;}

table.stats td{
background-color:#ECECEC;
color: #666;
padding: 15px;
text-align: left;
border: 1px #fff solid;}

table.stats td.hed{
background-color: #ccc;
color: #002b7f;
padding: 15px;
text-align: left;
border-bottom: 2px #fff solid;
font-size: 12px;
font-weight: bold;
}

/* ////////   	FAQ     \\\\\\\\ */
.faqbox-container {
	width:705px;
	margin-bottom:20px;
	background:url(../images/qa-middle.gif) left top repeat-y;

}

.faqbox-container .faqbox {
	width:705px;
	background:url(../images/qa-btm.gif) left bottom no-repeat;
	padding-bottom:5px;
}

.faqbox-container .faqbox .faqbox-content {
	min-height:39px;
	margin-bottom:20px;
	padding:19px 10px 1px 100px;
	background:url(../images/qa.gif) left top no-repeat;
}

.shift {
	padding-left:85px;
	width:auto;
}

/* ////////   	HOVER MENU      \\\\\\\\ */

/* ********* New Suckerfish Navigation *********** */
#nav {
	width: 1020px;
	margin-top: 1px;
	margin-right: auto;
	margin-bottom: 0pt;
	margin-left: auto;
	padding-right: 2px;
}
#suckerfishnav {
    background:#002b7f url("../images/suckerfish_blue.png") repeat-x;
    font-size:1.8em;
    font-weight:normal;
    width:100%;
    }
#suckerfishnav, #suckerfishnav ul {
    float:left;
    list-style:none;
    line-height:34px;
    padding:0;
    border:1px solid #aaa;
    margin:0;
    width:100%;
    z-index: 100;
    }
#suckerfishnav a {
    display:block;
    color:#ffffff;
    text-decoration:none;
    padding:0px 10px;
    }
#suckerfishnav li {
    float:left;
    padding:0;
    width: 127px;
    text-align: center;
    }
#suckerfishnav ul {
    position:absolute;
    left:-999em;
    height:auto;
    width:auto;
    font-weight:normal;
    margin:0;
    line-height:1;
    border:0;
    border-top:1px solid #4d4d4d;
    }
#suckerfishnav li li {
    width:99%;
    clear: both;
    border-bottom:1px solid #4d4d4d;
    border-left:1px solid #4d4d4d;
    border-right:1px solid #4d4d4d;
    font-weight:bold;
    text-align: left;
    }
#suckerfishnav li li a {
    padding:7px 10px;
    width:auto;
    font-size:12px;
    color:#ffffff;
    }
#suckerfishnav li ul ul {
    margin:-21px 0 0 100px;
    }
#suckerfishnav li li:hover {
    background:#ffffff;
    }
#suckerfishnav li ul li:hover a, #suckerfishnav li ul li li:hover a, #suckerfishnav li ul li li li:hover a, #suckerfishnav li ul li li li:hover a {
    color:#002b7f;
    }
#suckerfishnav li:hover a, #suckerfishnav li.sfhover a {
    color:#002b7f;
    }
#suckerfishnav li:hover li a, #suckerfishnav li li:hover li a, #suckerfishnav li li li:hover li a, #suckerfishnav li li li li:hover li a {
    color:#ffffff;
    }
#suckerfishnav li:hover ul ul, #suckerfishnav li:hover ul ul ul, #suckerfishnav li:hover ul ul ul ul, #suckerfishnav li.sfhover ul ul, #suckerfishnav li.sfhover ul ul ul, #suckerfishnav li.sfhover ul ul ul ul {
    left:-999em;
    }
#suckerfishnav li:hover ul, #suckerfishnav li li:hover ul, #suckerfishnav li li li:hover ul, #suckerfishnav li li li li:hover ul, #suckerfishnav li.sfhover ul, #suckerfishnav li li.sfhover ul, #suckerfishnav li li li.sfhover ul, #suckerfishnav li li li li.sfhover ul {
    left:auto;
    background:#002b7f;
    }
#suckerfishnav li:hover, #suckerfishnav li.sfhover {
    background:#ffffff;
    }

#header-content {
  z-index:1;
}

.logo {
	margin: 15px;
}

.strong {
	font-weight:bold;
}

