/* RESET ELEMENTS */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}


/* END RESET */


/* PAGE STRUCTURE */

#site {
	width: 900px;
	margin: 10px auto 60px auto;
}

#logo {
	float: left;
	margin: 30px 0 0 0;
	width: 220px;
	height: 60px;
	background-image: url('images/logo.jpg');
}
#logo a span {
	display: none;
}
#logo a {
	display: block;
	width: 220px;
	height: 60px;
	
}
#nav {
	float: right;
	width: 650px;
	height: 120px;
	line-height: 120px;
}
#nav li {
	float: left;
	padding: 0 0 	0 0;
}
#nav li a {
	font-size: 1.3em;
	font-weight: bold;
	color: #7a7a7a;
	text-decoration: none;
	letter-spacing: 0px;
	padding: 5px 10px 5px 10px;
}
#nav li a:hover {
	background-color: #f1f1f1;
}	
#nav li a.active {
	background-color: #f1f1f1;
}	

#tabs {
	width: 900px;
	height: 90px;
	
}
#tabs li {
	
	float: left;
	
}
#tabs li a {
	display: block;
	width: 150px;
	height: 80px;
	background-color: #cccccc;
}
#tabs li a.strategy {
	background-color: #bfd2b0;
}
#tabs li a.marketing {
	background-color: #dfdc9d;
}
#tabs li a.e-marketing {
	background-color: #c3a6ca;
}
#tabs li a.research {
	background-color: #99ccd6;
}
#tabs li a.communications {
	background-color: #cfc8ac;
}
#tabs li a.recruitment {
	background-color: #99e0dd;
}
.ui-tabs-hide{ 
	display:none; 
}
#featured {
	width: 900px;
	height: 180px;	
	background-image: url('images/feature-bg2.jpg');
	background-position: center center;
	background-repeat: no-repeat;
	overflow: hidden;
	margin: 0 0 10px 0;
}


.feature-text {
	width: 297px;
	float: right;
	
	background-color: #b2c8a1;
	height: 180px;
	
}
.feature-text ul li {

}

#content {
	float: left;
	width: 580px;
	padding-top: 20px;
}

#content p.highlight {
	font-size: 1.3em;
	font-weight: bold;
	width: 550px;
}

#sidebar {
	float: right;
	width: 280px;
	padding-top: 20px;
	margin-left: 20px;
}

#info-box {
	width: 900px;
	margin: 10px 0 0 0;

}	
#info-box .box1 {
	width: 290px;
	float: left;	
	margin-right: 10px;
}
#info-box .box2 {
	width: 280px;
	float: left;	
	margin: 0 10px 0 10px;	
}
#info-box .box3 {
	width: 278px;
	float: left;	
	margin-left: 17px;
	
	
}
#info-box .box3 p {
	margin-top: 20px;
	font-size: 1.3em;
	text-align: left;
	line-height: 1.5em;
}

.newslist {
	height:1%;
    overflow:auto;
	
}
.newslist li small {
	float: left;
	padding: 4px 10px 0 0;
	width: 60px;
}
.newslist li span {
	display: block;
	width: 80px;
	padding: 0 5px 0 0;
	font-weight: bold;
	float: left;
	
	line-height: 1.5em;
	font-size: 1.2em;
}
.newslist li a {
	display: block;
	width: 210px;
	float: left;
	line-height: 1.5em;
	padding: 0 0 3px 0;
	font-size: 1.2em;
}
.newslist li a:hover {
	
}
.simplelist {
	height: 1%;
	overflow: auto;
	margin: 10px 0 0 0;
}
.simplelist li  {
	padding: 10px 0 10px 0;
	font-weight: bold;
	border-bottom: 1px solid #f1f1f1;
	
	line-height: 1.5em;
	
}
.simplelist li span{
	
}
.simplelist li a {
	
}
.events ul {
	font-size: 1.2em;
}
.related-posts {
	background-color: #f9f9f9;
	border: 1px solid #f1f1f1;
	padding: 10px;
}
.related-posts p {
	font-weight: bold;
}
.related-posts ol {
	list-style-type: disc;
	margin: 0 0 0 20px;
}
.related-posts ol li {
	padding: 5px 0 5px 0;
}
.related-posts ol li a {
	font-size: 1.2em;
}
#address p {
	font-size: 1.1em;
	line-height: 1.5em;
}
#address p a {
	font-size: 1.1em;
}
.list li a {
	display: block;
	width: 280px;
	border-bottom: 1px solid #f1f1f1;
	padding: 20px 0 20px 5px;
	font-size: 1.3em;
	font-weight: bold;
}
.list li a:hover {
	background-color: #f9f9f9;
}
.sidebox {
	float: left;
	width: 139px;
}
small.smallpad {
	display: block;
	margin-bottom: 10px;
}
#secondary-nav {
	margin: 30px 0 0 auto;
	
}
#secondary-nav li {
	float: right;
	padding: 0 0 0 20px;
}

#footer {
	border-top: 1px solid #cccccc;
	padding: 10px 0 40px 0;
	margin: 10px 0 0 0;
}

/* end STRUCTURE */

/*DECORATION & COLOUR */

body {
	font-family: arial, helvetica, verdana, sans-serif;
	font-size: 62.5%;
	color: #444444;
	background-image: url('images/body-bg.jpg');
	background-color: #f9f9f9;
	
	background-position: top center;
	background-repeat: no-repeat;
}

#site {
position: relative;
	background-color: #ffffff;
	background-image: url('images/site-bg.jpg');
	background-position: top center;
	background-repeat: no-repeat;
	padding: 0 40px 0 40px;
}

a {
	color: #cf2222;
	text-decoration: none;
	border: 0;
}



a:hover {
	text-decoration: underline;
}

#tabs li a {
	background-image: url('images/navigation-buttons.png');
	background-repeat: no-repeat;
}
#tabs li a span {
	display: none;
}
#tabs li a.strategy {
	background-position: 0 0;
}
#tabs li a.strategy:hover, #tabs li a.strategy.active {
	border-bottom: 10px solid #608e3a;
}

#tabs li a.marketing {
	background-position: -150px 0;
}
#tabs li a.marketing:hover, #tabs li a.marketing.active {
	border-bottom: 10px solid #afa80a;
}
#tabs li a.e-marketing {
	background-position: -300px 0;
}
#tabs li a.e-marketing:hover, #tabs li a.e-marketing.active {
	border-bottom: 10px solid #68217a;
}
#tabs li a.research {
	background-position: -450px 0;
}
#tabs li a.research:hover, #tabs li a.research.active {
	border-bottom: 10px solid #007f99;
}
#tabs li a.communications {
	background-position: -600px 0;
}
#tabs li a.communications:hover, #tabs li a.communications.active {
	border-bottom: 10px solid #877530;
}
#tabs li a.recruitment {
	background-position: -750px 0;
}
#tabs li a.recruitment:hover, #tabs li a.recruitment.active {
	border-bottom: 10px solid #00b2aa;
}

#content h1 {
	margin: 0 0 10px 0;
	font-size: 1.5em;
	font-weight: bold;
	
}

#content div.post {
	border-bottom: 1px solid #f1f1f1;
	margin: 0 0 20px 0;
}
#content p {
	margin: 0 0 20px 0;
	font-size: 1.2em;
	line-height: 1.5em;
}
#content h2 {
	font-size: 1.5em;
	font-weight: bold;
	padding-bottom: 20px;
	
}
#content h3 {
	font-size: 1.4em;
	font-weight: bold;
	padding-bottom: 3px;
}
#content h2.highlight {
	font-size: 1.8em;
	margin-bottom: 10px;
	font-weight: normal;
	color: #444444 !important;
	
}
#content ul {
	margin: 0 0 20px 20px;
	font-size: 1.2em;
	line-height: 1.5em;
	list-style-type: disc;
}

#testimonials ul li p {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	
}
#testimonials ul li small {
	font-weight: bold;
}
.hide {
	display: none;
}
#testimonials ul li {
	padding: 10px 0 10px 0;
	border-bottom: 1px solid #f1f1f1;
}
#testimonials ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#featured div a img{

float: left;

	border: 0;
	width: 600px;
}
.feature-text h2 {
	font-size: 1.8em;
	font-weight: bold;
	margin: 20px 0 0 10px;
}
.feature-text h2 span {
	font-size: 0.9em;
	color: #ffffff;
}
.feature-text ul {
	list-style-type: disc;
	margin: 10px 0 0 10px;
	padding: 0 0 0 15px;
	
}
.feature-text ul li {
	color: #ffffff;
	font-size: 1.4em;
	line-height: 1.3em;
}

.feature-text p.more-info {
	

}
.feature-text p.more-info a {
	display: block;
	float: right;
	margin: 0 20px 0 0;
	width: 80px;
	height: 20px;
	border: 1px solid #ffffff;
	color: #ffffff;
	text-decoration: none;
	text-align: center;
	line-height: 20px;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 12px;
}

#sidebar {
	
}
#sidebar h3 {
	font-size: 1.4em;
	font-weight: bold;
	padding-bottom: 5px;
}
#sidebar h3.newsline{
	float: left;
	width: 258px;
}
#sidebar a.rss {
	float: left;
	width: 20px;
	height: 20px;
}
#sidebar ul {
	margin: 0 0 0px 0;
	
}
p.morelink {
	text-align: right;
	
	margin: 0 0 20px 0;
	
}
p.morelink a {
	font-size: 11px;
	color: #999999;
}
#sidebar ul.bottommargin {
	margin: 0 0 20px 0;
}
#sidebar a {
	font-size: 1.2em;
}
#quote {
padding: 10px;
border-top: 1px solid #cccccc;
border-bottom: 1px solid #cccccc;
background-color: #f1f1f1;	
margin: 20px 0 40px 0;
}
#quote div p{
	font-family: georgia, garamond, 'times new roman';
	font-size: 1.3em;
	font-style: italic;
	font-weight: bold;
	margin-bottom: 4px;
	line-height: 1.3em;
}
#quote div small {
	display: block;
	font-weight: normal;
	text-align: right;
	font-size: 1.1em;
}
#address {
	font-size: 1.1em;
}

#info-box h3 {
	font-size: 1.4em;
	font-weight: bold;
	padding-bottom: 5px;
}
.highlight-research h2, .highlight-research h3 {
	color: #007f99;
}
.highlight-research .feature-text, .highlight-research {
	background-image: url('images/gradient-blue.png');
}
.highlight-research .feature-text .more-info	a {
	background-color: #007f99;
}
.highlight-research .feature-text h2 {
	color: #007f99;
}

.highlight-strategy h2, .highlight-strategy h3 {
	color: #608e3a;
}
.highlight-strategy .feature-text, .highlight-strategy {
	background-image: url('images/gradient-green.png');
}
.highlight-strategy .feature-text .more-info	a {
	background-color: #608e3a;
}
.highlight-marketing h2, .highlight-marketing h3 {
	color: #afa80a;
}
.highlight-marketing .feature-text, .highlight-marketing {
	background-image: url('images/gradient-yellow.png');
}
.highlight-marketing .feature-text .more-info	a {
	background-color: #afa80a;
}
.highlight-e-marketing h2, .highlight-e-marketing h3 {
	color: #68217a;
}
.highlight-e-marketing .feature-text, .highlight-e-marketing {
	background-image: url('images/gradient-purple.png');
}
.highlight-e-marketing .feature-text .more-info	a {
	background-color: #68217a;
}
.highlight-communications h2, .highlight-communications h3 {
	color: #877530;
}
.highlight-communications .feature-text, .highlight-communications {
	background-image: url('images/gradient-brown.png');
}
.highlight-communications .feature-text .more-info	a {
	background-color: #877530;
}
.highlight-recruitment h2, .highlight-recruitment h3 {
	color: #00b2aa;
}
.highlight-recruitment .feature-text, .highlight-recruitment {
	background-image: url('images/gradient-cyan.png');
}
.highlight-recruitment .feature-text .more-info	a {
	background-color: #00b2aa;
}


/* end DECORATION */

/* extras */
.clear {
	clear: left;
	clear: right;
	clear: both;
}
strong {
	font-weight: bold;
}
.alignright {
	text-align: right;
	float: right;
}
.alignleft {
	text-align: left;
	float: left;
}
p.wp-caption-text {
	font-size: 1em !important;
	color: #cccccc;
}

p.delegate strong {
	display: block;
	width: 120px;
	float: left;
	
}
p.delegate input {
	border: 2px solid #cccccc;
	padding: 4px;
	margin: 1px;
	float: left;
}
p.delegate br {
	clear: left;
	
}
p.delegate {
	clear: left;
	margin-bottom: 20px;
	padding: 20px;
	background: #f1f1f1;
}


/* COMMENT FORMAT */

.commentlist {
	font-size: 12px !important;
	
	list-style-type: none !important;
	margin: 0 0 30px 0;
}
ul.children {
	list-style-type: none !important;
}	
.comment-body p, .commentmetadata, .comment-author, .reply {
	font-size: 12px !important;
}

.commentmetadata {
	padding: 0 !important;
	margin: 0 0 5px 0 !important;
	line-height: 1em;
	font-size: 10px !important;
	
}
.commentmetadata a {
	color: #999;
}
li.comment {
	padding: 10px 10px 10px 10px;
	background: #f9f9f9;
	margin: 10px 0 0 0;
}
.depth-1 {
	border-top: 1px solid #d9d9d9;
	border-bottom: 1px solid #d9d9d9;
}
li.comment .depth-2 {
	background: #f1f1f1;
}
li.comment .depth-3 {
	background: #e4e4e4;
}
li.comment .depth-4 {
	background: #dcdcdc;
}
li.cmoment .depth-5 {
	background: #d4d4d4;
}
li.parent {
border-left: 5px solid #d9d9d9;	
}
.comment-author {
	font-weight: bold;
	padding: 0 0 5px 0 !important;
	width: 200px;
	line-height: 12px;
}
.comment-author .says {
	display: none;
	
}

#respond {
	font-size: 11px !important;
}

#respond label {
	display: block;
	width: 200px;
}

.reply {
	margin-bottom: 5px;
}