/**
* Disable padding and margin for all elements
**/
* {
	padding:				0px;
	margin:					0px;
}

@font-face {
	font-family: 'TheSerifOfficeLFRegular';
	src: url('../fonts/tseofl5_-webfont.eot');
	src: local('?'), url('../fonts/tseofl5_-webfont.woff') format('woff'), url('../fonts/tseofl5_-webfont.ttf') format('truetype'), url('../fonts/tseofl5_-webfont.svg#webfont9VZ2Cjbd') format('svg');
	font-weight: normal;
	font-style: normal;
}

body {
	font-family:			Arial, Helvetica, Verdana;
	font-size:				0.875em;
	color:					#4f4d4d;
	background:				url(../images/bg_body.png);
}

#header_bg {
	background:				url(../images/bg_div_header_bg.png) repeat-x;
}

#header {
	height:					208px;
	background:				url(../images/bg_div_header.png) no-repeat;
	position:				relative;
}

/**
* Job-Badge
**/

#job-badge {
	width:					108px;
	height:					112px;
	background:				url(../images/jobs-sticker.png) no-repeat;
	position:				absolute;
	bottom:					50px;
	right:					0px;
}	
	
.jobtitle {				
	font-weight:			bold;
	margin-bottom:			15px;
}

/** Job-Badge END **/

#home {
	display:				block;
	width:					242px;
	height:					193px;
	background:				url(../images/bg_a_home.png) no-repeat;
	position:				absolute;
	top:					0px;
	left:					-63px;
}

#navigation_top {
	font-size:				1.71em;
	text-transform:			uppercase;
	position:				absolute;
	top:					29px;
	right:					0px;
}

#navigation_top ul {
	list-style-type:		none;
}

#navigation_top ul li {
	float:					left;
	padding:				0px 20px 0px 14px;
	background:				url(../images/bg_navigation_top_li.png) no-repeat right 10px;
}

#navigation_top ul li.first {
	padding-left:			0px;
}

#navigation_top ul li.last {
	padding-right:			0px;
	background:				none;
}

#navigation_top ul li a {
	display:				block;
	text-decoration:		none;
	margin:					0px;
	padding:				0px;
	padding-bottom:			22px;
	color:					#fff;
	font-family:			TheSerifOfficeLFRegular;
}

#navigation_top ul li a:hover, #navigation_top ul li a.current, #navigation_top ul li a.section {
	color:					#ffad00;
	text-shadow:			#ffad00 0px 0px 10px;
	background:				url(../images/bg_navigation_top_a.png) no-repeat bottom center;
}

#contact_us {
	display:				block;
	width:					227px;
	height:					62px;
	background:				url(../images/bg_a_contact_us_ani.gif) no-repeat;
	position:				absolute;
	top:					114px;
	right:					0px;
}

#navigation_sub {
	
}

#navigation_sub ul {
	list-style-type:		none;
}

#navigation_sub ul li {
	margin-bottom:			20px;
	background:				url(../images/bg_navigation_sub_li.png) repeat-x bottom left;
}

#navigation_sub ul li a {
	display:				block;
	color:					#4f4d4d;
	text-decoration:		none;
	font-size:				1.57em;
}

#navigation_sub ul li a.current, #navigation_sub ul li a.section {
	color:					#ffad00;
	text-shadow:			#999 0px 1px 0px;
}

#navigation_sub ul li a.firstlevel {
	font-family:			TheSerifOfficeLFRegular;
}

#navigation_sub ul li ul li {
	margin-bottom:			0px;
	background:				url(../images/bg_navigation_sub_li.png) repeat-x top left;
	padding-top:			1px;
}

#navigation_sub ul li ul li a {
	font-size:				1em;
	margin-bottom:			0px;
	padding:				6px 0px;
	padding-left:			15px;
}

#navigation_sub ul li ul li a.section, #navigation_sub ul li ul li a.current {
	background:				#fff;
}

#navigation_sub ul li ul li ul li a {
	padding-left:			30px;
}

#navigation_sub ul li ul li ul li ul li a {
	padding-left:			45px;
}

#navigation_sub ul li ul li ul li ul li ul li a {
	padding-left:			60px;
}

#navigation_sub ul li ul li ul li ul li ul li ul li a {
	padding-left:			75px;
}

#content_bg {
	/*background:				url(../images/bg_div_content_bg.png);*/
	background:				#fff;
}

#content {
	padding-top:			50px;
	position:				relative;
}

#content_left {

}

#content_main {
	position:				relative;
}

#content_right {

}

#leftbarimage {
	display:				block;
	margin-bottom:			20px;
}

#references_left {
	margin-bottom:			20px;
}

div.reference_left {
	padding:				10px 0px;
}

div.reference_left a.logo_link {
	display:				block;
	margin-bottom:			10px;
	text-align:				center;
}

div.reference_left img {
	display:				inline-block;
	border:					none;
}

div#overview {
	float:					left;
}

#socials {
	height:					30px;
	float:right;
	overflow:				hidden;
}

#addthis a {
	color:					#4f4d4d;
}

#footer {
	background:				url(../images/bg_div_footer.png) repeat-y;
	margin-top:				20px;
	margin-bottom:			20px;
	padding:				5px 0px;
	font-size:				0.93em;
}

#footer span.title {
	display:				block;
	color:					#eea609;
	font-size:				1.23em;
	margin-bottom:			10px;
	font-family:			TheSerifOfficeLFRegular;
}

#infolinks {
	margin:					0px;
	padding:				0px;
	list-style-type:		none;
}

#infolinks li {
	display:				block;
	float:					left;
	margin-right:			15px;
}

a.footericon {
	display:				block;
	height:					23px;
	width:					24px;
}

a.footericon.newsletter {
	background:				url(../images/bg_a_footericon_email.png) no-repeat;
	width:					27px;
}

a.footericon.facebook {
	background:				url(../images/bg_a_footericon_facebook.png) no-repeat;
}

a.footericon.rss {
	background:				url(../images/bg_a_footericon_rss.png) no-repeat;
}

a.footericon.twitter {
	background:				url(../images/bg_a_footericon_twitter.png) no-repeat;
}

a.footericon.googleplus {
	background:				url(../images/bg_a_footericon_plusone.png) no-repeat;
}

ul.footer_linklist {
	list-style-image:		url(../images/lsi_footer_links.png);
}

ul.footer_linklist li {
	margin-left:			15px;
	margin-bottom:			5px;
}

ul.footer_linklist li a {
	color:					#afafaf;
}

#footeraddress {
	color:					#afafaf;
	text-align:				right;
	margin-bottom:			5px;
}

#footeraddress a {
	color:					#eea609;
}

#footernav {
	margin:					0px;
	padding:				0px;
	list-style-type:		none;
}

#footernav li {
	text-align:				right;
	margin-bottom:			5px;
}

#footernav li a {
	color:					#eea609;
}



/**
* Comments
**/
#CommentHolder ul {
	list-style: none;
	margin: 20px 0;
}

#PageComments li {
	margin: 5px 0;
	padding: 10px 10px 10px 10px;
}
#PageComments li.odd {
	background: #efefef url(../images/bg_li_page_comments_odd.gif) no-repeat 1% 10%;
	padding-left: 40px;
	padding-right: 10px;
}

#PageComments li.even {
	background: #fff url(../images/bg_li_page_comments_even.gif) no-repeat 1% 10%;
	padding-left: 40px;
	padding-right: 10px;
}

.actionLinks li {
	display: inline;
	border-right: 1px solid;
}
.actionLinks li.last {
	border-right: none;
}

.commentrss {
	background: transparent url(../images/bg_a_commentrss.png) no-repeat;
	padding-left: 20px;
}
#PageCommentsPagination p {
	text-align: center;
}

#PageCommentInterface_Form_PageCommentsPostCommentForm {
	margin-bottom:					10px;
}

#PageCommentInterface_Form_PageCommentsPostCommentForm_error {
	margin:							10px 0px;
	padding:						10px;
	border:							1px solid #ff0000;
	background-color:				#ff7676;
	font-weight:					bold;
	color:							#fff;
}

div.cb {
	clear:					both;
}

div.cl {
	clear:					left;
}

div.cr {
	clear:					right;
}
