/* CSS Document */

html {overflow-y: scroll;}

body {
	font-size: 11px; 
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color: #656567;
	background-color: #868C90; 
	text-align: left;
	margin: auto;
}
#site-container {
	width: 800px;
	height: auto;
	background-color: #FFFFFF;
	margin-top:20px;
	margin-left: auto;
	margin-right: auto;
	text-align:center;
}
.inside-container {
	width: 784px;
	height: auto;
	text-align: center;
	padding: 8px;
}
.ticker-tape_background {
	width: 784px;
	height: 28px;
	background-color: #8B8C90;
}
.ticker-tape_text {
	color:#FFFFFF;
	padding: 7px;
	text-align: left;
}
.ticker-tape_text a {
	color:#FFFFFF;
	padding: 7px;
	text-align: left;
	text-decoration:none;
}
.ticker-tape_text p {
	margin:0px;
	padding:0px;
}
.page-banner {
	width: 784px;
	height: 112px;
	background-color:#FFFFFF;
}


/* NAVIGATION STYLES: Start */

.primary-navigation {
	width: 784px;
	height: 20px;
	background-color: #00295A;
}
.secondary-navigation {
	width: 784px;
	height: 17px;
	background-color: #BCBDC1;
	padding: 3px 0 0 0;
	text-align: left;
}
.hovermenu {
	width: 784px;
	height: 19px;
	background-color: #00295A;
}
.hovermenu ul{
	text-align: left;
	padding: 3px;
	margin: 0px;
}
.hovermenu ul li{
	list-style: none;
	display: inline;
}
.hovermenu ul li a{
	padding: 3px 0.90em;
	text-decoration: none;
	text-align: right;
	color: white;
	background-color: #00295A;
}
.hovermenu ul li a:hover{
	background-color:#BCBDC1;
	color:#666666;
}
.hovermenu ul li .current{
	background-color:#BCBDC1;
	color:#666666;
}
.subNav_current {
	text-align: left;
}
.subNav {
	display:none;
	text-align: left;
}
.subNav li, .subNav_current li {
	list-style: none;
	display: inline;
	padding-right: 20px;
}
.subNav li a {
	color:#FFFFFF;
	text-decoration: none;
}

.subNav li a:hover, .subNav_current li a:hover {
	text-decoration: none;
	color:#666666;
}
.subNav_selected a {
	color:#0099FF;
	text-decoration: none;
}
.subNav_current li a {
	color:#FFFFFF;
	text-decoration: none;
}
#subNavUL1 {
	margin: 0 0 0 200px;
	padding: 0;
}
#subNavUL2 {
	margin: 0 0 0 95px;
	padding: 0;
}
#subNavUL3 {
	margin: 0 0 0 170px;
	padding: 0;
}
#subNavUL4 {
	margin: 0 0 0 260px;
	padding: 0;
}
#subNavUL4 {
	margin: 0 0 0 270px;
	padding: 0;
}
#subNavUL5 {
	margin: 0 0 0 363px;
	padding: 0;
}
#subNavUL6 {
	margin: 0 0 0 535px;
	padding: 0;
}
#subNavUL7 {
	margin: 0 0 0 655px;
	padding: 0;
}
#subNavUL8 {
	margin: 0 0 0 700px;
	padding: 0;
}
/* NAVIGATION STYLES: End */


.main-content {
	width: 784px;
	height: auto;
	line-height: 18px;
}
.left-nav {
	width: 160px;
	height: auto;
	float: left;
	text-align: left;
	padding: 20px 0 20px 0;
}
.left-nav_links {
	width: 160px;
	height: 102px;
}
.left-nav_links_iso9001 {
	width: 160px;
	height: 95px;
	padding-top: 300px;
}
.left-nav_links_stamp {
	width: 160px;
	height: 132px;
	padding-top: 45px;
}
.page-title {
	padding-top: 45px;
	text-align: left;
}
.page-content {
	width: 624px;
	height: auto;
	text-align: left;
	float: left;
	padding-top: 20px;
}
p {
	margin-bottom: 15px;
	padding: 0;
}
p a {
	font-weight: bold;
	text-decoration: none;
	color: #656567;
}
p a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #00295A;
}
.body-text {
	width: 404px;
	text-align: left;
	margin-bottom: 20px;
}
.right-nav {
	width: 210px;
	height: 100%;
	float: right;
}
.body-text_link {
	width: 92px;
	height: 18px;
}
.right-nav_contact {
	width: 225px;
	height: 100%;
	float: right;
	padding-right: 20px;
}
.right-nav_contact-text {
	width: 225px;
	padding: 10px 0 10px 0;
	border-bottom: #00295A 2px solid;
}
.right-nav_contact-text a {
	text-decoration:none;
	color: #656567;
}
.right-nav_contact-text a:hover {
	text-decoration:none;
	color: #00295A;
}
.contact_map {
	width: 223px;
	height: 223px;
	border: #00295A 1px solid;
} 
.smallprint {
	padding: 10px 0 10px 0;
	width: 225px;
	font-size:10px;
}
.smallprint-orange {
	color:#FF6600;
	font-size:10px;
}
h1 {
	font-size: 11px;
	font-weight:bold;
	text-transform: lowercase;
	margin: 0;
	padding: 0;
	text-align: left;
}
h2 {
	font-size: 11px;
	font-weight:bold;
	margin: 0;
	padding-top: 10px;
	text-align: left;
	color:#FF6600;
}
h3 {
	font-size: 11px;
	font-weight:bold;
	margin: 0;
	padding0: 0 0 5px 0;
	text-align: left;
	color:#FF6600;
}
h3 a {
	text-decoration:none;
	color:#FF6600;
}
h3 a:hover {
	text-decoration:none;
	color:#F9B88E;
}
h4 {
	font-size: 11px;
	font-weight:normal;
	margin: 0;
	padding-bottom: 10px;
	text-align: left;
	color:#FF6600;
}
.gallery_row_container {
	width: 550px;
	height: 100%;
	text-align: left;
	border-bottom: #00295A 2px solid;
	margin-bottom: 10px;
}
.gallery_photo-container {
	margin-top: 0px;
	width: 120px;
	text-align: left;
	padding: 10px 20px 5px 0;
	float: left;
}
.gallery_photo {
	margin-top: 0px;
	width: 83px;
	height: 83px;
	padding-bottom: 5px;
	padding-top: 0px;
}
.gallery_name a {
	color: #656567;
	font-size: 11px;
	font-weight:bold;
	text-decoration: none;
}
.gallery_name a:hover {
	font-size: 11px;
	font-weight:bold;
	color: #00295A;
	text-decoration: none;
}
.gallery_job-title {
	font-size: 9px;
	text-transform:uppercase;
	line-height: 15px;
}
.gallery_divider {
	width: 420px;
	border-bottom: #00295A 2px solid;
	padding: 0;
	margin: 0;
}
.profile_right-side {
	width: 171px;
	height: 100%;
	float: right;
	margin-right: 15px;
}
.profile_main-image {
	width: 171px;
	height: 171px;

}
.profile_zoom-image {
	width: 171px;
	height: 16px;
	text-align: right;
	padding-top: 10px;
}
.profile_detail-container {
	width: 100%;
	height: 40px;
}
.profile_name-container {
	width: 280px;
	float:left;
}
.profile_gallery-container {
	width: 94px;
	float: right;

}
.testimonial_content {
	width: 604px;
	text-align: left;
	margin-bottom: 20px;
}
.testimonial_row {
	width: 100% ;
	margin-bottom: 25px;
	border-bottom: #00295A 2px solid;
}
.testimonial_image {
	width: 83px;
	height: 83px;
	padding: 0 10px 10px 0;
	float: left;
}
.testimonial_text {
	width: 500px;
}
.testimonial_text a {
	width: 500px;
	text-decoration: none;
	color:#666666;
}
.testimonial_content {
	width: 604px;
	text-align: left;
	margin-bottom: 20px;
}
.news_row {
	width: 100% ;
	margin-bottom: 25px;
	border-bottom: #00295A 2px solid;
}
.news_image {
	width: 83px;
	height: 83px;
	padding-right: 10px;
	float: left;
}
.news_text {
	float: left;
	width: 500px;
	padding-bottom: 10px;
}
.news_links {
	width: 580px;
	text-align: right;
	padding-bottom: 10px;
}
.news_title {
	font-size: 11px;
	font-weight:bold;
	margin: 0;
	text-align: left;
	color:#FF6600;
}
.news_date {
	font-size: 11px;
	font-weight:normal;
	margin: 0;
	padding-bottom: 10px;
	text-align: left;
	color:#FF6600;
}
.news_detail-container {
	width: 100%;
	height: 40px;
}
.news_name-container {
	width: 200px;
	float:left;
}
.news_summary-container {
	width: 104px;
	float: right;
	padding-top: 10px;
}
.latestnews_detail-container {
	width: 100%;
	height: 30px;
}
.latestnews_name-container {
	width: 300px;
	float:left;
}
.latestnews_details-container {
	width: 60px;
	float: right;
}
.employee-details {
	width: 110px; height: 60px;
}
.footer {
	width: 784px;
	height: 48px;
	margin: 0px;
	background-color: #8B8C90;
}
.footer-text {
	padding: 5px;
	font-size: 9px;
	color: #FFFFFF;
}
.footer-text a {
	text-decoration: none;
	color: #FFFFFF;
}
.footer-text a:hover {
	text-decoration: none;
	color: #FDC7A1;
}
.cssform p {
width: 300px;
clear: left;
margin: 0;
padding: 5px 0 5px 0;
height: 1%;
}

.cssform label{
float: left;
width: 155px; /*width of labels. Should be smaller than left column (155px) to create some right margin*/
}

.cssform input[type="text"]{ /*width of text boxes. IE6 does not understand this attribute*/
width: 250px;
}

.cssform textarea{
width: 300px;
height: 150px;
}

/*.threepxfix class below:
Targets IE6- ONLY. Adds 3 pixel indent for multi-line form contents.
to account for 3 pixel bug: http://www.positioniseverything.net/explorer/threepxtest.html
*/

* html .threepxfix{
margin-left: 2px;
}
input {
	font:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.submit_button {
	width: 100%;
	text-align: left;
	padding-bottom: 20px;
}
.vacancies_intro_text {
    width: 500px;
    height: auto;
}#credits {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	padding: 3px;
}
#credits a {
	color: #FFFFFF;
}
#credits a:hover {
	color: #CCCCCC;
	text-decoration: underline;
	
}

a img {
	border-style: none;
}
a:focus {

outline:none;
}