/* ---- config ---- */
/* ---- reset ---- */
/* normalize.css 2012-03-11T12:53 UTC - http://github.com/necolas/normalize.css */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
	display: block;
}
audio,
canvas,
video {
	display: inline-block;
	*display: inline;
	*zoom: 1;
}
audio:not([controls]) {
	display: none;
	height: 0;
}
[hidden] {
	display: none;
}
html {
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
html,
button,
input,
select,
textarea {
	font-family: sans-serif;
}
body {
	margin: 0;
}
a:focus {
	outline: thin dotted;
}
a,
a:visited {
	outline: 0;
	color:#5BC4BE;
	text-decoration: none;
}

a:hover,
a:active{
	text-decoration: underline;
}

h1 {
	font-size: 2em;
	margin: 0.5em 0;
}
h2 {
	font-size: 1.3em;
	margin: 0.5em 0;
	font-weight:normal;
}
h3 {
	font-size: 1.17em;
	margin: 1em 0;
}
h4 {
	font-size: 1em;
	margin: 1.33em 0;
}
h5 {
	font-size: 0.83em;
	margin: 1.67em 0;
}
h6 {
	font-size: 0.75em;
	margin: 2.33em 0;
}
abbr[title] {
	border-bottom: 1px dotted;
}
b,
strong {
	font-weight: bold;
}
blockquote {
	margin: 1em 40px;
}
dfn {
	font-style: italic;
}
mark {
	background: #ff0;
	color: #000;
}
p,
pre {
	margin: 0.75em 0;
}
pre,
code,
kbd,
samp {
	font-family: monospace, serif;
	_font-family: 'courier new', monospace;
	font-size: 1em;
}
pre {
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}
q {
	quotes: none;
}
q:before,
q:after {
	content: '';
	content: none;
}
small {
	font-size: 75%;
}
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}
dl,
menu,
ol,
ul {
	margin: 1em 0;
}
dd {
	margin: 0 0 0 40px;
}
menu,
ol,
ul {
	padding: 0 0 0 40px;
}
nav ul,
nav ol {
	list-style: none;
	list-style-image: none;
}
img {
	border: 0;
	-ms-interpolation-mode: bicubic;
}
svg:not(:root) {
	overflow: hidden;
}
figure {
	margin: 0;
}
form {
	margin: 0;
}
fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}
button,
input,
select,
textarea {
	font-size: 100%;
	margin: 0;
	vertical-align: baseline;
	*vertical-align: middle;
}
button,
input {
	line-height: normal;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	cursor: pointer;
	-webkit-appearance: button;
	*overflow: visible;
}
button[disabled],
input[disabled] {
	cursor: default;
}
input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
	*height: 13px;
	*width: 13px;
}
input[type="search"] {
	-webkit-appearance: textfield;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
	-webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}
textarea {
	overflow: auto;
	vertical-align: top;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* ---- Typography ---- */
body {
	font-family: Georgia, Times, "Times New Roman", serif;
	font-size: 16px;
	line-height: 24px;
	background: #f3efd5;
}

/* ---- Grid ---- */
* {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
#container {

}
.ie7 #container {
	letter-spacing: normal;
}

/* ---- Navigation ---- */
#menubar {
	display: block;
	width: 100%;
	position: fixed;
	top:0;
	background: transparent url('../img/menu_bg.png') repeat-x 0 0 ;
	z-index: 100;
	height: 85px;
}
#navbar {
	-webkit-font-smoothing:antialiased;
	-webkit-transition:opacity 0.3s ease;
	display: block;
	vertical-align: top;
	letter-spacing: normal;
	word-spacing: normal;
	width: 100%;
	position: fixed;
	top:0;
	background: transparent url('../img/stripe.png') repeat-x 0 45px ;
	z-index: 101;
	height: 85px;
	line-height: 35px;
}
.ie7 #navbar {
	display: inline;
	zoom: 1;
}
.ie7 #navbar {
	display: inline;
	zoom: 1;
}
#navbar .navbar-inner {
	width: 960px;
	margin: 0 auto;
}

#navbar.hidden {
	-moz-opacity: 0.2;
	-khtml-opacity: 0.2;
	-webkit-opacity: 0.2;
	opacity: 0.2;
}
#navbar:hover {
	-moz-opacity: 1;
	-khtml-opacity: 1;
	-webkit-opacity: 1;
	opacity: 1;
}

#navbar ul {
	margin:5px 0 0 0;
	padding:0;
	list-style:none;
	float:right;
	position:relative;
	right:50%;
}
#navbar ul li {
	display: inline-block;
	float:left;
	position:relative;
	left:50%;
}
#navbar ul li a {
	color: #000000;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: 400;
	padding: 0 12px 15px;
	font-size: 0.8em;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
		/*border-right: 1px solid #000;*/
}
#navbar ul li a.navlast{
	border: none;
}
#navbar ul li a:hover {
	color: #5bc4be;
}
#navbar ul li.active a {
	color: #5bc4be;
}
#navbar:after {
	clear: both;
}
#navbar .handle {
	display: none;
	float: right;
	color: white;
	text-decoration: none;
	font-size: 47px;
	padding: 16px 20px;
	-webkit-font-smoothing: antialiased;
}

@media only screen and (max-width: 767px) {
	#navbar .menuicon {
		display: block;
		z-index:999;
		position: relative;
		margin: 0.5em 0 0 1em;
		width:40px;
		height:40px;
		background:transparent url('../img/menu.png') no-repeat;
		-webkit-box-shadow: 0 6px 6px 1px rgba(0, 0, 0, 0.5);
		-moz-box-shadow: 0 6px 6px 1px rgba(0, 0, 0, 0.5);
		box-shadow: 0 6px 6px 1px rgba(0, 0, 0, 0.5);
	}
	#navbar {
		background:none;
		}
	#navbar #nav {
		display: none;
	}
}
@media only screen and (min-width: 958px) {
}
@media only screen and (min-width: 1258px) {
}
@media only screen and (max-width: 957px) and (min-width: 480px) {
}
html,
body {
	width: 100%;
	height: 100%;
}
/* ---- Sections ---- */
section {
	display: inline-block;
	vertical-align: top;
	letter-spacing: normal;
	word-spacing: normal;
	width: 100%;
	margin-right: 0;
	display: block;
	position: relative;
	text-align: center;
	padding-left: 20px;
	padding-right: 20px;
}
.brown{ background: none repeat scroll 0 0 #eae3b8;}

.ie7 section {
	display: inline;
	zoom: 1;
}
.ie7 section {
	display: inline;
	zoom: 1;
}
section .inner {
	width: auto;
	height:auto;
	max-width: 960px;
	margin: 0 auto;
	border-left:10px #f3efd5 solid;
	border-right:10px #f3efd5 solid;
	-webkit-border-radius: 65px 0 65px 0 ;
	-moz-border-radius: 65px 0 65px 0 ;
	border-radius: 65px 0 65px 0 ;
	position: relative;
}

section .innertop {
	width: auto;
	max-width: 960px;
	margin: 0 auto;
	border-left:10px #f3efd5 solid;
	border-right:10px #f3efd5 solid;
	-webkit-border-radius: 65px 0 0 0 ;
	-moz-border-radius: 65px 0 0 0 ;
	border-radius: 65px 0 0 0 ;
	padding:10px 0;
	position: relative;
	background: url(../img/corner-flav.png) no-repeat right bottom;
}

section header h2 {
	text-indent:-9999em;
	display:none;
}
section header .subtitle {
	font-family: "Times New Roman", Times, serif;
	font-size: 19px;
	line-height: 29px;
	font-weight: 300;
	letter-spacing: 1px;
	line-height: 35px;
	text-shadow: 0 1px 0 #fff;
	padding: 0 20px;
	margin-bottom: 48px;
}
section .content {
	padding:0px 30px 20px 30px;
	text-align: center;
	overflow: auto;
	height: auto;
}
	/*#jobs .content {
		text-align:center !important;
	}*/

.ie7 section .content {
	letter-spacing: normal;
}
section .content .half {
	display: block;
	float:left;
	vertical-align: top;
	width: 50%;
	padding-right:20px;
}
.ie7 section .content .half {
	display: inline;
	zoom: 1;
}
section .content .third {
	display: block;
	float:left;
	vertical-align: top;
	width: 240px;
}
.ie7 section .content .third {
	display: inline;
	zoom: 1;
}
section .content .end {
	margin-right: 0;
}
@media only screen and (max-width: 480px) {
	section .content .third {
		display: inline-block;
		vertical-align: top;
		letter-spacing: normal;
		word-spacing: normal;
		width: 100%;
	}
	.ie7 section .content .third {
		display: inline;
		zoom: 1;
	}
}
@media only screen and (max-width: 957px) {
	section .content .half {
		display: inline-block;
		vertical-align: top;
		letter-spacing: normal;
		word-spacing: normal;
		width: 100%;
	}
	.ie7 section .content .half {
		display: inline;
		zoom: 1;
	}
}

/* ---- Section #jobs ---- */
#candidates .innertop{
	margin-bottom: 130px;
}
#candidates .frame img.dinkussmall{
	width:180px;
}
#candidates .innertop .content.top{
	margin-top:-60px;
}
#candidates .frame {
	display: inline-block;
	position:relative;
	padding:0 7px;
}
#candidates .frame img.dinkussmall:hover {
	border: 0;
}
#candidates .frame.animate {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: scale(0, 0, 0);
}
#candidates .frame.animate img.dinkussmall {
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
#candidates .frame.animate:hover img.dinkussmall {
	-webkit-transform: scale(1.15,1.15);
	-moz-transform: scale(1.15,1.15);
	-ms-transform: scale(1.15,1.15);
	-o-transform: scale(1.15,1.15);
	transform: scale(1.15,1.15);
}

#candidates .content{
	text-align: center;
}

@media only screen and (max-width: 655px) {
	#candidates .frame img.dinkussmall{
		width:150px;
	}
}

/* ---- Corners ---- */
.corner.top{
	width: auto;
	max-width: 960px;
	height: 65px;
	background:#F3EFD6 url(../img/corner.png) no-repeat right bottom;
	margin:0 auto;
	border-left:10px #f3efd5 solid;
	border-right:10px #f3efd5 solid;
	position:relative;
}
.corner.bottom{
	width:auto;
	max-width: 960px;
	height: 65px;
	background: #F3EFD6 url(../img/corner2.png) no-repeat left top;
	margin:0 auto;
	border-left:10px #f3efd5 solid;
	border-right:10px #f3efd5 solid;
	position:relative;
}
.corner.bottom-flav{
	width:100%;
	max-width: 960px;
	height: 65px;
	background: #5BC4BE url(../img/corner2.png) no-repeat left top;
	-webkit-border-radius: 0 0 65px 0;
	-moz-border-radius: 0 0 65px 0;
	border-radius: 0 0 65px 0;
	margin-bottom:-75px;

}
.corner.top-flav{
	position:absolute;
	width:100%;
	max-width: 960px;
	height: 65px;
	background: #F3EFD6 url(../img/corner-flav2.png) no-repeat left top;
	bottom:-130px;
}
.talent-black{
	width:100%;
	max-width: 960px;
	height: 65px;
	background: #5BC4BE;
	-webkit-border-radius: 65px 0 65px 0;
	-moz-border-radius: 65px 0 65px 0;
	border-radius: 65px 0 65px 0;
	margin-top:-10px;

}

.corner.bottom-black{
    background: url(../img/corner-flav2.png) no-repeat scroll left top;
    height: 65px;
    margin: 0 auto;
    max-width: 960px;
    position: relative;
    width: auto;
}
.corner.top-black{
	width: auto;
	max-width: 960px;
	height: 65px;
	background:#F3EFD6 url(../img/corner-flav.png) no-repeat right bottom;
	margin:0 auto;
	border-left:10px #f3efd5 solid;
	border-right:10px #f3efd5 solid;
	position:relative;

}

/* ---- Section #home ---- */
#home {
	height: auto;
	padding: 50px 0 20px 0;
	overflow: hidden;
	/* margin-bottom:20px; */
}
@media only screen and (min-device-width: 1024px) {
}

@media only screen and (max-width: 655px) {
	#home .logo img{
		width:80%;
	}
}

/* ---- Sliding window for jobs etc ---- */
#sliding-window {
	background: #f3efd5 url('../img/logo.png') no-repeat center center;
	bottom: 0;
	visibility: hidden;
	height: 100%;
	left: 100%;
	overflow-x: hidden;
	overflow-y: scroll;
	padding: 0;
	right: 0;
	position: fixed;
	margin: 0;
	width: 100%;
	z-index: 200;
	box-sizing: content-box;
}
#sliding-window.animate {
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	transition: all 1s ease;
}
@media only screen and (max-width: 580px) {
	#sliding-window {
		background-size: 80%;
	}
}
#sliding-window.open {
	left: 0;
	visibility: visible;
}
#sliding-window.loaded .close {
	visibility: visible;
}
#sliding-window .close {
	display:block;
	width:52px;
	height:25px;
	background:transparent url(../img/hand.png) no-repeat;
	margin-top: 0;
	z-index: 210;
	-webkit-transition: opacity 0.3s ease;
	-moz-transition: opacity 0.3s ease;
	transition: opacity 0.3s ease;
	text-indent:-9999em;
}
#sliding-window .close:hover {
	-moz-opacity: 0.8;
	-khtml-opacity: 0.8;
	-webkit-opacity: 0.8;
	opacity: 0.8;
}
#sliding-window .close:active {
	-moz-opacity: 1;
	-khtml-opacity: 1;
	-webkit-opacity: 1;
	opacity: 1;
}
#sliding-window .work {
	padding: 50px 100px;
	background-color: #333333;
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	-webkit-opacity: 0.5;
	opacity: 0;
	height:100%;
	text-align:left;
	z-index: ;
}
@media only screen and (max-width: 480px) {
	#sliding-window .work{
		padding: 0 !important;
	}
}
#sliding-window .jobs-header {
	padding: 50px;
	background: #F3EFD5;
	position: relative;
}
@media only screen and (max-width: 320px) {
	#sliding-window .jobs-header {
		padding: 20px;
	}
}
#sliding-window .jobs-logo {
	margin: 0 auto;
	background: transparent url(../img/logo_sml.png) no-repeat top center;
	height:64px;
	width:250px;
}
#sliding-window .jobs-top {
	background: transparent url(../img/stripe.png) no-repeat center;
	height:50px;
}
#sliding-window .jobs-type {
	margin:20px 100px 0;
	font-size: 30px;
}
#sliding-window .jobs-title {
	margin: 10px 100px;
	font-size: 20px;
}
#sliding-window .jobs-description {
	padding-bottom:10px;
	margin:0 100px;
	border-top:#63C6BE 2px solid;
}
#sliding-window .jobs-footer {
	background: transparent url(../img/stripe.png) no-repeat;
	background-position: center 55px;
	height:110px;
}
#sliding-window .jobs-interested {
	margin: 0 auto;
	background: transparent url(../img/interested.png) no-repeat top center;
	height:110px;
	width:217px;
}
@media only screen and (max-width: 480px) {
	#sliding-window .jobs-type, #sliding-window .jobs-title, #sliding-window .jobs-description {
		margin-left:0px;
		margin-right:0px;
	}
}
@media only screen and (max-width: 768px) {
	#sliding-window .jobs-type, #sliding-window .jobs-title, #sliding-window .jobs-description {
		margin-left:0px;
		margin-right:0px;
	}
}

/* ---- listItems ---- */
.content .listwrapper{
	margin-left:280px;
}

.content .listItem{
	padding: 0 20px 0 0;
}

.content .listItem hr{
	color: #5BC4BE;
	background-color: #5BC4BE;
	height: 1px;
	border-width:0;
	width:auto;
}
section .content .third p{
	padding-right: 20px;
}

@media only screen and (max-width: 480px) {
	section .content .listwrapper{
		width:100%;
		margin:0;
	}
	#candidates .content, section .content .third p{
		padding: 0;
	}
}

#footer{
	text-align: center;
	height: auto;
	padding:0;
	overflow: hidden;
	padding-bottom:40px;
}

@media only screen and (max-width: 1000px) {
	#footer .logo img{
		width: 80%;
	}
}

#footlinks{
	font-size: 12px;
	margin: -20px auto 0;
	padding-bottom: 10px;
	text-align: left;
	width: 960px;
}
#footlinks div{
	margin-left: 170px;
}

@media only screen and (max-width: 1000px){
	#footlinks{
		margin-top: 0;
	}
}
@media only screen and (max-width: 767px){
	#footlinks{
		margin-top: 10px;
		width:auto;
		text-align: center;

	}
	#footlinks div{
		margin-left:0;
	}
}
#footlinks a{
	color: #000;
	text-decoration: none;
}

#footlinks a:hover{
	text-decoration: underline;
}

/* ---- Contact Us ---- */

#contact-us .content{
	min-height:550px;
}
#contact-dinkus{
	position:absolute;
	width:422px;
	height:387px;
	background: transparent url(../img/contact-us_lrg.png) no-repeat;
	left:130px;
}
#address{
	position:absolute;
	width:134px;
	min-height:109px;
	height:auto;
	background: transparent url(../img/address.png) no-repeat top center;
	left:48px;
	top:245px;
	padding:110px 0 0 10px;
}
#email-box{
	position:absolute;
	width:133px;
	min-height:107px;
	height:auto;
	background: transparent url(../img/email.png) no-repeat top center;
	left:175px;
	top:360px;
	padding:110px 0 0 10px;
	color:#000;
}

#email-box p{
	margin: 0 0 10px 0;
}

#lisa{
	background: transparent url(../img/profile.png) no-repeat top left;
	position:absolute;
	min-width:138px;
	width:auto;
	min-height:113px;

	left:425px;
	top:255px;
	padding:10px 0 0 145px;
}
#tracy{
background: transparent url(../img/profile.png) no-repeat top left;
	position:absolute;
	min-width:138px;
	width:auto;
	min-height:113px;

	left:445px;
	top:260px;
	padding:10px 0 0 145px;
}
#facebook{background: transparent url(../img/facebook.png) no-repeat top left;
	position:absolute;
		min-width:138px;
		width:auto;
		min-height:113px;
		left:340px;
		top:390px;
		padding:10px 0 0 145px;
}

#twitter{
	position:absolute;
		min-width:132px;
		width:auto;
		min-height:107px;
		background: transparent url(../img/twitter.png) no-repeat top left;
		left:555px;
		top:135px;
		padding:10px 0 0 135px;
}
#contact .dinkus{
	display:none;
}
@media only screen and (max-width: 957px) {
	#contact .content{
		overflow:auto;
		min-height:0;
	}
	#contact .dinkus{
		display:block;
	}
	#contact-dinkus{
		position:relative;
		width:45%;
		height:152px;
		background: none;
		float:left;
		left:0;
		background: transparent url(../img/contact-us_med.png) no-repeat;
	}
	#address{
		position:relative;
		float:left;
		width:45%;
		height:152px;
		background: transparent url(../img/address.png) no-repeat left center;
		left:0;
		top:0;
		padding:30px 0 0 134px;
	}
	#email-box{
		position:relative;
		float:left;
		width:45%;
		height:125px;
		background: transparent url(../img/email.png) no-repeat top left;
		left:0;
		top:0;
		padding:10px 0 0 133px;
	}
	#lisa{
		position:relative;
		float:left;
		width:45%;
		height:125px;
		background: transparent url(../img/profile.png) no-repeat top left;
		left:0;
		top:0;
		padding:10px 0 0 145px;
	}
	#tracy{
		position:relative;
		float:left;
		width:45%;
		height:125px;
		background: transparent url(../img/profile.png) no-repeat top left;
		left:0;
		top:0;
		padding:10px 0 0 145px;
	}
	#facebook{
		position:relative;
		float:left;
		width:45%;
		height:125px;
		background: transparent url(../img/facebook.png) no-repeat top left;
		left:0;
		top:0;
		padding:10px 0 0 135px;
	}
	#twitter{
		position:relative;
		float:left;
		width:45%;
		height:125px;
		background: transparent url(../img/twitter.png) no-repeat top left;
		left:0;
		top:0;
		padding:10px 0 0 135px;
		margin-top:50px;
	}
}
@media only screen and (max-width: 700px) {
	#twitter,#address,#email-box,#lisa,#tracy,#facebook,#contact-dinkus{
		clear:both;
		width:100%;
	}
}
@media only screen and (max-width: 400px) {
	#twitter,#address,#email-box,#lisa,#tracy,#facebook{
		padding:115px 0 0 0;
		margin:10px 0 0 20px;
		height:auto;
	}
	#contact-dinkus{
		background-size:100%;
	}
}
/* ---- Other ---- */
.dinkus{
	position: absolute;
	width: 240px;
	height: 188px;
	left: 15px;
	top: -10px;
	z-index: 1;
}
.dinkus-spacer{
	width:235px; height:155px; display:block; float:left;
}
.choose{
	width:320px;
	height:65px;
	text-indent:-999em;
	background:url(../img/choose.png) no-repeat center ;
	line-height:65px;
	margin:0 auto;
}
.choose-talent{
	width:535px;
	height:80px;
	text-indent:-999em;
	background:url(../img/choose-talent.png) no-repeat center 15px ;
	line-height:65px;
	margin:0 auto;
	z-index:10;
}
@media only screen and (max-width: 655px) {
	.choose-talent{
		width:480px;
		height:65px;
		text-indent:-999em;
		background:url(../img/choose-talent_med.png) no-repeat center ;
		line-height:65px;
		margin:0 auto;
	}
}
@media only screen and (max-width: 580px) {
	.choose-talent{
		width:320px;
		height:65px;
		text-indent:-999em;
		background:url(../img/choose-talent_sml.png) no-repeat center ;
		line-height:65px;
		margin:0 auto;
	}
}
@media only screen and (max-width: 420px) {
	.choose{
		width:160px;
		height:65px;
		background:url(../img/choose_sml.png) no-repeat center ;
		line-height:65px;
		margin:0 auto;
	}
	.choose-talent{
		width:auto;
		background-size:70%;
	}
}

@media only screen and (max-width: 655px) {
	.choose2 img{
		width:80%;
	}
}

#pageslide {
	/* These styles MUST be included. Do not change. */

	display: none;
	position: absolute;
	position: fixed;
	top: 0;
	height: 100%;
	z-index: 999999;
	/* Specify the width of your pageslide here */

	width: 200px;
	/* These styles are optional, and describe how the pageslide will look */

	background-color: #333;
	color: #FFF;
	-webkit-box-shadow: inset 8px 0 8px -3px #222222;
	-moz-box-shadow: inset 8px 0 8px -3px #222222;
	box-shadow: inset 8px 0 8px -3px #222222;
}
#pageslide #nav {
	list-style: none;
	padding: 0;
	margin: 0;
}
#pageslide #nav a {
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	padding: 20px;
	display: block;
	border-bottom: 1px solid #222;
	box-shadow: 0 1px 0 #444;
}
#pageslide #nav a:hover {
	color: #ffcc;
}
#pageslide #nav a:active {
	background: #222;
}
@media only screen and (max-width: 767px) {
	#pageslide ul#nav.nav li ul {
		display:none;
	}
}
#nav li ul {
	position: absolute;
	width: 190px;
	left: -999em;
	background-color: #F3EFD5;
	float: none;
	-moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
	margin-top: 0px;
}

#nav li ul a{
	padding: 0;
	white-space: normal;
}

#nav li ul li{
	left: 0;
	padding: 5px 10px;
	line-height: 120%;
	width: 190px;
}

#nav li:hover ul, #nav li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul {
	left: 0;
}

:-moz-placeholder {
	font-style: italic;
}
::-webkit-input-placeholder {
	font-style: italic;
}
a,
:focus,
object,
embed {
	outline: 0 !important;
}
:-moz-ui-invalid {
	box-shadow: none !important;
}
button::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
select::-moz-focus-inner,
input[type="file"] > input[type="button"]::-moz-focus-inner {
	border: none !important;
}

.candidate-wrapper{
	overflow: auto;
	padding: 10px;
	max-width: 960px;
}

.candidates-dinkus{
	float: left;
	margin: 0 10px 10px 0;
}
@media only screen and (max-width: 767px) {
	.candidates-dinkus img{
		width:100%;
	}
}
.pagecontent{
	width: 960px;
	margin: 0 auto;
	clear: both;
	padding: 20px 0;
}

.sitemap{
	text-align: left;
}

.sitemap li{
	list-style: none;
}

.sitemap ul{
	margin: 0;
}

.next-arrow{
	width: 24px;
	height: 50px;
	position: absolute;
	bottom: 0;
	right: -50px;
	display: block;
	background: url(../img/hand-sprite.png) 0 -50px;
}

.prev-arrow{
	width: 24px;
	height: 50px;
	position: absolute;
	top: 0;
	right: -50px;
	display: block;
	background: url(../img/hand-sprite.png);
}
.candidateWrapper .listItem, .candidates-dinkus{
	display:none;
}
.candidateWrapper .listItem{
	padding: 0 0 0 250px;
}
@media only screen and (max-width: 767px) {
	.candidateWrapper .listItem{
		float:left;
		display:block;
		padding:0;
	}
}
.logo-other{
	width: 960px;
	text-align:left;
	margin: 0 auto;
	padding-left:160px;
}
.logo-other img{
	padding:0 10px;
	line-height:30px;

}
@media only screen and (max-width: 767px) {
	.logo-other{
		width: auto;
		text-align:center;
		padding-left:0;
	}
}
