/* ~~~~ reset all styles ~~~~ */
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,
b, u, i, center,
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;
	background: transparent;
}
/* 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 ~~~~ */

body {
	background: #fff;
	color: #222;
	font-size: 12px;
	line-height: 1.5em;
	font-family: 'Lato', Verdana, Arial, sans-serif;
	text-align: left;
}

html, body {
	margin: 0;
	padding: 0;
	height:100%;
}

h1, h2, h3, h4, h5, h6 {
	line-height: 120%;
	clear: both;
	font-weight: normal;
}

h1 {
	font-size: 150%;
	font-weight: 700;
	text-align: left;
	line-height: 150%;
}

h2 {
	font-size: 135%;
	font-weight: 700;
	text-align: left;
	line-height: 135%;
}

h3 {
	font-style: italic;
	margin: 1em 0 0;
	text-align: left;
}

h4 {
	font-size: 90%;
	color: #888;
	margin: 1em 0 1em;
	text-align: left;
	width: 100%;
	border-bottom: 1px dotted #cccccc;
}

ol {
	list-style: decimal-leading-zero inside;
}

ul {
	list-style: disc inside;
}

ul.nostyle {
	list-style-type: none;
	display: block;
	width: auto;
	margin: 0 auto 0;
}

blockquote {
	display: block;
	font-style: italic;
	font-size: 110%;
	margin: 1em 4em 1em 2em;
}

blockquote:before {
	content: '‘';
	font-size: 170%;
	font-weight: 700;
	vertical-align: text-top;
	margin: 3px;
}

blockquote:after {
	content: '’';
	font-size: 170%;
	font-weight: 700;
	vertical-align: text-top;
	margin: 2px;
}

address {
	position: relative;
	margin: 0;
	text-align: left;
}

del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

a img {
	border: none;
}

a {
	color: #777;
	text-decoration: none;
}

a:hover {
	color:#f66;
}

img {
  position: relative;
  padding: 0;
}

#wrapper {
  width: 960px;
  margin: 0 auto 0;
  position: relative;
	height: 100%;
	overflow: hidden;
	/*background: #aaa url("../images/likins1_full.jpg") center/cover no-repeat content-box;
	background-origin: content-box;
	background-image: url("../images/likins1_full.jpg");
	background-size: cover;
	background-position: center;*/
}

#header {
  position: relative;
  top: 0;
  padding: 40px 0 0;
  height: 40px;
  width: 960px;
  background: url("../images/GA_header.png") no-repeat center;
}

#header_wht {
  position: relative;
  top: 0;
  padding: 40px 0 0;
  height: 40px;
  width: 960px;
  background: url("../images/GA_header_wht.png") no-repeat center;
}

#inner {
  position: relative;
  width: 960px;
	min-height: 480px;
	height: 100%;
  padding: 0;
}

#leftpane {
  float: left;
  position: relative;
	height: 100%;
	min-height: 480px;
  padding: 10px 0 15px;
  border-right: 1px solid #ccc;
}

#rightpane {
  float: left;
  position: relative;
	height: 100%;
  background: #fff;
  padding: 0;
}

#footer {
	z-index: 9999;
  position: absolute;
  width: 100%;
  bottom: 0;
  padding: 0;
  height: 24px;
  color:#8C8C8C;
  font-size:10px;
  background: #fff;
  border-top: 1px dotted #cccccc;
}

#botborder {
  border-bottom: 1px dotted #cccccc;
}

/*
#gallery {
	overflow: hidden;
	position: relative;
	height: 75%;
}

#gallery .H {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	width: 125%;
}

#gallery .V {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	min-width: 100%;
}

#gallery img {
	margin: 0 auto 0;
	width: 100%;
	height: auto;
}
*/

.nav {
  position: relative;
  width: 100%;
  padding: 0em 0 10px;
  word-spacing: 4em;
  font-size: 100%;
	text-align: center;
}

.nav-sub {
  position: relative;
  width: 100%;
  margin: 0 auto 0;
  padding: 0 0 10px;
  font-size: 100%;
	text-align: center;
}

.nav ul li, .nav-sub ul li {
	list-style-type: none;
	padding: 0;
	display: inline;
	margin: 0 3px 0;
}

.alignleft {
  float: left;
}

.alignleft10padd {
	float: left;
	padding: 0 10px 0;
}

.alignright {
  float: right;
}

.alignright10padd {
	float: right;
	padding: 0 10px 0;
}

.hometitle {
	font-size: 84px;
	line-height: 1.0em;
	font-family: 'Titillium Web', sans-serif;
	font-weight: 900;
	text-align: right;
	color: #fff;
	position: absolute;
	float: right;
	bottom: 0;
	right: 0;
	margin: 0 48px 60px 0;
	width: 400px;
}

.contactimage {
	background: #fff url("../images/theoffice.jpg") center/cover no-repeat;
	width: 49.9%;
}

.team-mug {
	float: left;
	position: relative;
	top: 0;
	margin: 0 2em 16em 0;
	width: 16em;
	height: auto;
}

.office-main {
	position: relative;
	font-size: 90%;
	margin: 20px 0 0;
	color: #666;
	border-bottom: 1px dotted #cccccc;
	text-align: left;
	width: 200px;
}

.onpage {
	font-weight: 900;
}

.boldme {
	font-weight: 700;
}

.bodytextL {
	width: auto;
	font-weight: 400;
	font-size: 115%;
	text-align: left;
	margin: 0 1em 1em 0;
}

.aboutSCT {
	width: 32%;
	float: left;
	margin: 10px 0 0;
	text-align: center;
}

.aboutSCT ul {
	width: 100%;
	list-style: none;
	font-size: 90%;
}

.aboutSCT ul li {
	margin-bottom: 10px;
}

.aboutSCT ul li a {
	font-weight: 700;
}

.fuzzy {
	-webkit-filter: blur(1px);
	-moz-filter: blur(1px);
	-o-filter: blur(1px);
	-ms-filter: blur(1px);
	filter: blur(1px);
	opacity: 0.5;
}

.pane50 {
	width: 49.8%;
}

.pane30 {
	width: 29.8%;
}

.pane70 {
	width: 69.8%;
}

.projoverflow {
	overflow-y: scroll;
}

::-webkit-scrollbar {
    width: 12px;
}

/* Track */
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 2px rgba(190,190,190,0.3);
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

/* Handle */
::-webkit-scrollbar-thumb {
    -webkit-border-radius: 6px;
    border-radius: 6px;
    background: rgba(240,240,240,0.4);
    -webkit-box-shadow: inset 0 0 1px rgba(0,0,0,0.5);
}
::-webkit-scrollbar-thumb:window-inactive {
	background: rgba(190,190,190,0.4);
}

/* Button */
::-webkit-scrollbar-button:start:decrement,
::-webkit-scrollbar-button:start:increment,
::-webkit-scrollbar-button:end:decrement,
::-webkit-scrollbar-button:end:increment {
	display: none;
}

.press i {
	margin: 1em 0.7em 0 0;
}

#slides {
	display:none;
}

#slides .slidesjs-container {
  margin-bottom:5px;
}

#slides .slidesjs-previous {
  margin: 5px 5px;
  float:left;
	color: #d2d2d2;
}
#slides .slidesjs-next {
  margin: 5px 30px;
  float:left;
	color: #d2d2d2;
}

.slidesjs-navigation {
	position: absolute;
	z-index: 9998;
	top: 0;
	margin: 5px 5px;
	opacity: 0.7;
}

.slidesjs-previous a:hover {
	color: #f66;
}

.slidesjs-pagination {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 9999;
  margin:6px 0 0;
  float: left;
  list-style: none;
}

.slidesjs-pagination li {
    float: left;
    margin: 0 1px;
}

.slidesjs-pagination li a {
    display: block;
    width: 13px;
    height: 0;
    padding-top: 13px;
    background-image: url(../images/pagination.png);
    background-position: 0 0;
    float: left;
    overflow: hidden;
		opacity: 0.7;
}

.slidesjs-pagination li a.active, .slidesjs-pagination li a:hover.active { background-position: 0 -13px }

.slidesjs-pagination li a:hover { background-position: 0 -26px }
