IMG {
	border: none;
}

BODY {
    font-family: Verdana, Helvetica, Sans-serif;
    font-size: 62.5%;
    color: #717171;
}

H2 {
    display: none;
}

HR {
    display: none;
}

A:focus {
    outline: none;
}

DIV#site {
    margin: 0 auto;
    width: 988px;
}

DIV#header {
    background: url(../images/logo-header.jpg) no-repeat top left;
    width: 988px;
    height: 95px;
    float: left;
    
}

DIV#header A, DIV#header h1 A {
	display: block;
	float: left;
	width: 205px;
	height: 50px;
	margin: 20px 0 0 25px;
}

DIV#header A SPAN, DIV#header h1 A SPAN, DIV#header h2 {
	display: none;
}

DIV#header FORM#BladSearchForm_BladSearchForm {
	float: right;
	width: 231px;
	height: 18px;
	background: transparent url(../images/search.gif) no-repeat bottom left;
	padding: 5px 75px 0 0;
	margin: 0;
}

DIV#header FORM#BladSearchForm_BladSearchForm INPUT {
	padding: 2px 0 1px 55px;
	color: #717171;
	margin: 0;
	float: left;
	width: 165px;
	height: 14px;
	border: none;
	background: none;
}

DIV#content UL#SearchResults {
	font-size: 100%;
}

DIV#content UL#SearchResults LI {
	font-size: 1.1em;
}

DIV#content P#PageNumbers,
DIV#content P#PageNumbers A {
	color: #000;
}

DIV#content P#PageNumbers A:hover {
	text-decoration: underline;
}

DIV.nav-bar {
    background: url(../images/nav-normal.gif) no-repeat top left;
    width: 988px;
    height: 50px;
    float: left;
}

DIV.home-nav-bar {
    background: url(../images/nav-home.gif) no-repeat top left;
}

UL.nav {
    width: 402px;
    height: 12px;
    margin: 0;
    padding: 14px 32px;
    float: left;
    list-style: none;
}

UL.nav LI {
    float: left;
    height: 12px;
    background: url(../images/nav-seperator.gif) no-repeat top right;
    margin: 0;
    padding: 0;
    text-indent: -9000px;
    font-size: 1px;
    line-height: 1px;
}

UL.nav LI A {
    float: left;
    display: block;
    height: 12px;
    margin: 0;
    padding: 0;
    text-decoration: none;
}

UL.nav LI#menu-about { width: 72px; }
UL.nav LI#menu-about A {
    background: url(../images/menu-about.gif) no-repeat 0 0;
    width: 60px;
}

UL.nav LI#menu-library { width: 62px; }
UL.nav LI#menu-library A {
    background: url(../images/menu-library.gif) no-repeat 0 0;
    width: 50px;
}

UL.nav LI#menu-join-our-team { width: 103px; }
UL.nav LI#menu-join-our-team A {
    background: url(../images/menu-joinourteam.gif) no-repeat top left;
    width: 91px;
}

UL.nav LI#menu-latest-news { width: 91px; }
UL.nav LI#menu-latest-news A {
    background: url(../images/menu-latestnews.gif) no-repeat top left;
    width: 79px;
}

UL.nav LI#menu-contact-us { width: 74px; }
UL.nav LI#menu-contact-us A {
    background: url(../images/menu-contactus.gif) no-repeat top left;
    width: 74px;
}

UL.nav LI#menu-about A:hover,
UL.nav LI#menu-about A:active,
UL.nav LI#menu-about A:focus,
UL.nav LI#menu-library A:hover,
UL.nav LI#menu-library A:active,
UL.nav LI#menu-library A:focus,
UL.nav LI#menu-join-our-team A:hover,
UL.nav LI#menu-join-our-team A:active,
UL.nav LI#menu-join-our-team A:focus,
UL.nav LI#menu-latest-news A:hover,
UL.nav LI#menu-latest-news A:active,
UL.nav LI#menu-latest-news A:focus,
UL.nav LI#menu-contact-us A:hover,
UL.nav LI#menu-contact-us A:active,
UL.nav LI#menu-contact-us A:focus {
    background-position: bottom left;
}

/* CSS Menus */

/* ================================================================ 
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/final_drop.html
Copyright (c) 2005-2008 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */


.menu {width:392px; height:40px; position:relative; z-index:100; float: right;}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu li {position:relative;}
/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {visibility:hidden;position:absolute;height:0;top:40px;left:0}

/* style the table so that it takes no ppart in the layout - required for IE to work */
.menu table {position:absolute; top:0; left:0; border-collapse:collapse;;}

/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul,
.menu ul a:hover ul{visibility:visible; }
/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul{visibility:hidden;}
/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul{ visibility:visible;}

/* End of CSS Menu */

UL.buttons {
    width: 392px;
    height: 40px;
    margin: 0;
    padding: 0;
    float: right;
    list-style: none;
}

UL.buttons LI,
UL.buttons LI A {
    float: left;
    height: 40px;
    margin: 0;
    padding: 0;
    text-indent: -9000px;
    font-size: 1px;
    line-height: 1px;
    text-decoration: none;
    display: block;
}

UL.buttons LI#menu-challenges,
UL.buttons LI#menu-challenges A {
    background: url(../images/btn-challenges.gif) no-repeat top left;
    width: 135px;
}

UL.buttons LI#menu-challenges UL {
	left: 0;
}

UL.buttons LI#menu-services,
UL.buttons LI#menu-services A {
    background: url(../images/btn-services.gif) no-repeat top left;
    width: 129px;
}

UL.buttons LI#menu-services UL {
	left: -135px;
}

UL.buttons LI#menu-sectors,
UL.buttons LI#menu-sectors A {
    background: url(../images/btn-sectors.gif) no-repeat top left;
	width: 128px;
}

UL.buttons LI#menu-sectors UL {
	left: -264px;
}

UL.buttons LI#menu-challenges UL,
UL.buttons LI#menu-services UL,
UL.buttons LI#menu-sectors UL {
	background: #eaeaea;
	font-size: 10px;
	line-height: 10px;
	height: auto;
	width: 392px;
	float: left;
	display: block;
	margin: 0;
	padding: 1em 0;
}

UL.buttons LI#menu-challenges LI,
UL.buttons LI#menu-services LI,
UL.buttons LI#menu-sectors LI {
    float: left;
    margin: 0;
    text-indent: 0;
    font-size: 100%;
    line-height: 100%;
    display: block;
	background: #eaeaea;
	width: 368px;
	padding: 0 12px;
	height: auto;
}

UL.buttons LI#menu-challenges LI A,
UL.buttons LI#menu-services LI A,
UL.buttons LI#menu-sectors LI A {
    float: left;
    margin: 0;
    text-indent: 0;
    font-size: 1.0em;
    line-height: 1.3em;
    display: block;
    font-weight: bold;
	background: #eaeaea;
	width: 368px;
	height: auto;
	color: #a3a0a2;

	text-transform: uppercase;
	padding: .5em 0;
}

UL.buttons LI#menu-challenges LI A:hover,
UL.buttons LI#menu-services LI A:hover,
UL.buttons LI#menu-sectors LI A:hover {
	color: #000;
}

DIV.breadcrumb {
    width: 988px;
    float: left;
    text-align: right;
    text-transform: uppercase;
}

DIV.breadcrumb P {
    margin: .3em 0;
}

DIV.breadcrumb A {
    color: #717171;
    text-decoration: none;
}

DIV.breadcrumb A:hover {
    text-decoration: underline;
}

DIV.tag {
    width: 609px;
    height: 63px;
    background: url(../images/home-intro.gif) no-repeat top left;
    float: left;
}

DIV.tag P {
    display: none;
}

DIV#content .left { float: left; }
DIV#content .right { float: right; }

DIV#content DIV#video-flash-1,
DIV#content DIV#video-flash-2 {
    height: 255px;
}

DIV#content DIV#video-flash-2 {
	padding-top: 20px;	
}


DIV.footer {
    padding: .3em 0 .3em 14px;
    float: left;
    width: 974px;
    border-top: 2px solid #fafafa;
    border-bottom: 2px solid #fafafa;
    text-transform: uppercase;
    margin: 0;
}

DIV.footer UL {
    width: 600px;
    float: left;
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 1.0em;
}

DIV.footer UL LI {
    float: left;
    padding: .2em 0 .8em 17px;
    margin: 0;
    font-size: 1.0em;
}

DIV.footer UL LI#print {
    padding-left: 52px;
    background: url(../images/print.gif) no-repeat 17px 0;
}

DIV.footer UL LI A {
    color: #9a9a9a;
    text-decoration: none;
}

DIV.footer UL LI A:hover {
    text-decoration: underline;
    color: #000;
}

DIV.footer P {
    float: right;
    padding: .2em 0 .8em 17px;
    margin: 0;
    font-size: 1.0em;
    color: #9a9a9a;
}

UL#banner-images,
UL#banner-images LI {
	padding: 0;
	margin: 0;
	list-style: none;
	float: left;
}

UL#banner-images LI.banner-hide {
	display: none;
}

DIV#slide-show-holder {
	width: 790px;
	height: 140px;
	float: left;
}

DIV#slide-show-images {
	float: left;
	width: 790px;
	height: 140px;
	position: relative;
}

DIV#slide-show-images UL {
	height: 140px;
	padding: 0;
	margin: 0;
	list-style: none;
}

DIV#slide-show-images LI {
	padding: 0 10px 0 0;
	margin:0;
	display: block;
	height: 140px;
	float: left;
}

#slide-show-images p
{
	text-decoration: none;
	font-size: .5em;
	line-height: .5em;
	padding: 0;
	margin: 0 !important;
	position: absolute;
	width: 30px;
	height: 140px;
	text-indent: -9000px;
	text-decoration: none;
	top: 0;
	z-index: 1;
}

#slide-show-images p a{
	display: block;
	text-decoration: none;
	font-size: .5em;
	line-height: .5em;
	padding: 0;
	margin: 0;
	text-indent: -9000px;
	text-decoration: none;
	width: 30px;
	height: 140px;
}

#slide-show-images p.scroll-left,
#slide-show-images p.scroll-left a:link,
#slide-show-images p.scroll-left a:visited
{
	background: transparent url(../images/left-arrow.png) no-repeat top left;
	left: 0;
}

#slide-show-images p.scroll-right,
#slide-show-images p.scroll-right a:link,
#slide-show-images p.scroll-right a:visited
{
	background: transparent url(../images/right-arrow.png) no-repeat top left;
	right: 0;
}

/*\*/
* html #slide-show-images p.scroll-right
{
	right: -1px;
}
/**/

DIV.contact-buttons {
	padding: 10px 0;
}

DIV.service DIV.contact-buttons,
DIV.sector DIV.contact-buttons {
	float: right;
	width: 249px;
	padding-right: 50px;
}

DIV.contact-buttons IMG {
	padding: 0;
	margin: 0;
	display: block;
}
