@charset "utf-8";
/* CSS Document */

/*--------SITEWIDE STYLES--------*/

body {
	background: #191919;
	padding: 0;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	}
	
html, body {
	height: 100%;
	}
	
ul, ol, li {
	padding: 0;
	margin: 0;
	}
	
ul, ol {
	padding-bottom: 10px;
	} 
	
#container_content_left a, #container_content_right a{
	color: #000000;
	}

#container_content_left {
	line-height: 1.3em;
	}
	
#container_content_left ol, #container_content_right ol{
	padding-left: 10px;
	}
	
#container_content_left ol li {
	padding-bottom: 10px;
	}
	
#container_content_left ul li {
	padding: 0 0 10px 8px;
	margin: 0 0 3px 25px;
	list-style-type: disc;
	}
	
#container_content_left ul li ul {
	margin: 10px 0 0 0; 
	padding: 0;
	}
	
#container_content_left ul li ul li {
	margin: 5px 0 0 25px; 
	padding: 0;
	list-style-type: circle;
	}
	
#container_content_right ul li {
	padding: 0 0 5px 5px;
	margin: 0 0 0 20px;
	list-style-type: disc;
	}

h2, h3, h4, h5, h6, h7, h8 {
	margin: 0 0 15px 0;
	padding: 0;
	color: #2e3092;
	}
	
#container_content_left p {
	margin: 0 0 1.3em 0;
	padding: 0;
	line-height: 1.35em;
	}
	
#container_content_left h3, #container_content_left h4, #container_content_left h5, #container_content_left h6, #container_content_left h7, #container_content_left h8 {
	margin: 0;
	padding: 10px 0 15px 0;
	}

#container_content_left h2 {
	font-size: 1.5em;
	font-weight: normal;
	margin: 0;
	padding: 0 0 25px 0;
	}
	
#container_content_left h3 {
	font-size: 1.4em;
	font-weight: normal;
	}
	
#container_content_left h4 {
	font-size: 1.3em;
	}
	
#container_content_left h5 {
	font-size: 1.2em;
	font-weight: normal;
	}
	
em {
	font-style: normal;
	font-weight: bold;
	}
	
#container_content_left img {
	padding: 10px;
	margin: 5px;
	border: 1px solid #dcdcdc;
	/*position: relative;*/
	}
	
#container_content_left img.none {
	margin: 0 0 15px 0; 
	padding: 0; 
	clear: both; 
	border:none;
	}
	
/*--------SITEWIDE CLASSES--------*/

.right {
	clear: right;
	float: right;
	}
	
.left {
	clear: left;
	float: left;
	}
	
.small {font-size: 0.85em;}
.smaller {font-size: 0.8em;}
.smallest {font-size: 0.75em;}

.clear {
	clear: both;
	}

.officer_pic img {
	padding: 5px!important;
	margin: 0;
	}
	
.prio_vote a img {
	border: none!important;
	}

.prio_vote {
	font-size: 0.8em;
	}

.green, .red {
	font-size: 2em;
	}
	
.grey {
color: #666666;
}
	
.Facebook {
	background: url(/np/images/facebook.png) no-repeat 0px 2px;
	}

.Twitter {
	background: url(/np/images/twitter.png) no-repeat 0px 2px;
	}

.Youtube {
	background: url(/np/images/youtube.png) no-repeat 0px 2px;
	}

.wordpress {
	background: url(/np/images/wordpress.png) no-repeat 0px 2px;
	}
	
.img_no_style {
	border: 0!important;
	}
	
.soc_med_icon {
	padding: 0 20px 0 0!important;
	border: 0!important;
	margin: 0!important;
	}
	
.mob_right_nav {
	display: none;
	}

ul.button li {
list-style-type: none!important;
padding: 0!important;
margin: 0!important;
}

ul.button li a{
display: block;
border: 1px solid #ebebeb;
padding: 6px 0 8px;
background: #0DB411;
color: #ffffff!important;
text-align: center;
font-size: 1.4em;
text-decoration: none;
margin: 5px 0 15px;
}

ul.button li a:hover{
text-decoration: underline;
}
	
/*--------STRUCTURAL STYLES--------*/

#main_container {
	width: 779px;
	height: 100%;
	background: #ffffff;
	margin: 0 auto;
	}
	
#container_banner {
	width: 759px;
	height: 174px;
	padding: 0 10px;
	overflow: hidden;
	}
	
#container_banner h1{
	display: none;
	}
	 
#container_content_area {
	padding: 20px 20px 0 20px;
	background: white;
	z-index: 0;
	position: relative;
	}

#container_content_left {
	float: left;
	width: 520px;
	margin: 0 0 5px 0;
	padding: 0 0 15px 0;
	border-bottom: 1px solid #d7d7d7;
	}
	
/*--------SECTION STYLES--------*/

/*--------ACCESSIBILTYY STYLES--------*/

#container_content_left ul.access_list li {
	background: none;
	float: left;
	border: 1px #000000 solid;
	padding: 4px;
	text-decoration: none;
	font-weight: bold;
	margin-bottom: 10px;
	}
	
li.access_text_box{
	list-style: none!important;
	}
	
ul.access_list_padding {
	margin-bottom: 20px;
	}

#container_content_left ul.access_list li a {
	display: block;
	background-color: inherit;
	width: 90px;
	height: 50px;
	text-decoration: none;
	}
	
/*--------BANNER ROTATOR--------*/

#bannerContainer { 
	height: 174px; 
	width: 759px; 
	padding: 0 10px;
	overflow: hidden;
	position: relative;
}
.bannerSlide { 
	height: 174px; 
	width: 759px; 
	position: absolute;
}
.bannerCrest {
	position: absolute; 
	z-index: 12;
	left: 45px;
	top: 60px;
}
.bannerCrest a img {
	text-decoration: none;
	border: 0 none;
	}

/*--------BOXES--------*/

#container_content_left .box_title{
	background: url(/np/images/right-header-bg.jpg) repeat-x #014482 top;
	padding: 10px 15px;
	margin: 0;
	text-transform: uppercase;
	color: white;
	font-size: 1.1em;
	font-weight: bold;
	}
	
#container_content_left .box_content img {
	padding: 5px;
	margin: 0 5px;
	border: 1px solid #dcdcdc;
	background: #FFFFFF;
	}
	
#container_content_left .box_content {
	background: #f4f4f4;
	padding: 10px 15px 10px 15px;
	margin: 0 0 15px 0;
	float: none;
	}
	
.box_content p, .box_content ul, .box_content table {
	font-size: 0.85em;
	}

.box_content ul li {
	line-height: 1.8em;
	}

/*--------BREADCRUMB STYLES--------*/

#container_brcrumb_search {
	margin: 15px 20px 0 20px;
	width: 739px;
	position: relative;
	z-index: 0;
	font-size: 0.9em
	}
	
#container_brcrumb_search p{
	margin: 0;
	padding: 0;
	}

.breadcrumb {
	float: left;
	width: 450px;
	margin-top: 5px;
	}
	
#container_brcrumb_search a{
	color: #404040;
	}

/*--------CONTACT ONLINE--------*/

#online_contact {
background: url(/np/images/online-contact-bg.jpg) no-repeat #F4F4F4;
margin: 0 0 10px 0;
padding: 8px;
border-top: 2px solid #a5a5a5;
}

/*--------CONTACT THE COMMANDER--------*/
#contact_commander_top {
	width: 100%;
	}
	
#contact_commander_middle {
	width: 342px;
	margin: 0;
	padding: 0;
	float: left;
	}

#contact_commander_middle label {
	margin: 0 5px;
	font-size: 0.85em!important;
	}
	
.contact_commander_input {
	width: 320px;
	height: 120px;
	margin: 5px 0 5px 0;
	border: 1px solid #dadada;
	padding: 5px 10px;
	float: right;
	}

#contact_commander_middle #optional{
	width: 320px;
	background: #fafae9;
	padding: 10px 10px;
	clear: both;
	margin-bottom: 5px;
	}

#contact_commander_middle #optional h4{
	font-size: 1em;
	font-weight: bold;
	padding: 0px 0 3px 3px;
	color: #000;
	}

#contact_commander_middle #optional .op_details{
	width: 160px;
	float: left;
	}

#contact_commander_middle #optional .op_details input#contactdetail{
	float: right;
	padding: 5px;
	border: 1px solid #dadada;
	margin: 5px 0 0 0;
	width: 145px;
	}

#contact_commander_middle #optional .op_details input#contactname{
	padding: 5px;
	border: 1px solid #dadada;
	margin: 5px 0 0 0;
	width: 130px;
	}
	
#contact_commander_go {
	width: 192px;
	border: 1px solid #dadada;
	background: #ebebeb;
	color: #2e3092;
	font-weight: bold;
	padding: 4px 0;
	cursor: pointer;
	float: right;
	}

.contact_commander_go {
	text-transform: uppercase;
	}
	
#contact_commander_right {
	width: 25%;
	float: right;
	}
	
#contact_commander_right p{
	margin: 5px 0 0 15px;
	}
	
/*--------EXPLAND COLLAPSE STYLES--------*/

h3.expandcollapse {
	cursor: pointer;
	background: url(/np/images/openclose.gif) no-repeat 445px 15px #e9e9e9;
	width: 500px;
	padding: 10px 10px!important;
	margin: 0 0 10px 0!important;
	}

h3.expandcollapse:hover {
	background: url(/np/images/openclose.gif) no-repeat 445px 15px #e2e2e2;
	}
	
.msg_body {
	clear: both;
	padding-left: 10px;
	}
	
.msg_body table {
	padding: 2px;
	border: 1px #d0d0d0 solid;
	margin-bottom: 1.2em;
	width: 520px;
	}
	
.msg_body table th {
	background: #eaeaea;
	text-align: left;
	}

.msg_body table th, .msg_body table td {
	border: 1px solid #eaeaea;
	padding: 5px;
	text-align: left;
	vertical-align: top;
	}
	
/*--------FACEBOOK LINK - HOMEPAGE STYLES--------*/

a.facebook_link {
	background-color: #CAEDFA;
	display: block;
	padding: 10px 10px 10px 10px;
	height: 32px;
	width: 499px;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	text-decoration:none;
	overflow:hidden;
}

#container_content_left a.facebook_link img {
	float: left; 
	padding:0; 
	margin:0; 
	border:none;
	}
	
#container_content_left a.facebook_link p {
	padding-left: 55px;
	font-size: 1.0em;
	text-transform: uppercase;
	font-weight: bold;
	}

#container_content_left a:hover.facebook_link {
	background-color: #b3dded;
	}
	
/*--------FOOTER STYLES--------*/

#container_footer *{
	text-transform: uppercase;
	font-size: 0.95em;
	}

#container_footer {

	background: #2e3092;
	height: 15px;
	color: white;
	padding: 8px 20px;
	}

#container_footer a{
	color: white;
	}

#container_footer p {
	float: left;
	padding: 0;
	margin: 0;
	}

#container_footer ul {
	float: right;
	padding: 0;
	margin: 0;
	}

#container_footer ul li{
	display: inline;
	background: url(/np/images/pipe.gif) no-repeat left center;
	padding: 0 8px;
	}

#container_footer ul li.first{
	background: none;
	}
	
/*--------HAVE YOUR SAY--------*/

#your_say_top {
	width: 100%;
	}
	
#your_say_middle {
	width: 342px;
	margin: 0;
	padding: 0;
	float: left;
	}

#your_say_middle label {
	margin: 0 5px;
	font-size: 0.85em!important;
	}
	
.your_say_input {
	width: 320px;
	height: 120px;
	margin: 5px 0 5px 0;
	border: 1px solid #dadada;
	padding: 5px 10px;
	float: right;
	}

#your_say_middle #optional{
	width: 320px;
	background: #fafae9;
	padding: 5px 10px;
	clear: both;
	margin-bottom: 5px;
	}

#your_say_middle #optional h4{
	font-size: 1em;
	font-weight: bold;
	padding: 0px 0 3px 3px;
	color: #000;
	}

#your_say_middle #optional .op_details{
	width: 160px;
	float: left;
	}

#your_say_middle #optional .op_details input#contactdetail{
	float: right;
	padding: 5px;
	border: 1px solid #dadada;
	margin: 5px 0 0 0;
	width: 145px;
	}

#your_say_middle #optional .op_details input#contactname{
	padding: 5px;
	border: 1px solid #dadada;
	margin: 5px 0 0 0;
	width: 130px;
	}
	
.your_say_go {
	width: 192px;
	border: 1px solid #dadada;
	background: #ebebeb;
	color: #2e3092;
	font-weight: bold;
	padding: 4px 0;
	cursor: pointer;
	float: right;
	}
	
#your_say_right {
	width: 29%;
	float: right;
	}
	
#your_say_right p{
	margin: 5px 0 0 15px;
	}

#container_your_say ul li{
	list-style-type: none;
	margin: 0 0 0 13px;
	padding: 0 0 0 23px;
	}

#container_your_say ul{
	margin-top: 10px;
	}

/*--------NAVIGATION--------*/

#container_top_nav {
	margin: 10px 10px 0 10px!important;
	position: relative;
	z-index: 100;
	}
	
#container_top_nav ul {
	background: #2e3092;
	padding: 0;
	margin: 0;
	height: 2.3em;
	}
	
#container_top_nav ul li {
	list-style: none;
	float: left;
	}
	
#container_top_nav li {
	position: relative;
	}
	
#container_top_nav ul li a {
	color: #ffffff;
	display: block;
	padding: 7px 20px 7px 20px;
	margin: 0!important;
	}

#container_top_nav ul li.standard_nav:hover a {
	background: #bcbcbc;
	color: #0053a0;
  -webkit-border-top-right-radius:4px;
  -moz-border-radius-topright:4px;
  -moz-border-radius-topleft:4px;
  -webkit-border-top-left-radius:4px;
	padding: 7px 20px;
}

#container_top_nav ul li.standard_nav a:hover {
	background: #bcbcbc;
	color: #0053a0;
  -webkit-border-top-right-radius:4px;
  -moz-border-radius-topright:4px;
  -moz-border-radius-topleft:4px;
  -webkit-border-top-left-radius:4px;
	padding: 7px 20px;
	}
	
#container_top_nav ul li.home {
	float: right!important;
	background: #999999 url(/np/images/home-crest.png) no-repeat 6px center;
	padding-left: 10px;
	height: 2.3em;
	}

#container_top_nav ul li.home a:hover {
	text-decoration: underline;
	}

#container_top_nav ul#top_nav li .sub {
	position: absolute; /*--Important--*/
	top: 44px; left: 0;
	background: #bcbcbc!important;
	padding: 10px;
	float: left;
	display: none; /*--Hidden for those with js turned off--*/
	margin: -15px 0 0 0;




	}
	
/*#container_top_nav ul#top_nav li .sub {
	position: absolute; 
	top: 44px; left: 0;
	background: #bcbcbc;
	padding: 10px 10px 10px;
	float: left;
	display: none; 
	margin-top: -15px;
	}*/

#container_top_nav ul#top_nav li .row { /*--If needed to break out into rows--*/
	clear: both;
	float: left;
	width: 100%;
	margin-bottom: 10px;
	}

#container_top_nav ul#top_nav li .sub ul{
	list-style: none;
	margin: 0; padding: 0;
	width: 180px;
	float: left;
	background: #bcbcbc;
	height: auto;
	}

#container_top_nav ul#top_nav .sub ul li {
	width: 100%; /*--Override parent list item--*/
	color: #ffffff;
	}

#container_top_nav ul#top_nav .sub ul li a {
	float: none;
	text-indent: 0; /*--Override text-indent from parent list item--*/
	height: auto; /*--Override height from parent list item--*/
	padding: 7px 5px 7px 15px;
	display: block;
	text-decoration: none;
	color: #0053a0;
	}

#container_top_nav ul#top_nav .sub ul li a:hover {
	color: #ffffff;
	background: #2e3092;
	margin: 0;
	padding: 7px 5px 7px 15px;
  -moz-border-radius-topleft:0px;
  -moz-border-radius-topright:0px;
  -webkit-border-top-left-radius:0px;
  -webkit-border-top-right-radius:0px;
  -moz-border-radius-bottomleft:0px;
  -moz-border-radius-bottomright:0px;
  -webkit-border-bottom-left-radius:0px;
  -webkit-border-bottom-right-radius:0px;
	}

#container_top_nav ul li a {
	text-decoration: none;
	text-transform: uppercase;
	font-size: 0.95em;
	font-weight: bold;
	}
	
#container_top_nav ul li ul li a {
	text-transform: none;
	}

#container_top_nav ul li.home a{
	text-transform: capitalize;
	}
	
#container_top_nav ul li.home a:hover {
	text-decoration: underline;
	}
	
#container_top_nav ul li a:hover {
	text-decoration: underline;
	}
	
/*--------NEIGHBOURHOOD DETAILS--------*/

#yourneighbourhoodis {
	background-color: #e1f7ff;
	padding: 10px;
	clear: both;
	width: 497px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}

#yourneighbourhoodis li {}
	
#remember_np {
	background-color: #ededed;
	padding: 10px;
	clear: both;
	width: 497px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 25px;
	margin-left: 0px;
	}

#remember_np input {
	margin: 0 auto;
	}
	
/*--------NEIGHBOURHOOD SERGEANTS--------*/

.nh_sgt {
	}

.nh_sgt .officer_pic img{
	margin: 18px 0!important;
	}

.nh_sgt .officer_pic{
	float: left;
	}

.nh_sgt table {
	float: right;
	width: 380px;
	background: #f4f4f4;
	padding: 10px;
	margin: 18px 0 0 0;
	}

.nh_sgt tr {
	height: 25px;
	}
	
/*--------NEIGHBOURHOOD PRIORITIES--------*/

ul.priorities li{
	margin: 0 0 50px -8px!important;
list-style: none!important;
	}

.feedback {
margin: 15px 5px 0 10px;
background: #fbfbfb;
padding: 10px 10px 1px;
border: 1px solid #ebebeb;
position: relative;
}

.top_arrow {
background: url(/np/images/spch-buble.gif);
height: 7px;
width: 11px;
position: absolute;
top: -7px;
left: 12px;
}

.feedback h5{
padding: 0 0 8px 0!important;
}

.thm_up img {
	padding: 0!important;
	margin: 0 5px 0 8px!important;
	}

.thm_dwn img {
	padding: 0!important;
	margin: 0 8px 0 5px!important;
	}

.prio_vote {
	margin: 15px 5px 0 5px!important;
	}

.green {
	color: green;
	font-weight: bold;
	}

.red {
	color: red;
	font-weight: bold;
	}
	
#what_do_they_mean {
	margin: 0 auto 10px;
	padding: 0;
	width: 320px; 
	}
	
#container_content_left #what_do_they_mean {
	border-top: 1px solid #e3e3e3;
	}

#container_content_left #what_do_they_mean img {
	border: none!important; 
	padding: 5px 0px; 
	float: left;
	}
	
#container_content_left #what_do_they_mean p {
	padding: 0; 
	margin: 0; 
	float: left; 
	line-height: 45px;
	font-size: 0.8em; 
	text-transform: uppercase;
	}
	
/*--------NEIGHBOURHOOD OFFICERS----------*/

.officers_left_col {
	float: left;
	margin-bottom: 10px;
	}

.officers_right_col {
	float: right;
	width: 300px;
	margin-bottom: 10px;
	}
	
/*--------NEIGHBOURHOOD INSPECTOR--------*/

#container_insp_details {
	clear: both;
	background: url(/np/images/insp-bg.jpg) repeat-x #f4f4f4 top;
	padding: 15px;
	margin-bottom: 10px;
	}

#inspector {
	margin-bottom: 10px;
}

#container_insp_details img{
	padding: 5px;
	margin: 0;
	background: #ffffff;
	}
	
/*--------NEWS STYLES--------*/

.local_news img {
	margin: 5px!important;
	padding: 0!important;
	}
	
p.tweet_share_right {
	float: right;
	margin: 0 -15px 0 0!important;
	}

.fb_rec_right {
	float: right;
	margin: 0 -10px 0 10px!important;
	}

p.tweet_share_left {
	float: left;
	margin: 0 -15px 0 0!important;
	}

.fb_rec_left {
	float: left;
	margin: 0px -10px 0 11px!important;
	}
	
.googleplus_left {
	float: left;
	margin: 0px -10px 0 13px!important;
	}

p.date_full .right{
	text-transform: uppercase;
	}

.subscribe_right_news {
	float: right;
	margin: 9px 0 10px 0!important;
	padding: 5px!important;
	background-color: #eeeeff;
	}
	
.subscribe_right_news img {
	vertical-align: middle;
	padding: 0!important;
	}
	
.subscribe_right_news a {
	text-decoration: none;
	}
	
.subscribe_right_news a:hover {
	text-decoration: underline;
	}

.news_story {
	background: #f6f6f6;
	padding: 10px 10px 10px 20px;
	margin-top: 11px;
	border-bottom: 2px solid #dedede;
	position: relative;
	}
	
.news_arrow {
	position: absolute;
	left: -20px;
	top: -5px;
	}
	
.news_date {
	float: right;
	padding: 0!important;
	margin: 2px 0 0 0!important;
	font-weight: bold;
	font-size: 0.75em!important;
	}
	
.news_h4 {
	padding: 0!important;
	margin: 0!important;
	width: 85%;
	}
	
.news_content p{
	margin: 0.5em 0 0 0!important;
	
	}
	
.news_full {
	float: right;
	margin: -3px 0 0 0!important;
	}

.news_full a{
	padding: 3px 10px 3px 10px;
	margin-top: 10px;
	display: block;
	background: #2e3092;
	text-decoration: none;
	text-transform:uppercase;
	font-size: 0.8em;
	color: #FFFFFF!important;
	}
	
.news_full a:hover{
	background: #191919;
	}

.news_full a:hover{
	}
	
.news_pages {
	font-size: 1em!important;
	clear: both;
	}
	
p.tweet_share_right {
	float: right;
	margin-top: 10px;
	margin-right: -15px;
	margin-bottom: 0pt;
	margin-left: 0pt;
	}
	
/*--------NEWSLETTERS STYLES--------*/

#container_content_left a.newsletter_special {
	margin: 5px auto 20px auto; 
	padding: 3px; 
	background-color:#dcf0c1; 
	border: 1px solid #B5D091; 
	text-align:center; 
	width: 490px; 
	float: left; 
	display:block; 
	text-decoration:none; 
	overflow:hidden;
	}

#container_content_left a:hover.newsletter_special {
	background-color: #cce5aa; 
	text-decoration:none;
	}

/*--------PC LIST STYLES--------*/

#container_content_left .listContainer1 {
	margin-bottom: 20px; 
	padding: 0; 
	float: left;
	}
	
#container_content_left ul.PC_list {
	margin: 0 0 20px 20px; 
	padding: 0 20px 0 0;
	}
	
#container_content_left ul.PC_list li {
	float:left;
	margin:0;
	padding: 5px 0 5px 0;
    width: 235px;
	}
	
/*--------POSTCODE SEARCH - CONTENT AREA--------*/

input.main_postcode_input {
	font-size: 1.5em;
	line-height: 30px;
	}

#container_main_postcode {
	background: url(/np/images/main_postcode_bg.png) no-repeat top left #e4e5f9; 
	padding: 15px;
	margin: 15px 0 15px 0;
	}
	
#main_postcode_left {
	width: 250px;
	float: left;
	}
	
#main_postcode_right {
	width: 180px;
	float: right;
	padding: 5px 0 0 0;
	}

#main_postcode_right p, #main_postcode_right li.results {
	margin-bottom: 5px;
	}

input.main_postcode_input {
	border: 2px solid black;
	height: 30px;
	width: 130px;
	margin: 0 0 15px 0;
	padding: 5px 20px 0px;

	}

input.main_postcode_go {
	float: right;
	padding-right: 6px;
	}
	
#container_main_postcode h3.main_postcode_h3 {
	font-size: 1.3em;
	font-weight: bold;
	padding: 0 0 15px 0;
	}
	
/*--------RIGHT COLUMN STYLES--------*/

#container_content_right h3{
	text-transform: uppercase;
	text-align: center;
	color: white;
	font-size: 1.1em;
	padding: 0;
	}

#container_content_right h4{
	font-size: 1.0em;
	color: #2e3092;
	}
	
#main_postcode_right p {
	font-size: 1.3em;
	}
	
#main_postcode_right p.results, #main_postcode_right li.results {
	font-size: 1.0em;
	}
	
#container_content_right {
	float: right;
	width: 198px;
	}
	
#container_content_right h3{
	background: url(/np/images/right-header-bg.jpg) repeat-x #014482 top;
	padding: 10px 0;
	margin: 0;
	}


	
#container_lower_boxes h3 {
	margin: 10px 0 0 0;
	}

#container_lower_boxes p{
	margin: 0 0 10px 0;
	}
	
.box_content {
	background: #f4f4f4;
	padding: 10px;
	margin: 0 0 10px 0;
	}

.box_content .inner_box{
	background: #ffffff;
	padding: 10px;
	float: right;
	}

.second_postcode {
	border: 1px solid #dadada;
	width: 100px;
	padding: 5px 10px;
	}

.second_postcode_go {
	border: 1px solid #dadada;
	background: #ebebeb;
	color: #2e3092;
	font-weight: bold;
	padding: 4px 0;
	margin-left: 5px;
	width: 40px;
	cursor: pointer;
	}

/*--------WHATS NEW ITEMS--------*/

.container_wn_item p{
	margin: 0 0 10px 0;
	}

#container_whats_new {
	background: #e1e1e1;
	}
	
#container_content_wn_item {
	padding: 0 10px;
	float: right;
	width: 178px;
	word-wrap: break-word;
	}

.container_wn_item {
	margin: 10px 0;
	padding: 10px 10px 5px 10px;
	background: white;
	}

.container_wn_item h4{
	margin: 6px 0 3px 0;
	padding: 0;
	}
	
.container_wn_item h4 a {
	text-decoration: none; 
	color: #2e3092;
	}

.container_wn_item h4 a:hover {
	text-decoration: underline; 
	color: #2e3092;
	}
	
.wn_image {
	width: 158px;
	height: 50px;
	overflow: hidden;
	}
	
.wn_image img {
	border: 0;!important
	}

.container_wn_item p {
	font-size: 0.85em;
	}
	
/*--------SEE ALSO STYLES--------*/
	
#container_see_also {clear: both;}

#container_see_also .box_content ul li{
	font-size: 1.1em;
	line-height: 1.1em;
	}
	
/*--------SEARCH BOX--------*/

.main_search {
	float: right;
	position: relative;
	margin-top: 8px;
	font-weight: bold;
	}

.main_search .input_main_search{
	height: 18px;
	border: 1px solid #adadad;
	border-right: 0;
	background: #f9f9f9;
	margin: -2px 76px 0 0px;
	padding: 2px 2px 0 2px;
	width: 120px;
	z-index: 1;
	position: relative;
	}

#container_brcrumb_search .mag_glass {
	margin: 0;
	padding: 0;
	position: absolute;
	right: 50px!important;
	top: -2px;
	}

#container_brcrumb_search img.right {
	margin: 0;
	padding: 0;
	position: absolute;
	right: 0px;
	top: -2px;
	border: 0;
	}
	
/*--------YOUTUBE BOX - CONTENT AREA--------*/

#container_content_left #youtube-vid-container {
	background: #fafae9;
	margin: 15px 0px;
	padding: 10px;
	clear: both;
	width: 497px;
	border: 1px solid #f8f8a3;
	}

#container_content_left #youtube-vid-container h3 {
	margin: 0; 
	padding: 0  0 15px 0;
	}

#container_content_left #youtube-vid-container .vid-info {
	margin: 0; 
	padding: 0  0 10px 0;
	} 
	
#container_content_left #youtube-vid-container .vid-info img {
	float: left; 
	border: none; 
	padding: 0; 
	margin:0;
	}
	
#container_content_left #youtube-vid-container .vid-info p {
	padding: 0 0 0 120px; 
	margin: 0;
	}
	
#container_content_left #youtube-vid-container .vid-info p span.title {
	font-size: 1.1em; 
	padding-bottom: 5px; 
	font-weight: bold; 
	color: #2e3092;
	}

	
/*--------HACKS--------*/

/*--------ROUND CORNERS--------*/

.rounded_top {
  -moz-border-radius-topleft:4px;
  -moz-border-radius-topright:4px;
  -webkit-border-top-left-radius:4px;
  -webkit-border-top-right-radius:4px;
	}

.rounded_bot {
  -moz-border-radius-bottomleft:4px;
  -moz-border-radius-bottomright:4px;
  -webkit-border-bottom-left-radius:4px;
  -webkit-border-bottom-right-radius:4px;
	}

.rounded {
  -moz-border-radius-topleft:4px;
  -moz-border-radius-topright:4px;
  -webkit-border-top-left-radius:4px;
  -webkit-border-top-right-radius:4px;
  -moz-border-radius-bottomleft:4px;
  -moz-border-radius-bottomright:4px;
  -webkit-border-bottom-left-radius:4px;
  -webkit-border-bottom-right-radius:4px;
	}
	
.rounded_5 {
  -moz-border-radius-topleft:5px;
  -moz-border-radius-topright:5px;
  -webkit-border-top-left-radius:5px;
  -webkit-border-top-right-radius:5px;
  -moz-border-radius-bottomleft:5px;
  -moz-border-radius-bottomright:5px;
  -webkit-border-bottom-left-radius:5px;
  -webkit-border-bottom-right-radius:5px;
	}
	
/*--------CLEARFIX--------*/

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
	}
 
.clearfix {
	display: inline-block;
	}
 
html[xmlns] .clearfix {
	display: block;
	}
 
* html .clearfix {
	height: 1%;
	}
	
/*--------TEMP STYLES--------*/

#verve {
border: 2px solid #bebebe;
padding: 8px 8px 0 8px;
background: url(/np/images/verve_bg.png) #efeff9;
margin-bottom: 10px;
}

#verve img{
background: #ffffff;
}

td #mp_view_bottom, #mp_results_bottom_dash, .st_sharethis {
display: none;
}

/*--------IE 6 UPGRADE--------*/

#container_ie_outdated {
background: #000000;
border-bottom: 2px solid #EFF1FD;
color: #ffffff;
font-size: 0.9em;
padding: 15px 0 0 0;
text-align: left;
position: relative;
width: 100%;
}

#ie_outdated {
width: 750px;
margin: 0 auto;
padding: 0 0 5px 0;
}

#ie_outdated img{
float: left;
padding: 0 20px 5px 10px;
margin-top: -3px;
height: 40px;
width: 45px;
}

a#goaway {
position: absolute;
top: 18px;
right: 10px;
border: 1px solid #646464;
background: #2E2E30;
padding: 5px;
text-decoration: none;
color: #ffffff;
overflow: hidden;
}

a#goaway:hover {
text-decoration: underline;
}

