/* @override 
	http://193.189.74.29/~acumen/templates/acumen/css/template.css
	http://193.189.74.29/~acumen//templates/acumen/css/template.css */


/* @group YUI reset */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
	text-align: justify;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}

/* @end YUI reset */


/* @group Body /  Typography */


body {
	background: #FFF;
	font-family: sans-serif;
	font-size: 13px;
	line-height: 1.4em;
}
p {
	margin: 0.5em 0;
}

h1 {
	color: #101010;
	font-size: 28px;
	padding-bottom: 5px;
	margin-bottom: 10px;
	font-weight: lighter !important;
}
h2 {
	color: #101010;
	font-size: 24px;
	padding-bottom: 5px;
}
h3 {
	color: #101010;
	font-size: 18px;
	padding-bottom: 5px;
}
h4 {
	color: #101010;
	font-size: 14px;
	padding-bottom: 5px;
}
strong, b, th {
	color: #101010;
	font-weight: bold;
}

a, .link {
	color: #1D1DA4;
	text-decoration: none;
	cursor: pointer;
}
a img {
	border: none;
}

.a {
	background: url(../images/a.gif) no-repeat top left;
	padding-left: 20px;
}

li {
	list-style: disc;
	margin-left: 15px;
}

.subheading {
	color: #C6D9E6 !important;
	text-transform: uppercase;
	font-weight: bolder !important;
}

/* @end Body / Typography */

/* @group Page layout */

#header {
	width: 900px;
	margin: 0 auto;
	padding: 10px 20px 0px 20px;
}

#container {
	width: 900px;
	margin: 0 auto;
	padding: 10px;
}

#left {
	float: left;
	width: 180px;
	overflow: hidden;
}

#content {
	float: left;
	padding-left: 20px;
	width: 700px;
}

#footer {
	width: 900px;
	margin: 0 auto;
	padding: 10px;
}

#top_menu {
	width: 100%;
}

/* @end Page layout */

/* @group Left column */

#left h3 {
	color: #8F979B;
	border-bottom: 2px solid #BBC3C9;
	background-image: none;
	margin-bottom: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-size: 15px;
	margin-top: 15px;
}
#left ul {
	list-style: none;
	padding: 0px;
	margin: 22px 0 0 0;
}
#left li {
	list-style: none;
	padding: 0 0 0 0;
	margin: 0px;
}
#left ul a {
	display: block;
	border-bottom: 2px solid #D2D7DB;
	padding: 3px 0;
	color: #8F979B;
	font-size: 15px;
	text-transform: uppercase;
}
/*
#left ul li:last-child a {
	border-bottom: none;
}
*/
#left ul a:hover {
	background-color: #EFEFFF;
}
#left ul li#current a {
	color: #000;
}

#left ul ul {
	padding-left: 20px;
	margin: 0px;
/*	border-bottom: 2px solid #D2D7DB; */
}
#left ul ul li a {
	border-bottom: none;
	font-size: 12px;
}
#left ul ul li.active a {
	color: #000;
}
#left ul ul li.active {
	list-style: disc;
	list-style-position: outside;
}

/* @end Left column */

/* @group Right */

#page {
	float: left;
}

#right {
	float: right;
	width: 200px;
	display: block;
        padding: 13px 0 0 0;
}

#right h3 {
	color: #8F979B;
	border-bottom: 2px solid #BBC3C9;
	background-image: none;
	padding-bottom: 0px;
	padding-left: 0px;
	font-size: 18px;
	text-transform: uppercase;
	margin-top: 12px;
}
#right ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
}
#right li {
	list-style: none;
	padding: 0 0 0 0;
	margin: 0px;
}
#right ul a {
	display: block;
	padding: 3px 0;
	color: #8F979B;
	font-size: 14px;
}
#right ul a:hover {
	background-color: #EFEFFF;
}

/* @end Right column */

/* @group Header */

#header #logo {
	float: left;
	bottom: 0px;
	height: 45px;
}

#header #phone_numbers {
	display: none;
	float: right;
	width: 540px;
}
#header #phone_numbers ul {
	display: table-row;
}
#header #phone_numbers ul li {
	display: table-cell;
	text-align: center;
	height: 30px;
	vertical-align: bottom;
	color: #999;
	font-family: sans-serif;
	font-weight: bolder;
}

/* @end Header */

/* @group Top menu */

#top_menu {
	height: 25px;
	clear: both;
	border-bottom: 1px solid #BBC3C9;
}
#top_menu ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
	height: 25px;
	float: right;
}
#top_menu li {
	float: left;
	line-height: 30px;
	vertical-align: middle;
	list-style: none;
	padding: 0px;
	margin: 0px;
	padding-left: 30px;
}
#top_menu li#current a {
	color: #009;
}
#top_menu li a {
	display: block;
	color: #999;
	font-size: 18px;
	text-align: center;
	text-transform: uppercase;
}

#top_menu a:hover {
	text-decoration: underline;
}

/* Level 2 */

#top_menu li.hover ul {
	display: block;
}

#top_menu li ul {
	position: absolute;
	display: none;
	border: 2px solid #BBC3C9;
	border-top: none;
	width: 200px;
	height: auto;
	margin-top: -5px;
}
#top_menu li ul li {
	display: inline;
	clear: left;
	width: 200px;
	padding: 0px;
}
#top_menu li ul li a {
	text-align: left;
	background-color: #FFF;
	padding: 2px 10px;
	font-size: 12px;
}
#top_menu li ul li a:hover {
	
}

/* @end Top menu */

/* @group Footer */

#footer {
	margin-top: 20px;
	border-top: 2px solid #BBC3C9;
}

#footer_left ul li {
	float: left;
	padding-right: 20px;
	list-style: none;
}
#footer a {
	color: #000;
}
#footer a:hover {
	color: #003C80;
}

#footer_right {
	float: right;
	width: 550px;
}
#footer_right ul {
	float: right;
	list-style: none;
}
#footer_right li {
	float: left;
	padding-left: 20px;
	list-style: none;
}
	
/* @end Footer */

/* @group Homepage */

#homepage_banner {
	text-align: center;
}

.homepage_box {
	width: 170px;
	float: left;
	margin: 10px;
}

.homepage_box .client_area {
	background: url(../../../images/client_area_heading.jpg) no-repeat;
	height: 20px;
	text-indent: -999px;
	color: transparent;
}
.homepage_box .sage_consultancy {
	background: url(../../../images/sage_consultancy_heading.jpg) no-repeat;
	height: 20px;
	text-indent: -999px;
	color: transparent;
}
.homepage_box .news {
	background: url(../../../images/news_heading.jpg) no-repeat;
	height: 20px;
	text-indent: -999px;
	color: transparent;
}

.homepage_bottom {
	border-top: 2px solid #BBC3C9;
	clear: both;
	padding: 10px;
}
.homepage_bottom .wide {
	float: left;
	width: 350px;
	padding: 10px;
	border-right: 2px solid #BBC3C9;
}
.homepage_bottom .wide img {
	float: left;
	margin-right: 10px;
}
.homepage_bottom .wide div {
	float: left;
	width: 260px;
}
.homepage_bottom .narrow {
	float: left;
	width: 160px;
	padding: 10px;
}

.homepage_bottom .narrow img {
	text-align: center;
}
.homepage_bottom .narrow .tree {
	color: #999;
	font-weight: bold;
}
.homepage_bottom .narrow ul {
	list-style: disc;
	margin-left: 20px;
}

/* @end Homepage */

/* @group Main content */

#page img:first-child {
	margin-bottom: 10px;
}

#page h1 {
	color: #8F979B;
	border-bottom: 2px solid #BBC3C9;
	text-transform: uppercase;
	margin-top: 10px;
}

div.profile .picture {
	float: left;
	height: 100%;
	margin-bottom: 10px;
}
div.profile {
	clear: both;
	border-bottom: 2px solid #BBC3C9;
	margin-bottom: 30px;
}

/* @end Main content */

/* @group Contact */

.rapid_contact table {
	margin-top: 20px;
	width: 500px;
}
input.rapid_contact[type="text"], textarea.rapid_contact {
	width: 300px;
	padding: 3px;
	margin: 3px;
	border: 1px solid #999;
}

#map_popup_container {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
#map_popup {
	width: 500px;
	height: 400px;
	margin: 100px auto 0;
	text-align: center;
	background: #FFF;
	border: 5px solid #BBC3C9;
}

#edinburgh_map {
	display: none;
}
#aberdeen_map {
	display: none;
}
#peterhead_map {
	display: none;
}

/* @end Contact */

/* @group Clearfix */

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}

/* @end Clearfix */

#below_content{
  float: left;
  width: 480px;
}
