@media all
{
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	/* font: inherit; */
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/*=== The basics ===*/

body{
	background: #ffffff;
	color: #000000;
	font-family: Verdana, sans-serif; /* "Give me Verdana or give me sans-serif!" */
	font-weight: normal; 
	font-size: 62.5%;
}
a{
	color: #01478D;
	text-decoration: underline;
}
input,select,textarea{
	border: #dcdcdc 1px solid;
	color: #000000;
	padding: 3px;
	margin: 0;
	font-family: Verdana, sans-serif;
	vertical-align: middle;
}
input[type=submit],label,select,.pointer{ cursor:pointer; } /* all clickable UI elements get the same cursor */
li{ list-style: none; }
h2{ /* used for the article's title, displayed in centercol */
	color: #01478D;
	font-size: 2em;
	font-weight: bold;
	margin: 0 0 .6em;
	line-height: 1.1em;
	font-family: Georgia, serif;
}
h3{
	margin: 0 0 1.5em;
	font-weight: normal;
}
h3 a, h3 a:visited{
	text-decoration: none;
	color: white;
}
h4, h5, h6{
	margin: 0 0 .5em;
	font-size: 1em;
	font-weight: normal;
}
p, div.bottomborder{
	line-height: 1.5em;
	margin-bottom: 1em;
}
p.bottomborder, div.bottomborder{
	padding-bottom: 1em;
	background-image: url(../images/hl-dot.gif);
	background-position: left bottom;
	background-repeat: repeat-x;
}
table { margin: 0 0 12px 0; } 

.central{text-align:center}
/*
iframe {
	padding: 2px;
	border: solid 1px #666;
}
*/

/*=== Layout ===*/
#page{
	border-top: 0;
	border-bottom: 0;
	border-left: 1px solid #808080;
	border-right: 1px solid #808080;
	margin: 0 auto;
	width: 960px;
}

/*=== Header ===*/
#header{
	background: url(../images/header-bgr.png) no-repeat top;
	height: 133px;
	margin-bottom: 10px;
}

/*
#header .spacer{
	float: right;
	padding: 7px 15px 0 0;
	width: 330px;
}
*/

/*- Header Menu -*/
#header ul{ float: right; }
#header li{
	border-right: 1px solid #ffffff;
	display: inline;
	line-height: 1.1em;
	padding: 0 4px;
	font-size: 1.2em;
}
#header li a{
	color: #ffffff;
	text-decoration: underline;
}
#header li.last{
	border: 0;
	padding: 0 0 0 4px;
}

/*- Search box -*/
.search{
	float: left;
	/* clear: both;
	color: white;
	padding: 0;
	text-align: right;
	width: 250px; */
	margin-top: 52px;
	margin-left: 120px;
}

/*- NYP logo -*/
h1{
	float: left;
	text-indent: -9999px;
	width: 585px;
}
h1 a{
	display: block;
	height: 133px;
}
h1 a:hover{
	background: url(../images/header-bgr.png) no-repeat top;
	background-position: 0 -133px;
	font-weight: bold; /* bug fix for IE6 to make image change on mouseover */
}

/*=== Navigation ===*/

.nav1 ul {
	padding-bottom: 1px;
}

.nav1 ul.children { padding-bottom: 0px }

.nav1 li {
	padding-top: 1px;
}

.nav1 li a {
	font-size: 12px;
	display: block;
	width: 215px; /* + L&R padding = column width */
	padding: 0px 5px;
	background-color: #f3f6f9;
	line-height: 24px;
	color: #01478D;
	text-decoration: none;
	text-align: left;
	-webkit-transition: color 0.1s linear, background-color 0.95s ease-out;
    -moz-transition: color 0.1s linear, background-color 0.95s ease-out;
    -o-transition: color 0.1s linear, background-color 0.95s ease-out;
}

/* selected colours */

li.parent0selected a, /* this should always be the "Home" link at the top of the navbar */
li.parent1selected a,
li.parent2selected a,
li.parent3selected a,
li.parent4selected a,
li.parent5selected a,
li.level0selected a,
li.level1selected a,
li.level2selected a,
li.level3selected a,
li.level4selected a,
li.level5selected a {
	background-color: #01478D; color: #ffffff;
	-webkit-transition: color 0.1s linear, background-color 0.95s ease-out;
    -moz-transition: color 0.1s linear, background-color 0.95s ease-out;
    -o-transition: color 0.1s linear, background-color 0.95s ease-out;
}

ul.children a { background-color: #F3F6F9; color: #01478D; padding-left: 15px; display: block; width: 205px; }

.nav1 ul li a:hover {
	color: #ffffff;
	background-color: #6E98C8;
	-webkit-transition: color 0.1s linear, background-color 0.95s ease-out;  
    -moz-transition: color 0.1s linear, background-color 0.95s ease-out;  
    -o-transition: color 0.1s linear, background-color 0.95s ease-out;  
}

/*=== All Columns ===*/
#columns{
	height: 1%; /* bug fix for IE6 to make sure columns display correctly */
	padding: 0 10px 15px 10px;
}
/*=== Left Column ===*/
#leftcol{
	float: left;
	width: 225px;
}
#leftcol h3{
	color: #404040;
	margin: 0;
}
/*=== Center Column ===*/
#centercol{
	float: left;
	margin: 0 0 0 10px;
	width: 470px;
	font-size: 1.2em;
}
.fullwidth
{
	width: 700px !important;
}

#centercol ul, #centercol ol, .fullwidth ul, .fullwidth ol { margin-bottom: 1em; line-height:1.5em; }

#centercol .box2 li { list-style: none outside; }

#centercol .box3 li, #centercol .noprint li { list-style: none outside; }

#centercol li { list-style: disc inside; }

hr { border: 1px inset; margin: 10px 0 10px 0; }

/*=== Right Column ===*/
#rightcol{
	float: right;
	width: 225px;
	font-size: 1.1em;
}
#rightcol h3 {
	color: white;
	font-size: 12px;
	margin: 0;
}
#rightcol form fieldset { margin-bottom: 5px; }

#rightcol a { text-decoration: none; }
#rightcol a:visited{	color: #800080; }
#rightcol a:hover { text-decoration: underline; }

/* for the fullwidth pages where rightcol is inside the center col */
#centercol #rightcol ul { margin-bottom: 0px; }
#centercol #rightcol ul li { list-style: none; }

/*=== Boxes ===*/

/* a warning box for users of Stone Age browser - with dodgy CSS to match! */
.warning{
	background: #FFF0AD;
	border: 1px solid #404040;
	margin: 0 0 10px 0px;
	padding: 5px 8px 5px 8px;
	line-height: 1.5em;
}

/* A magic new box, better than the rest! */
.box-new-title{
	background-color: #01478D;
	border-top: 1px solid #404040;
	border-right: 1px solid #404040;
	border-bottom: 0;
	border-left: 1px solid #404040;
	color: #01478D;
	font-size: 12px;
	height: 24px;
	line-height: 24px;
	padding: 0 0 0 7px;
	border-top-left-radius: 5px; /* rounded corners */
    border-top-right-radius: 5px;
	-moz-border-top-left-radius: 5px;
    -moz-border-top-right-radius: 5px;
	-webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
}
.box-new-title h3{
	float: left;
	font-size: 12px;
	margin: 0;
	color: white;
}
.box-new-body{
	border-top: 0;
	border-right: 1px solid #404040;
	border-bottom: 1px solid #404040;
	border-left: 1px solid #404040;
	margin-bottom: 1.2em;
	background: #F3F6F9 none repeat scroll 0 0;
	-moz-box-shadow: 5px 5px 5px #ccc;
	-webkit-box-shadow: 5px 5px 5px #ccc;
	box-shadow: 5px 5px 5px #ccc; /* shadows */
	padding: 10px 10px 0px;
	border-bottom-left-radius: 5px; /* rounded corners */
    border-bottom-right-radius: 5px;
	-moz-border-bottom-left-radius: 5px;
    -moz-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
}
.box-new-body .more {
	text-align: right;
	margin:0px;
}
.box-new-body .more a{ text-decoration: underline; }
.box-new-body .more a:visited{
	color: #800080;
	text-decoration: underline;
}
.box-new-standalone{
	border-top: 1px solid #404040;
	border-right: 1px solid #404040;
	border-bottom: 1px solid #404040;
	border-left: 1px solid #404040;
	margin-bottom: 1.2em;
	background: #F3F6F9 none repeat scroll 0 0;
	-moz-box-shadow: 5px 5px 5px #ccc;
	-webkit-box-shadow: 5px 5px 5px #ccc;
	box-shadow: 5px 5px 5px #ccc; /* shadows */
	padding: 10px 10px 0px;
	border-radius: 5px; /* rounded corners */
    border-radius: 5px;
	-moz-border-radius: 5px;
    -moz-border-radius: 5px;
	-webkit-border-radius: 5px;
    -webkit-border-radius: 5px;
}
.box-new-list, .box-new-icons{
	border-top: 0;
	border-right: 1px solid #404040;
	border-bottom: 1px solid #404040;
	border-left: 1px solid #404040;
	margin-bottom: 1.2em;
	background: #F3F6F9 none repeat scroll 0 0;
	-moz-box-shadow: 5px 5px 5px #ccc;
	-webkit-box-shadow: 5px 5px 5px #ccc;
	box-shadow: 5px 5px 5px #ccc; /* shadows */
	padding: 5px;
	border-bottom-left-radius: 5px; /* rounded corners */
    border-bottom-right-radius: 5px;
	-moz-border-bottom-left-radius: 5px;
    -moz-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
}
.box-new-list li{
	background: url(../images/page.gif) no-repeat top left;
}

/*- Box2 - always appears in centercol on any page - legacy! -*/
.box2{
	border: 1px solid #404040;
	margin-bottom: 1.2em;
	background: #F3F6F9 none repeat scroll 0 0;
	-moz-box-shadow: 5px 5px 5px #ccc;
	-webkit-box-shadow: 5px 5px 5px #ccc;
	box-shadow: 5px 5px 5px #ccc; /* shadows */
}
.box2 .top{
	background-color: #01478D;
	border-bottom: 1px solid #404040;
	color: #01478D;
	font-size: 12px;
	height: 24px;
	line-height: 24px;
	padding: 0 0 0 7px;
}
.box2 .top h3{
	float: left;
	font-size: 12px;
	margin: 0;
	color: white;
}
.box2 .top img{ float: right; }
.box2 .spacer{
	height: 1%;
	padding: 10px 10px 0px;
}
.box2 p{
	line-height: 1.5em;
	max-height: 4em;
}
.box2 h4{
	margin: 0;
	line-height: 1.5em;
}
.box2 h4 a:visited{color: #800080;}
.box2 .more {
	text-align: right;
	margin:0px;
}
.box2 .more a{ text-decoration: underline; }
.box2 .more a:visited{
	color: #800080;
	text-decoration: underline;
}

/*=== Lists ===*/
/*- List1 - used in rightcol, with a single chevron icon -*/
.list1 li{
	background: url(../images/ico-list.gif) no-repeat 0 4px;
	margin: 0 0 .5em;
	padding: 0 0 0 11px;
}
/*- List2 -*/
.list2 li{
	height: 1%;
	margin: 0 0 1em;
}
.list2 li img{
	float: left;
	margin: 0 5px 15px 0;
}
.list2 a{ text-decoration: underline; }
/*- List3 -*/
.list3 li{ margin: 0 0 .3em; }
/*- List4 - this mangled CSS should only be responsible for the postcode search box on the home page, with a double chevron icon -*/
#centercol .list4 li{
	background: url(../images/ico-list4.gif) no-repeat 0 4px;
	background-position: 0px 8px;
	margin: 0px;
	padding: 1px 0 0 11px;
	float: left;
	list-style: none;
}
.pages li{
	background: url(../images/page.gif) no-repeat top left;
}

#centercol .feedburnerFeedBlock ul {
	margin: 0;
	padding: 0;
	border-bottom: solid 1px #999;
	background-color: #F3F6F9
}

#centercol .feedburnerFeedBlock ul li {
	list-style: none outside;
	border-top: solid 1px #999999;
	padding: 0.75em 0 0 0;
	clear: left;
}



/*=== Google-style buttons ===*/

.button {
    color: #484848;
    /* font: bold 13px Helvetica, Arial, sans-serif; */
    text-decoration: none;
    /* padding: 7px 12px; */
    position: relative;
    display: inline-block;
    text-shadow: 0 1px 0 #fff;
    -webkit-transition: border-color .218s;
    -moz-transition: border .218s;
    -o-transition: border-color .218s;
    transition: border-color .218s;
    background: #f0f0f0;
    background: -webkit-linear-gradient(top, #f7f7f7, #d1d1d1);
    background: -moz-linear-gradient(top, #f7f7f7, #d1d1d1);
    background: -ms-linear-gradient(top, #f7f7f7, #d1d1d1);
    background: -o-linear-gradient(top, #f7f7f7, #d1d1d1);
    border: solid 1px #7f7f7f;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    /* margin-right: 10px; */
	width:auto;
	#width:0;
	overflow: visible;
}
.button:hover {
    border: solid 1px #333;
    color: #282828;
    background: -webkit-linear-gradient(top, #ffffff, #dfdfdf);
    background: -moz-linear-gradient(top, #ffffff, #dfdfdf);
    background: -ms-linear-gradient(top, #ffffff, #dfdfdf);
    background: -o-linear-gradient(top, #ffffff, #dfdfdf);
}
.button:active {
    border: solid 1px #7f7f7f;
    background: #d0d0d0;
    background: -webkit-linear-gradient(top, #a8a8a8, #c6c6c6 15%, #d8d8d8);
    background: -moz-linear-gradient(top, #a8a8a8, #c6c6c6 15%, #d8d8d8);
    background: -ms-linear-gradient(top, #a8a8a8, #c6c6c6 15%, #d8d8d8);
    background: -o-linear-gradient(top, #a8a8a8, #c6c6c6 15%, #d8d8d8);
}


/*=== Styling Forms ===*/

/* input.btn, input.chk { padding: 0; }
select{ padding: 1px; } */

/*- Search -*/

.postcode-input{
	width: 90px;
	color: silver;
}
.postcode-input-selected{
	width: 90px;
	color: black;
	text-transform: uppercase;
}
.postcode-warning{
	color: red;
	line-height: 1.5em;
}

.text-input{
	color: silver;
}
.text-input-selected{
	color: black;
}

#search-box{
	margin-bottom: 10px;
}
.search-button{
	width: 60px;
	margin-bottom: 10px;
}

/*- Home page poll -*/
.poll div{ margin: 0 0 10px; }
.poll label{
	float: left;
	margin: 3px 0 0;
	width: 70px;
}

/* .poll input{ width: 100px; } */

/* .poll .btn{ margin: 5px 0 0; width: auto; } */

/* Poll Checkboxes, Radio inputs */
.poll .chk input{
	background: none;
	border: 0;
	float: left;
	height: 15px;
	margin: 0 5px 0 0;
	width: 15px;
}
.poll .chk label{ float: none; }
/* Poll Textarea */
.poll textarea{
	height: 50px;
	overflow: auto;
	width: 170px;
}
/* Poll Select */
.poll select{ width: 105px; }

/*=== Icons and images ===*/
img { -ms-interpolation-mode: bicubic; /* not-terrible image resizing in IE */ }
.pic img{
	display: block;
	margin: 4px 0 0 0;
}
.pic.home img{
	margin: 3px 10px 10px 0px;
	width: 100px;
	height: 66px;
	float: left;
}

.pic.fl img{
	margin-right: 10px;
	margin-bottom: 10px;
}
.pic.fr img{ margin-left: 10px; }

.pic.fl a img, .pic.fr a img, .image a img, .pic.home a img, .limage img{
	filter:alpha(opacity=100); /* unfade images until mouseover */
	-moz-opacity: 1.0;
	opacity: 1.0;
	-khtml-opacity: 1.0;
	border-radius:10px; /* rounded corners */
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
}

.pic.fl a:hover img, .pic.fr a:hover img, .image a:hover img, .pic.home a:hover img{
	filter:alpha(opacity=50); /* fade images on mouseover in IE */
	-moz-opacity: 0.5; /* fade images on mouseover */
	opacity: 0.5;
	-khtml-opacity: 0.5;
	-webkit-transition: opacity 0.5s linear; /* and do so gradually... */
    -moz-transition: opacity 0.25s linear;  
    -o-transition: opacity 0.25s linear;  
	font-weight: bold; /* bug fix for IE6 to make image change on mouseover */
}

.media /* file icons for inline media - they are terribad in IE6 */
{
	padding: 3px 0px 3px 20px;
	vertical-align: middle;
	white-space: normal;
	line-height: 19px;
	background-repeat: no-repeat;
	background-position: top left;
}
.ads{ /* leftcol links */
	margin: 24px 0 0; /* gap below leftcol navigation */
	text-align: center; /* centre any images in case they are not wide enough */
	width: 210px; /* fill entire leftcol */
}
.ads img{
	border-radius:0px; /* no rounded corners */
	-moz-border-radius:0px;
	-webkit-border-radius:0px;
}
.ads a:hover img{
	filter:alpha(opacity=100); /* don't fade, even though they are links */
	-moz-opacity: 1.0;
	opacity: 1.0;
	-khtml-opacity: 1.0;
}
/*=== Footer ===*/
#footer{
	background: gray;
	clear: both;
	color: #ffffff;
	height: 1%;
	padding: 15px;
	font-size: 1.2em;
}
#footer a{
	color: #ffffff;
	text-decoration: underline;
}
#footer ul{ margin: 15px 0 0 -7px; }
#footer li{
	border-right: 1px solid #ffffff;
	display: inline;
	line-height: 1.1em;
	padding: 0 7px;
}
#footer li.last{ border: 0; }
#footer .fr{ padding: 25px 0 0; }



/** TABLES **/

/* $default $name='Border' */ .tableBorder{ background-color: #9999CC; font-size: 100%;}

/* $default $name='Cell White' */ .tableCellWhite{ background-color: #FFFFFF; font-size: 100%;}
/* $name='Cell Mid Blue' */ .tableCellMdBlue{ background-color: #6666CC; font-size: 100%;}
/* $name='Cell Dark Blue' */ .tableCellDkBlue{ background-color: #003399; font-size: 100%;}
/* $name='Cell Grey' */ .tableCellGrey{ background-color: #F0F0F0; font-size: 100%;}

/** FCKEditor Table Automatic Format Styles **/

/* $style='Basic Heading' $value='ts1' */

/* $name='Table Style Basic Heading - General' */
.ts1general{
	font-family : Verdana, Arial, Helvetica, Geneva, sans-serif; font-weight: normal; color: #000000;
}

/* $name='Table Style Basic Heading - Top Left' */
.ts1topleft{
	font-family : Verdana, Arial, Helvetica, Geneva, sans-serif;
	background-color: #660099; font-weight: bold; color: #ffffff; padding: 5px;
}

/* $name='Table Style Basic Heading - Top Centre' */
.ts1topcenter
{
	font-family : Verdana, Arial, Helvetica, Geneva, sans-serif;
	background-color: #660099; font-weight: bold; color: #ffffff; padding: 5px;
}

/* $name='Table Style Basic Heading - Top Right' */
.ts1topright
{
	font-family : Verdana, Arial, Helvetica, Geneva, sans-serif;
	background-color: #660099; font-weight: bold; color: #ffffff; padding: 5px;
}

/* $name='Table Style Basic Heading - Middle Left' */
.ts1middleleft
{
	font-family : Verdana, Arial, Helvetica, Geneva, sans-serif; font-weight: normal;
}

/* $name='Table Style Basic Heading - Middle Centre' */
.ts1middlecenter
{
	font-family : Verdana, Arial, Helvetica, Geneva, sans-serif; font-weight: normal;
}

/* $name='Table Style Basic Heading - Middle Right' */
.ts1middleright
{
	font-family : Verdana, Arial, Helvetica, Geneva, sans-serif; font-weight: normal;
}

/* $name='Table Style Basic Heading - Bottom Left' */
.ts1bottomleft
{
	font-family : Verdana, Arial, Helvetica, Geneva, sans-serif; font-weight: normal;
}

/* $name='Table Style Basic Heading - Top Left' */
.ts1bottomcenter
{
	font-family : Verdana, Arial, Helvetica, Geneva, sans-serif; font-weight: normal;
}

/* $name='Table Style Basic Heading - Top Left' */
.ts1bottomright
{
	font-family : Verdana, Arial, Helvetica, Geneva, sans-serif; font-weight: normal;
}

/* $name='Table Style Basic Heading - Odd' */
.ts1odd
{
	background-color: #eeeeee;
}

/* $name='Table Style Basic Heading - Even' */
.ts1even
{
	background-color: #eeeeee;
}

/* $style='Heading - with stripe' $value='ts2' */

/* $name='Table Style Heading - with stripe - General' */
.ts2general{
	font-family : Verdana, Arial, Helvetica, Geneva, sans-serif; font-weight: normal; color: #000000;
}

/* $name='Table Style Heading - with stripe - Top Left' */
.ts2topleft{
	font-family : Verdana, Arial, Helvetica, Geneva, sans-serif;
	background-color: #660099; font-weight: bold; color: #ffffff; padding: 5px;
}

/* $name='Table Style Heading - with stripe - Top Centre' */
.ts2topcenter
{
	font-family : Verdana, Arial, Helvetica, Geneva, sans-serif;
	background-color: #660099; font-weight: bold; color: #ffffff; padding: 5px;
}

/* $name='Table Style Heading - with stripe - Top Right' */
.ts2topright
{
	font-family : Verdana, Arial, Helvetica, Geneva, sans-serif;
	background-color: #660099; font-weight: bold; color: #ffffff; padding: 5px;
}

/* $name='Table Style Heading - with stripe - Middle Left' */
.ts2middleleft
{
	font-family : Verdana, Arial, Helvetica, Geneva, sans-serif; font-weight: normal;
}

/* $name='Table Style Heading - with stripe - Middle Centre' */
.ts2middlecenter
{
	font-family : Verdana, Arial, Helvetica, Geneva, sans-serif; font-weight: normal;
}

/* $name='Table Style Heading - with stripe - Middle Right' */
.ts2middleright
{
	font-family : Verdana, Arial, Helvetica, Geneva, sans-serif; font-weight: normal;
}

/* $name='Table Style Heading - with stripe - Bottom Left' */
.ts2bottomleft
{
	font-family : Verdana, Arial, Helvetica, Geneva, sans-serif; font-weight: normal;
}

/* $name='Table Style Heading - with stripe - Top Left' */
.ts2bottomcenter
{
	font-family : Verdana, Arial, Helvetica, Geneva, sans-serif; font-weight: normal;
}

/* $name='Table Style Heading - with stripe - Top Left' */
.ts2bottomright
{
	font-family : Verdana, Arial, Helvetica, Geneva, sans-serif; font-weight: normal;
}

/* $name='Table Style Heading - with stripe - Odd' */
.ts2odd
{
	background-color: #ffffff;
}

/* $name='Table Style Heading - with stripe - Even' */
.ts2even
{
	background-color: #eeeeee;
}


/* $style='Heading and Side - with stripe' $value='ts3' */

/* $name='Table Style Heading and Side - with stripe - General' */
.ts3general{
	font-family : Verdana, Arial, Helvetica, Geneva, sans-serif; font-weight: normal; color: #000000;
}

/* $name='Table Style Heading and Side - with stripe - Top Left' */
.ts3topleft{
	font-family : Verdana, Arial, Helvetica, Geneva, sans-serif;
	background-color: #660099; font-weight: bold; color: #ffffff; padding: 5px;
}

/* $name='Table Style Heading and Side - with stripe - Top Centre' */
.ts3topcenter
{
	font-family : Verdana, Arial, Helvetica, Geneva, sans-serif;
	background-color: #9966cc; font-weight: bold; color: #ffffff; padding: 5px;
}

/* $name='Table Style Heading and Side - with stripe - Top Right' */
.ts3topright
{
	font-family : Verdana, Arial, Helvetica, Geneva, sans-serif;
	background-color: #9966cc; font-weight: bold; color: #ffffff; padding: 5px;
}

/* $name='Table Style Heading and Side - with stripe - Middle Left' */
.ts3middleleft
{
	font-family : Verdana, Arial, Helvetica, Geneva, sans-serif; font-weight: normal;
	background-color: #eeeade; font-weight: bold; color: #000000; padding: 5px;
}

/* $name='Table Style Heading and Side - with stripe - Middle Centre' */
.ts3middlecenter
{
	font-family : Verdana, Arial, Helvetica, Geneva, sans-serif; font-weight: normal;
}

/* $name='Table Style Heading and Side - with stripe - Middle Right' */
.ts3middleright
{
	font-family : Verdana, Arial, Helvetica, Geneva, sans-serif; font-weight: normal;
}

/* $name='Table Style Heading and Side - with stripe - Bottom Left' */
.ts3bottomleft
{
	font-family : Verdana, Arial, Helvetica, Geneva, sans-serif; font-weight: normal;
	background-color: #eeeade; font-weight: bold; color: #000000; padding: 5px;
}

/* $name='Table Style Heading and Side - with stripe - Top Left' */
.ts3bottomcenter
{
	font-family : Verdana, Arial, Helvetica, Geneva, sans-serif; font-weight: normal;
}

/* $name='Table Style Heading and Side - with stripe - Top Left' */
.ts3bottomright
{
	font-family : Verdana, Arial, Helvetica, Geneva, sans-serif; font-weight: normal;
}

/* $name='Table Style Heading and Side - with stripe - Odd' */
.ts3odd
{
	background-color: #ffffff;
}

/* $name='Table Style Heading and Side - with stripe- Even' */
.ts3even
{
	background-color: #eeeeee;
}

/* $style='Heading and side with totals' $value='ts4' */

/* $name='Table Style Heading and side with totals - General' */
.ts4general{
	font-family : Verdana, Arial, Helvetica, Geneva, sans-serif; font-weight: normal; color: #000000;
}

/* $name='Table Style Heading and side with totals - Top Left' */
.ts4topleft{
	font-family : Verdana, Arial, Helvetica, Geneva, sans-serif;
	background-color: #660099; font-weight: bold; color: #ffffff; padding: 5px;
}

/* $name='Table Style Heading and side with totals - Top Centre' */
.ts4topcenter
{
	font-family : Verdana, Arial, Helvetica, Geneva, sans-serif;
	background-color: #ffffcc; font-weight: bold; color: #000000; padding: 5px;
}

/* $name='Table Style Heading and side with totals - Top Right' */
.ts4topright
{
	font-family : Verdana, Arial, Helvetica, Geneva, sans-serif;
	background-color: #eeeade; font-weight: bold; color: #000000; padding: 5px;
}

/* $name='Table Style Heading and side with totals - Middle Left' */
.ts4middleleft
{
	font-family : Verdana, Arial, Helvetica, Geneva, sans-serif; font-weight: normal;
	background-color: #9966cc; font-weight: bold; color: #ffffff; padding: 5px;
}

/* $name='Table Style Heading and side with totals - Middle Centre' */
.ts4middlecenter
{
	font-family : Verdana, Arial, Helvetica, Geneva, sans-serif; font-weight: normal;
}

/* $name='Table Style Heading and side with totals - Middle Right' */
.ts4middleright
{
	font-family : Verdana, Arial, Helvetica, Geneva, sans-serif; font-weight: normal;
	background-color: #cccccc; font-weight: bold; color: #ffffff; padding: 5px;
}

/* $name='Table Style Heading and side with totals - Bottom Left' */
.ts4bottomleft
{
	font-family : Verdana, Arial, Helvetica, Geneva, sans-serif; font-weight: normal;
	background-color: #666666; font-weight: bold; color: #ffffff; padding: 5px;
}

/* $name='Table Style Heading and side with totals - Top Left' */
.ts4bottomcenter
{
	font-family : Verdana, Arial, Helvetica, Geneva, sans-serif; font-weight: normal;
	background-color: #666666; font-weight: bold; color: #ffffff; padding: 5px;
}

/* $name='Table Style Heading and side with totals - Top Left' */
.ts4bottomright
{
	font-family : Verdana, Arial, Helvetica, Geneva, sans-serif; font-weight: normal;
	background-color: #666666; font-weight: bold; color: #ffffff; padding: 5px;
}

/* $name='Table Style Heading and side with totals - Odd' */
.ts4odd
{
	background-color: #ffffff;
}

/* $name='Table Style Heading and side with totals - Even' */
.ts4even
{
	background-color: #ffffff;
}

/* $style='General 1' $value='tg1' */

/* $name='Table Style General 1 - General' */
.tg1general
{
	font: 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
}

/* $name='Table Style General 1 - Top Left' */
.tg1topleft
{
	background-color: #FFEEBA;
	font: 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #004A84;
	padding: 5px;
	font-weight: bold;
}

/* $name='Table Style General 1 - Top Centre' */
.tg1topcenter
{
	background-color: #FFEEBA;
	font: 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #004A84;
	padding: 5px;
	font-weight: bold;
}

/* $name='Table Style General 1 - Top Right' */
.tg1topright
{
	background-color: #FFEEBA;
	font: 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #004A84;
	padding: 5px;
	font-weight: bold;
}

/* $name='Table Style General 1 - Middle Left' */
.tg1middleleft
{
	font: 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
}

/* $name='Table Style General 1 - Middle Centre' */
.tg1middlecenter
{
	font: 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
}

/* $name='Table Style General 1 - Middle Right' */
.tg1middleright
{
	font: 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
}

/* $name='Table Style General 1 - Bottom Left' */
.tg1bottomleft
{
	font: 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
}

/* $name='Table Style General 1 - Top Left' */
.tg1bottomcenter
{
	font: 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
}

/* $name='Table Style General 1 - Top Left' */
.tg1bottomright
{
	font: 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
}

/* $name='Table Style General 1 - Odd' */
.tg1odd
{
	background-color: #F6F6F6;
}

/* $name='Table Style General 1 - Even' */
.tg1even
{
	background-color: #F6F6F6;
}

/* $style='General 2' $value='tg2' */

/* $name='Table Style General 2 - General' */
.tg2general
{
	font: 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
}

/* $name='Table Style General 2 - Top Left' */
.tg2topleft
{
	background-color: #FFEEBA;
	font: 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #004A84;
	padding: 5px;
	font-weight: bold;
}

/* $name='Table Style General 2 - Top Centre' */
.tg2topcenter
{
	background-color: #FFEEBA;
	font: 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #004A84;
	padding: 5px;
	font-weight: bold;
	text-align: right;
}

/* $name='Table Style General 2 - Top Right' */
.tg2topright
{
	background-color: #FFEEBA;
	font: 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #004A84;
	padding: 5px;
	font-weight: bold;
	text-align: right;
}

/* $name='Table Style General 2 - Middle Left' */
.tg2middleleft
{
	background-color: #FFFBED;
	color: #004A84;
	font: 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
}

/* $name='Table Style General 2 - Middle Centre' */
.tg2middlecenter
{
	font: 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-align: right;
}

/* $name='Table Style General 2 - Middle Right' */
.tg2middleright
{
	font: 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-align: right;
}

/* $name='Table Style General 2 - Bottom Left' */
.tg2bottomleft
{
	background-color: #FFFBED;
	color: #004A84;
	font: 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
}

/* $name='Table Style General 2 - Bottom Centre' */
.tg2bottomcenter
{
	font: 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-align: right;
}

/* $name='Table Style General 2 - Bottom Right' */
.tg2bottomright
{
	font: 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-align: right;
}

/* $name='Table Style General 2 - Odd' */
.tg2odd
{
	background-color: #F6F6F6;
}

/* $name='Table Style General 2 - Even' */
.tg2even
{
	background-color: #F6F6F6;
}

/* $style='General 3' $value='tg3' */

/* $name='Table Style General 3 - General' */
.tg3general
{
	font: 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
}

/* $name='Table Style General 3 - Top Left' */
.tg3topleft
{
	background-color: #FFEEBA;
	font: 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #004A84;
	padding: 5px;
	font-weight: bold;
}

/* $name='Table Style General 3 - Top Centre' */
.tg3topcenter
{
	background-color: #FFEEBA;
	font: 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #004A84;
	padding: 5px;
	font-weight: bold;
}

/* $name='Table Style General 3 - Top Right' */
.tg3topright
{
	background-color: #FFEEBA;
	font: 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #004A84;
	padding: 5px;
	font-weight: bold;
}

/* $name='Table Style General 3 - Middle Left' */
.tg3middleleft
{
	font: 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
}

/* $name='Table Style General 3 - Middle Centre' */
.tg3middlecenter
{
	font: 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
}

/* $name='Table Style General 3 - Middle Right' */
.tg3middleright
{
	font: 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
}

/* $name='Table Style General 3 - Bottom Left' */
.tg3bottomleft
{
	font: 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
}

/* $name='Table Style General 3 - Bottom Centre' */
.tg3bottomcenter
{
	font: 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
}

/* $name='Table Style General 3 - Bottom Right' */
.tg3bottomright
{
	font: 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
}

/* $name='Table Style General 3 - Odd' */
.tg3odd
{
	background-color: #F6F6F6;
}

/* $name='Table Style General 3 - Even' */
.tg3even
{
	background-color: #FFFFFF;
}

/* $style='General 4' $value='tg4' */

/* $name='Table Style General 4 - General' */
.tg4general
{
	font: 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
}

/* $name='Table Style General 4 - Top Left' */
.tg4topleft
{
	background-color: #01478D;
	font: 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	padding: 5px;
	font-weight: bold;
}

/* $name='Table Style General 4 - Top Centre' */
.tg4topcenter
{
	background-color: #01478D;
	font: 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	padding: 5px;
	font-weight: bold;
	text-align: center;
}

/* $name='Table Style General 4 - Top Right' */
.tg4topright
{
	background-color: #01478D;
	font: 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	padding: 5px;
	font-weight: bold;
	text-align: center;
}

/* $name='Table Style General 4 - Middle Left' */
.tg4middleleft
{
	font: 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
	background-color: #F3F6F9;
	color: #01478D;
	padding: 5px;
	font-weight: bold;
}

/* $name='Table Style General 4 - Middle Centre' */
.tg4middlecenter
{
	font: 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
	background-color: #F3F6F9;
	color: #01478D;
	padding: 5px;
	text-align: center;
}

/* $name='Table Style General 4 - Middle Right' */
.tg4middleright
{
	font: 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
	background-color: #F3F6F9;
	color: #01478D;
	padding: 5px;
	text-align: center;
}

/* $name='Table Style General 4 - Bottom Left' */
.tg4bottomleft
{
	font: 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
	background-color: #F3F6F9;
	color: #01478D;
	padding: 5px;
	font-weight: bold;
}

/* $name='Table Style General 4 - Bottom Centre' */
.tg4bottomcenter
{
	font: 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
	background-color: #F3F6F9;
	color: #01478D;
	padding: 5px;
	text-align: center;
}

/* $name='Table Style General 4 - Bottom Right' */
.tg4bottomright
{
	font: 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
	background-color: #F3F6F9;
	color: #01478D;
	padding: 5px;
	text-align: center;
}







/*=== Misc. ===*/
.fix{
	clear: both;
	height: 1px;
	margin: -1px 0 0;
	overflow: hidden;
}
.hl{
	background: url(../images/hl-dot.gif) repeat-x top;
	clear: both;
	height: 1px;
	margin: 10px 0 10px 0;
	overflow: hidden;
	width: 100%;
}
.hr{
	background: url(../images/hl-dot.gif) repeat-x top;
	clear: both;
	height: 1px;
	margin: 10px 0 0 0;
	overflow: hidden;
	width: 100%;
}
.fl{ float: left; }
.fr{ float: right; }
.ac{ text-align: center; }
.ar{ text-align: right; }
.cl{ clear: both; }
.date{ color: #0083be; }

#leftcol .ads img{ margin-bottom: 15px; }

#rightcol .list2 li a.media{ text-indent: 5px; }

.noprint
{
	clear: both;
	padding-top: 15px;
}

#intro-text{ font-weight: bold; }

.relcontact ul ul{ padding: 2px 0 7px 0; }

.relcontact ul ul li{ background-image: none !important; padding-left: 0;}

/* FeedBurner styles */
#creditfooter { display: none; }
.feedburnerFeedBlock  li { margin-bottom: 7px; }

/* Page snippet bold style */
#centercol .strong{ font-weight: bold; }


/*- stylemedia.css -*/

div.limage
{
	 float: left;
	 margin: 5px 10px 5px 5px;
	 padding: 0;
	 clear: left;
}

div.rimage
{
	 float: right;
	 margin: 5px 5px 5px 10px;
	 padding: 0;
	 clear: right;
}

span.imagedescription
{
	display: block;
	color: #000; 
	padding: 2px 0 4px 0;
	margin: 0;
	font-size: 0.9em;
}

div.limage img, div.rimage img{ border: none; }


span.positionleft {
	float: left;
	margin: 0 1em 0.5em 0;
}

span.positionright {
	float: right;
	margin: 0 0 0.5em 1em;
}

span.remainder{ margin: 0.5em 0 0.5em 0; }

img.noborder{ border: none; }
.positionright
{
	float : right;
	/* padding : 10px 0 10px 10px; */
	margin-left: 5px;
}

.positionleft
{
	float : left;
	padding : 10px 10px 10px 0;
}










}



/*=== Printing ===*/


@media print
{

body {
	background: #ffffff;
	color: #000000;
	font-size: 100%;
	width: 100%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 10px;
	font-family: Verdana, sans-serif;
	}

p{ line-height: 1.2em; }
	
h1, h2, h3, h4, h5, h6 {
	color: #000;
	font-weight: bold;
	text-align: left;
	padding: 0.5em 0;
	margin : 0;
}

h1{ font-size: 150%; }

h2{ font-size: 140%; }

h3{ font-size: 130%; }

h4{ font-size: 120%; }

h5{ font-size: 110%; }

h6{ font-size: 100%; }

#page{
	border: 0;
	padding: 0;
	margin: 0px auto;
	width: 960px;
}

/*Hidden elements*/
#topbanner, #toplevel, #toputilnav, #leftcolumn, #rightcolumn, #contentlinks, #footer, #leftcol, #rightcol, #header, .noprint {
	display : none;
}

#centercol{
	float: left;
}

/*Breadcrumbs*/
#breadcrumb {
	background: none;
	border: 0;
}

#breadcrumb ol {
	margin: 0.5em 0;
}

#breadcrumb li.bold {
	margin-right: 0;
}

/*Remove layout*/
#pagewrapper {
	min-width: 0;
}

#maincolumnwrapper {
	overflow: hidden;
	width: 100%;
	margin: 0;
}

#centrecolumn, #headingtext {
	margin: 0;
}

#contentrightnav {
	float: none;
	width: 100%;
}

#contentrightnav .contentleft {
	float: none;
	width: 100%;
	margin: 0;
	right: 0;
}

#contentrightnav .contentbodywrap {
	float: none;
	width: 100%;
	left: 0;
}

#contentfullwidth {
	float: none;
}

/* Styles for the print heading */
.printonly
{margin-left : 10px;}

.pathname, .printonly
{color: #003366; font-weight : bold; text-decoration : none;}

/* Styles to hide the bits of the page display from the printer */
.lhscol, .rhsbox, .noprint, .toptablebanner{display : none;}
}





/*=== Mobile devices ===*/

@media screen and (max-device-width: 480px)

{

body { max-width: 100%; }
#page { width: 480px; border: 0; }

#header {
	height: 110px;
	background-image: url('http://www.northyorkshire.police.uk/nypd/images/crest-small.png');
	background-color: #01478D;
	background-repeat: no-repeat;
	background-position: left center;
}
h1{
	float: left;
	text-indent: -9999px;
	width: 100px;
}
h1 a{
	display: block;
	height: 110px;
}
h1 a:hover{
	background: none;
}

.search { margin: 45px 25px 0 0; float: right; }

#columns { margin-left: 5px; padding: 0; }

#leftcol {
	float: none;
	width: 450px;
	border: 1px solid #404040;
	margin-bottom: 1.2em;
	background: #F3F6F9 none repeat scroll 0 0;
	-moz-box-shadow: 5px 5px 5px #ccc;
	-webkit-box-shadow: 5px 5px 5px #ccc;
	box-shadow: 5px 5px 5px #ccc; /* shadows */
	padding: 10px;
	border-radius: 5px; /* rounded corners */
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.nav1 li a { width: 440px; }
.ads { display: none; }

#centercol { float: none; width: 470px; border: 0; margin: 0 0 1.2em 0; }

#rightcol { float: none; width: 470px; border: 0; }

}  









/*== Anything down here is unused - and probably safe to delete ==*/

/*




#centercol ul li, .fullwidth ul li { list-style: disc inside; line-height: 1.5em; }
#centercol ol li, .fullwidth ol li { list-style: decimal inside; line-height:1.5em; }


.map{
	background: url(../images/hl-dot.gif) repeat-x bottom;
	height: 1%;
	margin: 0 0 10px;
	padding: 0 0 1px;
}

.path{
	color: #999999;
	font-size: 11px;
	height: 28px;
	line-height: 28px;
	padding: 0 10px;
}
.path a{
	color: #999999;
	text-decoration: none;
}
.path a:hover{
	color: #000000;
}
.path em{
	font-style: normal;
	text-decoration: underline;
}
.path .fr{
	color: #000000;
}


*/

/*- styleinlines.css -*/
/* 
	A set of id free links primarily for use with inline items 
	Add to these as required
*/

/*


.greytitle
{
	display : block;
	background-color : #ccc;
	color : #000;
	padding : 4px;
}

.bluetitle
{
	display : block;
	background-color : #ccf;
	color : #309;
	padding : 4px;
}

.purpletitle
{
	display : block;
	background-color : #fcf;
	color : #900;
	padding : 4px;
}

a.bodylink:link, a.bodylink:visited, a.bodylink:active, a.bodylink:hover, a.bodylink:focus, a.redlink:link, a.redlink:visited, a.redlink:active, a.redlink:hover, a.redlink:focus, a.boldlink:link, a.boldlink:visited, a.boldlink:active, a.boldlink:hover, a.boldlink:focus
{
	color : #000000; 
	font-weight : normal; 
	text-decoration : none;
}

a.redlink:link, a.redlink:visited, a.redlink:active, a.redlink:hover, a.redlink:focus
{color : #ff0000;}

a.boldlink:link, a.boldlink:visited, a.boldlink:active, a.boldlink:hover, a.boldlink:focus
{font-weight : bold;}

a.bodylink:hover, a.boldlink:hover, a.redlink:hover
{text-decoration : underline;}



.bumper {
	clear: both;
	line-height: 0px;
	font-size: 0px;
}



.call{
	clear: both;
	float: right;
	color: white;
	padding: 0;
	text-align: right;
	width: 300px;
	margin-top: 30px;
}
.call-large{
	font-size: 2.5em;
	font-weight: bold;
	text-decoration: none;
	color: white;
}
.call-small{
	font-size:1.2em;
}

*/
