@import url(press.css);
@import url(projects.css);
@import url(vacancies.css);
@import url(application.css);

img{
	border: 0;
}
* {
	margin:0px;
	padding:0px;
}
html, body {
	height:100%;
}
body {
	background:url(../images/bg.gif) repeat-x 0 102px;
	text-align:center;
	font:70% Verdana,Arial,Helvetica,sans-serif;
	color:#606060;
	line-height:1.3em;
}
input,textarea,select{
	margin-bottom: 3px;
}
p {
	margin:10px 0;
}
hr {
	display:none;
}
.hr {
	height:1px;
	border-bottom:1px dashed #A9A9A9;
	margin:9px 10px 10px 10px;
}
h1 {
	line-height:30px;
	font-size:1em;
	color:#FFF;
	padding:0 10px;
	margin:10px 0;
}
h1 .icon {
	float:right;
	height:45px;
	width:53px;
	margin-top:-10px;
	position:relative;
}
h1.red {
/*	background:#D81E05;	Red removed*/
	background: #002E63;
}
h1.red .icon {
	/*background:url(../images/h1_man.gif) no-repeat;*/
}
h1.blue {
	background:#002E63;
}
h1.mauve  {
	background:#EFE5F5;
	color:#606060;
}
h1.mauve .icon {
	/*background:url(../images/h1_hat.gif) no-repeat;*/
}
.purple {
	color:#660099 !important;
}
#flash{
	width: 400px;
	border: 0px solid #008;
	height: 43px;
	margin: 0 0 37px 174px;
	background-color: #fff;
}
#banner{
	width: 400px;
	height: 43px;
}
div.breadcrumb_keyprojects,div.breadcrumb_news{
	display: block;
	margin: 10px 0;
	padding: 6px;
	color: #fff !important;
	font-weight: bold;
	text-transform: capitalize;
}
div.breadcrumb_news{
/*	background-color: #D81E05;	red removed */
	background: #002E63;

}
div.breadcrumb_keyprojects{
	background-color: #334;
}
div.breadcrumb_news a{
/*	color: #ebb !important;	red removed */
	color: #bbe !important;
	text-decoration: none !important;
	font-weight: bold;
}
div.breadcrumb_keyprojects a:hover{
	color: #fff !important;
}
div.breadcrumb_keyprojects a{
	color: #bbe !important;
	text-decoration: none !important;
	font-weight: bold;
}
div.breadcrumb_news a:hover{
	color: #fff !important;
}
.page_photo{
	float: left;
	margin-right: 1em;
	border: 2px solid #ddd;
}
.news_entry{
	display: block;
	background-color: #ddd;
	padding: 10px;
	text-decoration: none !important;
	height: 68px;
	cursor: hand;
}
.news_entry p{
	margin: 0 !important;
}
.press_entry{
	display: block;
	background-color: #ddd;
	padding: 10px;
	text-decoration: none !important;
	height: 28px !important;
	cursor: hand;
	margin-bottom: -2px;
	border: 0px solid #f90;
}
ul#site_map br{
	display: none;
	}
ul#site_map{
	margin: 0;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 110% !important;
	list-style-type: none;
	padding-bottom: 1.3em;
}
ul#site_map li ul{
	list-style-type: none !important;
	margin: 0 3em!important;
}

ul#site_map li{
	margin: 0px;
}
ul#site_map li a{
	width: 80%;
	padding:  3px 3px 3px 5px;
	background-color: transparent;
	color: #555;
	font-weight: bold;
	width: auto;
	text-decoration: none;
	display: block;
	border-bottom: 1px dashed #aaa;
	padding-left: 2em;
	background:url(../images/pur_arrows.gif) no-repeat 3px 6px;
}
ul#site_map li ul li a{
	padding:  1px 3px 1px 5px;
	display: inline;
	width: auto;
	padding-left: 2em;
	border-bottom: 0px dashed #aaa;
	background-image: none;
}
ul#site_map li a:hover{
	background-color: #eee;
	font-weight: bold;
	width: auto;
	color: #D81E05;
	padding-left: 2em;
	background-image:url(../images/red_arrows.gif);
	background-repeat: no-repeat;
	background-position: 3px 6px;
}
ul#site_map li ul li a:hover{
	background-position: 3px 5px;
}
ul#site_map li ul{
	display: block;
	font-size: 80%;
}
ul#site_map li ul li ul{
	display: block;
	font-size: 100%;
}
.news_entry:hover,.press_entry:hover{
	background-color: #eee;
}
.news_entry:hover span.title, .news_entry:hover span.more,.press_entry:hover span.title, .press_entry:hover span.more{
	color: #D81E05 !important;
}
.news_entry img{
	width: 64px;
	height: 64px;
	border: 2px solid #fff;
	text-align: left;
	vertical-align: top;
	float: left;
}
.press_entry img{
	width: 16px;
	height: 16px;
	text-align: left;
	vertical-align: top;
	float: left;
}
.news_entry span.text,.press_entry span.text{
	float: left;
	margin-left: 10px;
	color: #555;
	width: 670px;
}
.news_entry span.title{
	font-weight: bold;
	display: block;
}
.press_entry span.title{
	font-weight: bold;
}
.press_entry span.size{
	font-size: 90%;
}
.news_entry span.content,.press_entry span.content{
	font-weight: normal;
	display: block;
	margin-bottom: 1em;
}
.news_entry span.more,.press_entry span.more{
	display: block;
	width: 100px;
	border: 0px solid red;
	text-decoration: underline;
	background:url(../images/red_arrows.gif) no-repeat 65px 5px;
}
.mini_news_entry, .mini_vacancy_entry{
	padding-bottom: 1em;
	display: block;
	text-decoration: none !important;
	border-bottom:1px dashed #A9A9A9;
}
.mini_news_entry img{
	display: none;
}
.mini_news_entry span.title{
	font-weight: bold;
	color: #609 !important;
}
.mini_vacancy_entry span.title{
	font-weight: bold;
	color: #555 !important;
}
.mini_news_entry span.content{
	clear: both;
	display: block;
	margin: 1em 0;
	color: #555 !important;
}
.mini_news_entry span.more{
	display: block;
	width: 100px;
	border: 0px solid red;
	text-decoration: underline;
	background:url(../images/pur_arrows.gif) no-repeat 65px 5px;
	cursor: hand;
	color: #609 !important;
}
.mini_vacancy_entry span.more{
	display: block;
	width: 100px;
	border: 0px solid red;
	text-decoration: underline;
	background:url(../images/red_arrows.gif) no-repeat 65px 5px;
	cursor: hand;
	color: #D81E05 !important;
}
.news_article{
}
.news_article div.image{
	margin: 0em;
	vertical-align: top;
	float: left;
	display: block;
}
.news_article img{
	padding: 0;
	border: 2px solid #ddd;
}
.news_article div.article{
	margin: 0em 0em 0em 215px;
	line-height: 1.3em;
	padding: 0px;
}
.news_article span.news_article_title{
	display: block;
	margin: 0 0 1em 0;
	color: #D81E05 !important;
	font-weight: bold !important;
	padding: 0;
}
.news_article_text, .news_article_text p{
	display: block;
	padding: 0 !important;
	margin: 0 !important;
	border: 0px solid #f90;
	text-align: left;
}
#wrapper {
	position:relative;
	text-align:left;
	margin:0 auto;
	width:770px;
	
	_height:100%;
	min-height:100%;
}
#content {
	padding:323px 0 50px 0;
	margin:0 1px;
	background:url(../images/content_bg.gif) repeat-x 0 320px;
}
#content p {
	margin:10px;
}
#content a {
	color:#D81E05;
	text-decoration:underline;
}
a.purple {
	background:url(../images/pur_arrows.gif) no-repeat 100% .5em;
	padding:0 12px 0 0;
}
a.red {
	background:url(../images/red_arrows.gif) no-repeat 100% .5em;
	padding:0 12px 0 0;
}
#inner { /* Extra Element for IE Inadequacy */
	width:768px;
	overflow:hidden;
}
.column-1 {
	position:relative;
	float:left;
	width:302px;
}
.column-2 {
	position:relative;
	float:right;
	width:456px;
}
.clear {
	clear:right;
	height:1px;
}
#nav {
	background:#FFF url(../images/logo.gif) no-repeat 1px 0px;
	position:absolute;
	width:770px;
	top:32px;
	left:0;
	border: 0px solid red;
}
ul#mainnav {
	margin:0px 0 0 1px;
	width:768px;
	list-style:none;
	position:relative;
	border: 0px solid #f90;
	top: 26px;
}
#nav li {
	border-bottom:1px solid #FFF;
	width:173px;
}
#mainnav li a {
	border-right:1px solid #FFF;
	background:#DDD url(../images/nav_arrows.gif) no-repeat 153px 0;
	display:block;
	line-height:25px;
	height:25px;
	font-weight:bold;
	text-decoration:none;
	color:#535346;
	padding:0 0 0 10px;
}
#mainnav li a:hover, #mainnav li.selected a, #mainnav li.current a:hover {
	background:#D81E05 url(../images/nav_arrows.gif) no-repeat 153px -25px;
	color:#FFF;
}

#mainnav li.current a {
	background:#5E5E5E url(../images/nav_arrows.gif) no-repeat 153px -25px !important;
	color:#FFF;
	cursor:default;
}

ul#subnav {
	width:173px;
	position:absolute;
	left:174px;
	top:106px;
	height:182px;
	list-style:none;
}
#subnav li a {
	border-right:1px solid #FFF;
	display:block;
	font-size:.84em;
	background:#5E5E5E;
	line-height:17px;
	height:17px;
	color:#FFF;
	text-decoration:none;
	padding:0 0 0 10px;
}
#subnav li.first a {
	line-height:19px;
	height:19px;
}
#subnav li a:hover, #subnav li.selected a, #subnav li.current a {
	background:#A9A9A9 !important;
	
}

#contact {
	background:url(../images/contact_bg.gif) repeat-x;
	position:absolute;
	width:768px;
	height:35px;
	line-height:35px;
	left:1px;
	top:70px;
	color:#FFF;
	text-align:right;
}
#contact a {
	color:#FFF;
	text-decoration:none;
	margin:0 15px 0 0;
}
#contact a:hover {
	text-decoration:underline;
}

#header {
	position:absolute;
	width:768px;
	height:58px;
	left:1px;
	top:0;
	background:url(../images/content_bg.gif) repeat-x;
	font-size: 90%;
	padding:5px 0 6px 0;
	text-align: right;
}
#header #search{
	position: absolute;
	top: 47px;
	right: 0;
}
#header #search label input{
	vertical-align: middle;
	border: 1px solid #aaa;
	border-width: 1px 0 1px 1px ;
	height: 20px;
	_height: 18px;
	padding: 2px  2px 2px 0px
	width: 150px;
	color: #333;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 120%;
	margin-left: 2px;
}
#header #search input.go{
	vertical-align: middle;
	border: 1px solid #aaa;
	padding: 0 2px;height: 20px;
}
#header #search img{
	vertical-align: top;
	_padding-top: 2px;
}
#header ul , #footer ul{
	list-style:none;
	position:absolute;
	left:0;
	bottom:0px;
}
#header li , #footer li{
	b/ackground:url(../images/header_bg.gif) repeat-x;
	display:inline;
	float:left;
	padding:0px 10px 4px 10px;
	border-left:1px solid #606060;
	font-size:100%;
}
#header li.first , #footer li.first{
	border-color:#FFF;
	padding:0px 10px 4px 0px;
}
#header a , #footer a{
	display:block;
	text-decoration:none;
	color:#606060;

}
#header a:hover , #footer a:hover{
	color:#D81E05;
	text-decoration:underline;
}

#footer {
	width:768px;
	margin:0 auto;
	background:url(../images/content_bg.gif) repeat-x 0 100%;
	line-height:12px;
	text-align:left;
	font-size:.84em;
	position:relative;
	margin-top:-20px;
	border-bottom: 3px solid #D81E05;
}
#fbd {
	z-index: 999;
	background:url(../images/header_bg.gif) repeat-x 1px 16px;
	position:absolute;
	padding:0px 0 0px 10px;
	border-left:1px solid #FFF;
	bottom:-4px;
	right:0;
	color:#999;
	width: 175px;
	height: 20px;
}
#fbd a{
	position: absolute;
	color:#606060;
	text-decoration:none;
	right: 0;
	bottom: 8px;
}
#fbd a:hover {
	color:#D90D55;
}
#footer #address{
position: absolute;
margin-top: 5px;
clear: left;
}
/*Lovely IE5 Mac hack*/

/*\*//*/

#mainnav {
	overflow: hidden;
	p/adding-top: 26px;
}
#mainnav li {
	float: left;
	clear: left;
}


#header a {
	float: left;
	display: inline;
}

#fbd{
	bottom: -12px;
}


/**/

form#supply label{
	display: block;
	float: left;
	width: 13em;
}
form supply input{
	font-family: verdana, arial, sans-serif;
}
form#supply textarea{
	font-size: 105%;
	width: 200px;
	height: 5em;
	font-family: verdana, arial, sans-serif;
}

div.search_results{
}
.search_highlight{
	color: #334;
	background-color: #ff6;
	padding: 0px;
}
span.search_result{
	display: block;
	border-bottom: 1px dashed #aaa;
	padding-bottom: 3px;
	margin-right: 5px;
}


a span.enewsletter_button
{
border:1px solid #999;
background:#D81E05;
height:30px;
line-height:30px;
padding:0px 10px;
color:#fff !important;
text-decoration:none !important;
display:block;
margin-top:10px;
font-size:14px;
text-align:center;
}

a span.enewsletter_button:hover
{
color:#ddd !important;
}

p.facebook_link a
{
text-decoration:none !important;
font-size:13px;
}

p.facebook_link a img
{
margin-right:8px;
position:relative;
top:6px;
}