/* sky blue #01AEE8 */
/* dark blue #014577 */
/* red #cc0033 */
/* green #99CC33 */
/* orange #FF9933 */
/* purple #952988 */
/* light grey #E0DEDD */
/* grey #999999 */

* {
  margin: 0;
  padding: 0;
} 

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.69em;
	line-height: normal;
	color: #000000;
	margin: 0px;
	padding: 0px;
}

#pageWrapper {
	width: 940px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	border-right: 1px solid #E0DEDD;
	border-bottom: 1px solid #E0DEDD;
	border-left: 1px solid #E0DEDD;
}



#header {
	height: 110px;
	position:relative;	
}


#headerBanner {
	
}


#headerBanner img {
	display: block;	
}


#mainHome {
	width: 940px;
}


#main {
	width: 940px;
	background-image: url(../images/main_bgrnd.gif);
	background-repeat: none;
	margin-bottom: 15px;
}



#footer {
		
}


.left {
   width: 617px;
   padding-left: 20px;
   float: left;
   padding-top: 15px;
	padding-bottom: 15px;
}

#header .left {
	padding-top:0; 
	padding-bottom:0;
}



.right {
   width: 216px;
   padding-right: 20px;
   	padding-top: 15px;
	padding-bottom: 15px;
   float: right;
   margin-right: 67px;
}

#header .right{
	padding-top:15px; 
	padding-bottom:0;
}


/* ******************** LINK STYLES ************************ */


a {
 text-decoration: none;
 font-weight:bold;
}

a:visited, a:link, a:active  {
    color: #01AEE8;
	}
	
a:hover {
    color: #CCCCCC;
	}
	

a.linkSkyBlue:visited, a.linkSkyBlue:link, a.linkSkyBlue:active  {
    color: #01AEE8;
	}
	
a.linkSkyBlue:hover {
    color: #CCCCCC;
	}

	

a.linkDarkBlue:visited, a.linkDarkBlue:link, a.linkDarkBlue:active  {
    color: #014577;
	}
	
a.linkDarkBlue:hover {
    color: #CCCCCC;
	}	


a.linkRed:visited, a.linkRed:link, a.linkRed:active  {
    color: #cc0033;
	}
	
a.linkRed:hover {
    color: #CCCCCC;
	}
	
	
/* 
a.linkGreen:visited, a.linkGreen:link, a.linkGreen:active  {
    color: #99CC33;
	}
	
a.linkGreen:hover {
    color: #CCCCCC;
	}


a.linkOrange:visited, a.linkOrange:link, a.linkOrange:active  {
    color: #FF9933;
	}
	
a.linkOrange:hover {
    color: #CCCCCC;
	}



a.linkPurple:visited, a.linkPurple:link, a.linkPurple:active  {
    color: #952988;
	}
	
a.linkPurple:hover {
    color: #CCCCCC;
	}
*/	
	
a.linkGrey:visited, a.linkGrey:link, a.linkGrey:active  {
    color: #999999;
	}
	
a.linkGrey:hover {
    color: #CCCCCC;
	}
	


a.linkGreyUnderlined:visited, a.linkGreyUnderlined:link, a.linkGreyUnderlined:active  {
    color: #999999;
	text-decoration:underline;
	}
	
a.linkGreyUnderlined:hover {
    color: #CCCCCC;
	text-decoration:underline;
	}
	
	

a.linkBlackUnderlined:visited, a.linkBlackUnderlined:link, a.linkBlackUnderlined:active  {
    color: #333333;
	text-decoration:underline;
	font-weight:normal;
	}
	
a.linkBlackUnderlined:hover {
    color: #666666;
	text-decoration:underline;
	font-weight:normal;
	}
	
	
a.linkBlackUnderlinedBold:visited, a.linkBlackUnderlinedBold:link, a.linkBlackUnderlinedBold:active  {
    color: #333333;
	text-decoration:underline;
	font-weight:bold;
	}
	
a.linkBlackUnderlinedBold:hover {
    color: #666666;
	text-decoration:underline;
	font-weight:bold;
	}
	
	
a.linkBlack:visited, a.linkBlack:link, a.linkBlack:active  {
    color: #333333;
	}
	
a.linkBlack:hover {
    color: #666666;
	}
	

	

a.linkWhiteUnderlined:visited, a.linkWhiteUnderlined:link, a.linkWhiteUnderlined:active  {
    color: #FFFFFF;
	text-decoration:underline;
	}
	
a.linkWhiteUnderlined:hover {
    color: #CCCCCC;
	text-decoration:underline;
	}



/* ******************** TEXT STYLES ************************ */

h1 {
	font-size: 1.36em;
	color: #01AEE8;
	margin-bottom:0.7em;
	
}
.no_capitalize {
	text-transform: none;
}


h2 {
	font-size: 1em;
	color: #01AEE8;
	margin-bottom:0.7em;
}

.textOrange {
	color: #FF9933;
}

.textPurple {
	color: #952988;
}

.textRed {
	color: #cc0033;
}

.textGreen {
	color: #99CC33;
}

.textSkyBlue {
	color: #01AEE8;
}

.textDarkBlue {
	color: #014577;
}

.textWhite {
	color: #FFFFFF;
}

.textGrey {
	color: #999999;
}

.textSmall {
	font-size: 0.9em;
}

/* ******************** MISC ************************ */


.floatLeft {
	float: left;
}

.floatRight {
	float: right;
}

.clearBoth {
	clear: both;
	height: 0px;
}

.clearLeft {
	clear: left;
	height: 0px;
}

.clearRight {
	clear: right;
	height: 0px;
}

li {
	margin-left: 15px;
	padding-left: 0px;
	list-style-type: square;
}

p {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0.7em;
	margin-left: 0px;
}




/* ******************** NAV ************************ */


#navWrapper {
	margin-top: 81px;
	margin-left: 181px;
	width: 400px;
	background-image: url(../images/topNavBgrnd.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}

#nav {

}

#nav ul, #nav li {     
	padding: 0;     
	margin: 0;     
	list-style: none; 
	
} 


/* nav styles */

#nav a {     
	display: block;     
	width: 75px;
} 

#nav li {     
	float: left;
	width: auto;
}

#nav li a {
	padding: 0 0 15px 0;
	margin-right: 5px;
}

#nav li a:visited, #nav li a:link, #nav li a:active {
	color: #333333;
}

#nav li a:hover {
	color: #666666;
}

/* subnav styles */


#nav li ul {     
	position: absolute;   
    width: 155px; 
	left: -999em;
} 

#nav li:hover ul, #nav li.sfhover ul {     
	left: auto; 
	height:auto;
}

#nav li ul li {     
	width: auto;
}

#nav li ul li a {
	background-color: #014577;
	padding: 7px;
	width: 141px;
	background-image: url(../images/navDvdr.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	font-weight:normal;
}

#nav li ul li a.last {
	background-image:none;
}

#nav li ul li a:visited, #nav li ul li a:link, #nav li ul li a:active {     
	color: #FFFFFF;
}

#nav li ul li a:hover  {     
	color: #999999;
}







.blueLine617 {
	background-image: url(../images/blueLine617.gif);
	background-repeat: no-repeat;
	background-position: right top;
}

.blueLine230 {
	background-image: url(../images/blueLine230.gif);
	background-repeat: no-repeat;
	background-position: left top;
}


.homePic {
	width: 207px;
	margin-right:16px;
	float:left;
}

.homeText {
	width: 384px;
	float:right;
	margin-right:10px;
}

#fourCols {
	width: 853px;
	padding-left: 20px;
	padding-right: 0px;
	margin-right: 67px;
	background-image: url(../images/blueLine210.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 15px;
	padding-bottom: 15px;
}

.col1 {
	width: 192px;
	padding-right: 15px;
	border-right: 1px solid #CCCCCC;
	float:left;
}

.col2, .col3 {
	width: 172px;
	padding-left: 20px;
	padding-right: 15px;
	border-right: 1px solid #CCCCCC;
	float:left;
}

.col4 {
	width: 208px;
	padding-left: 20px;
	padding-right: 0px;
	float:right;
}


.miniNews {
	margin-left: 6px;
	border-left: 1px solid #CCCCCC;
	padding-left: 22px;
	width: 172px;
	padding-right: 15px;
	min-height: 153px;
}

.miniNews h2 {
	font-size: 1.36em;
}

#rightContent .miniNews {
	margin-left: 0;
	border-left: 0;
	padding-left: 0;
}
#rightContent .miniNews h2 {
	font-size: 1em;
}


#logo {
	position:absolute;
	top: 34px;
	left: 15px;
	z-index: 100;

}
.darkblueheader {
	background-image: url(../images/darkblueheaderline.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 15px;
	position:relative;
	height: 95px;
}


#headerLinks {
	margin-left: 6px;
	width: 230px;
}

#searchBox {
	margin-left: 6px;
	width: 230px;
	position:absolute;
	bottom: 6px;
}

#searchBox .textfield {
	width:186px;
	vertical-align: middle;
	font-family:Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 1em;
	border: 1px solid #CCCCCC;
	padding: 3px;
}

#searchBox .submit {
	vertical-align: middle;
	margin-left:5px;
	
}

.notBold {
	font-weight:normal;
}


.arrowRed {
	background-image: url(../images/arrow_red.gif);
	background-repeat: no-repeat;
	background-position: left 2px;
	display: block;
	padding-left: 18px;
}


.arrowOrange{
	background-image: url(../images/arrow_orange.gif);
	background-repeat: no-repeat;
	background-position: left 2px;
	display: block;
	padding-left: 18px;
}


.arrowPurple {
	background-image: url(../images/arrow_purple.gif);
	background-repeat: no-repeat;
	background-position: left 2px;
	display: block;
	padding-left: 18px;
}

.arrowGreen {
	background-image: url(../images/arrow_green.gif);
	background-repeat: no-repeat;
	background-position: left 2px;
	display: block;
	padding-left: 18px;
}


.arrowSkyBlue {
	background-image: url(../images/arrow_skyblue.gif);
	background-repeat: no-repeat;
	background-position: left 2px;
	display: block;
	padding-left: 18px;
}

.copyright {
	width:auto;
	float: left;
}

.footerLinks1 {
	width:auto;
	float: right;
	margin-right: 10px;
}

.footerLinks2 {
	width: 210px;
	padding-left: 6px;
	padding-top: 15px;
}



#rightContent    {
	margin-left: 6px;
	border-left: 1px solid #CCCCCC;
	padding-left: 22px;
	width: 187px;
	padding-right: 0;
	min-height: 153px;
}

#rightContent2    {
	margin-left: 6px;
	border-left: 1px solid #CCCCCC;
	padding-left: 10px;
	width: 187px;
	padding-right: 0;
	min-height: 153px;
}


.rightBlueBoxWrapper {
	padding-top: 15px;
	background-color: #01AEE8;
	background-image: url(../images/rightblueboxhdr.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

.rightBlueBox{
	padding: 0 10px 15px 10px;
	background-color: #01AEE8;
	color: #ffffff;
	background-image: url(../images/rightblueboxftr.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}



.breadcrumbs {
	color: #999999;
	margin-bottom: 0.7em;
	
}

.strapline {
	padding-top: 0;
	padding-left: 29px;
	width: 187px;
}

.side {
	width: 160px;
	margin-right:23px;
	float:left;
}

.mainText {
	width: 417px;
	float:right;
	margin-right:17px;
	
}

.mainText h1 {
	text-transform: capitalize;	
}


.blueLine160 {
	background-image: url(../images/blueLine160.gif);
	background-repeat: no-repeat;
	background-position: left top;
}





#sidenavWrapper {

}

#sidenav {
	
}


#sidenav ul, #sidenav li {
	list-style:none;
	margin-left: 0;
}

#sidenav li {
	width: 160px;
}

#sidenav li li {


}

#sidenav li a div {
	padding: 3px 0 3px 12px;
	background-image: url(../images/sidenav_arrow.gif);
	background-repeat: no-repeat;
	background-position: left 0.64em;
	border-bottom: solid 1px #cccccc;
	width: 136px;
}

#sidenav li li a div {
	margin-left: 12px;
	width: 124px;
}

#sidenav a:visited, #sidenav a:link, #sidenav a:active  {
	color: #000000;
	font-weight:bold;
	cursor:pointer;
}


#sidenav a:hover  {
	color: #01AEE8;
	font-weight:bold;
	cursor:pointer;
}




/* ***************** DYNAMIC MENU ***************** */

.menuHidden{
visibility:hidden;
display:none;
}

.menuVisible{
visibility:visible;
display:block;
}





.twoColTable {
	width:417px;
	margin-bottom: 0.7em;
}


.twoColRow {
	margin-top: 5px;
	margin-bottom: 5px;
}

.twoColTable .leftCol {
	float:left;
	padding-right: 10px;
	width:140px;

}

.twoColTable .rightCol {
	float:right;
	width:267px;

}




body#about #sidenav li a.about {
	color: #01AEE8;
	font-weight:bold;
}


body#services #sidenav li a.services {
	color: #01AEE8;
	font-weight:bold;
}

body#sectors #sidenav li a.sectors {
	color: #01AEE8;
	font-weight:bold;
}

body#careers #sidenav li a.careers {
	color: #01AEE8;
	font-weight:bold;
}

body#contact #sidenav li a.contact {
	color: #01AEE8;
	font-weight:bold;
}




.mainText ul {
	margin-bottom: 0.7em;
}

.mainText li {
	list-style-image: url(../images/bullet.gif);
}



img {
	border:none;
	}
	




.newsItem {
	padding-bottom: 10px;
	border-bottom: 1px solid #cccccc;
	margin-bottom: 20px;
}

.newsPic{
	width: 100px;
	margin-right: 10px;
	float: left;
}


.newsText {
	width: 307px;
	float: right;
}




.pageLinks {
	width: 417px;
	padding-bottom: 20px;
}

.pageLinksLeft {
	width: 70px;
	float: left;
}

.pageLinksMiddle {
	width: 257px;
	padding: 0 10px 0 10px;
	float: left;
	text-align:center;
}

.pageLinksRight {
	width: 70px;
	float: right;
	text-align: right;
}




.newsStory {
	margin-top: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #cccccc;
	margin-bottom: 20px;
}

.backLink {
	width: 208px;
	padding: 0 0 20px 0;
	text-align: right;
	float: right;
}


.date {
	width: 209px;
	padding: 0 0 20px 0;
	color: #999999;
	float: right;

}



table#vacancies {
	/* table-layout: fixed; */
	width: 100%;
	border-collapse: collapse;
	margin-top: 20px;

}

table#vacancies th {
	border: 1px solid #FFFFFF;
	background-color:#01AEE8;
	padding: 3px;
	color:#FFFFFF;

}

table#vacancies td {
	border: 1px solid #FFFFFF;
	padding: 3px;
	background-color:#efefef;
	text-align:center;
	vertical-align:top;

	
}


.vacancy {
	margin-top: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #cccccc;
	margin-bottom: 20px;
}



#application_form {

}

#application_form input,
#application_form textarea ,
#application_form select  {
	margin-bottom: 5px;
}

#application_form .inputfield {
	width: 178px;
	padding:2px;
	font-size: 1em;
	font:Arial, Helvetica, sans-serif;
}

textarea#postal {
	width: 178px;
	padding:2px;
	font-size: 1em;
	font-family: Arial, Helvetica, sans-serif;
}

#application_form select {
	width: 186px;
	font-size: 1em;
	font:Arial, Helvetica, sans-serif;
	
	}
	
input#send_cv, input#send_cover {
	width: 178px;
	padding:2px;
	font-size: 1em;
	font:Arial, Helvetica, sans-serif;
}

#submit_button {
	background-color: #01AEE8;
	color: #ffffff;
	font-size: 1.2em;
	font:Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-transform:lowercase;
	cursor:pointer;
	padding: 5px;
	border: 0;
}



/* ***************** FORMS ***************** */

.formfield {
	width: 178px;
	padding:2px;
	font-size: 1em;
	font-family: Arial, Helvetica, sans-serif;
}

.textarea {
	width: 178px;
	padding:2px;
	font-size: 1em;
	font-family: Arial, Helvetica, sans-serif;
}

.selectmenu {
	font-size: 1em;
	font-family: Arial, Helvetica, sans-serif;
}

.submit_button {
	background-color: #01AEE8;
	color: #ffffff;
	font-size: 1.2em;
	font:Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-transform:lowercase;
	cursor:pointer;
	padding: 5px;
	border: 0;
}
.sitemap_ul {
	display: block;
	padding: 0 0 10px 0;
}
.sitemap_ul a {
	color: #666;
	font-weight: normal;
}
.sitemap_ul a:hover {
	color: #333;
}


.sitemap_section {
	font-weight: bold;

}
.middlealign {
	display: block;
	margin: 0 0 0 20px;
}


#result_report {
	margin:1em 0;
	font-weight:bold;
	font-size: 14px;	
}

#results .description,
#results .url {
	margin: 3px 0;
}
#results .url {
	color: #666666;
}

.bluebold {
	color: #01AEE8;
	font-weight: bold;
}
