/*
*   Main Navigation
*/

#nav {
    margin: 94px 0 0 0;
    clear: both;
	padding-left:5px;
	z-index:100;
}

ul#primaryNav,
ul#primaryNav ul,
div#tertiaryNav {
    display: block;
    clear: both;
    margin: 0 5px 0 0;
}

ul#primaryNav li{
	/* changed overflow to hidden from auto as it was causing a shift 'onclick' of the page Dom Hoare */
    overflow: hidden;
    margin: 0 0 2.5em;
    font-size: 1.0em;
}

ul#primaryNav ul {
    position: absolute;
    left: -999em;
}

ul#primaryNav li:hover ul,
ul#primaryNav li.current ul{
    left: auto;    
	text-decoration: none;
}

div#tertiaryNav {
    padding: 5px 0;
    margin: 0;
	position: relative;	
	z-index: 999;
	}

div#tertiaryNav div {
   	background: #ececec;
    min-height:25px;
	display:none;
}

div#tertiaryNav div.tertiaryNavItem {
    position: relative;
    overflow: visible;
}

div#tertiaryNav div span {
    display: none;
    float: left;
    padding: 5px 10px;
    margin: 0 5px 0 0;
    background: #535353;
}

div#tertiaryNav div.tertiaryNavItem span {
    display: block;
}

div#tertiaryNav div span a {
    display: block;
    padding: 0 0px 0 0;
    /* font-weight: bold; */
    font-size: 1.2em;
    color: #68DDEF;
}

div#tertiaryNav div span a img{
    margin:0 2px 2px 5px;
    padding: 0 0px 0 0;

}
ul#primaryNav li {
    float: left;
    background: #262626;
}

ul#primaryNav ul li,
div#tertiaryNav ul li,
div#tertiaryNav ul li.current,
div#tertiaryNav div.tertiaryNavItem li.current {
    display: block;
    float: left;
    background: #535353;
}

div#tertiaryNav ul {
    overflow: auto;
    display: block;
}

div#tertiaryNav ul li {
    padding: 5px 10px;
    background: #2F2F2F;
}

div#tertiaryNav div.tertiaryNavItem ul {
    position: absolute;
    z-index: 100;
    left: -999em;
    float: left;
    background: #2F2F2F;    
}

div#tertiaryNav div.tertiaryNavItem ul li {
    float: none;
	padding-right:20px;
}

div#tertiaryNav ul li.empty {
    background: none;
}

ul#primaryNav li a {
    display: block;
    padding: 5px 10px;
    min-height:15px;
    color: #fff;
    font-size: 1.2em;
}

div#tertiaryNav ul li a {
    display: block;
    font-size: 1.2em;
    color: #68DDEF;
}

div#tertiaryNav ul li.current a {
    display: block;
    background: url(/img/decals/nav_arrow_ltbg.gif) no-repeat 100% 50%;
    padding: 0 20px 0 0;
    font-weight: bold;
    font-size: 1.2em;
    color: #68DDEF;
}

ul#primaryNav li a:hover {
    /* background:  url(/img/decals/nav_arrow_dkbg.gif) no-repeat 50% 0; */
	text-decoration: underline;
	color: #68DDEF;
}
div#tertiaryNav ul li a:hover {
    color: #68DDEF;
    text-decoration: underline;
}
div#tertiaryNav span a:hover {
    text-decoration: none;
}
div#tertiaryNav ul li.current a:hover {
  /* text-decoration: underline; */
  text-decoration: none;
}

ul#primaryNav li span a{
    display: block;
    /* background: url(/img/decals/nav_arrow_dkbg.gif) no-repeat 50% 0; */
    padding: 5px 10px;
    color: #68DDEF;
    /* font-weight: bold; */
    font-size: 1.2em;
	
	}

 /*ul#primaryNav li ul li span a,
ul#primaryNav li ul li a:hover {
    background: url(/img/decals/nav_arrow_ltbg.gif) no-repeat 50% 0; 
	text-decoration: underline;*/


    /*  SecondaryNav indentation */


ul#primaryNav li ul.navSERVICES_en {
    margin-left: -132px;
	}
    /* END SecondaryNav indentation */

/* END Main Navigation */

/* Footer */

#footer {
    clear: both;
    position: relative;
}

#footer .footerContent {
    padding: 0 0 24px;
   	/* background: transparent url(/img/background/footer_grid.gif); */
}

#footer ul {
    background: #262626;
    padding: 6px 5px 5px 5px;
    overflow: hidden; /* changed from auto */
    clear: both;
}

#footer ul li {
    float: left;
    padding: 0 10px 0 0; /* was 0 10px; */
    /* background: url(/img/decals/bullet_footer.gif) no-repeat 0 50%; */
}

#footer ul li.first {
    background:  none;
    padding: 0 10px 0 0;
   
}

#footer ul li span {
    color: #68DDEF;
    font-size: 1.2em;
	font-family:arial;
    line-height: 1.6em;
}

#footer ul li.first span a {
    font-weight:bold;
}
#footer ul li a {
    color: #A1A1A1;
    font-size: 1.2em;
	font-family:arial;	
    line-height: 1.6em;
    }

#footer #footerLogo {
    position: absolute;
    left: 725px;
    top: 0;
	width:235px;
	height:54px;
}

#footer p {
    margin: 0;
    line-height: 1.8em;
    font-size: 1em;
	padding-bottom: 4px;
}

#footer #btp_link {    
    position: absolute;
    width: 225px;
   	background-color: #ececec;
    padding: 5px;
    margin: 0 0 5px;
    top: -4.2em;
    right: 0px;
}

#footer #btp_link .btp_linkContent{
    background: #fff;
}

#footer #btp_link .btp_linkContent a {
    display: block;
    background: url(/img/decals/btp_arrow.gif) no-repeat 0 50%;
    padding: 6px 10px 6px 16px;
    margin: 0 10px;
    font: 1.2em arial;
}

/*
*   END Footer
*/
