@charset "UTF-8";

@import url('fonts.css');

body{
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.75em;
  color: #3D3935;
  background: #fff;
  line-height: 1.6;
  margin: 0;
}

a:link {
  color: #3D3935;
}

a:visited {
  color: #3D3935;
}
a:hover {
  color: #999;
}
a:active {
  color: #3D3935;
}

a img{
  border: none;
}

table{}
table caption{
  margin: 1em 0 0em;
  font-size: 1em;
  font-weight: bold;
  font-family: inherit;
  text-align: left;
}
table caption.h2{
  font-size: 1.4em;
  font-weight: normal;
  margin: 1em 0 0em;
}
table caption.h3{
  font-size: 1.25em;
  margin: 0em 0 0em;
  font-family: inherit;
  line-height: inherit;
  font-weight: bold;
}
table td{
  vertical-align: top;
}

h1 {
	font-family: "unlimited_pro_mediumregular", Arial, Helvetica, sans-serif;
	font-size: 2.5em;
	line-height: 1;
	margin: 0 0 1.3em;
	font-weight: normal;
	text-transform: uppercase;
}
h2 {
	font-size: 1.4em;
	font-weight: normal;
	margin: 0 0 0.596em;
	padding-top: 1.5em;
	line-height: 1.2em;
}
h3 {
  font-size: 1.25em;
  margin-top: 2em;
  margin-bottom: 1.05em;
  margin-left: 0;
}
h4 {
  font-size: 1em;
  margin: 2.5em 0 1.25em;
}
h5 {
  font-size: 1em;
  margin-top: 2em;
  font-weight: normal;
  margin-bottom: -.3em;
  font-style: italic;
}
h6{

}

ul {
  margin-left: 0;
  padding-left: 0;
  list-style-type: none;
}
ul li{
  margin: 0;
  padding: 0;
}

article, aside, footer, header, hgroup, nav, section {
  display: block;
}

ul.no-space-around{
  margin: 0;
}


.nobr{
  white-space: nowrap;
}

#wrap #right-sidebar #content p img {
	margin-top: 0.8em;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px; /* future proofing */
	-khtml-border-radius: 5px; /* for old Konqueror browsers */
	margin-bottom: -0.5em;
	margin-right: 0.8em;
}

#container{
  height: 100%;
}

#wrap{
  width: 987px;
  margin: 0 auto;
  padding: 10px 9px 0;
}


#header {
	height: 157px;
	padding-left: 30px;
	padding-top: 30px;
	font-family: "unlimited_pro_mediumregular", Arial, sans-serif;
	font-weight: normal;
	text-transform: uppercase;
	background-image: url(../img/ATC-AR2013-banner.png);
	background-repeat: no-repeat;
	color: #FFF;
}
#header .first-line {
	font-size: 3.5em;
	line-height: .9em;
}
#header .second-line {
	font-size: 3.5em;
	color: #ffab00;
	line-height: 0.9em;
}

#font-changer{
  text-align: right;
  padding: 14px 0 0;
}
#font-changer .small-font {
  font-size: 1em;
  font-weight: bold;
  text-decoration: none;
}
#font-changer .large-font {
  font-size: 1.5em;
  font-weight: bold;
  text-decoration: none;
}

#left-sidebar{
  float:left;
  width: 200px;
}
#right-sidebar{
  width: 712px;
  float:right;
}

.back-to-top {
  background: url(../img/arrow-up-grey.png) no-repeat 0 1.2em;

  display: block;
  text-decoration: none;
  border-top: 1px dotted #999;
  padding-top: 7px;
  padding-left: 1.2em;

  margin-top: 40px;
  margin-bottom: 40px;

  -webkit-transition: color .2s;
}
.caption {
  font-size: .95em;
  padding-bottom: 0.7em;
  margin-bottom: 1.95em;
  background: url(../img/caption-underline.gif) no-repeat left bottom;
  margin-right: 200px;
}
.note {
  font-size: .95em;
  padding-bottom: 0.7em;
  margin-bottom: 1.95em;
  background-image: url(../img/footer-rule.gif);
  background-repeat: no-repeat;
  background-position: left bottom;
}
.footnote {
  font-size: .95em;
  background-image: url(../img/footer-rule.gif);
  background-repeat: no-repeat;
  background-position: left top;
  margin-top: 1.5em;
  padding-top: .7em;
}
.our-people {
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  background: #f2eed8;
  padding-top: 10px;
  padding-right: 30px;
  padding-bottom: 10px;
  padding-left: 30px;
  margin-top: 2em;
  margin-bottom: 2em;
}
.case-study {
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	background: #f2eed8;
	padding-top: 10px;
	padding-right: 30px;
	padding-bottom: 10px;
	padding-left: 30px;
	margin-top: 2em;
	margin-bottom: 2em;
}
.case-study h4,
.case-study .header {
	font-weight: bold;
	font-size: 1.15em;
	margin-top: 1em;
}
.our-people h4,
.our-people .header {
	font-weight: bold;
	font-size: 1.15em;
	margin-top: 1em;
}
.case-study img {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.our-people img {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	float: left;
	margin-right: 15px;
	margin-bottom: 15px;
}

.feature-box {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background: #EBEBEB;
  display: block;
  margin-top: 30px;
  margin-right: 0;
  margin-bottom: 30px;
  margin-left: 0;
  padding-top: 23px;
  padding-right: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
}

#content li {
  list-style-type: none;
  background: url(../img/arrow-orange.png) no-repeat  .2em .5em;
  margin: .6em 0;
  padding-left: 1.5em;
}

.report-thumbnail {
  -moz-box-shadow:    2px 2px 8px 2px #bbb;
  -webkit-box-shadow: 2px 2px 8px 2px #bbb;
  box-shadow:         2px 2px 8px 2px #bbb;
}

table caption.hidden{
  display: none;
}

.table{
  border: none;
  border-collapse: collapse;
  border-spacing: 0;
  text-align: left;;
  vertical-align: top;
}

.full-width{
  width: 100%;
}


.table-primary{
  width: 100%;
  border: none;
  border-collapse: collapse;
  border-spacing: 4px;
  margin-bottom: 1em;
}
.table-primary thead th{
  color: #FFF;
  font-weight: bold;
  border-top: 2px solid #FFFFFF;
  padding: 4px 8px;
  background: #3D3935;
  vertical-align: top;
  text-align: left;
}
.table-primary tbody td{
  border-top: 2px solid #fff;
  background: #f2eed8;
  vertical-align: top;
  text-align: left;
  padding: 4px 8px;
}

.table-primary.without-inner-spaces{}
.table-primary.without-inner-spaces tbody td{
  padding: 15px 8px;
}
.table-primary.without-inner-spaces p{
  margin: 0;
}
.table-primary.without-inner-spaces ul{
  margin: 0;
}

.table-primary.full-width{
  width: 100%;
}

.table-primary .top-header td,
.table-primary .top-header th
{
  background: #3D3935;
  text-align: left;
  color: white;
  font-weight: bold;
  padding: 4px 8px;
}
.table-primary .top-header.centered td,
.table-primary .top-header.centered th{
  text-align: center;
}

.table-primary .bottom-header td,
.table-primary .bottom-header th
{
  background: #dfd1a7;
  font-weight: bold;
  color: #3D3935;
  text-align: right;
  padding: 4px 8px;
  vertical-align: bottom;
}
.table-primary .bottom-header td:first-child,
.table-primary .bottom-header th:first-child
{
  text-align: left;
}

/*** table-grid ***/
.table-grid{
  border-spacing: 15px;
  border-collapse: separate;
}
.table-grid th{
  background:#F2EED8;
  font-weight: normal;
  padding: 20px;
}
.table-grid td{
  background:#D7D2CB;
  padding: 20px;
  width: 25%;
}
.table-grid tbody td.no-background{
  background: transparent;
}
/*** table-grid ***/

/*** table-app ***/
.table-app{}
.table-app tbody td{
  text-align: right;
  vertical-align: middle;
}
.table-app tbody td:first-child{
  text-align: left;
}
.table-app tbody td.not-first:first-child{
  text-align: right;
}
.table-app thead th,
.table-app .top-header th,
.table-app .top-header td
{
  text-align: right;
  vertical-align: bottom;
}
.table-app thead th:first-child,
.table-app .top-header th:first-child,
.table-app .top-header td:first-child
{
  text-align: left;
}

.table-app tbody td.number{
  text-align: right;
}
.table-app tbody td.arrow{
  text-align: center;
  vertical-align: middle;
}
/*** table-app ***/



.table-vertical-middle{}
.table-vertical-middle th,
.table-vertical-middle td{
  vertical-align: middle;
}

.table-about-smth thead th.column-second{
  width: 62%;
}

.table-centred{
  text-align: center;
}
.table-centred .top-header td,
.table-centred .top-header th {
  text-align: center;
}
.table-centred .bottom-header td,
.table-centred .bottom-header th,
.table-centred .bottom-header td:first-child,
.table-centred .bottom-header th:first-child
{
  text-align: center;
}
.table-centred tbody td {
  text-align: center;
}



.image-padding {
  text-align: left;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px; /* future proofing */
  -khtml-border-radius: 5px; /* for old Konqueror browsers */
  margin-right: 25px;
  margin-bottom: 15px;
  margin-top: 3px;
}

#main-nav{

}
#main-nav > ul{
  margin: 0;
  padding: 0;
  list-style-type: none;
  line-height: 16px;
}
#main-nav > ul li a {
  text-decoration: none;
  display: block;
  color: #3D3935;

  -webkit-transition: color .2s;
}
#main-nav > ul li a.active{
  cursor: default;
}
#main-nav > ul > li > a {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px; /* future proofing */

  color: #3D3935;
  text-decoration: none;
  display: block;
  text-indent: 5px;
  padding: 8px;
  margin: 0 0 5px;
  background-color: #EBEBEB;
  font-family: unlimited_pro_regularregular, Arial, Helvetica, sans-serif;
  line-height: 1.6;

  -webkit-transition: background-color .2s;
}
#main-nav > ul > li > a.active,
#main-nav > ul > li > a:hover {
  color: #FFF;
  background-color: #3D3935;
  display: block;
}

#main-nav > ul .label-item{
  margin: 0;

  font-weight: normal;
  font-family: unlimited_pro_mediumregular, Arial, Helvetica, sans-serif;
  padding-bottom: 0.6em;
  padding-left: 1.2em;

  cursor: default;
}

#main-nav > ul > li > ul{
  padding-top: 5px;
}
#main-nav > ul > li > ul > li{
  margin: 0 0 0.6em 0;
}
#main-nav > ul > li > ul > li > a {
  padding-left: 1.2em;

  font-weight: normal;
  font-family: unlimited_pro_lightregular, Arial, Helvetica, sans-serif;
}
#main-nav > ul > li.sub-menu-style-hard > ul > li{
  margin-top: 0;
  margin-left: 0;
  margin-bottom: 0;

  padding-bottom: 0.6em;
  padding-left: 0;
}

#main-nav > ul > li.sub-menu-style-hard > ul > li > a{
  margin-top: 0px;
  margin-left: 0px;
  font-weight: normal;
  font-family: unlimited_pro_mediumregular, Arial, Helvetica, sans-serif;
  padding-bottom: 0.6em;
  padding-left: 1.2em;
  margin-bottom: 0px;
  line-height: 16px;
}
#main-nav > ul > li.sub-menu-style-hard > ul > li > a.active{
  font-weight: normal;
}
#main-nav > ul > li > ul > li > a.active,
#main-nav > ul > li > ul > li > a:hover {
  background: url(../img/arrow-orange.png) no-repeat .2em .4em;
}
#main-nav > ul > li > ul > li > a.active{
  font-family: unlimited_pro_mediumregular, Arial, Helvetica, sans-serif;
}

#main-nav > ul > li > ul > li > ul{
  margin-left: 1.2em;
}
#main-nav > ul > li > ul > li > ul > li{}
#main-nav > ul > li > ul > li > ul > li > a{
  margin: 0 0 5px;
  padding-left: 1em;
  line-height: 16px;
  font-family: unlimited_pro_lightregular, Arial, Helvetica, sans-serif;

  background: url(../img/enrule.gif) no-repeat .1em 0.7em;
}


#footer{
  background: #EBEBEB;
}
#footer .footer-inner{
  width: 987px;
  margin: 0 auto;
  padding: 20px 0;
  line-height: 20px;
}
#footer .footer-inner .footer-left{
  float: left;
}
#footer .footer-inner .footer-right{
  float: right;
}

.clear, .clr{
	clear: both;
	display: block;
}
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}

html, body{
  height: 100%;
}

#container{
  min-height: 100%;
  height: auto !important;
  height: 100%;
  margin: 0 auto -60px; /* same as the footer */
}

#container:after{
  content:'';
  display: block;
  height: 60px; /* same as the footer */
}

#footer{
  height: 60px;
}
