@charset "utf-8";
html {
	padding:0;
	margin:0;
	color:#615435;
	font-size:13px;
	font-family: 'Open Sans', sans-serif;
	text-align:justify;
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, blockquote, th, td {
	margin:0;
	padding:0
}
body {
	width:100%;
	overflow-x:hidden
}
li {
	list-style-type:none
}
a {
	color:#575757
}
.cur {
	cursor:pointer
}
img {
	border:0
}
.after {
	clear:both;
	display:block;
	height:0;
	visibility:hidden
}
.none{
	display:none;
}
.full-width {
	width:100%;
	float:left;
}
.relative {
	position:relative
}
.absolute {
	position:absolute
}
.floatLeft {
	float:left
}
.floatRight {
	float:right
}
a {
	outline:none;
	text-decoration:none;
	cursor:pointer
}
#maincontainer {
	width:100%;
}
.centered {
	width:1003px;
	margin:0 auto;
	position:relative;
}
header{
	width:100%;
	height:99px;
	background:url(../../images/front/maptop.jpg) no-repeat center center;
	float:left;
}
#logo{
	margin-left:60px;
	margin-top:10px;
	display:block;
	float:left;
}
header .right-col{
	float:right;
	margin-top:25px;
	margin-right:22px;
}
header .right-col label{
	color:#000;
}
header .right-col .text-input{
	width:190px;
	height:25px;
	background-color:#f4f5f5;
	border:none;
	color:#231f20;
	padding-left:5px;
	padding-right:5px;
}
header .right-col .submit-btn{
	border:none;
	background:none;
	cursor:pointer;
}

#langs-holder{
	float:right;
	margin-top:12px;
	padding-right:30px;
}
#langs-holder a{
	color:#505050;
}
#langs-holder a:hover{
	color:#cba12c;
}
#langs-holder a.active{
	color:#cba12c;
}
#mainmenu nav{
	float:left;
}
#mainmenu a{
	display:block;
	color:#f4f5f5;
	text-align:right;
	font-size:15px;
	padding-left:5px;
	padding-right:5px;
	text-transform:uppercase;
}
#mainmenu a:hover{
	background-color:#cba12c;
}
#mainmenu a.active{
	background-color:#cba12c;
}
footer{
	width:100%;
	height:134px;
	float:left;
	background-color:#505050;
}
footer .black-border{border-top:2px solid #231f20}
footer a:hover{
	opacity:0.7;
}
footer .year{
	color:#FFF;
}
#facebook-icon{
	display:block;
	width:20px;
	height:20px;
	background:url(../../images/front/social-media.png) no-repeat;
}
#linkedin-icon{
	display:block;
	width:20px;
	height:20px;
	background:url(../../images/front/social-media.png) no-repeat;
	background-position:-24px 0px;
}
#youtube-icon{
	display:block;
	width:20px;
	height:20px;
	background:url(../../images/front/social-media.png) no-repeat;
	background-position:-49px 0px;
}
/* profile */
#profile-content{
	width:100%;
	float:left;
	background:url(../../images/front/map.png) repeat top left;
}
#mainmenu{
	margin-right:25px;
	padding:10px 0px;
}
#profile-menu a{
	float:left;
	color:#231f20;
	font-weight:bold;
	text-align:center;
	padding:3px 35px;
	margin-right:4px;
	font-size:11px;
	text-transform:uppercase;
}
#profile-menu a:hover{
	background-color:#f4f5f5;
}
#profile-menu a.active{
	background-color:#f4f5f5;
}
#profile-content .right-col{
	width:800px;
	padding-top:15px;
}
#profile-text-holder{
	width:760px;
	height:263px;
	position:relative;
	overflow:hidden;
	color:#231f20;
	font-size:15px;
	margin-top:30px;
	float:left;
}
.profile-text{
	width:100%;
	position:absolute;
	left:0;
	top:0;
}
.profile-text a:hover{
	color:#000;
}
.arrows-holder{
	width:13px;
	height:245px;
	position:relative;
	margin-top:17px;
}
#up-arrow{
	position:absolute;
	left:0;
	top:0;
	display:block;
	cursor:pointer;
	width:13px;
	height:6px;
	background:url(../../images/front/up-down-arrows.png) no-repeat;
}
#down-arrow{
	position:absolute;
	left:0;
	bottom:0;
	display:block;
	cursor:pointer;
	width:13px;
	height:6px;
	background:url(../../images/front/up-down-arrows.png) no-repeat;
	background-position:0px -7px;
}
/* --- */
/* careers */
#career-holder{
	width:345px;
	color:#231f20;
	font-size:15px;
}
.form-wsep{
	display:block;
	width:20px;
}
.text-input{
	background-color:#d1d2d3;
	color:#231f20;
	width:150px;
	height:20px;
	padding-left:5px;
	padding-right:5px;
	border:none;
}
textarea.message{
	background-color:#d1d2d3;
	width:150px;
	height:80px;
	padding-left:5px;
	padding-right:5px;
	border:none;
	resize:none;
}
#btn-submit{
	border:none;
	cursor:pointer;
	background-color:#caa12c;
	text-align:center;
	width:160px;
	height:20px;
	color:#FFF;
	font-weight:bold;
	font-size:11px;
	text-transform:uppercase;
}
/* --- */
.profile-text li{
	list-style-type:disc;
	margin-left:14px;
}
.form_required_error{
	color:#900;
	font-size:12px;
}
#success-msg{
	font-size:13px;
	width:345px;
	background-color:#cba12c;
	color:#FFF;
	padding:5px 10px;
}
#contact-address{
	color:#000;
	font-size:14px;
}
#contact-address a{
	text-decoration:underline;
	color:#000;
	font-size:14px;
}
#contact-address .custom{
	width:220px;
}
#keyword{
	font-size:12px;
}
span.aservice{
	text-decoration:underline;
}
.aservice-desc{
	padding-top:10px;
}