@charset "utf-8";
/* CSS Document */

@font-face {
    font-family: 'ColaborateThinRegular';
    src: url('/includes/fonts/ColabThi-webfont.eot');
    src: url('/includes/fonts/ColabThi-webfont.eot?#iefix') format('embedded-opentype'),
         url('/includes/fonts/ColabThi-webfont.woff') format('woff'),
         url('/includes/fonts/ColabThi-webfont.ttf') format('truetype'),
         url('/includes/fonts/ColabThi-webfont.svg#ColaborateThinRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'ColaborateLightRegular';
    src: url('/includes/fonts/ColabLig-webfont.eot');
    src: url('/includes/fonts/ColabLig-webfont.eot?#iefix') format('embedded-opentype'),
         url('/includes/fonts/ColabLig-webfont.woff') format('woff'),
         url('/includes/fonts/ColabLig-webfont.ttf') format('truetype'),
         url('/includes/fonts/ColabLig-webfont.svg#ColaborateLightRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'ColaborateRegular';
    src: url('/includes/fonts/ColabReg-webfont.eot');
    src: url('/includes/fonts/ColabReg-webfont.eot?#iefix') format('embedded-opentype'),
         url('/includes/fonts/ColabReg-webfont.woff') format('woff'),
         url('/includes/fonts/ColabReg-webfont.ttf') format('truetype'),
         url('/includes/fonts/ColabReg-webfont.svg#ColaborateRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'ColaborateMediumRegular';
    src: url('/includes/fonts/ColabMed-webfont.eot');
    src: url('/includes/fonts/ColabMed-webfont.eot?#iefix') format('embedded-opentype'),
         url('/includes/fonts/ColabMed-webfont.woff') format('woff'),
         url('/includes/fonts/ColabMed-webfont.ttf') format('truetype'),
         url('/includes/fonts/ColabMed-webfont.svg#ColaborateMediumRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'ColaborateBoldRegular';
    src: url('/includes/fonts/ColabBol-webfont.eot');
    src: url('/includes/fonts/ColabBol-webfont.eot?#iefix') format('embedded-opentype'),
         url('/includes/fonts/ColabBol-webfont.woff') format('woff'),
         url('/includes/fonts/ColabBol-webfont.ttf') format('truetype'),
         url('/includes/fonts/ColabBol-webfont.svg#ColaborateBoldRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}



html {
	overflow-y: scroll;
}
body {
	text-align: center;
	background: #ffffff;
	margin: 0 auto;
	padding: 0 0;
	color: #555555;
	font-size: 1.1em;
	font-family: ColaborateLightRegular, Arial, Helvetica, sans-serif;
}
.print {
	display: block;
}
.noprint {
	display: none;
}

#wrapper {
	text-align: center;
	margin: 0 auto;
	overflow: inherit;
}
#maincontent {
	margin: 0 auto;
	width: 100%;
	text-align: left;
	padding: 0;
}
.print {
	display: none;
}
.noprint {
	display: block;
}

#header {
	width: 90%;
	padding: 0;
	color: #000000;
	margin: 0;
}
.logotype {
	margin: 0 0 0 20px;
	padding-top: 20px;
}
.logotype img {
}
.strapline {
	display: none;
}
.strapline h3 {
	font-family: ColaborateThinRegular, Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #000000;
	text-align: right;
}
.strapline a, .strapline a:link, .strapline a:visited {
	color: #000000;
}
.strapline a:hover {
	color: #12558c;
}
.telephone, .telephone a, .telephone a:link, .telephone a:visited {
	color: #000000;
	font-family: ColaborateBoldRegular, Arial, Helvetica, sans-serif;
	font-size: 140%;
}
#contentarea {
	margin: 5px 10px 10px 18px;
}

#footer {
	width: 100%;
	margin: 0 auto;
}

#footer p {
	font-size: 0.7em;
	font-family: ColaborateRegular, Arial, Helvetica, sans-serif;
	color: #000000;
	margin: 10px 0;
}
#footer a, #footer a:link, #footer a:hover, #footer a:active {
	color: #000000;
	text-decoration: none;
	font-weight: normal;
	border-bottom: none;
}
#footer a:hover {
	text-decoration: underline;
	color: #000000;
}
.footerleft {
	float: left;
}
.footerright {
	display: none;
}

#footerpanel {
	display: none;
}
#footerpanel .f_addresspanel {
	float: left;
	width: 200px;
}
#footerpanel .f_contact {
	float: left;
}
#footerpanel .f_accreds {
	float: right;
	width: 140px;
	text-align: right;
	padding: 2px 0 10px 0px;
	margin-bottom: 5px;
}
.f_contact a, .f_contact a:link, .f_contact a:visited {
	color: #ffffff;
}
.f_social {
	width: 47px;
	padding: 0;
	height: 96px;
	float: right;
	margin-top: 2px;
}
	
/************************* MENU ***********************/
#menu {
	display: none;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#menu ul li  {
	margin: 0;
	padding: 0;
	list-style-type: none;
	float: left;
	height: 32px;
	margin-top: 0;
}
#menu ul li.last  {
	background: none;
}
#menu ul a {
	display: block;
	background: url(/img/menu_sep.gif) right bottom no-repeat;
	font-family: ColaborateRegular, Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #000000;
	text-decoration: none;
	font-weight: normal;
	height: 28px;
	padding: 12px 15px 0 15px;
	margin: 0;
}
#menu ul a:hover, #menu ul a:active {
	color: #ffffff;
	background: #949599 url(/img/menu-high-bg.gif) repeat-x;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#949599), to(#12588c));
	background: -webkit-linear-gradient(top, #949599, #12588c);
	background: -moz-linear-gradient(top, #949599, #12588c);
	background: -ms-linear-gradient(top, #949599, #12588c);
	background: -o-linear-gradient(top, #949599, #12588c);
}
#menu ul a.selected {
	color: #ffffff;
}

/************************* Normal text styles ************/

h1 {
	font-family: ColaborateThinRegular, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 140%;
	color: #12558c;
	margin: 10px 0 5px 0;
}

h2 {
	font-family: ColaborateLightRegular, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 120%;
	color: #12558c;
	margin: 10px 0 5px 0;
}
h3 {
	color: #12558c;
	font-size: 100%;
	font-family: ColaborateMediumRegular, Arial, Helvetica, sans-serif;
	font-weight: normal;
	margin: 8px 0 5px 0;
}
h2.grey {
	font-family: ColaborateLightRegular, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 120%;
	color: #bdbec0;
	margin: 0 0 5px 0;
}
.bluecase {
	font-family: ColaborateMediumRegular, Arial, Helvetica, sans-serif;
	color: #12558c;
}
p, li {
	margin: 0 0 10px 0;
	font-size: 80%;
	line-height: 130%;
}
li li {
	font-size: inherit;
}
li {
	margin-bottom: 3px;
}
a, a:link, a:hover, a:active {
	color: #12558c;
	text-decoration: none;
	border-bottom: none;
}
a:hover {
	text-decoration: underline;
	color: #000000;
}
a img {
	border: none;
}
.caption {
	color: #515151;
	font-style: italic;
	font-size: 90%;
	margin-left: 2px;
	display: block;
}
.note {
	color: #515151;
	font-style: italic;
	font-size: 75%;
	margin-left: 2px;
	display: block;
}
.error, .formerror {
	/* fallback */
	background: #b7110b;
	/* Safari 4-5, Chrome 1-9 */
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#b7110b), to(#ee2a24));
	/* Safari 5.1, Chrome 10+ */
	background: -webkit-linear-gradient(top, #b7110b, #ee2a24);
	/* Firefox 3.6+ */
	background: -moz-linear-gradient(top, #b7110b, #ee2a24);
	/* IE 10 */
	background: -ms-linear-gradient(top, #b7110b, #ee2a24);
	/* Opera 11.10+ */
	background: -o-linear-gradient(top, #b7110b, #ee2a24);
	border: 1px solid #b7110b;
	color: #ffffff;
	padding: 5px;
	display: none;
	margin: 10px 20px 10px 0;
}
.error a, .formerror a {
	color: #ffffff;
	text-decoration: underline;
}
#rh_panel p.error {
	color: #ffffff;
}
.message {
	background: #464646;
	/* Safari 4-5, Chrome 1-9 */
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#000000), to(#464646));
	/* Safari 5.1, Chrome 10+ */
	background: -webkit-linear-gradient(top, #000000, #464646);
	/* Firefox 3.6+ */
	background: -moz-linear-gradient(top, #000000, #464646);
	/* IE 10 */
	background: -ms-linear-gradient(top, #000000, #464646);
	/* Opera 11.10+ */
	background: -o-linear-gradient(top, #000000, #464646);
	border: 1px solid #000000;
	color: #ffffff;
	padding: 5px;
	display: none;
	margin: 10px 20px 10px 0;
}
.img_floatright {
	float: right;
	margin: 0 10px 10px 30px;
}
.img_floatleft {
	float: left;
	margin: 0 10px 10px 0;
}
.addresspanel {
	border: 1px dashed #bebebe;
	background: #f1f1f1;
	padding: 10px;
	margin: 0 20px 10px 0;
}
.rh_contact {
	float: right;
	width: 442px;
}
.addresspanel h3 {
	margin: 0;
}

/***************************STANDARD FORMS **********************************/
form.standard input, form.standard textarea, form.standard select, form.standard option {
	color: #323232;
	background-color: #f0f0f0;
	border: none;
	width: 250px;
	height: 20px;
	margin: 2px 0 2px 0;
}
form.standard textarea { 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	height: 60px;
}
form.standard .radio {
	margin: 0 0 0 0;
	width: 2em;
}
form.standard .checkbox {
	width: 1.5em;
	margin: 0 0 0 0;
}
form.standard label {
	font-weight: normal;
	color: #323232;
	font-size: 0.9em;
	font-weight: normal;
	line-height: 1.5em;
	float: left;
	width: 120px;
	margin-right: 10px;
	display: block;
	padding-top: 4px;
	text-align: right;
}


/*----------------BUTTONS----------------*/
p.buttoncontainer {
	margin: 1.2em 0 1.2em 10px;
}

.button {
	margin: 0.5em 0.5em 0.5em 0;
	padding: 0.3em 0.5em 0.3em 0.5em;
	color: #ffffff;
	border: none;
	background: #12558c;
	width: 10em;
	height: 21px;
	text-align: center;
}
.down {
	background: #949599;
	color: #ffffff;
}
.downred {
	background: #b7110b;
	color: #ffffff;
}
.button a, .button a:link, .button a:hover, .button a:active, .button a:visited {
	border-bottom: none;
	text-decoration: none;
	color: #ffffff;
}
/* Standard tables ---------------------------------------------- */
table.standard {
	border: solid 1px #737373;
	background: #ffffff;
	padding: 0 0;
	width: 664px;
	margin-left: 0;
	border-collapse: collapse;
	margin-bottom: 5px;
	font-size: 0.9em;
}
table .small {
	width: 15em;
}
table.standard th {
	font-weight: bold;
	color: #ffffff;
	background: #464646;
	/* Safari 4-5, Chrome 1-9 */
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#000000), to(#464646));
	/* Safari 5.1, Chrome 10+ */
	background: -webkit-linear-gradient(top, #000000, #464646);
	/* Firefox 3.6+ */
	background: -moz-linear-gradient(top, #000000, #464646);
	/* IE 10 */
	background: -ms-linear-gradient(top, #000000, #464646);
	/* Opera 11.10+ */
	background: -o-linear-gradient(top, #000000, #464646);
	padding: 5px 5px;
	text-align: left;
}
table.standard tr {
	background: #ffffff;
	font-weight: normal;
	color: #323232;
	margin: 0 0;
	padding: 0 0;
	vertical-align: top;
}
table.standard tr.row_alt {
	background: #ededed;
	font-weight: normal;
	color: #323232;
	margin: 0 0;
	padding: 0 0;
	vertical-align: top;
}
table.standard tr.row_selected {
	background: #b7110b;
	/* Safari 4-5, Chrome 1-9 */
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#b7110b), to(#ee2a24));
	/* Safari 5.1, Chrome 10+ */
	background: -webkit-linear-gradient(top, #b7110b, #ee2a24);
	/* Firefox 3.6+ */
	background: -moz-linear-gradient(top, #b7110b, #ee2a24);
	/* IE 10 */
	background: -ms-linear-gradient(top, #b7110b, #ee2a24);
	/* Opera 11.10+ */
	background: -o-linear-gradient(top, #b7110b, #ee2a24);
	font-weight: normal;
	color: #ffffff;
	margin: 0 0;
	padding: 0 0;
	vertical-align: top;
}
table.standard td {
	margin: 0 0;
	padding: 5px 5px;
}
table.standard td.nowrap {
	white-space: nowrap;
}
table.standard td.label {
	font-weight: bold;
	text-align: right;
	width: 30%;
}
table.standard td.datecol {
	width: 20%;
}

table.standard tr a, table.standard tr.row_alt a, table.standard tr.row_selected a {
	color: #323232;
	text-decoration: none;
	border-bottom: none;
}
table.standard tr.row_selected a:hover, table.standard tr a:hover, table.standard tr.row_selected a:hover, table.standard tr.row_selected a:link {
	color: #ffffff;
	text-decoration: underline;
}


.tweetpanel {
	float: left;
	margin: 5px 0 0 25px;
	width: 260px;
	font-size: 90%;
	font-family: ColaborateThinRegular, Arial, Helvetica, sans-serif;
}
#jstweets {
}
.tweetpanel a, .tweetpanel a:link {
	color: #ffffff;
	font-family: ColaborateMediumRegular, Arial, Helvetica, sans-serif;
}
.twitterbutton {
	margin-top: 20px;
}
.quote_open {
	float: left;
	width: 36px;
	height: 20px;
	margin: 0;
	margin-right: 4px;
	padding: 0;
}
.quote_close {
	float: right;
	width: 36px;
	height: 20px;
	margin: 0;
	padding: 0;
	margin-top: 3px;
	margin-bottom: 3px;
	margin-left: 5px;
}
p.social_networks {
	color: #1aacd9;
	padding: 0 10px 10px 10px;
}
p.social_networks img {
	margin: 2px 5px 0 0;
}

/*=================Carousel =====================================*/
#home_text {
	float: right;
	margin-right: 1px;
	padding: 0 5px 0 10px;
	
	/* fallback */
	background: #bdbec0;
	/* Safari 4-5, Chrome 1-9 */
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#bdbec0), to(#949599));
	/* Safari 5.1, Chrome 10+ */
	background: -webkit-linear-gradient(top, #bdbec0, #949599);
	/* Firefox 3.6+ */
	background: -moz-linear-gradient(top, #bdbec0, #949599);
	/* IE 10 */
	background: -ms-linear-gradient(top, #bdbec0, #949599);
	/* Opera 11.10+ */
	background: -o-linear-gradient(top, #bdbec0, #949599);
	
}


#home_image_container {
	width: 587px;
	border: none;
	margin: 0 15px 0 0;
}
#home_image {
	position: relative;
	width: 100%; /* for IE 6 */
	height: 392px;
	overflow: hidden;
}
#content_image {
	position: relative;
	width: 100%; /* for IE 6 */
	min-height: 392px;
}
.textpanel {
	display: none;
}
.textpanel h2 {
	font-family: ColaborateThinRegular, Arial, Helvetica, sans-serif;
	color: #ffffff;
	font-weight: normal;
	font-size: 90%;
}
.slide {
	display: none;
}
#carousel .slide .textpanel p, #carousel .slide .textpanel a {
	font-family: ColaborateLightRegular, Arial, Helvetica, sans-serif;
	color: #ffffff;
	text-decoration: none;
}
#carousel .slide .textpanel a:hover, #carousel .slide .textpanel a:active {
	font-family: ColaborateLightRegular, Arial, Helvetica, sans-serif;
	text-decoration: underline;
}
#content_image .textpanel p {
	margin-top: 10px;
	margin-bottom: 0;
	font-family: ColaborateLightRegular, Arial, Helvetica, sans-serif;
	color: #ffffff;
	font-size: 90%;
}

/*------------------------------------------------*/

.col1, .col2, .col3 {
	display: none;
	
}
.col1 {
	margin: 10px 22px 2px 0;
}
.col2 {
	margin: 10px 22px 2px 0;
}
.col3 {
	margin: 10px 0 2px 0;
}

.col1.hi, .col2.hi, .col3.hi {
	margin: 12px 20px 0px 2px;
	-moz-box-shadow: 0px 0px 4px rgba(0,0,0,0.8);
	-webkit-box-shadow: 0px 0px 4px rgba(0,0,0,0.8);
	box-shadow: 0px 0px 4px rgba(0,0,0,0.8);
}
.col3.hi {
	margin: 12px 0 0px 2px;
}

.col1 h2, .col2 h2, .col3 h2 {
	font-family: ColaborateRegular, Arial, Helvetica, sans-serif;
	color: #ffffff;
	position: relative;
	top: -125px;
	left: 15px;
	
	/*color: #12558c;
	padding-bottom: 5px;
	margin-bottom: 8px;
	border-bottom: 1px solid #e7e7e8;*/
}
.col1 a:hover, .col2 a:hover, .col3 a:hover {
	text-decoration: none;
}
/*.col1 a:hover h2, .col2 a:hover h2, .col3 a:hover h2 {
	text-decoration: none;
	position: relative;
	top: -122px;
	left: 17px;
}
.col1 a.hi h2, .col2 a.hi h2, .col3 a.hi h2 {
	position: relative;
	top: -122px;
	left: 17px;
}*/

.lower_content {
	width: 492px;
}
.casestudy {
	border: 1px solid #e7e7e8;
	float: right;
	width: 405px;
	padding: 10px;
}