/* GENERAL STYLES */
/* @group Structure */

* { padding: 0; margin: 0; }
html
{
overflow-y: scroll;
}
body {
background-color: #e9eff6;
}

a,a:visited 
{
	color:#8A5953;
	text-decoration:none;
}

a:hover
{
	color:#2E251F;
}

.pagetitle
{
font-family: Verdana, Helvetica, Arial, sans-serif;
font-size: 170%;
text-transform: uppercase;
color: #00853f;
margin-bottom:10px;
}

#wrapper { 
margin: 0 auto;
width: 980px;
}


#header {
color: #333;
width: 980px;
height: 121px;
background: url(/umbraco/../media/header.jpg) no-repeat;
}


#logo
{
text-align:left;
text-indent:-9999px;
}

#logo h1 a
{
float:left;
width:407px;
height:77px;
margin:5px 0px 0px 35px;
background: url(/umbraco/../media/logo.gif) no-repeat 0 0;

}


#main_container {
margin: 0px 18px 0px 18px;

width: 944px;
overflow: auto; 
background: url(/umbraco/../media/main_container_bg.gif) bottom left repeat-x;
padding-bottom: 20px;
}


#footer { 
position: relative;
width: 944px;
height:65px;
clear: both;
background: url(/umbraco/../media/4291/footer_new.gif) no-repeat;
margin-left: 18px;
margin-right: 18px;}

/*sub page stuff*/

#header_sub_page {
color: #333;
width: 980px;
height: 94px;
margin-bottom: 10px;
background: url(/umbraco/../media/header_sub_page.jpg) no-repeat;
}

#logo_sub_page
{
text-align:left;
text-indent:-9999px;
}

#logo_sub_page h1 a
{
float:left;
width:327px;
height:60px;
margin:3px 0px 0px 42px;
background: url(/umbraco/../media/logo_sub_pg.gif) no-repeat 0 0;

}


/*horizontal menu*/


.bold
{
font-weight: bold;
}

/*vertical menu*/


#vertical_menu ul
{
margin: 0;
padding: 0;
list-style-type: none;
font: bold 90% Verdana, Arial, Helvetica, sans-serif;
}

#vertical_menu li {
margin: 0 0 6px 0;
}

#vertical_menu a
{
display: block;
padding: 4px 2px 2px 24px;
width: 185px;
height:24px;
background-image: url(/umbraco/../media/sub_menu_bg.gif);
background-repeat: no-repeat;}

#vertical_menu a:link, #navlist a:visited
{
color: #436A91;
text-decoration: none;
}

#vertical_menu a:hover
{
background-image: url(/umbraco/../media/sub_menu_bg_over.gif) no-repeat	;
color: #fff;
}

#active a:link, #active a:visited, #active a:hover
{
background-image: url(/umbraco/../media/sub_menu_bg_over.gif);
color: #fff;
}


#sub_header_img{

height:96px;
margin: 10px 0px 20px 5px;

}


/*left & right columns*/

#left_column
{
width: 185px;
float: left;
position: relative;
margin-left:15px;
z-index:500;
}


#right_column
{
width: 705px;
float: right;
position: relative;
}

#right_column h2.environment
{
color: #00853f;
}

#right_column h2.people
{
color: #E31937;
}

#right_column h2
{
font-family: Verdana, Helvetica, Arial, sans-serif;
font-size: 170%;
text-transform: uppercase;
color: #00467F;
padding-left:20px;
margin-bottom:10px;
}

#right_column h3
{
font-family: Verdana, Helvetica, Arial, sans-serif;
font-size: 100%;
color: #604d41;
padding-left:20px;
margin-bottom:10px;
font-weight: bold;
}


#right_column h4
{
	position:absolute;
	width:300px;
	height: 30px;
	left: 280px;
	top: 70px;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 120%;
	color: #00853f;
}

#right_column p
{
padding: 0px 80px 0px 20px;
margin-bottom:1.0em
}

.first_paragraph
{
color: #016832;
}



/* @end */

/* @group Boxses */

/*left box*/

#box_left {
float: left;
clear:  right;
width: 306px;
margin-right:14px ;
margin-bottom: 18px;
min-height: 150px;
background: url(/umbraco/../media/div-bottom.gif) no-repeat bottom left;
	
}

#box_left h2 {
margin: 0;
padding: 10px 8px 10px 16px;
font-size: 150%;
color: #333;

}
  
#box_left h2 span {
display:block;
color:#847543; 
font: 75% Tahoma,Verdana, sans-serif;
}  
  
#box_left ul {
margin: 0;
padding: 0px 10px 14px 10px;
list-style: none;
}
  
#box_left li {
padding: 0 0 0 8px;
color: #26517D;
font-family: Arial, Helvetica, Geneva, sans-serif;
}

#box_left li a:link{
color: #604D41;
text-decoration: none;
}

#box_left li a:hover{
color: #2e251f;
}

#box_left li a:visited{
color: #604D41;
text-decoration: none;
}

/*center box*/


#box_center {
float: left;
clear:  right;
width: 306px;
min-height: 150px;
margin-bottom: 18px;
background: url(/umbraco/../media/div-bottom.gif) no-repeat bottom left;
}

#box_center h2 {
margin: 0;
padding: 10px 8px 10px 16px;
font-size: 150%;
color: #333;

}
  
#box_center h2 span {
display:block;
color:#847543; 
font: 75% Tahoma,Verdana, sans-serif;
}  
  
#box_center ul {
margin: 0;
padding: 0px 10px 14px 10px;
list-style: none;
}
  
#box_center li {
padding: 0 0 0 8px;
color: #26517D;
font-family: Arial, Helvetica, Geneva, sans-serif;
}

#box_center li a:link{
color: #604D41;
text-decoration: none;
}

#box_center li a:hover{
color: #2e251f;
}

#box_center li a:visited{
color: #604D41;
text-decoration: none;
}



/*right box*/

#box_right {
float: right;

width: 306px;
min-height: 150px;
margin-bottom: 18px;
background: url(/umbraco/../media/div-bottom.gif) no-repeat bottom left;
}

#box_right h2 {
margin: 0;
padding: 10px 8px 10px 16px;
font-size: 150%;
color: #333;

}
  
#box_right h2 span {
display:block;
color:#847543; 
font: 75% Tahoma,Verdana, sans-serif;
}  
  
#box_right ul {
margin: 0;
padding: 0px 10px 14px 10px;
list-style: none;
}
  
#box_right li {
padding: 0 0 0 8px;
color: #26517D;
font-family: Arial, Helvetica, Geneva, sans-serif;
}

#box_right li a:link{
color: #604D41;
text-decoration: none;
}

#box_right li a:hover{
color: #2e251f;
}

#box_right li a:visited{
color: #604D41;
text-decoration: none;
}


/*box links*/


.left {
background: url(/umbraco/../media/left_box_img.jpg) no-repeat top left;
}

.left a:link {
color: #263D8D;
text-decoration: none;
}

.left a:hover {
color: #15224f;
text-decoration: none;
}


.left a:active {
color: #15224f;
text-decoration: none;
}


.left a:visited {
color: #263D8D;
text-decoration: none;
}


.center{
background: url(/umbraco/../media/center_box_img.jpg) no-repeat top left;
}

.center a:link {
color: #DE0427;
text-decoration: none;
}

.center a:hover {
color: #97041b;
text-decoration: none;
}


.center a:active {
color: #97041b;
text-decoration: none;}


.center a:visited {
color: #DE0427;
text-decoration: none;}


.right{
background: url(/umbraco/../media/right_box_img.jpg) no-repeat top left;
}
.right a:link {
color: #00853F;
text-decoration: none;
}

.right a:hover {
color: #105628;
text-decoration: none;
}

.right a:active {
color: #0b391b;
text-decoration: none;
}

.right a:visited {
color: #00853F;
text-decoration: none;
}


/*second row of boxses*/

#second_row_box_left {
float: left;
clear: right;
width: 306px;
margin-right:14px ;

}

#second_row_box_center{
float: left;
clear: right;
width: 306px;
}


#second_row_box_right{
float: right;
width: 306px;
}



/*round coners*/



#round_coners{
height:24px;
width:300px;
margin:auto;
color:#fff;
text-align:left;
clear:both;
}

.round_coners div{
height:24px;
}

.round_coners_title{
color: #4E7AA7;
font-family: Verdana, Helvetica, Arial, sans-serif;
font-size:90%;
font-weight: bold;
text-align:left;
float:left;
padding:4px 0px 6px 12px;
margin-top:0px !important;
margin-bottom:-16px;

}


.link{
float:right;
text-align:right;
padding:4px 12px 6px 0px;
margin-bottom:-16px;
}

.link a{

color:#4E7AA7;
text-decoration:none;
font-size: 85%;
}

.link a:hover{
font-size: 85%;
color: #29425b;
text-decoration:none;
}

.tl{background: #c4d1e2 url(/umbraco/../media/tl.gif) no-repeat top left;}
.tr{background:transparent url(/umbraco/../media/tr.gif) no-repeat top right;}
.br{background:transparent url(/umbraco/../media/br.gif) no-repeat bottom right;}
.bl{background:transparent url(/umbraco/../media/bl.gif) no-repeat bottom left;}

.teaser_text
{
margin:10px;
padding-left:10px;
}
.teaser_text .title
{
margin-left: 0px;
}

#right_column .teaser_text p {
color: #666;
font-size: 90%;
margin: 0px;
padding: 0px;
white-space: normal;
}

.teaser_text a:link{
color: #8a5953;
text-decoration: none;
}

.teaser_text a:hover{
color: #2e251f;
}
.teaser_text a:active{
color: #8a5953;
text-decoration: none;
}

.teaser_text a:visited{
color: #8a5953;
text-decoration: none;
}






/* @end */

/* @group Navigation */




#right_column #textContent h2
{
font-family: Verdana, Helvetica, Arial, sans-serif;
font-size: 170%;
text-transform: uppercase;
color: #00853f;
padding-left:20px;
margin-bottom:10px;
}


#right_column #textContent h3
{
font-family: Verdana, Helvetica, Arial, sans-serif;
font-size: 100%;
color: #604d41;
padding-left:20px;
margin-bottom:10px;
font-weight: bold;
}


#right_column #textContent h4
{
	position:absolute;
	width:300px;
	height: 30px;
	left: 280px;
	top: 70px;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 120%;
	color: #00853f;
}



#navigation {
height:253px;
margin: 0px 18px 18px 18px;
background: url(/umbraco/../media/home_nav_bg.jpg) no-repeat;
}

/* Top Navigation */



#top_nav {
float:right;
margin: 8px 25px 0px 0px;
font-family: Verdana, Helvetica, Arial, sans-serif;
font-weight: normal;
;}
	
#top_nav li {
display: inline;
margin: 0; 
padding: 0px;
list-style-type: none;
}

#top_nav li a {
margin-right: 10px;
}
	
#top_nav a {
float: left;
line-height: 10px;
margin: 4px 4px 4px 4px;
text-decoration: none;
text-transform: uppercase;
font-size: 70%;
color: #639ad0;
font-weight: bold;}

	
#top_nav a:hover {
color: #486f96;
/* border-bottom: 3px solid #5584b2; */
padding-bottom: 2px;
}

#top_nav a.active {
/* border-bottom: 3px solid #5584b2; */
padding-bottom: 2px;
color: #5584b2;

}



/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/flyoutt.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the assocaited (x)html may be modified in any 
way to fit your requirements.
=================================================================== */
/* common styling */
.container 
{
	margin:0px auto; 
	padding:10px;
}

.menu {font-family: Verdana, Helvetica, Arial, sans-serif;
width:185px; 
height:217px; 

margin:0; 
font-size:13px;
float:left;

}

.menu ul li a, .menu ul li a:visited 
{
    display:block;
    text-decoration:none; 
    color:#6691BC; 
    width:176px; 
    height:30px;
    background: url(/umbraco/../media/menu_bg.gif) no-repeat;
    line-height:29px; 
    font-size:90%;
    padding-left:20px;
    font-weight: bold;
    position:relative;
   
}

.menu ul li.current a.hide, .menu ul li.current a.hide:visited
{
    color: #ffffff;  
    background: url(/umbraco/../media/menu_bg_active.png) no-repeat;  
}

.menu ul li.current:hover a.hide
{
     color: #ffffff;  
    background: url(/umbraco/../media/menu_bg_over.gif) no-repeat; 
}

.menu ul {padding:0; margin:0;list-style-type: none;  }
.menu ul li {float:left; position:relative; margin-bottom:12px;  /*margin-right:1px;*/ }
.menu ul li ul {display: none;}




/* specific to non IE browsers */



.menu ul li:hover a, .menu ul li.current:hover a 
{
    background: url(/umbraco/../media/menu_bg_over.gif) no-repeat; color:#FFFFFF; 
}

.menu ul li:hover ul {display:inline; 
        position:absolute; 
        top:4px; 
        left:185px; 
        width:225px; 
        z-index: 200;
           
 }
.menu ul li:hover ul li a.hide {}
.menu ul li:hover ul li:hover a.hide {width:150px;}
.menu ul li:hover ul li ul {display: none;}
.menu ul li:hover ul li a, .menu ul li.current:hover ul li a {
        display:block;       
        color:#ccc; 
        float:left;
        background-color: #6691bc; 
        padding: 0 0 0 10px;
        margin: 0px;
        width: 215px;         
}

.menu ul li:hover ul li.l2_off a 
{    
     background:none;
     background-color: #6691bc; 
     height:19px;
    line-height: 16px;
   
}

.menu ul li:hover ul li.l2_on a 
{
     background:url(/umbraco/../media/fly_anc_bg.gif) no-repeat;
     background-color: #6691bc; 
     height: auto;
     line-height: 26px;

}
.menu ul li:hover ul li a:hover {color:#fff;}

.menu ul li:hover ul li{margin: 0px;  padding-top:0px; }

.menu ul li:hover ul li.fly_bottom{background: url(/umbraco/../media/fly_bottom.gif) no-repeat left bottom; 
   height:5px; width:225px; z-index:200;}
    
.menu ul li:hover ul li.fly_top{background: url(/umbraco/../media/fly_top.png) no-repeat left bottom;  
    height:5px; width:225px;  }
    
.menu ul li:hover ul li.fly_top img{ z-index:200; height:5px; width: 225px;}





/* END NEW MENU */































/* @group Typography */

body
{
font-size: small;
font-family: Arial, Helvetica, Verdana, sans-serif;
color: #666;
}

p
{
font-size: 100%;
line-height: 1.5em;
margin-bottom: 1.0em;
}




h2,h3,h4
{
margin-bottom: 0.5em;}


h2
{
font-size: 140%;
}

h3
{
font-size: 120%;
}

h4
{
font-size: 110%;

}

/* @end */












/* @group Various */

.clear { 
clear: both; 
background: none; 
}



 .img_right
{
float: right;
margin: 5px 0 10px 10px;
border: 1px solid #666;
}


/* @end */



/* @group Reset */

img {
border:0
}

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}

address,caption,cite,code,dfn,em,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul
{
padding:0px 0px 10px 40px;
line-height:1.5em;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}

/* our people */


.peopleTable .title
{
	padding-left: 30px;
	padding-top: 10px;
	padding-bottom: 10px;
}

.peopleTable img,
.person img
{
	padding: 20px;
	padding-top: 0px;
	float:left;
}

.clearfix 
{
	height: 0px;
	clear:both;
}

.frontPerson img
{
	float:right;
	padding-left: 10px;
}

.frontPerson p
{
	padding-top:10px;
}
/* @end */

/* footer */
#wrapper #footer #left_logo
{
	width: 309px;
	float: left;
}


#wrapper #footer #middle_iso_logos
{
	width: 240px;
	float: left;
	padding: 5px 0 0 50px;
	margin: 0;
	position: absolute;
	background-color: transparent;
}

#wrapper #footer #middle_50_Bestlogo
{
	width: 55px;
	float: left;
	padding: 5px 0 0 300px;
	margin: 0;
	position: absolute;
	background-color: transparent;
}

#wrapper #footer #middle_iso_logos img { margin-right: 30px; }
#footer_nav{
	font-family: Arial Narrow, Arial, Verdana, sans-serif;
	position:relative;
	float:right;
	font-size: 9pt;
	color: #46729e;
	margin-top: 22px;
	margin-right: 10px;
}

#address {
	font-family: Arial Narrow, Arial, Verdana, sans-serif;
	font-size: 9pt;
	color: #46729e;
	position: absolute;
	top: 42px;
	left: 45px;
}

#SWO{
	font-family: Arial Narrow, Arial, Verdana, sans-serif;
	font-size: 9pt;
	color: #46729e;
	position: absolute;
	top: 42px;
	left: 245px;
	width: 70px;
}

#footer_nav ul {
list-style: none;
}
#footer_nav  li {
display: inline;
color: #46729e;
}

#footer_nav  a {
color: #46729e; 
text-decoration: none;
padding-right: 3px;
padding-left: 3px;
}

#footer_nav  a:hover
{
text-decoration: none;
color: #325272;}


/* EDITOR PROPERTIES */
