body {
	font-size: 12px;
}

/**
 * jQuery lightBox plugin
 * This jQuery plugin was inspired and based on Lightbox 2 by Lokesh Dhakar (http://www.huddletogether.com/projects/lightbox2/)
 * and adapted to me for use like a plugin from jQuery.
 * @name jquery-lightbox-0.5.css
 * @author Leandro Vieira Pinho - http://leandrovieira.com
 * @version 0.5
 * @date April 11, 2008
 * @category jQuery plugin
 * @copyright (c) 2008 Leandro Vieira Pinho (leandrovieira.com)
 * @license CC Attribution-No Derivative Works 2.5 Brazil - http://creativecommons.org/licenses/by-nd/2.5/br/deed.en_US
 * @example Visit http://leandrovieira.com/projects/jquery/lightbox/ for more informations about this jQuery plugin
 */
#jquery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
}
#jquery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}
#jquery-lightbox a img { border: none; }
#lightbox-container-image-box {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}
#lightbox-container-image { padding: 10px; }
#lightbox-loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#lightbox-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#lightbox-container-image-box > #lightbox-nav { left: 0; }
#lightbox-nav a { outline: none;}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	width: 49%;
	height: 100%;
	zoom: 1;
	display: block;
}
#lightbox-nav-btnPrev { 
	left: 0; 
	float: left;
}
#lightbox-nav-btnNext { 
	right: 0; 
	float: right;
}
#lightbox-container-image-data-box {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
	padding: 0 10px 0;
}
#lightbox-container-image-data {
	padding: 0 10px; 
	color: #666; 
}
#lightbox-container-image-data #lightbox-image-details { 
	width: 70%; 
	float: left; 
	text-align: left; 
}	
#lightbox-image-details-caption { font-weight: bold; }
#lightbox-image-details-currentNumber {
	display: block; 
	clear: left; 
	padding-bottom: 1.0em;	
}			
#lightbox-secNav-btnClose {
	width: 66px; 
	float: right;
	padding-bottom: 0.7em;	
}






a {
	color: inherit;
}
.top-panel {
	height: 100px;
	background-image: url(/file/to-bg.gif);
}
.top-panel-container {
	height: 100px;
	width: 980px;
	margin-right: auto;
	margin-left: auto;
}
.top-logo {
	display: block;
	float: left;
	height: 100px;
	width: 198px;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.search-form {
	float: right;
	height: 25px;
	width: 170px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #4463a4;
	border-left-color: #4463a4;
	margin: 0px;
	padding: 0px;
	color: #204998;
	background-color: #204998;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #4463a4;
}
.search-submit {
	display: block;
	float: right;
	height: 25px;
	width: 25px;
}

.search-input {
	height: 19px;
	width: 139px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background:none;
	font-size: 14px;
	color: #FFF;
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
	float: left;
}

.top-menu-container {
	height: 45px;
	width: 750px;
	/*margin-top: 55px;
	position: absolute;*/
	margin-left: 230px;
}
.top-menu-container ul {
	margin: 0px;
	padding: 0px;
	float: right;
	list-style-type: none;
margin-top:29px;
}
.top-menu-container ul li {
	float: right;
	height: 45px;
	width: 80px;
	margin: 0px;
	padding: 0px;
}

.top-menu-container ul li a {
	font-size: 15px;
	line-height: 45px;
	color: #FFF;
	text-decoration: none;
	text-align: center;
	display: block;
	height: 45px;
	width: 80px;
	position: absolute;
	padding-right: 5px;
	padding-bottom: 5px;
	font-weight: normal;
}
.top-menu-container ul li a:hover, .top-menu-container ul li a.active {
	color: #0d4a7e;
	background: url(/file/menu-ov-bg.png) center center no-repeat;
}

.header {
	background-image: url(/file/header-bg.jpg);
	background-position: center;
	overflow: hidden;
	width: 100%;
	margin-right: 0px;
	margin-left: 0px;
}
.header-container {
	background-image: url(/file/header-container-bg.jpg);
	height: 339px;
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	background-position: center;
}
#cycle-container {
	height: 339px;
	width: 980px;
	margin-top: 30px;
	position: absolute;
	overflow: hidden;
}
#cycle-image-shadow {
	background-image: url(/file/shadow.png);
	height: 330px;
	width: 540px;
	position: absolute;
	margin-top: 30px;
}

.cycle-item {
	height: 339px;
	width: 980px;
	color: #FFF;
	font-size: 14px;
	background:none!important;
}
.cycle-item-image {
	float: left;
	height: 330px;
	width: 540px;
}
.cycle-video-play {
	background-image: url(/file/play.png);
	display: block;
	height: 47px;
	width: 64px;
	margin-left: 243px;
	margin-top: 137px;
}
.cycle-video-play:hover {
	background-image: url(/file/play-ov.png);
}


.cycle-item-text {
	float: left;
	height: 225px;
	width: 410px;
        xborder: 1px solid red;
	margin-left: 30px;
	padding-top: 15px;
        line-height: 160%;
}
.cycle-item-readmore {
	display: block;
	float: right;
}

.cycle-item-text h1 {
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	font-size: 32px;
        line-height: 100%;
}

.cycle-item-text h2 {
	font-size: 28px;
	font-weight: normal;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	color: #a6ddf0;
}
#cycle-nav-container {
	height: 20px;
	width: 980px;
	position: absolute;
	margin-top: 339px;
	z-index: 10000;
}
#cycle-nav-container img {
	float: right;
	display: block;
}


#cycle-nav {
	height: 20px;
	width: auto;
	margin-right: 0px;
	float: right;
}
#cycle-nav a {
	font-size: 11px;
	line-height: 20px;
	font-weight: bold;
	color: #1d2657;
	height: 20px;
	width: 20px;
	display: block;
	float: left;
	text-align: center;
	background-image: url(/file/cycle-paging-in.gif);
	text-decoration: none;
}
#cycle-nav a.activeSlide {
	background-image: url(/file/cycle-paging-in-c.gif);
}
.index-content-container {
	margin-top: 65px;
	background-image: url(/file/index-container-bg.gif);
	background-color: #FFF;
	background-repeat: repeat-x;
	overflow: hidden;
}
.index-content {
	xheight: 270px;
	width: 980px;
	margin-right: auto;
	margin-left: auto;
}
.index-block {
	float: left;
	height: 215px;
        line-height: 150%;
	width: 290px;
	margin-right: 55px;
}
.index-block-title {
	background-image: url(/file/index-title-bg.gif);
	height: 45px;
	padding-left: 40px;
	font-size: 18px;
	color: #6d6e70;
	text-decoration: none;
}
.index-block-title a {
	color: #6d6e70;
	text-decoration: none;
}

.index-block-text
 {padding: 17px 0 0 42px;}

.index-block ul {
	padding: 0px;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 40px;
	list-style-type: none;
}
.index-block ul li {
	font-size: 13px;
	color: #929497;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 25px;
	margin-left: 0px;
	height: 60px;
}
.index-item-date {
	color: #0895d3;
	font-weight: bold;
	text-decoration: none;
}
.index-item-title {
	color: #1d2657;
	font-weight: bold;
	text-decoration: none;
}
a.link-arrow {
	display: block;
	height: 10px;
	width: 10px;
	margin-top: 60px;
	margin-left: 235px;
	position: absolute;
}
.last-block {
	margin-right: 0px;
}

.more-link {
	display: block;
	float: right;
	color: #6D6E70;
	font-size: 12px;
}

.footer-contact a {
	color: #6d6e70;
	font-size: 22px;
	text-decoration: none;
}

.footer-contact {
	height: 45px;
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	color: #6d6e70;
	font-size: 26px;
	line-height: 45px;
}
.footer-container {
	background-image: url(/file/footer-bg-fill.gif);
	height: 250px;
}

.footer-block {
	height: 250px;
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(/file/footer_bg.jpg);
	color: #1d2657;
        line-height: 160%;
}
.footer-container a{
	color: inherit;
}

.footer-block-left {
	float: left;
	width: 260px;
	margin-top: 30px;
	margin-right: 20px;
	margin-left: 20px;
	font-size: 14px;
}
.footer-container h1 {
	font-weight: normal;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	color: #0895d3;
	font-size: 22px;
}
.footer-container strong {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	color: #0895d3;
}
.footer-block-right {
	float: left;
	width: 400px;
	margin-top: 30px;
	margin-right: 20px;
	margin-left: 20px;
	font-size: 12px;
}
.footer-block-right-title {
	font-size: 16px;
	color: #0895d3;
}
.small-header {
	height: 90px;
}

.big-header {
	height: 270px;
}
.mid-header {
	height:135px;	
}
.header-200 {
	height:200px;	
}
.header-ptitle {
	font-size: 18px;
	color: #FFF;
	padding-top: 50px;
}
.header-subtitle {
	font-size: 18px;
	color: #FFF;
	position:absolute;
	margin-top:-65px;
}
.news-container {
	width: 830px;
	padding-left:150px;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
	margin-top: 20px;
        line-height: 160%
}

.select-panel {
	height:30px;
	line-height:30px;
	background:#B6B7B8;
	padding-left:20px;
	margin-bottom:20px;
}
.news-block {
	height: 170px;
	width: 830px;
	padding-top: 20px;
	padding-bottom: 20px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #b6b7b8;
}
.news-block-image {
	display: block;
	float: left;
	margin-right: 20px;

}
.news-block-text {
	float: left;
	height: 170px;
	width: 610px;
	color: #6d6e70;
}
.news-block-header {
	clear: both;
	height: 20px;
	width: 610px;
	margin-bottom: 10px;
}
.news-block-header a {
	color: #0d4a7e;
	text-decoration: none;
}
.news-block-title {
	color: #1d2657;
	float: left;
	width: 460px;
	font-size: 14px;
	font-weight: bold;
	text-transform:uppercase;
}
.news-block-date {
	font-size: 12px;
	color: #666;
	text-align: right;
	float: left;
	width: 150px;
}
.news-block-desc {
	font-size: 12px;
	height: 100px;
        line-height: 150%;
}

.extra-info {
	color:#0d4a7e;
	margin-bottom:10px;
}

.news-block-footer {
	font-size: 12px;
	color: #1d2657;
	width: 610px;
	height: 40px;
	line-height: 40px;
}
.news-block-more {
	float: right;
	display: block;
	height: 25px;
	width: 101px;
	margin-top: 5px;
}
.nav-container {
	line-height: 30px;
	background-color: #ccc;
	color: #6D6E70;
	height: 30px;
	text-align: left;
	font-size: 12px;
	padding-left:10px;
}

.pagingBlok {
	float:right;	
}
.pagingBlok strong {
	font-size: 16px;  
	padding:3px;
	color:#0895d3;
}
.pagingBlok a {
	font-size: 14px;
	text-decoration:none;
	padding:3px;
	color:#6d6e70;
}
.passiveLink {
	display:none;	
}

.pagingBlokNext, .pagingBlokPrev { 
	display:inline;	
	color:#0d4a7e!important;
	font-size:16px!important;  
	font-weight:bold;
	padding:3px;
	text-decoration:none;
}

.news-item-images {
	width:200px;
	margin-right:20px;
	float:left;
	overflow:hidden;
}
.news-item-text {
	width:760px;
	float:left;
	overflow:hidden
}
.news-item-text .news-block-header {
	height:auto;
}
.news-item-text .news-block-desc {
	height:auto;
	color:#6D6E70;
}
.news-item-text .news-block-date {
	float:none;
	margin-left:0px;
	padding-bottom:10px;
	text-align:left;
	
}
.news-item-text .news-block-title {
	float:none;
	margin-bottom:5px;
}

.news-item-footer {
	border-top:solid 1px #999;
	padding-top:10px;
	margin-left:220px;
}

.news-footer-left {
	height:25px;
	line-height:25px;
	background-color:#cacbcd;
	float:left;
}
.news-footer-left a {
	height:25px;
	display:block;
	line-height:25px;
	color:white;
	text-decoration:none;
	float:left;
	padding-left:10px;
	font-size:12px;
	font-weight:bold;
	padding-right:10px;
}

.news-footer-left img {
	float:left;
}

.news-footer-right {
	height:25px;
	line-height:25px;
	background-color:#cacbcd;
	float:right;
}
.news-footer-right a {
	height:25px;
	display:block;
	line-height:25px;
	color:white;
	text-decoration:none;
	float:left;
	padding-left:10px;
	font-size:12px;
	font-weight:bold;
	padding-right:10px;
width:25px;
}

.news-footer-right img {
	float:left;
}

.related-container {
	clear:both;	
	background:url(/file/related-container-bg.gif) repeat-x;
	margin-top:80px;
	overflow:hidden;
} 

.related-header {
	height:25px;
	line-height:25px;
}

.related-header div {
	background:#f4f4f6;	
	height:25px;
	float:left;
	color:#6d6e70;
	padding-left:10px;
	padding-right:10px;
	font-size:12px;
	font-weight:bold;
}

.related-header img {
	float:left;
}

.related-item {
	height:90px;
	width:311px;
	background:url('/file/related-bg.gif');
	float:left;
	margin-right:20px;
	margin-top:20px;
	border:1px solid #CCC;
}
.related-title {
	float:left;
	width:138px;
	height:50px;
	padding:10px;
	
}

.related-title a {
	text-transform:uppercase;
	color:#1d2657;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
}

.related-link {
	color:#6d6e70;
	font-size:12px;
	text-decoration:none;
	float:right;
	padding-right:10px;
}

.services-container {
	width:980px;
	margin-left:auto;
	margin-right:auto;
	margin-top:70px;
	overflow:hidden; 
}

.services-block {
	width:300px;
	padding-left:10px; 
	float:left;
	overflow:hidden;
	margin-right:25px;
}
.services-block-image {
	width:310px;
	height:220px;
	padding-left:10px;
	padding-top:10px;
	margin-top:-240px;
	margin-left:-10px;
	position:absolute;
	background:url(/file/shadow-services.png);
}
.services-block-header {
	height:20px;
	line-height:20px;
	margin-bottom:20px;

}

.services-block-header img {
	float:left;

}

.services-block-header a {
	color:#1d2657;
	font-weight:bold;
	text-decoration:none;
	font-size:16px;

}

.services-block ul {
	list-style: none;
	margin:0 0 10px 0;
	padding:0;
}

.services-block li {
	margin:0;
	padding:0;
        line-height: 160%;
}

.services-block li a {
	color:#6d6e70;
	font-size:12px;
	text-decoration:none;
}

.services-block-ul-header a {
	color:#6d6e70;
	font-size:14px;
	text-decoration:none;
	font-weight:bold;
}
.services-page-block {
	margin-left:120px;
	width:710px;
color:#6D6E70;
}

.services-page-block h1 {
color:#0D4A7E;
}

.services-page-block h2 {color: #0d96d4;}

.services-page-block table {
color:#0D4A7E;


}
.services-page-block th {
background:#cccccc;
}
#navigation-service {
	list-style: none;
	padding: 0px 10px 0px 5px;
	width: 235px;
	list-style:none;
	margin:0px;
	background-image:url(/file/servicespanel-in.png);
	overflow:hidden;
	text-align:right;
	
}
#navigation-service li, #navigation-service ul {
	margin:0px;
	padding:0px;
        line-height: 110%

	
}

#navigation-service ul {
	margin-top:10px;
	list-style:none;
}

#navigation-service li {
	border-top:1px solid #CCC;
	padding-top:10px;
	padding-bottom:10px;
	font-size:14px;
	font-weight:bold;

}

#navigation-service li a {
	text-decoration:none;
	color:#6d6e70;

}

#navigation-service li li {
	padding-right:10px;
	padding-top:5px;
	padding-bottom:5px;
	font-size:10px; 
}
#navigation-service .current {
	color:#1697d1;	
}

#navigation-service .selected {
	color:#1697d1;	
}

.accordion-marker {
/*	float:right;*/
display:inline-block;
	width:20px;
	height:20px;
	background-image:url(/file/arrow-circle-right.png);
	margin-left:10px;
	margin-right:10px;
	vertical-align: middle;

}

.selected .accordion-marker {
	background-image:url(/file/arrow-circle-down.png);
}

#formNewsletter {
	height:30px;
	width:480px;
	background-image:url(/file/newsletter-form-bg.png);
	padding-left:20px;
	padding-top:10px;
	
}

 #formNewsletter .ocms {
width:340px;
float:left;
height:20px;
margin:0px;
padding:0px;
}

 #formNewsletter p {
margin:0px;
padding:0px;
}
#formNewsletter input {

	vertical-align:middle;
	border:none;

}
#formNewsletter #fq_Email {
	height:20px;
	width:250px;
	margin:0px 10px 0px 10px;
	
	padding:0px;
}
#formNewsletter br {
	display:none;	  
}

#formNewsletter table {
	float:left;	
}

#submitbuttonNewsletter {
	width:126px;
	height:27px;
	background:url(/file/newsletter-submit.png);
	margin:-3px 0px 0px 0px;
	padding:0px 15px 5px 0px;
	color:white;
}

.contact {
	color:#1D2657;	
}

.contact h2 {
	color:#0d96d4;
}
.contact strong {
	color:#0d96d4;
}

.contact hr {
	border:none 0px;
	border-bottom:1px solid #808aac;
}

#formContact {
	background:#f1f1f2;
	padding:20px;
	width:500px;
	color:black;
}

#formContact input, #formContact textarea{
	background:white;
	border:none;
}

#formContact input {
	width:250px;
}

#formContact textarea {
	width:400px;
}

input#submitbuttonContact {
	width:126px;
	height:27px;
	background:url(/file/newsletter-submit.gif);
	margin:-3px 0px 0px 0px;
	padding:0px 15px 5px 0px;
	color:white;
}

.about-menu #navigation-service li {
	height:25px;
	padding-top:12px;
	padding-bottom:12px;
} 

.about-menufile {
	width:40px; 
	height:25px; 
	display:inline-block; 
	vertical-align:middle;	
}

.about-menu-text {
	width:130px; 
	line-height:25px; 
	height:25px; 
	display:inline-block; 
	vertical-align:middle; 
	text-align:center;
	font-weight:normal;
}

.about-menu #navigation-service li.selected a {
	color:#1697D1;
} 

.about-page {
	margin-left:160px;
	width:670px;
}

.brochure-block {
	height:180px;
	width:668px;
	margin-bottom:20px;
	border:1px solid #CCC;
	background:white;
}

.reference {
	height:auto;
	overflow:hidden;
	margin-bottom:20px;
	border:1px solid #CCC;
	background:white;
}

.brochure-title {
	height:25px;
	line-height:25px;
	padding-left:20px;
	color:#1D2657;
	font-size:12px;
	background-color:#CCC;
	/*font-weight:bold;*/
}

.brochure-image {
	display:block;
	float:left;
}

.brochure-text {
	margin-top:30px;
	margin-right:30px;
	color:#6d6e70;
	height:80px;
	font-size:12px;
}

.brochure-more {
	text-align:right;
	margin-right:30px;
}
.reference .brochure-image {
	width:130px;
	padding:20px 30px 20px 30px;
}

.reference .brochure-text {
	margin:5px 0px 5px 0px;
	height:auto;
	overflow:hidden;
}
.reference-infoblock {
	width:235px;
	float:left;
	margin-right:3px;
	overflow:hidden;
	margin-bottom:10px;
}
.reference-infoblock .brochure-title {
	height:20px;
	line-height:20px;
	padding-left:0px;
	margin-bottom:10px;
	text-align:center;
}	
.reference-nav {
	height:33px;
	padding:0px;
	margin:0px 0px 20px 0px;
	background:url(/file/trimarker.gif);

	list-style:none;
}

.reference-nav li {
	margin:0px;
	padding:0px 20px 0px 20px;
	float:left;
	border-right:1px solid white;
	text-align:center;
	line-height:25px;
	height:33px;
}
.reference-nav li.current {
	background:url(/file/trimarker_s.gif) center no-repeat;
}
.reference-nav a {
	color:white;
	font-weight:15px;
	text-decoration:none;
	text-transform:uppercase;
}
.reference-nav li.current a{
	color:#1697D1;
}
.job-search-form {
	height: 241px;
	width: 830px;
	background-image: url(/file/jobs-form-bg.gif);
	margin-top: -160px;
	position: absolute;
}

#job-search {
	margin: 0px;
	padding: 20px;
	font-size: 16px;
	color: #666666;
}
#job-search select {
	width: 500px;
}
#job-search input {
	width: 100px;
}
input#submitbuttonJobsearch {
	width:126px;
	height:27px;
	color:white;
	border: none;
	position:absolute;
	margin-top: 200px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 690px;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 0px;
	background: url(/file/newsletter-submit.png);
}
.jobs-spacer {
	height: 100px;
}
.jobs-joblist-link {
	line-height: 20px;
	height: 20px;
	width: 400px;
	float: left;
}
.joblist-item {
	background-color: #f3f3f5;
	clear: both;
	margin-top: 20px;
	overflow: hidden;
}
.joblist-item-header {
	background-image: url(/file/joblist-item-title-bg.gif);
	height: 33px;
	line-height: 20px;
	font-weight: bold;
	color: #FFFFFF;
	padding-left: 10px;
}
.joblist-item-header a {
	color: white;
	text-decoration: none;
}
.joblist-item-text {
	color: #999999;
	padding: 10px;
	font-size: 14px;
}

.joblist-item-text a {
	color: #0D96D4;
}

.jobs-joblist-link a {
	font-size: 14px;
	font-weight: bold;
	color: #0D96D4;
	text-decoration: none;
}
.joblist-item-footer {
	line-height: 30px;
	background-image: url(/file/joblist-item-footer-bg.gif);
	height: 40px;
	padding-left: 10px;
	color: #666666;
	font-size: 14px;
	background-color: #FFFFFF;
	background-position: right;
}
.joblist-item-footer strong {
	color: #0D96D4;
}
.joblist-item-footer .apply {
	display: block;
	float: right;
	height: 25px;
	width: 95px;
	background-color: #0D96D4;
	background-position: right;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	margin-top: 7px;
	margin-right: 10px;
	line-height: 25px;
}
.job-details-top {
	height: 100px;
	width: 830px;
	margin-top: -120px;
	position: absolute;
	font-size: 14px;
	color: #FFFFFF;
}
.job-details-top div {
	margin-bottom: 10px;
}
.job-details-top .job-title {
	font-size: 16px;
	/*color: #ffde17;*/
color:white;
	font-weight: bold;
}
.job-details-left {
	color: #000000;
	background-color: #DDDDDD;
	width: 330px;
	overflow: hidden;
	font-size: 12px;
	float: left;
}
.job-details-text {
	font-size: 14px;
	color: #999999;
	margin-left: 350px;
}

.job-details-left table {
	margin: 15px;
}
.job-details-left .apply-container {
	height: 25px;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
.job-details-left .apply-container .apply {
	font-size: 16px;
	line-height: 25px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	height: 25px;
	padding-right: 30px;
	padding-left: 30px;
	background-color: #0D96D4;
	float: right;
}

.job-apply-top {
	height: 25px;
	font-size: 16px;
	line-height: 25px;
	color: #FFFFFF;
	position: absolute;
	margin-top: -60px;
	width: 810px;
}
.back-link {
	line-height: 25px;
	background-image: url(/file/arrow-back.gif);
	background-position: right;
	display: block;
	height: 25px;
	padding-right: 40px;
	padding-left: 25px;
	float: right;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}

.job-details-top .back-link {
	position:absolute;
	margin-left:600px;
	margin-top:-40px;
}
.job-apply-listitem {
	line-height: 26px;
	color: #000000;
	height: 26px;
	padding-right: 10px;
	padding-left: 10px;
	background-color: #CCCCCC;
}
.job-apply-listitem .remove {
	line-height: 20px;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #1896D3;
	display: block;
	float: right;
	height: 20px;
	padding-right: 5px;
	padding-left: 5px;
	font-size: 14px;
	margin-top: 3px;
}
.lightgray {
	background-color: #F4F4F6;
}
.form-desc {
	color: #999999;
	font-size: 14px;
}
.form-desc .form-title {
	font-size: 17px;
	font-weight: bold;
	margin-bottom: 15px;
	margin-top: 20px;
}

#richeditpagetext
 {border: 2px dotted red;}