@charset "UTF-8";

/* Generic Styles */

body {
	margin: 0;
	padding: 0;
	background: #fff;
	text-align: center; /* centre the main section in IE5. IE5 can't deal with auto command */
	font-family: Georgia, Times New Roman, serif;
	font-size: 0.85em;
}

h2 {
	font-size: 2em;
	font-weight: normal;
	color: #000;
	text-transform: uppercase;
	font-family: Arial, sans-serif;
}

p{
	font-size: 1em;
	font-weight: normal;
	color: #000;
	margin-right: 110px;
}

ul {
	margin:0;
	padding:0;
}

li {
	list-style-type: none;
	font-size: 1.2em;
	margin: 0;
	padding: 0;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { 
    display:block;
}

.hide {
    display: none;
}

/* CSS for page regions */

#wrapper {
	width: 960px;
	margin: 0 auto;
	text-align: left;
	background: #fff;
}

#wrapper header #header-bar {
	height: 17px;
	background: #000;
}

#wrapper header #banner-and-nav-container {
	width: 100%;
}

#wrapper header #banner-and-nav-container #banner-container {
	padding: 0px 0;
	float: left;
	width: 200px;
}

#wrapper header #banner-and-nav-container #banner-container #banner {
	margin-top: 10px;
	float: left;
}

#wrapper header #banner-and-nav-container #banner-container #banner a {
	outline: none;
}

#wrapper header #banner-and-nav-container #banner-container #banner a img {
	border: 0 none white;
}

#wrapper header #banner-and-nav-container #nav-container {
	width: 749px;
	float: right;
}

#wrapper header #banner-and-nav-container #nav-container #follow-us {
	width: 171px;
	float: right;
}

#wrapper header #banner-and-nav-container #nav-container #follow-us #follow-us-box {
	margin: 10px 0;
}

#wrapper header #banner-and-nav-container #nav-container #follow-us #follow-us-box li {
	display: inline;
	line-height: 37px;
	font-style: italic;
	font-family: Georgia,Times New Roman,Serif;
	font-size: 1em;
}

#wrapper header #banner-and-nav-container #nav-container #follow-us #follow-us-box li a {
	margin: 0;
	padding: 0;
}

#wrapper header #banner-and-nav-container #nav-container #follow-us #follow-us-box li a.facebook, #wrapper header #banner-and-nav-container #nav-container #follow-us #follow-us-box li a.twitter, #wrapper header #banner-and-nav-container #nav-container #follow-us #follow-us-box li a.youtube, #wrapper header #banner-and-nav-container #nav-container #follow-us #follow-us-box li a.facebook:hover, #wrapper header #banner-and-nav-container #nav-container #follow-us #follow-us-box li a.twitter:hover, #wrapper header #banner-and-nav-container #nav-container #follow-us #follow-us-box li a.youtube:hover {
	background: transparent url(../images/socialmedia.png) center top no-repeat;
	width: 25px;
	height: 25px;
 	display: inline-block;
 	vertical-align: top;
}

#wrapper header #banner-and-nav-container #nav-container #follow-us #follow-us-box li a.facebook {
	background-position: 0px 0px;
}

#wrapper header #banner-and-nav-container #nav-container #follow-us #follow-us-box li a.twitter {
	background-position: 0px -25px;
}

#wrapper header #banner-and-nav-container #nav-container #follow-us #follow-us-box li a.youtube {
	background-position: 0px -50px;
}

#wrapper header #banner-and-nav-container #nav-container #follow-us #follow-us-box li a.facebook:hover {
	background-position: -25px 0px;
}

#wrapper header #banner-and-nav-container #nav-container #follow-us #follow-us-box li a.twitter:hover {
	background-position: -25px -25px;
}

#wrapper header #banner-and-nav-container #nav-container #follow-us #follow-us-box li a.youtube:hover {
	background-position: -25px -50px;
}

#wrapper header #banner-and-nav-container #nav-container nav {
	padding: 32px 0 0;
	float: right;
	width: 100%;
}

#wrapper header #banner-and-nav-container #nav-container nav ul {
	width: 100%;
	margin: 0;
	padding: 0;
}
	
#wrapper header #banner-and-nav-container #nav-container nav ul li {
	padding: 0;
	margin: 0;
	display: inline;
	float: right;
}
	
#wrapper header #banner-and-nav-container #nav-container nav ul li a {
	display: block;
	text-decoration: none;
	/*height: 50px;
	text-indent: -9999px;
	background: url(../images/globalnav.png) no-repeat;*/
	padding: 0 0 5px;
	margin: 0;
	outline: none;
	text-align: center;
	font: bold 1em Arial, sans-serif;
	text-transform: uppercase;
	border-bottom: 17px solid #000;
}

#wrapper header #banner-and-nav-container #nav-container nav ul li a:visited, #wrapper header #banner-and-nav-container #nav-container nav ul li a:link {
	color: #000;
}

/*Basic state of Anchors in Global Nav Bar*/
	
#wrapper header #banner-and-nav-container #nav-container nav ul li a.diversity {
	width: 115px;
}

#wrapper header #banner-and-nav-container #nav-container nav ul li a.vision {
	width: 113px;
}

#wrapper header #banner-and-nav-container #nav-container nav ul li a.help {
	width: 176px;
}

#wrapper header #banner-and-nav-container #nav-container nav ul li a.clients {
	width: 124px;
}

#wrapper header #banner-and-nav-container #nav-container nav ul li a.whoweare {
	width: 128px;
}

#wrapper header #banner-and-nav-container #nav-container nav ul li a.contact {
	width: 93px;
}

/* You are Here section */

#wrapper header #banner-and-nav-container #nav-container nav ul li.urhere a.diversity {
	width: 115px;
	color: #00a7e6;
	border-color: #00a7e6;
}

#wrapper header #banner-and-nav-container #nav-container nav ul li.urhere a.vision{
	width: 113px;
	color: #df134e;
	border-color: #df134e;
}

#wrapper header #banner-and-nav-container #nav-container nav ul li.urhere a.help {
	width: 176px;
	color: #e35528;
	border-color: #e35528;
}

#wrapper header #banner-and-nav-container #nav-container nav ul li.urhere a.clients {
	width: 124px;
	color: #eea73d;
	border-color: #eea73d;
}

#wrapper header #banner-and-nav-container #nav-container nav ul li.urhere a.whoweare {
	width: 128px;
	color: #9ab626;
	border-color: #9ab626;
}

#wrapper header #banner-and-nav-container #nav-container nav ul li.urhere a.contact {
	width: 93px;
	color: #35ac46;
	border-color: #35ac46;
}
	
/*Hover state of Anchors in Global Nav Bar*/

#wrapper header #banner-and-nav-container #nav-container nav ul li a.diversity:hover {
	width: 115px;
	color: #00a7e6;
	border-color: #00a7e6;	
}

#wrapper header #banner-and-nav-container #nav-container nav ul li a.vision:hover {
	width: 113px;
	color: #df134e;
	border-color: #df134e;
}

#wrapper header #banner-and-nav-container #nav-container nav ul li a.help:hover {
	width: 176px;
	color: #e35528;
	border-color: #e35528;
}

#wrapper header #banner-and-nav-container #nav-container nav ul li a.clients:hover {
	width: 124px;
	color: #eea73d;
	border-color: #eea73d;
}

#wrapper header #banner-and-nav-container #nav-container nav ul li a.whoweare:hover {
	width: 128px;
	color: #9ab626;
	border-color: #9ab626;
}

#wrapper header #banner-and-nav-container #nav-container nav ul li a.contact:hover {
	width: 93px;
	color: #35ac46;
	border-color: #35ac46;
}

#wrapper #gallery {
	/*margin-bottom:20px;*/
	clear: both;
}

/*#wrapper #extra-homepage-content {
	width: 100%;
}

#wrapper #extra-homepage-content #strapline-blogpic {
	width: 100%;
}*/

#wrapper #extra-homepage-content #strapline {
	/*background-image:url(../images/motto2.png);
	width:334px;
	height:107px;*/
	margin: 25px 0 20px 5px;
	/*border: 1px solid red;*/
	float: left;
}

#wrapper #extra-homepage-content #blogpic {
	float:right;
	width: 661px;
	text-align: right;
}

/* Main Container Section */

#wrapper section {
	clear: both;
}

#wrapper section nav {
	width: 210px;
	padding-top: 22px;
}

#wrapper section nav ul {
	padding: 0;
}

#wrapper section nav ul li {
	font-weight: bolder;
	text-transform: uppercase;
	font-family: Arial, sans-serif;
}

#wrapper section nav ul li h1 {
	font-size: 1em;
}

#wrapper section nav ul li ul li{
	color: #000;
	font-size: 0.8em;
}

#wrapper section nav ul li ul li.top{
	margin-top: 5px;
}

#wrapper section nav ul li ul li a {
	color: #000;
	text-decoration: none;
	display: block;
}

#wrapper section nav ul li ul li a:hover span.diversity-hover-colour {
	color: #3399cc;
}

#wrapper section nav ul li ul li a:hover span.our-vision-hover-colour {
	color: #df134e;
}

#wrapper section nav ul li ul li a:hover span.how-we-can-help-hover-colour {
	color: #e35528;
}

#wrapper section nav ul li ul li a:hover span.our-clients-hover-colour {
	color: #eea73d;
}

#wrapper section nav ul li ul li a:hover span.who-we-are-hover-colour {
	color: #9ab626;
}

#wrapper section nav ul li ul li a:hover span.contact-hover-colour {
	color: #35ac46;
}

#wrapper section article {
	width: 750px;
	float: right;
	margin: 10px 0 30px;
}

#wrapper section article h2 {
	margin: 40px 0 0;
	font-size: 1.75em;
	font-weight: bold;
}

#wrapper section article h3 {
	margin: 40px 0 0;
	font: bold 1.35em Arial, sans-serif;
	text-transform: uppercase;
}

#wrapper section article h2.first-title, #wrapper section article h3.first-title {
	margin: 20px 0 0;
}

#wrapper section article .biog img {
	float: left;
	margin: 20px 10px 0 0;
}

#wrapper section article img#matrix-graphic {
	margin: 10px 0 0;
}

#wrapper section article img#diamond-graphic {
	margin: 10px 0;
}

#wrapper section article p.company-name, #wrapper section article p.office {
	font-weight: bold;
	margin-bottom: 0;
}

#wrapper section article p.tel {
	margin-bottom: 0;
}

#wrapper section article p.registration, #wrapper section article p.address, #wrapper section article p.fax {
	margin-top: 0;
}

#wrapper section article p.registration span, #wrapper section article p.tel span, #wrapper section article p.fax span, #wrapper section article p.email span {
	font-weight: bold;
}

#wrapper section article h2 span.diversity-colour, #wrapper section article ul li span.diversity-colour, #wrapper section nav ul li.diversity-colour {
	color: #3399cc;
}

#wrapper section article h2 span.our-vision-colour, #wrapper section article ul li span.our-vision-colour, #wrapper section nav ul li.our-vision-colour {
	color: #df134e;
}

#wrapper section article h2 span.how-we-can-help-colour, #wrapper section article ul li span.how-we-can-help-colour, #wrapper section nav ul li.how-we-can-help-colour {
	color: #e35528;
}

#wrapper section article h2 span.our-clients-colour, #wrapper section article h3 span.our-clients-colour, #wrapper section article ul li span.our-clients-colour, #wrapper section nav ul li.our-clients-colour {
	color: #eea73d;
}

#wrapper section article h2 span.who-we-are-colour, #wrapper section article ul li span.who-we-are-colour, #wrapper section nav ul li.who-we-are-colour {
	color: #9ab626;
}

#wrapper section article h2 span.contact-colour, #wrapper section article h3 span.contact-colour, #wrapper section article ul li span.contact-colour, #wrapper section nav ul li.contact-colour {
	color: #35ac46;
}

#wrapper section article p.lead-in {
	font-style: italic;
	font-weight: bold;
}

#wrapper section article #company-timeline {
	margin-top: 16px;
}

#wrapper section article #company-timeline li {
	margin: 8px 110px 8px 0;
	font-size: 1em;
}

#wrapper section article ul.content-list li {
	margin-right: 110px;
	font-size: 1em;
}

/*
#wrapper .section {
	width: 100%;
}

#wrapper .section > p, #wrapper .section > h4 {
	margin-left: 275px;
}

#wrapper .section .section-title .title-text {
    margin-left: 275px;
}

#wrapper .section .section-title .title-index {
	border-bottom: 0 solid;
    float: left;
    font-family: Georgia,Serif;
    font-size: 2.7rem;
    font-weight: 400;
    height: 300px;
    left: 0;
    letter-spacing: 0;
    line-height: 1.11111;
    margin-left: 50px;
    padding-bottom: 0.7rem;
    padding-top: 0.8rem;
    position: absolute;
    text-transform: none;
    width: 150px;
}

#wrapper .section .section-title .title-index .title-text {
	border: 0 solid;
    color: #8E8E89;
    font-family: Georgia,Serif;
    font-size: 19px;
    font-weight: 300;
    height: 49px;
    letter-spacing: 0;
    line-height: 1.42857;
    margin-left: 0;
    margin-top: 0;
    opacity: 0;
    overflow: hidden;
    padding-bottom: 0.5rem;
    padding-top: 0.5rem;
    position: relative;
    text-transform: none;
    transition: opacity 0.2s ease-in-out 0s;
    width: 100%;
}

#wrapper .sticky-wrapper .is-sticky.title-index .title-text {
    height: auto;
    opacity: 1;
}
*/

/* Footer */

#wrapper footer {
	clear:both;
}

#wrapper footer #copyright {
	text-align: right;
}

#wrapper footer #copyright p {
	font: italic 0.75em Georgia, Times New Roman, serif;
	margin-bottom: 5px;
}

#wrapper footer #footer-bar {
	background-color: #000;
	height: 25px;
}

#wrapper footer #footer-bar a {
	color: #fff;
	text-decoration: none;
	outline:none;
	float: right;
	font-family: Arial, sans-serif;
	font-size: 0.85em;
	text-align:center;
	padding: 5px 15px;
}