body {
	font-family: Arial, Helvetica, sans-serif;
	padding: 0;
	margin: 0;
}

h1 {
	font-size: 2.2em;
	margin: 12px 0 12px 0;
	padding: 0;
	color: #000066;
	font-variant: small-caps;
}

h2 {
	font-size: 1.6em;
	margin: 12px 0 12px 0;
	padding: 0;
/*	color: #333399; */
	color: #000066;
}

h3 {
	font-size: 1.4em;
	margin: 6px 0 6px 0;
	padding: 0;
	color: #333333;
}

h4 {
	font-size: 1.3em;
	margin: 5px 0 5px 0;
	padding: 0;
	color: #333333;
}

h5 {
	font-size: 1.4em;
	margin: 4px 0 4px 0;
	padding: 0;
	color: #333333;
}

p {
	margin: 8px 0 8px 0;
	padding: 0;
	font-size: 1em;
	line-height: 24px;
}

/* BOF Colours */

.darkblue {
	color: #000066;
}

.blue {
	color: #333399;
}

.green {
	color: #D5FC00;
}

/* EOF Colours */

/* Template Styles */


#container {
	width: 966px;
	margin: 0 auto;
}

#container {
	width: 960px;
	margin: 0 auto;
	border-right: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
}

#topbar {
	background:url(../img/all/header_bg.gif) repeat-x;
	display: inline;
	height: 50px;
	float: left;
	width: 960px;
}

#topmenu, #telephone {
	float: left;
	display: inline;
	color: #fff;
}

#topmenu {
	font-size: 1.4em;
	width: 746px;
}

#topmenu ul {
	list-style-type: none;
	line-height: 50px;
	height: 50px;
	padding: 0;
	margin: 0 0 0 14px;
}

#topmenu ul li {
	background:url(../img/all/header_divider.gif) 100% 2px no-repeat;
	float: left;
	display: inline;
	width: 120px;
}

#topmenu ul li a {
	color: #ffffff;
	text-decoration: none;
	display: block;
	width: 120px;
	text-align: center;	
}

#topmenu ul li.selected a {
	color: #D5FC00;	
}

#topmenu ul li a:hover {
	text-decoration: none;
	color: #ccff00;
}

#topmenu ul li#first {
	margin: 0 0 0 2px;	
}

#topmenu ul li#last {
	background:none;
}

#telephone {
	font-size: 2.2em;
	margin: 14px 0 0 0;
	padding: 0;
}

#logo {
	float: left;
	display:inline;
	margin: 25px 0 0 34px;	
}

#strapline {
	float: left;
	display:inline;
	font-size: 3.0em;
	color: #444c4e;
	font-variant: small-caps;
	margin: 106px 0 0 30px;
}

#accountants {
	margin: 20px 0 0 34px;
	width: 632px;
    float: left;
    display: inline;
}

#recommendation {
    float: left;
    display: inline;
    width: 240px;
    background: url(../img/testimonials/quotes-left.gif) no-repeat;
    margin: 0 0 0 18px;
}

#recommendation blockquote {
    background: url(../img/testimonials/quotes-right.gif) no-repeat 100% 100%;
    margin: 0 0 0 20px;
    padding: 0 20px 0 0;
    color: #333;
	font-size: 1.2em;
	font-style:italic;
	text-align: justify;
}

#recommendation p {
    text-align: right;
    font-size: 1.2em;
    color: #333;
    font-weight: 700;
}

#topcontentbar {
	width: 960px;
	height: 8px;
	background: #444c4e;
}

#bottomcontentbar {
	width: 960px;
	height: 8px;
	background: #cccccc;
}

/* Content */
#maincontent {
	float: left;
	display: inline;
	width: 885px;
	margin: 35px;
}

#contentleft, #contentright {
	float: left;
	display: inline;
}

#contentleft {
	width: 610px;
	margin: 0 40px 0 0;
	padding: 0px;
	font-size: 1.2em;
	line-height: 24px;
	color: #464646;	
}

#contentleft  a {
	font-weight: 800;
	color: #333399;
	text-decoration: none;	
}

#contentleft  a:hover {
    text-decoration: underline;
}   

#contentleft .blocktext {
	font-size: 1.8em;
	text-transform:uppercase;
	color: #464646;
	line-height: 30px;
}


/* Right Content */

#contentright {
	width: 230px;
	margin: 0px;
	padding: 0px;
}

#contentright h2 {
	font-variant: normal;
	font-size: 2.4em;
}


#contentright .orangebox {
    background: url(../img/all/sideboxbg.png) no-repeat 100% 100% #FFBB00 !important;
	float: left;
	display: inline;
	width: 240px;
	padding: 0;
	margin: 0;
}

#contentright .orangebox h2 {
    background: #fff;
	display: block;
	margin: 0;
	padding: 10px 0 0 0;
	color: #FFBB00;
}

#contentright .bluebox .recommendation {
    background: url(../img/testimonials/quotes-left.gif) no-repeat;
    font-style: italic;
    text-align: justify;
    font-size: 1.2em;
    color: #ccc;
}

#contentright blockquote {
    background: url(../img/testimonials/quotes-right.gif) no-repeat 100% 100%;
    margin: 0 0 0 20px;
    padding: 0 20px 0 0;
    color: #333;
	font-size: 1em;
}

#contentright .orangebox p {
	padding: 2px 26px 2px 26px;
	line-height: 18px;
	color: #333;
	font-size: 1.2em;
}

#contentright .orangebox a {
    color: #333;
    font-weight: 700;
    text-decoration: none;
} 

#contentright .orangebox a:hover {
    text-decoration: underline;
}

#contentright .darkbluebox h2 {
	background: #fff;
	display: block;
	margin: 0;
	padding: 10px 0 0 0;
	color: #000066;
}

#contentright .darkbluebox h3 {
	color: #fff;	
}

#contentright .darkbluebox p {
	color: #fff;	
	line-height: 18px;
}

#contentright #latestcandidates {
    background: url(../img/all/sideboxbg.png) no-repeat 100% 100% #fff !important;
	float: left;
	display: inline;
	width: 240px;
	padding: 0;
	margin: 0;
	
}

#contentright #latestcandidates p {
    font-size: 1.2em;
    color: #333;
}

#contentright #latestcandidates a {
    font-size: 1em;
    color: #333399;
    text-decoration: none;
}

#contentright #latestcandidates .readmore, #contentright #latestvacancies .readmore {
    font-size: 1.4em;
}

#contentright #latestcandidates a:hover {
    text-decoration: underline;
}

#contentright #latestcandidates .candidate hr {
    height: 2px;
    line-height: 2px;
    background: #CCCCCC;
    color: #CCCCCC;
}

#contentright .bluebox {
	background: url(../img/all/sideboxbg.png) no-repeat 100% 100% #333399 !important;
	float: left;
	display: inline;
	width: 240px;
	padding: 0;
	margin: 0;
}

#contentright .bluebox h2 {
	color: #333399;
	background: #fff;
	display: block;
	margin: 0;
	padding: 10px 0 0 0;
}

#contentright .bluebox p {
	padding: 2px 26px 2px 26px;
	line-height: 18px;
	color: #fff;
	font-size: 1.2em;
}

#contentright .bluebox a {
	font-weight: 800;
	color: #D5FC00;
	text-decoration: none;
}

#contentright .bluebox a:hover {
    text-decoration: underline;
}

#contentright .greybox {
	background: url(../img/all/sideboxbg.png) no-repeat 100% 100% #333333 !important;
	float: left;
	display: inline;
	width: 240px;
	padding: 0;
	margin: 0;
	color: #fff;
}

#contentright .greybox h2 {
	color: #333333;
	background: #fff;
	display: block;
	margin: 0;
	padding: 10px 0 0 0;
}

#contentright .greybox ul li {
	line-height: 20px;
	font-size: 1.2em;
}

#contentright .greybox p {
	padding: 2px 26px 2px 26px;
	font-size: 1.2em;
}

#contentright .greybox a {
	font-weight: 800;
	color: #D5FC00;
	text-decoration: none;
}

#contentright .greybox a:hover {
    text-decoration: underline;
}



#contentright .lightgreybox {
	background: url(../img/all/sideboxbg.png) no-repeat 100% 100% #333333 !important;
	float: left;
	display: inline;
	width: 240px;
	padding: 0;
	margin: 20px 0 0 0;
	color: #fff;
}

#contentright .lightgreybox ul li {
	line-height: 20px;
	font-size: 1.2em;
}

#contentright .lightgreybox img {
    margin: 0 0 0 10px;
}

#contentright .lightgreybox p {
	padding: 0px 26px 0px 26px;
	font-size: 1.2em;
	line-height: 18px;
}

#contentright .lightgreybox a {
	font-weight: 800;
	color: #D5FC00;
	text-decoration: none;
}

#contentright .lightgreybox a:hover {
    text-decoration: underline;
}

/* Page Settings */

/* About Us */
.about img {
    margin: 0 10px 0 0;
    padding: 0;
}

/* Testimonials */
.testimonials {
    float: left;
    display: inline;
    line-height: 18px;
    color: #333333;
    width: 305px;
    font-size: 1.2em;
    font-style: italic;
    text-align: justify;
    padding: 0;
    margin: 10px 0 10px 0;
}

.testimonials {
    background: url(../img/testimonials/quotes-left.gif) no-repeat;
}

.testimonials blockquote {
    background: url(../img/testimonials/quotes-right.gif) no-repeat 100% 100%;
    margin: 0 0 0 20px;
    padding: 0 20px 0 0;
}

.testimonials span.company {
    text-align: right;
    float: right;
    display: inline;
    margin: 10px 20px 0 0;
    color: #333333;
    font-weight: 700;
    font-style:normal;
    font-size: 0.8em;
}

/* Candidates */

#candidates #downloads {
    float: left;
    display: inline;
    width: 200px;
    border-top: 1px solid #ccc;
    border-left: 3px solid #ccc;
    border-right: 1px solid #ccc;
    border-bottom: 3px solid #ccc;
    margin: 4px 4px 0 0;
    padding: 0 0 10px 10px;
}


/* Contact */

#contactaddress {
    float: left;
    display: inline;
}

#googlemap {
    float: left;
    display: inline;
    width: 400px; 
    height: 400px; 
    border:1px solid #ccc;
    margin: 0 0 0 20px;
    font-size: 1.2em;
}

/* Slider Settings */

#slider {
    width: 240px;
}

.panel { 
	background: url(../img/all/sideboxbg.png) no-repeat 100% 100% #000066 !important;
	margin: 0 0 10px 0;
	width: 188px;
}

.panel h3 {
    font-size: 1.4em;
}

.panel h3 a {
    color: #fff;
    margin: 0 0 0 0;
}

.panel p, .panel h3{
    margin: 10px 26px 10px 26px;
    font-size: 1.2em;
}

.panel a {
    color: #fff;
    text-decoration: none;
}

.panel a:hover {
    text-decoration: underline;
}


.panel .viewmore {
 	float: left;
	display: inline;
	margin: 10px 0 0 24px;
	font-size: 1.2em;
	color: #fff;
	font-weight: 700;
}

.panel .viewall {
 	float: left;
	display: inline;
	position: absolute;
	top: 234px;
	font-size: 1.2em;
	
}
.panel .viewmore a {
    color: #D5FC00;
}


#areascovered {
	font-size:	2.0em;
	color: #cccccc;
	width: 885px;
	text-align: center;
	float: left;
	display: inline;
	height: 20px;
}

#areascovered ul {
	list-style-type: none;
}

#areascovered ul li {
	display: inline;
	float: left;
	background:url(../img/all/areasdot.gif) 0 10px no-repeat;
	margin: 0;
	padding:0 10px 0 10px;
}

/* Footer */

#footer {
	width: 960px;
	margin: 0 auto;
	font-size: 1.2em;
	color: #b4b5b7;
	line-height: 20px;
}

#footer a {
	color: #b4b5b7;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;	
}

#copyright {
	float: left;
	display: inline;
	margin: 0 0 20px 5px;
}

#contactlinks {
	float: right;
	display: inline;
	text-align: right;
	margin: 0 5px 20px 0;
}

#contactlinks a {
	margin: 0 5px 0 5px;
}
