/* Sitewide Styles
----------------------------------------------- */

a 
{
   text-decoration:none;
}

a:hover 
{
   text-decoration:underline;
}

a img 
{
   border:0px;
}

.u 
{
   text-decoration:underline;
}

p
{
	font-size: 11px;
	font-family: verdana, arial, helvetica, sans-serif;
	padding-bottom: 0px;
	margin-top: 0;

}


.break 
{
   clear:both;
   height:1px;
   margin:0px;
   padding:0px;
   overflow:hidden;
}

.none 
{
   display:none;
}

.bigred {
        font-weight: bold;
        font-size:16px;
        color: #FF0000;
        }


/* Page Structure 
----------------------------------------------- */

body 
{
	margin:0px 0px 0px 0px;
	background:#ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: medium;
	

}

#container{ 
    text-align: left; 
    margin: 0px auto;
	padding:0px;
    width: 750px; 
	background:#FFFFFF;
    
}


/* Masthead
----------------------------------------------- */

#masthead  
{
	float:left;
	width:750px;
	height: 150px;
	margin-right:auto;
	margin-left:auto;
	margin-top:0px;
	margin-bottom:0px;
	padding:0px;
	text-align:left;
	background:url("/images/masterbanner.gif") no-repeat;
	border-top: 2px solid #FDBB2F; 
        border-bottom: 2px solid #FDBB2F;
	}
		

#masthead h1 
{
   margin:0px 0px 0px 0px;
   padding:0px 0px 0px 0px;
   display:none;
}

/* Main Navigation
----------------------------------------------- */

#topnav 
{
   float:left;
   background:#002C6C;
   width:750px;
   text-align:center;
}

#topnav ul 
{
   float:left;
   margin:0 0 0 0;
   padding:0 0 0 0;
   text-transform:uppercase;
   
   font-size:10px;
   display:inline;
}

#topnav ul li 
{
   float:left;
   margin:0px; 
   padding:0px;
   display:inline;
   list-style:none;
   
}

#topnav ul a 
{
   float:left;
   display:block;
   padding:7px 7px 7px 12px;
   font-weight:bold;
   color:#ffffff;
   background:url("/images/divider.gif") no-repeat 0px 8px;
}

#topnav ul a.first 
{
   float:left;
   background:none;
   }

/* For skip links */

.invisible, .invisible a {
   display: none;
   
   color: #002C6C;
}


		

/* Additional Navigation Bar to Store Language Alternatives
----------------------------------------------- */

#langnav 
{
   float: none;
   background:#DFE4ED;
   display:block;
   height:16px;
   width:100%;
   border-bottom:1px none #ffffff;
   margin:0px 0px 0px 0px;
   padding:0px 0px 0px 0px;
}

#langnav ul 
{
   margin:0px 0px 0px 0px;
   padding:0px 0px 0px 0px;
   text-transform:uppercase;
   text-align:center;
   font-size:9px;
   display:inline;
}

#langnav ul li 
{
   margin:0px; 
   padding:0px;
   display:inline;
   list-style:none;
}

#langnav ul a 
{
   float:left;
   display:block;
   padding:2px 0px 2px 10px;
   font-weight:normal;
   color:#7E94B5;
   white-space:nowrap;
   background:url("/images/divlangnav.gif") no-repeat 0px 3px;
}

#langnav ul a.first 
{
   background:none;
}

#langnav_inner
{
   float: none;
   display:block;
   position: relative;
   left: 552px;
   top: 25px;
   margin:0px 0px 0px 0px;
   padding:0px 0px 0px 0px;
}


/* Home Page Top Panels
----------------------------------------------- */

#toppanels 
{
   font-size:medium;
   width:750px;
}

#toppanels h2 {
   margin:0px 0px 0px 0px;
   padding:20px 0px 0px 20px;
   color:#002C6C;
   font-weight:bold;
}

#toppanels p 
{
   color:#002C6C;
   padding:0px 20px 0px 20px;
   line-height:18px;
   font-weight:normal;
}

#homeleft 
{
   float:left;
   width:350px;
   height:241px;
   overflow:visible;
   background:#DFE4ED;
}

#homepic 
{
   float:left;
   background: url("/images/nptdivmap1.gif") no-repeat;
   border:1px solid #eeeeee;
   padding:10px 10px 0px 10px;	
   margin:10px 10px 0px 3px;
   height:241px;
   width:722px;
   text-align:left;  
}

.toppaneltext
{
	font-size: 11px;
	font-family: verdana, arial, helvetica, sans-serif;
	padding: 0px;
	margin-top: 0;

}

.smalltoppaneltext
{
	font-size: 11px;
	font-family: verdana, arial, helvetica, sans-serif;
	padding: 0px;
	margin-top: 0px;

}

.toppanellink
{
	color: #CC0000;
	font-weight: bold;
	font-size:135%;
	font-family: verdana, arial, helvetica, sans-serif;
	padding: 0px;
	margin-top: 0;
	line-height:28px;

}

/* PAGE CONTENT STYLES
---------------------------------------------- */

.frontpanelhead {
        font-size: 18px;
	color: #002c6c;
	font-weight: bold;
	font-family: arial, helvetica, sans-serif;
	padding-bottom: 3px;

}

.subheader {
	margin: 0px 0 10px 0;
	padding: 20px;
	background: #f4f4f4;
	color: #808080;
	border-bottom: 1px solid #cccccc;
}

#content 
{
	float: right;
	width: 550px;
	text-align: left;
	background: #f5f5f5;
}

#breadcrumbs 
{
	border-bottom: 1px solid #ffffff;
	padding: 0px 0px 5px 0px;
	margin-bottom: 10px;
}
	
h1, h2, h3, h4, h5, h6
{
	font-family: arial, helvetica, sans-serif;
	font-weight: normal;
	
}

h1 
{
	font-size:18px;
	color: #bec9da;
	padding-bottom:6px;
	margin-bottom:12px;
	border-bottom:1px dotted #cccccc;
}

h2 
{
	font-size:16px;
	color: #002c6c;
	}

h3 
{
	font-size: 18px;
	color: #002c6c;
	font-weight: bold;
	

	
}

h4 
{
	font-size: 11px;
	color: #002c6c;
}

h5 
{
        font-size:75%;
	font-weight:bold;
	color: #CC0000;
	margin-bottom: 0px;
        padding: 0px 0px 0px 0px;
}

/* LEFT SIDE
---------------------------------------------- */

#left {
	float: left;
	width: 480px;
	

	
}

#left h2 {

        margin:0px 0px 0px 0px;
	padding:5px 0px 0px 5px;
	color:#002C6C;
        font-weight:bold;

}

#left ul 
{
margin:0px 0px 0px 0px;
padding:0px 0px 0px 0px;
font-size:11px;
display:inline;
   
}

#left ul li 
{
   margin:0px; 
   padding:0px;
   display:inline;
   
   
   
}

#left ul a 
{
  /*display:block;*/
  font-weight:normal;
  color: #000;
}
	

	#links1 {
		
		border: 1px solid #eeeeee;
		padding: 10px 10px 10px 10px;	
		margin: 10px 10px 0px 0;
		background: url("/images/panelback.gif") no-repeat;
		width: 200px;
		float:left;
		
	}
	
	#links1 p
	{
	  font-size: 11px;
	  font-family: verdana, arial, helvetica, sans-serif;
	  
}


	
	.links2 {
			
			border: 1px solid #eeeeee;
			padding: 10px 10px 10px 10px;	
			margin: 10px 10px 0px 0;
			background: #ffffff;
			background: url("/images/panelback.gif") no-repeat;
			width: 200px;
			float:left;
	}
	
	.links3 {
				
			border: 1px solid #eeeeee;
			padding: 10px;	
			margin: 10px 10px 10px 0px;
			float:left;
			background: url("/images/panelback.gif") no-repeat;
			width: 438px;
	}
	
	.links4 {
	border: 1px solid #eeeeee;
	padding: 5px;
	margin: 10px 10px 10px 0px;
	float:left;
	width: 210px;
	}
	
	
	.links5 {
float:left;
width: 474px;
	}
	
	
 	.links6 {
				
			border: 0px;
			padding: 0px;	
			margin: 10px 10px 5px 0px;
			float:left;
		width: 457px;
	}
	
	
	.surveyblock {
 	border: 1px solid #ffffff;
 	display: block;
 	margin: 10px 10px 0px 0px;
 	height:19px;
 	width:302px;
 	background:url(/images/yourvoiceHPbanner.gif) no-repeat;	
 	font-size:70%;
        font-weight: bold;
        color: #ffffff;
        float:left;
        padding: 56px 0px 0px 155px;
        }
        
        
#surveylink a{	color: #FFFFFF;
	text-decoration: underline;

        }
		
#surveylink a:hover{
	color: #BBCBE1;
	text-decoration: underline;

        }
        
        
.lpsblock {
	display: block;
	margin:10px 0px 0px 0px;
	height:100px;
	background:url(/images/lps08banner.jpg) no-repeat;	
	font-size:70%;
        font-weight: bold;
        color: #002C6C;
        padding: 5px 0px 0px 190px;
        }       
       
        
.lpsblock a { 
         color: #CC0000;
         line-height:150%;
}

.lpsblock a:hover {
          color: #002c6c;
          text-decoration:underline;
}

.lpsblockheader {
	display:block;
	margin:0px 0px 5px 0px;	
	font-size:120%;
        font-weight: bold;
        color: #002C6C;
        padding:0px 0px 0px 0px;
        } 
        
        
.frontfeatures {
	font-family: arial, helvetica, sans-serif;
	font-weight: normal;
	font-size:75%;
        font-weight:bold;
        color: #CC0000;		
}

.frontfeat {
        margin-bottom: 10px;
}
	
.nimnwblock {
	display: block;
	margin:10px 0px 0px 0px;
	background:url(/images/nimnwbanner.jpg) no-repeat;	
	font-size:70%;
        font-weight: bold;
        color: #002C6C;
        padding: 79px 0px 0px 220px;
        }       
       
        
.nimnwblock a { 
         color: #3e3838;
         line-height:100%;
}

.nimnwblock a:hover {
          color: #CC0000;
          text-decoration:underline;
}	
	
	
/* RIGHT SIDE
---------------------------------------------- */
		
.right {
	float: right;
	width: 265px;
	margin: 0px 0 0px 0;
	
}

.right h2 {

        margin:0px 0px 0px 0px;
        padding:5px 0px 0px 5px;
        color:#002C6C;
        font-weight:bold;
}

.right_articles {
		border: 1px solid #cccccc;
		padding: 8px;	
		margin: 0 0 10px 0;
	}
	
		
.image {
	float: left;
	margin: 0 9px 3px 0;

}

#rightnews {
		padding: 5px;
		margin: 0 0 0px 0;
		background: #DFE4ED;
		font-size:65%;
		text-transform:uppercase;
		}

#rightnews ul 
{
   margin:0px 0px 0px 0px;
   padding:0px 0px 0px 0px;
   display:inline;
   
}

#rightnews ul li 
{
   margin:0px; 
   padding:0px;
   display:inline;
   list-style:none;
   
   
}

#rightnews ul a 
{
   display:block;
   padding:5px 0px 5px 5px;
   color: #002c6c;
   border-bottom: 1px dotted #F4F4F4;
  }
  
#rightnews ul li a.newsbottlink
  {
  font-weight:bold;
  font-size:100%;
border-bottom: 0px;
}

#stoleng {
		padding: 5px;
		margin: 0 0 0px 0;
		background: #DFE4ED;
		font-size:65%;
		text-transform:uppercase;
		}

#stoleng ul 
{
   margin:0px 0px 0px 0px;
   padding:0px 0px 0px 0px;
   display:inline;
   
}

#stoleng ul li 
{
   margin:0px; 
   padding:0px;
   display:inline;
   list-style:none;
   
   
}

#stoleng ul a 
{
   display:block;
   padding:5px 0px 5px 5px;
   color: #002c6c;
   border-bottom: 1px dotted #F4F4F4;
  }
  
#stoleng ul li a.newsbottlink
  {
  font-weight:bold;
  font-size:100%;
border-bottom: 0px;
}

#rightjobs {
		padding: 3px;
		margin: 0px;
		background: #DFE4ED;
		font-size:65%;
		text-transform:uppercase;
		
		}

#rightjobs ul 
{
	margin:0 0 0 0;
	padding:0 0 0 0;
	display:block;

}

#rightjobs ul li 
{
    
   display:block;
   padding:3px 3px 3px 3px;
   color: #002C6C;
   border-bottom: 1px dotted #F4F4F4;
   list-style:none;
   

}


#rightjobs ul li.bott
{
	border-bottom: none;
}

#rightjobs ul li a
{
	font-weight:bold;
	font-size:100%;
	color: #002C6C;
}

#rightfeature {
		padding: 3px;
		margin: 0px;
		background: #DFE4ED;
		font-size:65%;
		text-transform:uppercase;
		
		}

#rightfeature ul 
{
	margin:0 0 0 0;
	padding:0 0 0 0;
	display:block;

}

#rightfeature ul li 
{
    
   display:block;
   padding:3px 3px 3px 3px;
   color: #002C6C;
   border-bottom: 1px dotted #F4F4F4;
   list-style:none;
   

}


#rightfeature ul li.bott
{
	border-bottom: none;
}

#rightfeature ul li a
{
	font-weight:bold;
	font-size:100%;
	color: #002C6C;
}


#rightfeature1 {
		padding: 3px;
		margin: 0px;
		background: #DFE4ED;
		font-size:65%;
		text-transform:uppercase;
		
		}

#rightfeature1 ul 
{
	margin:0 0 0 0;
	padding:0 0 0 0;
	display:block;

}

#rightfeature1 ul li 
{
    
   display:block;
   padding:3px 3px 3px 3px;
   color: #002C6C;
   border-bottom: 1px dotted #F4F4F4;
   list-style:none;
   

}


#rightfeature1 ul li.bott
{
	border-bottom: none;
}

#rightfeature1 ul li a
{
	font-weight:bold;
	font-size:100%;
	color: #002C6C;
}


.rightarticlehead{

font-family: arial, helvetica, sans-serif;
font-size:16px;
margin:0px 0px 0px 0px;
padding:5px 0px 0px 5px;
color:#002C6C;
font-weight:bold;

}

.rightads {
		border: 1px solid #cccccc;	
		padding: 8px;
		margin: 0px 0px 10px 0px;
		background: #DFE4ED;
		font-size:65%;
		}
		
#oneohone{
		margin:0;
		text-align:center;
		padding: 4px;
		margin: 5px 0px 5px 0px;
		}
		
#crimemapping {
		border: 1px solid #cccccc;	
		padding: 8px;
		margin: 0px 0px 10px 0px;
		background: #DFE4ED;
		font-size:65%;
		}
		
		
#saferinternetday {
		border: 1px solid #cccccc;	
		padding: 8px;
		margin: 0px 0px 10px 0px;
		background: #ffffff;
		font-size:65%;
		}


#campaignsbox {
		border: 1px solid #cccccc;	
		padding: 8px;
		margin: 0px 0px 10px 0px;
		background: #DFE4ED;
		font-size:65%;
		}
		
.lps_adbanner {
		display: block;
		border: 1px solid #cccccc;	
		padding: 10px 0px 0px 12px;
		margin: 0px 0px 10px 0px;
		background: url(/images/lps_banner.jpg) no-repeat;
		height: 106px;
	    font-size:80%;
        font-weight: bold;
        color: #002C6C;
		}

.lps_adbanner a {
	font-weight:bold;
	font-size:100%;
	color: #CC0000;
    }
		

/* Footer
----------------------------------------------- */

#footer {
	float:left;
	margin:10px 0px 0px 0px;
        padding:0px 0px 0px 0px;
        width:750px;
	height:40px;
	padding:0px;
	text-align:center;
	background-color:#FFFFFF;
	}
		
       
#footer a {
	color:#999999;
	}
	

#footer ul 
{
   float:left;
   margin:0 0 0 0;
   padding:0px 0px 0px 3px;
   font-size:10px;
   display:inline;
}

#footer ul li 
{
   float:left;
   margin:0px; 
   padding:0px 0px 0px 3px;
   display:inline;
   list-style:none;
   
}

#footer ul a 
{
   float:left;
   display:block;
   padding:0px 0px 0px 3px;
   font-weight:bold;
   color:#999999;
}

#footer ul a.first 
{
   float:left;
   background:none;
}

.copyright {
	font-size:10px;
	font-weight:normal;
	border-top:1px dotted #CCCCCC;
	color:#cccccc;
	padding:10px 3px 7px 0px;
	background-color:#FFFFFF;
	}

/* LOCAL FOR YOU
----------------------------------------------- */
#localforyou
{
   float:left;
   background: url("/images/localforyoubanner.gif") no-repeat;
   border-top: 7px solid #ffffff;
   border-bottom: 1px solid #cccccc;
   padding:5px 0px 0px 0px;	
   margin:0px 0px 0px 0px;
   height: 195px;
   width:750px;
   text-align:left;  
}


.localforyouhead 
{
    font-size: 25px;
	color: #002c6c;
	font-weight: bold;
	font-family: verdana, arial, helvetica, sans-serif;
	padding:5px 0px 2px 0px;
	margin: 10px 0px 0px 220px;
}

.localforyoutext
{
	font-size: 11px;
	color: #002c6c;
	font-family: verdana, arial, helvetica, sans-serif;
	margin-left: 240px;
	margin-top: 25px;
	width: 200px;
	height:0px;
	
}

.localforyousearchhead
{
	font-size: 11px;
	font-weight: bold;
	color: #002c6c;
	font-family: verdana, arial, helvetica, sans-serif;
	padding:0px 0px 20px 0px;
	margin:0px 0px 20px 0px;
}




#pcodesearchform { 

float:right;
position: absolute;
left: 465px;
top: 255px;
width: 268px;
height: 100px;

}


#pcodesearchform a { 
color: #CC0000;
font-weight: bold;
font-size: 11px;

}

#pcodesearchform a:hover 
{
   color: #002c6c;
   text-decoration:none;
}

#newNHP
{
   float:left;
   background: url("/images/newnhp.jpg") no-repeat;
   padding:0px 0px 0px 0px;	
   margin:3px 0px 0px 0px;
   height: 176px;
   width:468px;
   text-align:left;
   font-weight: bold;
}


.nhpteamshead 
{
    height:26px;
	font-size: 25px;
	color: #002c6c;
	font-weight: bold;
	font-family: verdana, arial, helvetica, sans-serif;
	padding:5px 0px 0px 10px;
}


.nptsearchhead
{
	font-size: 11px;
	font-weight: bold;
	color: #002c6c;
	font-family: verdana, arial, helvetica, sans-serif;
	padding:0px 0px 0px 0px;
	margin: 0px 0px -50px 0px;
}

.nhpteamstext
{
	font-size: 11px;
	color: #002c6c;
	font-family: verdana, arial, helvetica, sans-serif;
	margin-left: 12px;
	margin-top: 6px;
	height:0px;
	
}

#NEWpcodesearchform {
    /*
	float:left;
	position: absolute;
	left: 367px;
	top: 298px;
	width: 268px;
	height: 100px;*/
	
	width:250px;
	padding: 0px 0px 0px 8px;
	margin:-20px 0px -25px 0;
	height:65px;
	


}


#NEWpcodesearchform a { 
color: #CC0000;
font-weight: bold;
font-size: 11px;

}

#NEWpcodesearchform a:hover 
{
   color: #002c6c;
   text-decoration:none;
}


.boldpcodeexample {
	font-size:70%;
	font-weight:bold;
	color:#000000;
	padding:10px 3px 0px 2px;
	margin: 0px 0px 0px 0px;
	}
	
	
.nhpteamsearchhead
{
	float: left;
	position: relative;
	left: 0px;
        top: 0px;
	font-size: 11px;
	font-weight: bold;
	color: #002c6c;
	font-family: verdana, arial, helvetica, sans-serif;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 9px;
         }


#nptchooser 
{
   float:left;
   height:85px;
   position: relative;
   left: 6px;
   margin:0px 0px 0px 0px;
   padding:5px 0px 0px 0px;
   font-weight:bold;
   display:block;
}

#nptchooser ul 
{  
   float:left;
   width: 111px;
   height: 20px;
   position: relative;
   top: 20px;
   left: -120px;
   margin: 0px 20px 0px 0px;
   padding: 0px 20px 0px 0px;
   font-size:80%;
   font-weight:bold;
   display:block;
   line-height:165%;
}

#nptchooser ul li 
{
   float:left;
   margin:0px; 
   padding:0px 0px 0px 0px;
   display:block;
   font-weight:bold;
   list-style:none;   
}

#nptchooser ul a 
{
   float:left;
   display:block;
   padding:0px 0px 0px 0px;
   font-weight:bold;
   color:#CC0000;
}


fieldset {
        margin: 0px 0px 0px 0px; 
        padding: 0px 0px 0px 0px; 
        border: none;
        }

        
.pcodeexample {
	font-size:60%;
	font-weight:normal;
	color:#000000;
	padding:10px 3px 7px 0px;
	
	}
	
	
#googlesearch {
	border: 1px solid #cccccc;	
	padding: 3px;
	margin: 7px 0px 10px 0px;
	background: #DFE4ED;
	font-size:90%;
	      }
	      
	
	/* LEAD NEWS STORY
----------------------------------------------- */
.leadstory {

	padding: 2px;	
	margin: 5px 5px 5px 0px;
	float:left;
	width: 468px;
	}

.leadheadline  {
    position: relative;
	top: 10px;
	left: 180px;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 25px;
	text-decoration:none;
	line-height: 1.1em;
	width: 280px;
	margin: 0 0 3px 0;
}

.leadsub {
	position: relative;
	top: 1px;
	left: 180px;
	color: #000000;
	font-weight: normal;
	font-size: 22px;
	text-decoration:none;
	width: 280px;
	bottom: 0px;
	margin: 0 0 -3px 0;
}

.leadlink {
position: relative;
top: 40px;
left: 350px;
font-weight: bold;
color: #000000;
}



.lwanted {
	position: relative;
	top: 10px;
	left: 25px;
	color: #000000;
	font-weight: normal;
	font-size: 24px;
	text-decoration:none;
	width: 100px
}


	/* TRANSFEREES & REJOINERS PANEL
----------------------------------------------- */

.rejoin {
	
	background:url(/images/careers/transrejoinbanner.gif) no-repeat;
	padding: 2px;
	margin: 7px 5px 12px 0px;
	height: 204px;
        }       
       
	   .rejoinhead  {
position: relative;
	top: 5px;
	left: 5px;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 25px;
	text-decoration:none;
	line-height: 95%;
	width:170px;
	margin: 0 0 0 0;
}
        
		.rejoinsub {
	position: relative;
	top: 5px;
	left: 5px;
	color: #FFCC00;
	font-weight: normal;
	font-size: 18px;
	text-decoration:none;
	width:170px;
}

.rejoinlink {
position: relative;
top: -8px;
left: 5px;
color: #ffffff;
font-size: 12px;

}

/* Front Page Tab UI */

#tab-container-1 {

margin:4px 0px 0px 0px;

}


#tab-container-1 ul {

list-style-type:none;
padding:0px;
margin:0px;


}

#tab-container-1 ul li {

background-image: url(/images/tabbg.gif);
background-repeat:no-repeat;
margin: 0px 0px 0px 0px;
padding:0px 22px 0px 17px;
font-size:14px;
text-align:left;

}

#tab-container-1 ul li a {


color:#6699cc;


}

.active {


text-decoration:underline;
}


