/* CSS Document */

* {
padding: 0;
margin: 0;
}
body {
font-family: Lucida Grande, Lucida Sans Unicode, sans-serif;
font-size: 80%;
color:#333333;

background-image:url(images/site_bg7.gif);
background-repeat:repeat-x;
}

.backtotop a:link, .backtotop a:visited {
color:#999;
text-decoration:none;
}

.backtotop a:hover {
color:#7da9d0;
text-decoration:underline;
}

.url:link, .url:visited {
color:#0099FF;
text-decoration:none;
}

.url:hover {
color:#7da9d0;
text-decoration:underline;
}


#headerblock {
width:1024px;
height:105px;
margin-right: auto;
margin-left: auto;
}

#logo {
width:246px;
position: relative;
left: 80px;
top: 30px;
}


#naviblock {
width:540px;
position:relative;
top:2px;
left:480px;
}



ul#navigation { 
margin: 0; 
padding: 0; 
list-style: none; 
position: relative; } 

ul#navigation ul { 
width: 160px; /* Sub Menu Width */
margin: 0; 
list-style: none; 
display: none; 
position: absolute; 
top: 100%;
left: 0;
} 

ul#navigation ul ul,ul#navigation ul ul ul { 
top: 0; 
left: 100%; } 

ul#navigation li { 
float: left; 
display: inline; 
position: relative; 
padding: 0px 0px;
} 

ul#navigation ul li { 
width: 100%; 
display: block;  } 





#navigation span {
display: block;
padding: 5px 15px;
font-weight:bold;
}

ul#navigation li a span.selectedHeaderLink {
color:#FFFFFF;
height:26px;
background: #1376c9 url(images/topnav_stretch.gif) repeat-x;
/*--Top right rounded corner--*/
	-moz-border-radius-topright: 5px;
	-khtml-border-radius-topright: 5px;
	-webkit-border-top-right-radius: 5px;
	/*--Top left rounded corner--*/
	-moz-border-radius-topleft: 5px;
	-khtml-border-radius-topleft: 5px;
	-webkit-border-top-left-radius: 5px;
}




/* Root Menu */ 
ul#navigation a { 
/*border-top: 1px solid #FFF; 
border-right: 1px solid #FFF;*/
/*padding: 6px;*/
padding:0px;

float: left; 
display: block; 
/*background: #DDD; */
color: #666; 
font: bold 11px Arial, sans-serif; 
text-decoration: none; 
height: 1%; } 



/* Root Menu Hover Persistence */ 
ul#navigation a:hover,ul#navigation li:hover a,ul#navigation li.iehover a { 
/*background: #BBB; */
/*color: #008cba; */
font-size:11px;
font-weight:normal;

} 

ul#navigation li:hover span {
color: #7da9d0;
height:26px;
background: #1376c9 url(images/topnav_stretch.gif) repeat-x;
/*--Top right rounded corner--*/
	-moz-border-radius-topright: 5px;
	-khtml-border-radius-topright: 5px;
	-webkit-border-top-right-radius: 5px;
	/*--Top left rounded corner--*/
	-moz-border-radius-topleft: 5px;
	-khtml-border-radius-topleft: 5px;
	-webkit-border-top-left-radius: 5px;
}


/* 2nd Menu */ 
ul#navigation li:hover li a,ul#navigation li.iehover li a { 
float: none; 
background-color:#FFFFFF; 
height:2em;
width:14em;
padding: 5px 5px 5px 5px;
/*border-top:1px solid #dedfe0;*/
/*background: #BBB; */} 

/* 2nd Menu Hover Persistence */ 
ul#navigation li:hover li a:hover,ul#navigation li:hover li:hover a,ul#navigation li.iehover li a:hover,ul#navigation li.iehover li.iehover a { 
/*background: #999; */
background-color: #f6f6f3; 
color: #7da9d0;

} 

/* 3rd Menu */ 
ul#navigation li:hover li:hover li a,ul#navigation li.iehover li.iehover li a {
padding-left:10px;
/*background: #999;*/
background-color:#FFF;
} 

/* 3rd Menu Hover Persistence */ 
ul#navigation li:hover li:hover li a:hover,ul#navigation li:hover li:hover li:hover a,ul#navigation li.iehover li.iehover li a:hover,ul#navigation li.iehover li.iehover li.iehover a { 
/*background: #666;*/
background: #f6f6f3;
} 

/* Hover Function - Do Not Move */ 
ul#navigation li:hover ul ul,ul#navigation li:hover ul ul ul,ul#navigation li.iehover ul ul,ul#navigation li.iehover ul ul ul { 
display: none; } 

ul#navigation li:hover ul,ul#navigation ul li:hover ul,ul#navigation ul ul li:hover ul,ul#navigation li.iehover ul,ul#navigation ul li.iehover ul,ul#navigation ul ul li.iehover ul { 
display: block; }



#bodyblock {
width:1024px;
clear: both;
margin-left:auto;
margin-right:auto;
}


#contentwrapper {
width:701px;
float:left;
}

#navwrapper { /*block of picture and side navigation menu */
float:right;
width:319px;
}

#bannerblock {
position:relative;
width:580px;
left:20px;
height:144px;
background-image:url(images/banner_bg4.png);
background-repeat:no-repeat;
}

/*
#pagetitleblock {
background-color:#996600;
position:relative;

width:481px;
left:20px;
height:143px;
}*/

.pagetitle {
position:relative;
left:0px;
top:88px;
}


#navbg {
height:230px;
width:340px;
position:relative;
left:0px;
top:10px;
}


/*
#contentwrapper {
width:1024px;
margin-left:auto;
margin-right:auto;
background-color:#006633;
}*/

/*
#contentblock.about {
background-color:#fafafa;
width:900px;
height:550px;
position:relative;
top: 300px;
margin-left: auto;
margin-right: auto;
}*/

#contentblock { /*block/gray background of content  */
clear:both;
/*border-left: 1px solid #dedfe0; */
background-color:#fafafa;
width:725px;
position:relative;
top:0px;
}

.notification {
height:500px;	
}

.about { 
height:700px;
}


.chooseAQ {
height:950px;
}

.codeofconduct {
height:2200px;
}
.ourpartners {
height:1200px;
}

.careers {
height:900px;
}

.eskort {
height:800px;
}

.arctictariff {
height:900px;
}

.arcticfast {
height:600px;
}

.ctmp_it_devsupport {
height:750px;
}

.ctmp_bpr_research {
height:950px;
}

.taep_it_devsupport {
height:700px;
}

.taep_bpr_consulting {
height:700px;
}

.casestudies {
height:500px;
}

.factsheets {
height:1700px;
}

.whitepapers {
height:1500px;
}

.clientportfolio {
height:1150px;
}

#contentblock.contactus {
width:900px;
height:500px;
}


#leftsidenav {
border-right: 1px solid #dedfe0;
padding-right:20px;
width:150px;
height:100%;
float:left;
position:relative;
}

#content {
/*border-right: 1px solid #dedfe0; */
margin-top:15px;
margin-left:40px;
margin-right:0px;
position:relative;
float:left;
left:40px;
width:644px;
}

p {
margin-left: 0px;
margin-right: 0px;
margin-top:0px;
width: 551px;
line-height:24px;
/*text-indent:20pt;*/
}

hr {
	width: 550px;
	text-align:left;
}

.thumb {
height:50%;
width:50%;
}

.downloadlink {
text-decoration:underline;
font-weight:bold;
font-size:11px;
color: #008cba; 
}

.downloadarrow {
border:0;
}

.backtotop {
text-align:right;
margin-bottom:30px;
}


.whitepaper_desc {
text-decoration:none;
font-size:10px;
line-height:12px;
width:440px; 
}

.requiredfield {
font-size:11px;
color:red;
}


.header1 {
background-color: #eaeff5;
padding:10px 0 5px 20px;
margin-left:-40px;
}


h1 {
font-weight:bold;
font-size: 130%;
/*color: #7da9d0;*/
color:#000;
}

h4 {
font-size:110%;	
}


ul.normallist {
/*list-style-position:inside;*/
list-style-image:url(images/bullet_square_blue.gif);
margin-left:30px;
margin-top:10px;
line-height:22px;
}

ul.innerlist {
/*list-style-position:inside;*/
list-style-image:url(images/bullet_dash_blue.gif);
margin-left:30px;
margin-top:0px;
line-height:22px;
margin-bottom:10px;
}

p.statement {
background-color: #EEE;
padding: 10px;
border: dashed 1px #666;
text-align: left;
margin-left: auto;
margin-right: auto;
width: 410px;
line-height:24px;
}

.summary {
font-size:100%;
font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
color:#000;
margin-left:-20px;
background-color: #EEE;
padding: 20px;
width:550px;
/*border: dashed 1px #666;
width: 550px;
line-height:24px;
*/
}






#sidenav { 
/*float: left; */
width: 200px;
margin-top:0px;
margin-left:0px; 
height: 400px;
position:relative;
left:35px;
top:10px;
padding-left: 20px;
font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
/*
border-left: 1px solid #dedfe0; 
border-bottom: 1px solid #dedfe0; 
border-right: 1px solid #dedfe0; */
}
#sidenav div.sidenavHead { 
font-size: 12px; 
font-weight: bold; 
width:217px;
/*color: #008cba; */
/*color: #9fb4d1;*/
color: #7da9d0;
padding: 10px 0px 8px 15px; 
/*background-image: url(images/sidenav_bg.gif); */
background-image:url(images/topnav_stretch.gif);
/*--Top right rounded corner--*/
	-moz-border-radius-topright: 8px;
	-khtml-border-radius-topright: 8px;
	-webkit-border-top-right-radius: 8px;
	/*--Top left rounded corner--*/
	-moz-border-radius-topleft: 8px;
	-khtml-border-radius-topleft: 8px;
	-webkit-border-top-left-radius: 8px;
}

#sidenav ul { 
border-top: 1px solid #d1d3d4; 
list-style-type:none; 

}
#sidenav ul li a {
display: block; 
/*\width: 174px; w\idth: 142px;*/
width:200px;
color: #636b70;
/*color: #9fb4d1;*/
text-decoration: none; 
padding: 5px 5px 5px 25px; 
background-image: url(images/bullet_arrow_blue.gif); 
background-repeat: no-repeat; 
background-position: 17px 9px; 
/*background-color: #f6f6f3; */
background-color:#fff;
border-left: 1px solid #dedfe0; 
border-bottom: 1px solid #dedfe0; 
border-right: 1px solid #dedfe0; 
}
#sidenav ul li a:hover { 
font-weight: normal; 
color: #008cba; 
text-decoration: none; 
/*background-color: #fff; */
background-color: #f6f6f3;
}
#sidenav ul li ul { 
border-top: none; 
}
#sidenav ul li ul li a { 
\width: 172px; w\idth: 132px;
width: 190px; \width: 190px; w\idth: 190px;
padding: 5px 5px 5px 35px; 
background-position: 27px 9px; 
}

#sidenav ul li.selected a { 
font-weight: bold; 
color: #008cba; 
/*background-color: #fff; */
background-color: #f6f6f3;
}
#sidenav ul li.selected a:hover { 
font-weight: bold; 
color: #008cba; 
/*background-color: #fff;*/
background-color: #f6f6f3;

 }
#sidenav ul li.selected ul li a { 
font-weight: normal; 
color: #636b70; 
text-decoration: none; 
background-color: #f6f6f3; 
}
#sidenav ul li.selected ul li a:hover { 
font-weight: normal; 
color: #008cba; 
text-decoration: none; 
background-color: #fff; 
}



#footer {
height:40px;
width:1024px;
margin-left:auto;
margin-right:auto;
text-align:center;
clear:both;

font-size:10px;
padding-top:50px;
}
