html, body {
	margin: 0;
	padding: 0;
}

body {
	background: #030e2e url(../img/bg_main.png) left top;
	padding-top: 17px;
	font: 100% Helvetica, Tahoma, Geneva, sans-serif;
	text-align: center;
}

table, td, tr {
	font: 100% Tahoma, Geneva, sans-serif;
}

a img { border: none; }

a { color: #1c357c; }

.layout {
	width: 883px;
	border-collapse: collapse;
	table-layout: fixed;
	margin: 0 auto;
	text-align: left;
}

/* {{{ header */
.header, .content, .footer {
	padding: 0;
	background: #ebebeb;
}
.header-inner {
	background: url(../img/bg_header_no_text.jpg) no-repeat;
	height: 243px;
	position: relative;
}

#text-in-header-title {
	RIGHT: 10px; 
	WIDTH: 680px; 
	COLOR: #ffffff; 
	POSITION: absolute; 
	TOP: 140px;
}
#text-in-header-title span {
	FONT-WEIGHT: 700; 
	FONT-SIZE: 28pt; 
	FONT-FAMILY: Helvetica; 
	color: #000000; 
}
#text-in-header-title span span {
	FONT-WEIGHT: 700; 
	FONT-SIZE: 28pt; 
	FONT-FAMILY: Helvetica; 
	color: #ffffff; 
	POSITION: absolute; 
	top: -3px; left: -3px;
}
#text-in-header {
	RIGHT: 10px; 
	WIDTH: 680px; 
	COLOR: #ffffff; 
	POSITION: absolute; 
	TOP: 180px;
}
#text-in-header span {
	FONT-SIZE: 19pt; 
	FONT-FAMILY: Helvetica; 
	color: #000000;
}
#text-in-header span span {
	FONT-SIZE: 19pt; 
	FONT-FAMILY: Helvetica; 
	color: #ffffff; 
	POSITION: absolute; 
	top: -3px; left: -3px;
}

.logo {
	position: absolute;
	top: 15px;
	left: 15px;
}
h1 {
	text-indent: -9999px;
	margin:0pt;
}

/* {{{ main menu */
.main-menu {
	margin: 0;
	padding: 0;
	list-style: none;
	position: absolute;
	top: 0px;
	right: 0px;
}
.main-menu li {
	list-style: none;
	float: left;
	width: 129px;
	height: 95px;
	border-left: 1px solid #868686;
	position: relative;
}
.main-menu a {
	background-repeat: no-repeat;
	background-image: url(../img/menu_items.png);
	width: 128px;
	height: 95px;
	float: left;
	text-indent: -9999px;
}
.main-menu a:hover {
	position: absolute;
	top: -5px;
	left: -4px;
	width: 139px;
	height: 107px;
}
.m-jobs a { background-position: -145px 29px; }
.m-jobs a:hover { background-position: 0 0; }
.m-train a { background-position: -143px -126px; }
.m-train a:hover { background-position: 0px -150px; }
.m-edu a { background-position: -144px -274px; }
.m-edu a:hover { background-position: 0px -300px; }
.m-eq a { background-position: -140px -432px; }
.m-eq a:hover { background-position: 0px -450px; }

/* }}} main menu */
/* }}} header */

/* {{{ content */
/* {{{ links blocks */
.content {
	font-size: 12px;
}

.links-blocks {
	width: 100%;
	height:100%;
	table-layout: fixed;
	border-spacing: 20px;	
	background: #d0d0d0 url(../img/bg_content.png) no-repeat 100% 0%;
}
.links-blocks li a, .links-blocks h2 {
	font-family:Helvetica,Tahoma,Arial,sans-serif;
}
.links-blocks li {
	margin:0pt;
	padding:0pt;
	padding-left:12px;
	background:url(../img/arrow_resource.gif) no-repeat left 4px;
}
.links-blocks tr { 
	display:table-row;
}
.links-blocks li a:hover {
	color:#1C357C;
	text-decoration:underline;	
}
.block-education,
.block-career,
.block-product,
.block-popular {
	vertical-align: top;
	width: 409px;
	height: auto;
}

.block-education h2,
.block-career h2,
.block-product h2,
.block-popular h2 {
	color: #fff;
	height: 39px;
	line-height: 39px;
	background-repeat: no-repeat;
	font-size: 16px;
	margin: 0;
	padding: 0 15px;
}
.block-education h2 { background-image: url(../img/bg_education.jpg); }
.block-career h2 { background-image: url(../img/bg_career.jpg); }
.block-product h2 { background-image: url(../img/bg_product.jpg); }
.block-popular h2 { background-image: url(../img/bg_popular.jpg); }
.block {
	width: 100%;
	height: 100%;
	border-collapse: collapse;
	background: url(../img/bg_block.png) no-repeat 0% 100%;
}
.block td {
	vertical-align: top;
	padding: 0;
	height: 100%;
	font-size: 12px;
}
.block a {
	color: #5F5F5F;
	text-decoration: none;
}
td.block-popular {
	vertical-align: middle;
}
.block p {
	margin:7pt 9pt;
}
.block-product p a {
	text-decoration:underline;
}
.block-product p a:hover {
	text-decoration:none;
}

.block ul {
	margin: 0;
	padding: 12px;
	list-style: none;
	float: left;
	width: 44%;
}
.popular-products {
	width: 100%;
	border-collapse: collapse;
}
.popular-products td {
	width: 50%;
	padding: 10px;
	font-size: 12px;
	height:100%;
	line-height: 140%;
}

.popular-products .product-img {
	display: block;
	text-align: center;
	margin-bottom: 1em;
}
.popular-products .product-descr {
	display: block;
	text-decoration: underline;
}
.popular-products a.product-link {
	background: url(../img/bul1.gif) no-repeat 0 4px;
	padding-left: 15px;
}
.popular-products a.product-link:hover {
	text-decoration: underline;
}
.popular-products .product-descr a {
	color:#000;
}
/* {{{ p1 block */
.hd-police1 {
	background: url(../img/hd_p1.png) no-repeat;
	height: 61px;
	text-indent: -9999px;
	margin: 0;
	padding: 0;
}
.find-us {
	position: absolute;
	top: 8px;
	right: 15px;
	color: #fff;
}
.find-us b {
	text-transform: uppercase;
	margin-right: 5px;
}
.find-us img {
	vertical-align: middle;
}
.p1 {
	width: 100%;
	border-collapse: collapse;
	table-layout: fixed;
}
.p1 .col1, .p1 .col2 {
	vertical-align: top;
	padding: 12px;
}
.p1 .col1 {
	padding-right: 17px;
}
.p1 .col2 {
	padding-left: 17px;
}
.p1 h3 {
	color: #ff6603;
	font-size: 16px;
	margin: 0 0 10px 0;
	padding: 0 0 10px 0;
	border-bottom: 1px solid #b3b3b3;
	font-weight: normal;
}
.view-all {
	position: absolute;
	top: 0;
	right: 0;
	font-style: italic;
	text-decoration: none;
}
.p1 .product-img {
	float: right;
	padding: 10px 30px 0px 0;
}
.p-date {
	font-size: 14px;
	font-weight: bold;
	display: block;
	margin-bottom: 10px;
}
.p-date a {
	font-size: 14px;
	font-weight: normal;
}
.p1-categories {
	color:#000;
	text-decoration:none;
	margin-top:12px;
	display:block;
	font-weight:bold;
}
a.p1-categories:hover {
	text-decoration:underline;
}
/* {{{ full video */
.ptv-wrapper {
	padding-top: 30px;
}
.ptv {
	border: 1px solid #5d5d5d;
	width: 430px;
	clear: both;
	background-color:#fff;
}
.ptv .title {
	margin:5px;
	text-align:center;
}
h3.p1-video {
	height: 48px;
	background: url(../img/hd_nowplaying.png) no-repeat;
	text-indent: -9999px;
	margin: 0;
	padding: 0;
	border: none;
}

#ptv-tabs {
	height: 32px;
	margin: 0;
	padding: 0;
	list-style: none;
	background-image: url(../img/bg_tabs.png);
	background-repeat: no-repeat;
}
.selected1 { background-position: 0 0; }
.selected2 { background-position: 0 -32px; }
.selected3 { background-position: 0 -64px; }
#ptv-tabs li {
	text-transform: uppercase;
	float: left;
	height: 32px;
	line-height: 32px;
	text-align: center;
	font-weight: bold;
	width: 140px;
	font-size: 12px;
}
#ptv-tabs :focus {
	outline: none;
}

#ptv-tabs a {
	color: #fff;
	text-decoration: none;
}
#ptv-tabs a.selected {
	color: #f90;
}

/* }}} full-video */

/* {{{ video blocks */
#NPpoliceTV {
	padding:0px;
	height: 1px; 
	visibility: hidden;
}
#NPpoliceTV1, #NPpoliceTV2 {
	display:none;
}
#loading-message-ptv {
	padding:80px 0px;
	text-align:center;
}

.video-block {
	background: url(../img/bg_video_btm.png) no-repeat 0 100%;
	padding-bottom: 8px;
	width: 389px;
	margin: 18px 0;
}
* html .video-block-inner {
	height: 1%;
}
.video-block-inner {
	background: url(../img/bg_video_top.png) no-repeat 0 0;
	padding: 1px;
}
.video-block h3 {
	color: #404040;
	margin: 0;
	padding: 7px;
	border: 0;
	text-align: right;
	font-size: 14px;
	font-weight: bold;
	height: 26px;
	line-height: 26px;
}
.video-block h3 a {
	float:left;
}
.p1-videos h3 {

}
.bt-videos h3 {
}
.thumb-container {
	padding: 9px 7px 17px 7px;
	background: #b3b3b3;
}
.thumb-container table {
	border-spacing: 7px;
}
.thumb-container td {
	vertical-align: top;
	width: 33%;
	text-align: center;
	border: 1px solid #9c9c9c;
	background: #fff;
	padding: 5px;
	font-size: 11px;
}
#prev-btn-np1, #prev-btn-np2 {
	float: left;
}
#next-btn-np1, #next-btn-np2 {
	float: right;
}
.thumbnail {
	min-height: 81px;
	width:103px;
}
* html .thumbnail {
	height: 81px;
}
.visit-tv {
	position:absolute;
	top:-18px;
	right:15px;
	font-weight:bold;
	font-size:11px;
}
.progress {
	height: 9px;
	padding: 4px 8px 0;
	text-align: center;
	position:relative;
}
.progress .slider {
	background: url(../img/ico_indicator.png) no-repeat 0 0;
	font-size:0;
	height: 6px;
	margin: 0 auto;
	margin-top:2px;
	padding: 0;
	width: 18px;
	position:relative;
}
#PTVSelPage2, #PTVSelPage1, #BTSelPage1, #BTSelPage2 {
	height:6px;
	width:8px;
	display:block;
	position:absolute;
}
#PTVSelPage2 , #BTSelPage2{
	left:10px;
	top:-1px;
}
#PTVSelPage1, #BTSelPage1 {
	left:-2px;
	top:-1px;
}
/* }}} video blocks */

/* }}} p1 block */

/* }}} content */

/* {{{ footer */
.footer {
	background: url(../img/bg_footer.png) no-repeat;
}
.footer-inner {
	background: url(../img/logo2.png) no-repeat 15px 10px;
	height: 72px;
	position: relative;
}
.footer-menu {
	margin: 0;
	padding: 0;
	list-style: none;
	position: absolute;
	right: 18px;
	top: 27px;
}
.footer-menu li {
	margin: 0;
	padding: 0 5px;
	display: inline;
	font-size: 12px;
	font-weight: bold;
	border-left:1px solid #1C357C;
}
.footer-menu li.first {
	border-left:none;
}

.footer-menu a {
	text-decoration: none;
}
#footer-logo {
	position:absolute;
	bottom:0;
	left:12px;
	display:block;
	width:184px;
	height:56px;	
}
.copy {
	text-align: center;
	color: #fff;
	padding: 5px;
	margin: 0;
	font-size: 11px;
}
/* }}} footer */

/* {{{ common */
.hw { width: 50%; }
ul.styled {
	margin: 0;
	padding: 0;
	list-style: none;
	position: relative;
}
ul.styled li {
	padding-left: 15px;
	background: url(../img/bul1.gif) no-repeat 0 4px;
	margin-bottom: 0.5em;
}
ul.styled li a:hover, .p-date a:hover {
	text-decoration: none;
}

.inner {
	padding:10px;
}
#search-form {
	text-align:center;
}
h2 {
	color:#FF6603;
	font-size:18px;
	font-weight:normal;
	margin:0pt 0pt 10px;
	padding:0pt 0pt 10px;
}
.rel { position: relative; height:auto; }
* html .rel { height: 1%; }
/* }}} common */

a.subm_btn {
	background:transparent url(../img/arrow_big.gif) no-repeat scroll left top;
	display:block;
	font-family:Tahoma;
	font-size:9pt;
	font-weight:700;
	height:16px;
	margin-bottom:10px;
	margin-top:10px;
	padding-left:20px;
	text-decoration:none;
	vertical-align:top;
}
a.next_btn {
	background:transparent url(../img/arrow_big.gif) no-repeat scroll right top;
	display:block;
	font-family:Tahoma;
	font-size:9pt;
	font-weight:700;
	height:16px;
	padding-right:20px;
	text-decoration:none;
	vertical-align:top;
}
a.prev_btn
{
	background: url(../img/arrow_big_inv.gif) no-repeat top left;
	padding-left: 20px;
	vertical-align: top;
	text-decoration: none;
	font-family: Tahoma;
	font-size: 9pt;
	font-weight: 700;
	height: 16px;
	display: block;
}
#overDiv {
	color:red;
}
