/* GENERAL STYLES */
/* GENERAL STYLES */
/* GENERAL STYLES */
/* @group Structure */

* { padding: 0; margin: 0; }
html
{
overflow-y: scroll;
}
body {
background-color: #e9eff6;
}

a,a:visited 
{
	color: #604d41;
	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;
height:80px;
margin:12px 0 0 45px;
width:250px;
}


#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 { 
width: 944px;
height:65px;
clear: both;
background: transparent url(/umbraco/../media/footer.gif) no-repeat scroll 0 0;
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:200px;
height:60px;
margin:5px 0px 0px 60px;

}


/*horizontal menu*/
/*
#menu li
{
	margin: 0 0 12px 0;
}

#menu .l2scrolllist
{
width:800px; 
}
*/
#horizontal_menu {
width: 693px;
margin: 0 auto;
text-align: left;
clear: both;
background: #c01c48 url(/umbraco/../media/h_menu_top.gif) no-repeat top left;
}
	
	
#horizontal_menu ul	{
margin: 0;
padding: 3px 0px;
background: url(/umbraco/../media/h_menu_bottom.gif) no-repeat left bottom;
}
	
#horizontal_menu ul li {

margin: 0;
padding: 3px 4px;
}

.bold
{
font-weight: bold;
}

#horizontal_menu ul li a {
margin: 0 0 0 0px;
padding: 2px 15px;
text-decoration: none;
color: #D7E0EB;
font: bold 90% Verdana, Arial, Helvetica, sans-serif;
}

#horizontal_menu ul li a.on,
#horizontal_menu ul li a:hover
{
text-decoration: none;
font-size: 90%;
font-weight: bold; 
color: #FFF;
}


/*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: #CA0F3B;
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: 3px 0px 20px 5px;

}

.homelinks {
 float: left; 
  margin:8px 0 0 31px;

}

br.nospace{margin:0px; padding:0px;}

/*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;
min-height:350px;
z-index:1;
}

#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: #CA0F3B;
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: #00467F;
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:#5c85ae; 
text-decoration:none;
font-size: 85%;
}

.link a:hover{
font-size: 85%;
color: #29425b;
text-decoration:none;
}

.tl{background: #d1deea 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 10px 10px 12px;

}
.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: #604d41;
text-decoration: none;
}

.teaser_text a:hover{
color: #2e251f;
}
.teaser_text a:active{
color: #604d41;
text-decoration: none;
}

.teaser_text a:visited{
color: #604d41;
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;

}

/* 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;

}


#footer_nav{
position:relative;
float:right;
font-size: 85%;
color: #46729e;
margin-top: 22px;
margin-right: 10px;
text-align:right;
width:410px;
}

#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;}


#wrapper #footer #middle_iso_logos
{
	width: 280px;
	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 350px;
	margin: 0;
	position: absolute;
	background-color: transparent;
}



/* ================================================================ 
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 */
.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: #00467F; 
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;
}

.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: #00467F;; 
        padding: 0 0 0 10px;
        margin: 0px;
        width: 215px;         
}

.menu ul li:hover ul li.l2_off a 
{    
     background:none;
     background-color: #00467F; 
     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: #00467F; 
     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;}

/* 2nd level menu
.menu ul li:hover ul li:hover ul {display:block; position:absolute; left:151px; top:0; color:#000;}

.menu ul li:hover ul li:hover ul li a {display:block; width:200px; background:#dfc184; color:#000;}
.menu ul li:hover ul li:hover ul li a:hover {background:#bd8d5e; color:#fff;}
*/



/* END NEW MENU */

/* ================================================================ 
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/flyout_horizontal.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; 
position:relative; 
margin:0; 
font-size:13px;
float:left;
}

.menu ul li a, .menu ul li a:visited {
display:block;
text-decoration:none; 
color:#ca0f3b; 
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;
}

.menu ul {
padding:0; margin:0;
list-style-type: none;
}
.menu ul li {
float:left; 
position:relative;
}

.menu ul li ul {display: none;
}
*/
/* specific to non IE browsers.menu ul li:hover a {color:#fff; background:#b3ab79;} */
/*
.menu ul li:hover ul {
display:inline; 
position:absolute; 
top:0; 
left:165px; 
width:565px; 
}


.menu ul li:hover ul li {
float:left;
}
.menu ul li:hover ul li a {
display:block; 
background:url(/umbraco/../media/fly_out_bg.gif);
color:#ccc; 
width:auto; 
float:left;
padding-left:25px;
}

.menu ul li:hover ul li a:hover {

color:#fff;
}

.menu ul li:hover a {
background: url(/umbraco/../media/menu_bg_over.gif) no-repeat;
color:#fff;
}
*/
/* @end */











/* @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;
}

.frontPerson
{
    margin:10px 10px 10px 12px;
}
.clearfix 
{
	height: 0px;
	clear:both;
}

.frontPerson img
{
	float:right;
	padding-left: 10px;
}

.frontPerson p
{
	padding-top:2px;
}
/* @end */

/* footer */
#wrapper #footer #left_logo
{
	width: 250px;
	float: left;
	height:20px;
}

#wrapper #footer #middle_iso_logos
{
	width: 50px;
	float: left;
	padding: 2px 0 0 200px;
	margin: 0;
	position: relative;
	background-color: transparent;
}

#wrapper #footer #new_logos{
	width: 100px;
	float: left;
	padding: 8px 0 0 0px;
	margin: 0;
	position: relative;
	background-color: transparent;

}


#wrapper #footer #middle_iso_logos #SWO_LOGO { margin-right: 0px; }
#wrapper #footer #middle_iso_logos #ISO_LOGOS { 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: 10px;
       

}

#SWO{
	font-family: Arial Narrow, Arial, Verdana, sans-serif;
	font-size: 9pt;
	color: #46729e;
	position: absolute;
	top: 42px;
	left: 200px;
	width: 100px;
}

#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 */


/* EDITOR PROPERTIES */
