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

body {
	font-family: 'Titillium Web', Tahoma, Geneva, sans-serif;
	font-weight: 400;
}

h1, h2, h3 {
	font-weight: 300;
	font-size: 2.6em;
	line-height: 1.2;
}

h4, h5, h6 {
	font-weight: 600;
}

h1, h2, h3, h4, h5, h6, p, ul, ol, table {
	margin: 0.5em 0;
}

li {
	list-style: none;
}

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

a:hover {
	text-decoration: underline;
}

.center {
	width: 1024px;
	max-width: 1024px;
	min-width: 1024px;
	margin: 0 auto;
}

.contentwidth {
	width: 660px;
	margin: 0 auto;
}

.clear {
	clear: both;
}

.logo {
	padding: 21px;
	float: left;
}

.menu {
	float: right;
	padding-right: 20px;
}

.menu li {
	display: inline;
	margin: 5px /*10px*/;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 1.1em;
}

.darkblue {
	color: #000033;
}

.gold {
	color: #cc9900;
}

.lightblue {
	color: #0066cc;
}

.white {
	color: #ffffff;
}

.author {
	text-align: right;
	font-size: 1.2em;
	margin-bottom: -0.8em;
	padding-right: 5px;
}

.content p {
	line-height: 1.8;
	margin: 0 0 2em;
}

::-webkit-input-placeholder {
   color: #000033;
   text-transform: uppercase;
   font-weight: 700;
}

:-moz-placeholder { /* Firefox 18- */
   color: #000033; 
   text-transform: uppercase; 
   font-weight: 700;
}

::-moz-placeholder {  /* Firefox 19+ */
   color: #000033;  
   text-transform: uppercase;
   font-weight: 700;
}

:-ms-input-placeholder {  
   color: #000033; 
   text-transform: uppercase; 
   font-weight: 700;
}

.placeholder {  
   color: #000033;  
   text-transform: uppercase;
   font-weight: 700;
}

#homepage {
	background: url(../images/homepage-bg.png) no-repeat center;
	background-size: cover;
}

#homeheader {
	height: 130px;
	background: white;
}

#homepage .menu {
	padding-top: 80px;
}

#homepage .menu a {
	color: #000033;
}

#homepage .menu a:hover {
	color: #0066cc;
	text-decoration: none;
}

#payoff {
	background: white;
	padding: /*5px 20px*/ 25px 45px;
	position: relative;
	width: 420px;
	font-size: 1em;
	float: left;
	left: 50px;
	line-height: 1.7;
}

#payoff .close {
	float: right;
	margin-right: -35px;
	margin-top: -20px;
	cursor: pointer;
}

#homebutton {
	background: #0066cc;
	cursor: pointer;
	border-radius: 50%;
	width: 150px;
	height: 150px;
	color: white;
	padding: 25px;
	text-align: center;
	font-size: 1.2em;
	line-height: 1.5;
	float: right;
	margin-right: 150px;
	text-transform: lowercase;
}

#homebutton p {
	padding: 5px 0;
}

#homebutton:hover {
	background: #000033;
}

#homefooter {
	background: #000033;
	color: white;
	font-size: 0.9em;
	position: absolute;
	bottom: 0;
	width: 100%;
}

#homefooter a {
	color: #0066cc;
}

#twitterfeed {
	padding: 20px 80px 30px 0;
	width: 500px;
	float: left;
}

#twitterfeed .date {
	font-weight: 600;
	color: #74939b;
}

#twitterbird {
	float: right;
	padding: 20px 30px 0 0;
}

#about {
	background: #000033;
	color: white;
	padding-bottom: 45px;
}

#about .menu {
	padding-top: 30px;
}

#about .menu a {
	color: #ffffff;
}

#about .menu a:hover, #about .menu li.active a {
	color: #0066cc;
	text-decoration: none;
}

#services {
	background: #ffffff;
	color: #000033;
	padding-bottom: 45px;
}

#services .menu {
	padding-top: 30px;
}

#services .menu a {
	color: #000033;
}

#services .menu a:hover, #services .menu li.active a {
	color: #0066cc;
	text-decoration: none;
}

#interimmer {
	background: #0070ad;
	color: white;
	padding-bottom: 45px;
}

#interimmer .menu {
	padding-top: 30px;
}

#interimmer .menu a {
	color: #000033;
}

#interimmer .menu a:hover, #interimmer .menu li.active a {
	color: #ffffff;
	text-decoration: none;
}

#contact {
	background: #0066cc;
	color: #ffffff;
	padding-top: 30px;
	display: none;
}

input[type="text"] {
	width: 310px;
	padding: 5px;
	border: none;
	margin: 0.5em 0;
}

textarea {
	width: 310px;
	padding: 5px;
	border: none;
	margin: 0.5em 0;
	height: 124px;
}

input[type="submit"] {
	background: #000033;
	color: white;
	border: none;
	width: 660px;
	font-weight: 700;
	padding: 5px 0;
	margin: 0.5em 0;
}

input[type="submit"]:hover {
	color: #0066cc;
}



#peopleslider {
	position: absolute;
	z-index: 5;
	width: 1024px;
	height: 300px;
	display: none;
}

.gallery-wrap { margin: 0 auto; overflow: hidden; width: 726px; }
.gallery { position: relative; left: 0; top: 0; }
.gallery__item { float: left; list-style: none; margin-right: 35px; width: 188px; height: 270px; padding: 10px 21px 11px 10px; background: url(../images/slide-bg.png) no-repeat; text-align: center;}
.gallery__img { display: block; }
.gallery__item h4 { font-size: 0.9em; color: #000033;}

.gallery__controls { margin-top: -160px; }
.gallery__controls-prev { cursor: pointer; float: left; margin-left: 40px; }
.gallery__controls-next { cursor: pointer; float: right;  margin-right: 40px;}



#person {
	width: 660px;
	padding: 30px 30px 0;
	color: #0070ad;
	font-size: 0.9em;
}

#personcontent {
	float: left;
	width: 440px;
}

#personcontent p {
	margin: 0 0 1em;
}

#persondata {
	width: 200px;
	float: right;
	text-align: left;
}

#personcontact {
	color: #000033;
	border-left: 1px solid #000033;
	padding-left: 10px;
	display: none;
}

#footercontent, #homefootercontent {
	padding-top: 32px;
	font-size: 0.9em;
}

#footercontent strong, #homefootercontent strong {
	color: #0070ad;
	font-variant: small-caps;
	font-weight: normal;
}

#homefootercontent strong {
	color: #ffffff;
}

#homefootercontent a {
	color: #ffffff;
}