/* =INITIAL 
   v2.1, by Faruk Ates - www.kurafire.net
   Addendum by Robert Nyman - www.robertnyman.com */

/* Neutralize styling: 
   Elements we want to clean out entirely: */
html, body, form, fieldset {
        margin: 0;
        padding: 0;
        font: 100%/120% Arial, Verdana, Helvetica, sans-serif;
}

/* Neutralize styling: 
   Elements with a vertical margin: */
h1, h2, h3, h4, h5, h6, p, pre,
blockquote, ul, ol, dl, address {
        margin: 1em 0;
        padding: 0;
}

/* Apply left margin:
   Only to the few elements that need it: */
li, dd, blockquote {
        margin-left: 1em;
}

/* Miscellaneous conveniences: */
form label {
        cursor: pointer;
}
fieldset {
        border: none;
}
input, select, textarea {
        font-size: 100%;
}

/* ==================================== */

body {
	display: block;
	background-color: #ffffff;
	background-image: url(../images/CBN_bg_800.gif);
	top: 0px;
	left: 0px;
	font-size: 80%;
}

H1 {
	font-weight: 900;
	font-size: 1.0em;
	color: #970017;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}

a {
	text-decoration: none;
	color: #666666;
	border-style: dashed;
	border-width: 0 0 1px 0;
	border-color: #000000;
}

a:hover {
	border-style: solid;
}

#content {
	border: 0px solid #000000;
	height: 500px;
	display: block;
	/*position: absolute;
	left: 0px;
	top: 0px;*/
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
	margin-left: auto;
	margin-right: auto;
	width: 730px;
	color: #444;
	font-weight: 400;
	font-size: 0.8em;
}

#header {
	position: relative;
	width: 730px;
	height: 85px;
	z-index: 100;
	border: 0px solid #ff99cc;
	padding-bottom: 10px;
}

#logo {
	position: relative;
	float: left;
	border: 0px solid #717275;
	top: 0px;
	left: 20px;
	width: 85px;
	height: 88px;
	margin-top: 0px;
	margin-right: 30px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#logo a {
	text-decoration: none;
	border: 0px;
}

#logo a img {
	border: none;
}

#cSupport {
	position: relative;
	float: right;
	top: 0px;
	right: 15px;
	border: 0px solid #ffffff;
	font-size: 1.2em;
}

#cSupport a {
	border-width: 0px;
	color: #970017;
}

#tagLine {
	position: relative;
	left: 5px;
	top: 32px;
	width: 297px;
	height: 21px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px; /* distance in image from left canvas edge to text */
	border: 0px solid #009900;
}

#searcher {
	position: relative;
	clear: right;
	float: right;
	text-align: right;
	top: 6px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	height: 2em;
	width: 24em;
	border: 0px solid #990000;
}

.gsc-branding {
	display: none;
	position: relative;
	text-align: left;
	top: -40px;
}

#searchform .gsc-input {
	background-image: url(http://www.google.com/uds/css/small-logo.png);
	background-repeat: no-repeat;
	background-position: center center;
}

#search {
	display: none;
	position: relative;
	clear: right;
	float: right;
	text-align: right;
	top: 5px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	height: 2em;
	width: 24em;
	border: 0px solid #990000;
}

#search a {
	color: #666666;
	border-style: none;
}

#search span {
	position: relative;
	margin-left: 0.1em;
	margin-bottom: 0px;
	border: 0px solid #009900;
	top: -0.1em;
	font-weight: 500;
	text-transform: uppercase;
}

#search form {
	display: inline;
}

#search input {
	height: 1.2em;
	margin-top: 5px;
	border: 1px solid #666666;
}

/* ===================================================== */
/* Perfect width of navbar : 627px */
#mainmenu {
	position: absolute;
	float: right;
	height: 26px;
	width: 582px;
	top: 56px;
	left: 130px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	line-height: 0pt;
	border: 0px solid #9900cc;
}

#mainmenu img {
	border: none;
}

/* Suckerfish Style Rules */
#nav, #nav ul {
	position: relative;
	z-index: 150;
	height: 28px;
	border: 0px solid #99cc00;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 16px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	list-style: none;
}

#nav li {
	float: left;
	z-index: 1010;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: -3px;
	margin-left: 0px;
	width: 96px;
	height: 26px;
	border: 0px solid #cc9900;
}

#nav #home {
	width: 78px;
}

#nav #about {
	width: 94px;
}

#nav #bizUnits {
	width: 118px;
}

#nav #collectors {
	width: 103px;
}

#nav #hr {
	width: 83px;
}

#nav #contact {
	width: 105px;
}

#nav #copy-trade {
	display: none;
}

#nav #sitemap {
	display: none;
}

#nav a {
	position: relative;
	top: -18px;
	height: 48px;
	min-height: 30px;
	border-width: 0px;
}

#nav img {
	position: relative;
	top: 18px;
}

#nav li ul {
	position: absolute;
	clear: both;
	width: 200px;
	height: auto;
	left: -999em;
	border: 0px dotted #970017;
}

.nav2 {
	background-image: url(../images/business-base.gif);
	background-repeat: no-repeat;
	background-position: 0px -7px;
	top: 27px;
	z-index: 160;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.nav2 li {
	padding-top: 0px;
	padding-right: 21px;
	padding-bottom: 0px;
	padding-left: 16px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	height: 26px;
	z-index: 160;
}
/*
#nav li ul ul {
	margin: -27px 0 0 160px;
}
*/
#nav ul ul.nav3 {
	position: absolute;
	top: -1px;
	width: 160px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	border: 1px solid #919293;
	border-bottom-width: 0px;
}

.nav3 li {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#nav li:hover ul ul {
	left: -999em;
	margin-left: 160px;
}

#nav li:hover ul, #nav li li:hover ul {
	left: 15px;
}

#nav li:hover #corp-menu {
	left: 29px;
}

#nav li:hover #biz-menu {
	left: 135px;
}

#nav li:hover #hr-menu {
	left: 338px;
}

#nav li:hover #contact-menu {
	left: 405px;
}

/* ===================================================== */


#bodyDiv {
	display: block;
	position: relative;
	clear: left;
	top: 0px;
	left: 0px;
	height: auto;
	min-height: 200px;
	width: 730px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	font-size: 1.15em;
	text-align: justify;
	border: 0px solid #0f0;
	z-index: 1;
}

#bodyDiv ul, #bodyDiv ol { 
 margin-left: 0.5cm;
 padding-left: 0;
}

#bodyDiv ul li {
 padding-left: 1.1em;
}

#bodyDiv ul.sitemap {
 list-style-type: none;
}

#bodyDiv ul.sitemap a {
 font-size: 1.2em;
 border: 0px;
}

#bodyDiv table {
	font-size: 1em;
	color: #666;
}

#bodyDiv a {
	border-width: 0;
	color: #006;
}

#bodyDiv b {
	font-size: 1.0em;
	color: #970017;
}

#bodyDiv H1 {
	font-size: 1.1em;
}

#bodyDiv a:hover {
	text-decoration: underline;
}

#bodyDiv img {
	display: block;
}

#secNav {
	position: relative;
	z-index: 100;
	width: 125px;
	min-height: 200px;
	height: auto;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	border: 0px solid #444444;
	float: left;
}

#secNav ul {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 3px;
	list-style-type: none;
	text-align: left;
	border: 0px solid #970017;
}

#secNav ul li {
	position: relative;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	width: 100%;
	list-style-type: none;
	text-align: left;
	border-style: dotted;
	border-width: 1px 0 0 0;
	border-color: #555;
}

#secNav ul li a {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 3px;
	font-size: 0.95em;
	color: #333333;
}

#secNav ul li a:hover {
	text-decoration: underline;
}

#secNav .secTier1 {
	border-style: solid;
	border-color: #555555;
	border-width: 0px 0px 0px 0px;
}

#secNav .secTier1 ul {
	display: none;
}

#secNav ul.secNavShow {
	display: block;
	font-weight: normal;
}

#secNav ul.secNavBold {
	font-weight: bold;
}

#secNav ul.secTier2 li a {
	font-size: 95%;
	padding-left: 8px;
}

#secNav ul.secTier3 li a {
	font-size: 95%;
	padding-left: 12px;
}

#results {
	display: block;
	position: absolute;
	background-color: #ffffff;
	top: 97px;
	right: 23px;
}

#textnstuff {
	position: relative;
	z-index: 5;
	border: 0px solid #00f;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: -15px;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 0px;
	width: 582px;
	float: right;
}

#pathHeader {
	position: relative;
	z-index: 10;
	font-size: 1em;
	font-weight: 700;
	border: 0px solid #00f;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#pathHeader a {
	color: #970017;
	text-decoration: none;
}

.inlineList {
	list-style: square;
}

.inlineList li {
	display: inline;
}

.list-noBullet {
	list-style-type: none;
}

.imgRight {
	float: right;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 8px;
	border-width: 0px;
}

.imgRight img {
	border-width: 0px;
}

.imgLeft {
	float: left;
	margin-top: 5px;
	margin-right: 8px;
	margin-bottom: 5px;
	margin-left: 0px;
	border-width: 0px;
}

.imgLeft img {
	border-width: 0px;
}

.imgCntr {
	display: block;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	border-width: 0px;
}

.imgCntr img {
	border-width: 0px;
}

.vignImg {
	border: 1px solid #000000;
	margin: auto;
}

.comboLink span {
	position: relative;
	clear: both;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
	border: 0px solid #f00;
}

.tblHeader {
	color: #970017;
}

ol.spacedList {
	line-height: normal;
}

.spacedList li {
	margin-top: 8px;
	margin-bottom: 8px;
}

#q-links {
	clear: both;
	display: block;
	position: relative;
	text-align: center;
	margin-top: 0px;
	top: 10px;
	left: 130px;
	height: 200px;
	width: 582px;
	border: 0px solid #f00;
}

.q-bar {
	position: relative;
	background-color: #970017;
	border: 1px solid #000000;
	width: 580px;
	height: 25px;
	left: -1px;
	z-index: 1;
}

.q-block {
	position: relative;
	float: left;
	height: 110px;
	width: 90px;
	top: -27px;
	border: 0px solid #0f0;
	z-index: 5;
}

.q-block a {
	border-width: 0px;
}

.q-block img {
	float: left;
	border: 0px;
	left: 10px;
	width: 90px;
	height: 102px;
	border: 0px solid #000;
}

#q-lottery {
	margin-left: 0px;
	margin-right: 55px;
}

#q-idsys {
	margin-left: 20px;
	margin-right: 35px;
}

#q-payment {
	margin-left: 35px;
	margin-right: 20px;
}

#q-shares {
	margin-left: 55px;
	margin-right: 0px;
}

#jobMailFooter {
	border: 0px solid #0000ff;
	width: 580px;
}

#jobMailFooter a {
	border: 0px solid #009999;
	margin-left: 45px;
	margin-right: 45px;
}

#legal {
	display: block;
	position: relative;
	z-index: 50;
	height: 50px;
	top: 20px;
	clear: left;
	clear: right;
	border: 0px solid #cccc33;
	width: 715px;
	text-decoration: none;
	text-align: right;
}

#legal a {
	color: #006;
	border-width: 0px;
}

#legal a:hover {
	text-decoration: underline;
}

#pptp-logo {
	position: relative;
	clear: both;
	width: 160px;
	height: 68px;
	top: -10px;
	border: 0px solid #ff99cc;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	line-height: 0px;
}

#pptp-logo a {
	position: relative;
	top: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	border: 0px dotted #339999;
}

#pptp-logo img {
	position: relative;
	top: 0px;
	left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	border: none;
}

#supportForm {
	margin-top: 100px;
	margin-bottom: auto;
}

#corpMap {
	position: relative;
	top: 0px;
	left: 0px;
	border: 0px dotted #333333;
	width: 550px;
	margin-bottom: 10px;
	text-align: left;
}

#corpMap h1 {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#corpMap a {
	font-size: 95%;
	margin-left: 5px;
}

#corpMapLeft {
	position: relative;
	top: 0px;
	left: 0px;
	float: left;
	border: 0px solid #555555;
	width: 250px;
}

#corpMapRight {
	position: relative;
	top: 0px;
	left: 50px;
	float: left;
	border: 0px solid #555555;
	width: 250px;
}

#lotteryMap {
	position: relative;
	top: 10px;
	left: 0px;
	float: left;
	border: 0px dotted #333333;
	width: 250px;
}

#idsysMap {
	position: relative;
	top: 10px;
	left: 50px;
	float: left;
	border: 0px dotted #333333;
	width: 250px;
}

#paysysMap {
	position: relative;
	top: 10px;
	left: 0px;
	clear: left;
	float: left;
	border: 0px dotted #333333;
	width: 250px;
}

#shsMap {
	position: relative;
	top: 10px;
	left: 50px;
	float: left;
	border: 0px dotted #333333;
	width: 250px;
}

div .sitemap1 li {
	font-size: 95%;
	line-height: 3px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

div .sitemap2 li {
	font-size: 90%;
	line-height: 3px;
}

/* css for PIMS diagram */

dl.diagram.on {
	background: url(../idsys/images/Pims20090205small.jpg) no-repeat;
	z-index: 50;
  border: 1px solid #999;
  margin: 0px;
  padding: 0px;
  text-align:left;
  width: 546px;
  height: 410px;
  position: relative;
}

dl.diagram.on dt {
	display: inline;
}

dl.diagram.on dd {
  background: #ddd;
  border: 1px solid #970017;
  border-radius: 8px; /* CSS3 rounded corners */
  -moz-border-radius: 8px; /* Mozilla rounded corners */
  color: #000;
  padding: 4px;
  width: 200px;
  position: absolute;
  left: -9999px;
  z-index: 52;
}

dl.diagram.on li {
	list-style-position: inside;
	margin-left: -30px;
}

dl.diagram.on a.category {
  display: block;
  outline: none;
  text-decoration: none;
  text-indent: -999px;
  width: 10px;
  height: 10px;
  position: absolute;
  z-index: 51;
}

dl.diagram.on a#pims-passports {
  border: 0px solid #cc5500;
  top: 61px;
  left: 96px;
	width: 60px;
	height: 16px;
}

dl.diagram.on a#pims-visas {
  border: 0px solid #cc5500;
  top: 95px;
  left: 55px;
	width: 38px;
	height: 16px;
}

dl.diagram.on a#pims-border {
  border: 0px solid #cc5500;
  top: 123px;
  left: 85px;
	width: 90px;
	height: 16px;
}

dl.diagram.on a#pims-id {
  border: 0px solid #cc5500;
  top: 241px;
  left: 382px;
	width: 75px;
	height: 16px;
}

dl.diagram.on a#pims-licence {
  border: 0px solid #cc5500;
  top: 260px;
  left: 425px;
	width: 113px;
	height: 28px;
}

dl.diagram.on a#pims-vitals {
  border: 0px solid #cc5500;
  top: 300px;
  left: 375px;
	width: 84px;
	height: 28px;
}

dl.diagram.on a#pims-public {
  border: 0px solid #cc5500;
  top: 267px;
  left: 358px;
	width: 53px;
	height: 28px;
}

dl.diagram.on a#pims-private {
  border: 0px solid #cc5500;
  top: 330px;
  left: 452px;
	width: 50px;
	height: 28px;
}