html,body {
	margin: 0em;
	padding: 0em;
	color: rgb(77,77,77); /* medium grey */
	font-size: 84%; /* approximately 10px */
	background-color: rgb(233,233,233); /* white */
}

/* This sets the font-types */
body, h1, h2, h3, h4, h5, h6, td, p, a, li, input, select, textarea {
	font-family: Arial, sans-serif;
}

/* This turns off borders around images */
img {
	border-width: 0em;
	margin: 0;
	padding: 0;
}
img#feature-banner {
margin-bottom:1em;
}

dfn {	
	border-bottom: 1px dashed #444;
	font-style:normal;
	padding:0;
	cursor: help;
}

/* Ordinary paragraphs  */
p {
	padding: 0;
	margin: 1.0em 0em 1.0em 0em;
	font-size: 1.0em;
}

/* Ordinary ul - lists of links get class="standard-list" */
ul {
	margin:0 0 0em 0;
	padding: .5em 0em .5em 0em;
	font-size: 1.0em;
	position:relative;
	}

ul li {
	list-style-type: none;
	background-image: url(http://www.entrust.com/images/common/bullet.gif);
	background-repeat: no-repeat;
	background-position: 0px 6px;
	padding-left: 14px;
  }

ol {
	margin: 0 0 0 25px;
	padding:0;
	padding: 0em 0em 1.0em 0em;
	font-size: 1.0em;
	position:relative;
}

ol li {
	margin: 0 0 0 .5em;
}

/* Line height settings */
p, li {
	/* Caution: putting a line height here may very well mess with the primary-nav!! */
}

/* General font sizing -- which shouldn't be necessary -- but IE could become confused otherwise */
input, textarea, select, td, th {
	font-size: 1.0em;
}

form {
	margin: 0em;
	padding: 0em;
}

/* General table properties */
table {
	border-collapse: collapse; /* cells meet */
	border-spacing: 0em;
	margin-top:0.5em;
}

table td, table th {
	vertical-align: top;
}

/* General link colors */

a {
	color:rgb(6,116,177); /* blue */
		text-decoration: none;
}

a:hover {
		text-decoration: underline;
		}

acronym, abbr {
	border-bottom: 1px dotted black;
	cursor: help;
}

blockquote {
	font-weight:normal;
	}

/* ================================================ Page/Content Areas ================================================== */

/* This holds the entire page. */
div#page {
	width: 765px;
	/* This allows other child elements to be positioned with respect to this */
	position: relative;
  margin-left:20px;
}

div#topcontent {
	width:890px;
	position:relative;
	clear:both;
	padding-top:2em;
  }
  
div#container {
	width:910px;
	position:relative;
	background-color: rgb(255,255,255); /* white */
	margin:0 auto;
}

/* ===================================== H* elements =========================================== */

h1 {			/* page title */
	padding:0;
	margin:0 0 0.2em 0;

	/* These properties providing styling in case something goes awry with the image */
	font-size: 1.7em;
	color: rgb(80,80,80); /* charcoal gray */
	line-height:1em;
	}
	
h1#pr-title {
font-size:1.4em;
}

h2 {			/* Subheadline/Subtitle */
	color: rgb(77,77,77); /* medium grey */
	font-size:1.3em;
	margin: 0.5em 0 1.0em 0;
	padding:0;
	font-weight:normal;
	}

/* ===================================== Utility Navigation =========================================== */

ul#utility-nav {
  position:absolute;
  top:12px;
  right:5px;
	margin:0;
	padding: 0 0 1em 0;
  }

ul#utility-nav li {
  border-right:1px solid rgb(0,0,0); /* medium grey */
	list-style-type: none;
	display: inline;
	background:none;
	padding:0;
	font-size:0.9em;
  }

ul#utility-nav li a {
  color: rgb(0,0,0);
  padding-right:5px;
  padding-left:5px;
  text-decoration:none;
  }

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

ul#utility-nav li#utility-last-item {
  border-right:0px;
  padding-right:0px;
  }

div#utility-search {
  position:absolute;
  right:5px;
  top:35px;
  }

div#utility-search #utility-search-input {
  width:290px;
  padding:0px;
  margin:0px;
  float:left;
  }

div#utility-search input#utility-search-submit {
  background-image: url(http://www.entrust.com/images/common/search-submit.gif);
  background-repeat: no-repeat;
  height:15px;
  width:15px;
	padding:0;
	margin:0;
  }

/* =================================== Secondary Navigation ================================= */

div#secondary-nav {
	width:150px;
	margin: 0 10px 0 10px; /* lines up with the A in About above */
	font-size:0.9em;
	line-height:1.6em;
	}

div#secondary-nav ul {
	margin:0;
	padding:0;
  }

div#secondary-nav ul li {
	list-style-type: none;
	line-height:1.0em;
	padding:0.4em 0 0.2em 0;
	background:none;
  }

div#secondary-nav ul li a{
	color: rgb(80,80,80); /* dark grey */
	text-decoration:none;
  }

div#secondary-nav ul li a:hover{
	color: rgb(0,0,0); /* black */
	text-decoration:underline;
  }

div#secondary-nav ul li ul {
	padding:0.4em 0 0em 0;
  }

div#secondary-nav ul li ul li{
	margin:0 0 0 8px;
	}

li#secondary-nav-header, li#secondary-nav-header a {
	display:none; /* we don't want the first link to show up since it is redundant */
	}

div#secondary-nav ul li#secondary-nav-selected, div#secondary-nav ul li#secondary-nav-selected a {
	color: rgb(6,116,177); /* blue */
	}

div#secondary-nav ul li#secondary-nav-selected ul li,
    div#secondary-nav ul li#secondary-nav-selected ul li a {
    /* this reverts to the default color, preventing the selected color from cascading */
	color: rgb(80,80,80); /* dark grey */
	}

/* =================================== Main Content  ================================= */

div#main-content {
	width:710px;
	float:right;
	font-size:1.1em;
	line-height:1.4em;
	margin-bottom:1em;
}
	
div#main-content-body {
	width:490px;
	float:left;
	position:relative;
	border-left:1px solid #D6D6D6;
	padding:0 15px 0 20px;
}
	
div#main-content-body-sub {
	position:relative;
	border-left:1px solid #D6D6D6;
	margin:0 25px 0 0;
	padding:0 0 0 20px;
}

div#main-content-body-sub ul {
	font-size:1.0em;
	}


/* =================================== Features  ================================= */

div#features {
	width:180px;
	float:left;
	margin-left:3px;
	}

div#features ul {
	margin:0;
	padding:0;
	position:relative;
	font-size:0.9em;
	}

div#features ul li {
	list-style-type: none;
	background-image: url(http://www.entrust.com/images/common/bullet-double-open-arrows.gif);
	background-repeat: no-repeat;
	background-position: 0px 6px;
	padding-left: 14px; /* Leaves space for the bullet-image */
  }

div#features ul li.no-link {
	list-style-type: none;
	background-image: url(http://www.entrust.com/images/common/bullet.gif);
	background-repeat: no-repeat;
	background-position: 0px 6px;
	padding-left: 14px; /* Leaves space for the bullet-image */
	margin-bottom:3px;
  }

div#features ul li a {
	text-decoration:none;
	color: rgb(77,77,77); /* medium grey */
  }

div#features ul li a:hover {
	color: rgb(0,0,0); /* black */
  }

div#features p {
	margin: 0.5em 0 0.5em 0;
	color: rgb(80,80,80); /* dark grey */
	}

/* ===================================== Footer =========================================== */

div#greyfoot {
	width:910px;
	height:2px;
	background-color:rgb(214,214,214);
	float:left;
	line-height:0;
	font-size:.1em;
}

div#footer {
  clear:both;
  padding: 1em 0 1.5em 5px;
  font-size:0.85em;
	line-height:1.5em;
	position:relative;
  }
  
div#footer a {
	color: rgb(77,77,77); /* light grey */
}

div#footer ul{
  margin:2px 0 0 0; /* offsets the list so that the sup in the copyright doesn't mess up this line */
  padding:0;
  position:static;
  }

div#footer ul li {
	background:none;
	padding:0;
	list-style-type: none;
	display: inline;
  }

div#footer ul li a {
  color: rgb(0,0,0); /* black */
  padding-right:5px;
  padding-left:5px;
	text-decoration:underline;
  }

div#footer ul li#footer-last-item {
  border-right:0px;
  padding-right:4.0em;
  padding-left: 2em;
  }

div#footer p {
	clear:left;
	color: rgb(77,77,77); /* light grey */
	font-size:0.95em;
	padding: 0 0 0 5px;
   }



/* ======================================== List Modifications ========================================== */

ul.no-bullet {
	margin:0 0 0.7em 0;
	padding:0;
	}

ul.no-bullet li {
	list-style-type: none;
	background:none;
	padding-left: 14px; /* Leaves space for the no-bullet */
  }

.text-heavy li {
	padding-bottom: 1.0em;
  }

/* ======================================== Form Elements ========================================== */

.checkbox {
	vertical-align:middle;
	margin:0.5em 0 0.5em 0;
	}

.textfield {
	margin:0.5em 0 0.5em 0;
	vertical-align:middle;
	}

.select {
	margin:0.5em 0 1.0em 0;
	}

label {
	margin:0.5em 0 0.5em 0;
	vertical-align:middle;
	width:60px;
	float:left;
	}

.submit {
	clear:left;
	margin:0.5em 0 0.5em 0;
	}

textarea {
	width:425px;
	height:200px;
	display:block;
	}


/* ======================================== Tables ========================================== */

table {
	font-size:1.0em;
	width:670px;
	border:1px solid rgb(77,77,77); /* medium grey */
	margin-bottom:1.0em;
		}

table thead th {
	border-bottom:1px solid rgb(77,77,77);
	background-color: rgb(230,230,230); /* light light grey */
	padding: 0 0.5em 0 0.5em;
	}

table tbody th {
	border-bottom:1px solid rgb(77,77,77); /* medium grey */
	text-align:left;
	padding:0.5em;
	}

table tbody td {
	border-bottom:1px solid rgb(77,77,77); /* medium grey */
	border-left:	1px solid rgb(77,77,77); /* medium grey */
	padding:0.5em;
	}

table tbody td p,table tbody th p,table thead th p {
margin:0;
padding-top:.5em;
padding-bottom:.5em;
}

table tfoot td{
	color: rgb(77,77,77); /* medium grey */
	font-size:0.9em;
	line-height:1.2em;
	padding:0.5em;
	}

table.imagenoborder {
	width:505px;
	border: 0;
	margin-bottom:1.0em;
		}

table.imagenoborder td {
	padding:0;
	border: 0;
	margin:0;
	}

table.imagenoborder tbody {
	padding:0;
	border: 0;
	margin:0;
	}

table.noborder {
	border: 0;
	margin-bottom:1.0em;
		}

table.noborder td {
	padding:0;
	border: 0;
	margin:0;
	}

table.noborder tbody {
	padding:0;
	border: 0;
	margin:0;
	}
	
.indent {
margin:1em 0 0 2em;
}

img.right-image {
float:right;
margin:.4em 0 1em 1em;
}

img.left-image {
float:left;
margin:.4em 1em 1em 0;
}

.wrap {
clear:both;
}
div.greyline {
	width:910px;
	height:9px;
	background-color:rgb(214,214,214);
	float:left;
	line-height:0;
	font-size:.1em;
}

div.blueband {
	width:910px;
	height:40px;
	background-color:#4473a1;
	float:left;
	position:relative;
}

div.lightblueband {
	width:910px;
	height:10px;
	background-color:#D6D6D6;
	float:left;
	position:relative;
}

img#logo {
margin:14px 18px;
}
div#primary-nav {  
	position:absolute;
	top:76px;
	font-size:1.0em;
	padding-left:25px;
	font-size:1.0em;
}

img#nvlap {
	margin-top:1em;}

div.right-flyout {
	width:160px;
	margin-left:10px;
	margin-bottom:10px;
	padding: 0 5px;
	float:right;
	background-color:#D6D6D6;
	border:1px solid rgb(77,77,77);
}

div.right-flyout p {
	margin: .5em 0;
	padding:0;
}

p.nearflyout {
width:510px;
}

div.indent {
	margin-left:2em;
}

blockquote {
margin:1em 3em;
}

span.contactinfo {
display:inline-block;
width:21em;
}

/*menu*/
div#primary-nav {  
	position:absolute;
	top:76px;
	font-size:1.0em;
	padding-left:25px;
	font-size:1.0em;
	z-index:3000;
}

div#primary-nav table,div#primary-nav table tbody tr td,div#primary-nav table thead tr th, div.blueband table,div.blueband table tbody tr td,div.blueband table thead tr th {  
	border:0;
	width:auto;
}

/* commom style for all browsers */

.menu5 {
	text-align:left; 
	position:relative; 
	height:1.5em; 
	margin:0; 
	padding:0; 
	list-style-type:none;
}
.menu5 ul {
	padding:0; margin:0; list-style-type:none; /* for Firefox */

}
.menu5 li {
	background:none;
	padding:0;
	font-weight:bold;
	float:left; position:relative;
	border-bottom: 1px dotted #666666;
}
.menu5 li.noline {
	border-bottom:0;
}
.menu5 li.sub {
	background:url(http://www.entrust.com/images/sub.gif) no-repeat right center;
}

.menu5 li a, .menu5 li a:visited {
	display:block; 
	text-decoration:none; 
	/*width:10em; */
	color: rgb(255,255,255); 
	float:left; 
	padding-right:1em; 
	height:2em; 
	line-height:2em; 

}
/** html .menu5 li a, .menu5 li a:visited {
	width:12em; w\idth:11em; 
}*//* hack for IE5.5 */
.menu5 li a.drop, .menu5 li a.drop:visited {
	font-weight:bold;
}
.menu5 li ul {
	visibility:hidden; 
	position:absolute; 
	top:1.65em; 
	left:0; 
	height:0; 
	overflow:hidden;
}
.menu5 table {
	margin:-1px; 
	border-collapse:collapse; 
	font-size:1em; /* font size for IE5.5 */
}

/* fist line style for IE7 and non-IE browsers and the second line for IE5.5 and IE6 */
.menu5 li:hover a,
.menu5 li a:hover {
	text-decoration:none; 
	border:0;
}
.menu5 li:hover a.noline, 
.menu5 li a.noline:hover{
	border-bottom: 0;
}
.menu5 li:hover ul,
.menu5 li a:hover ul {
	visibility:visible; 
	height:auto; 
	width:15em; 
	background:#999; 
	border: 1px solid #666666; 
	left:0; 
	top:1.65em; 
	overflow:visible;
}


.menu5 li:hover ul li a,
.menu5 li a:hover ul li a {
	display:block; 
	font-weight:normal; 
	background:transparent; 
	text-decoration:none; 
	height:auto; 
	line-height:1em; 
	padding:0.3em 0.5em; 
	width:14em;
}

* html .menu5 li a:hover ul li a {
	width:12em; 
	w\idth:13.9em; /* hack for IE5.5 */

}
.menu5 li:hover ul li a.drop,
.menu5 li a:hover ul li a.drop {
	font-weight:bold;
}
.menu5 li:hover ul li ul,
.menu5 li a:hover ul li a ul {
	visibility:hidden; 
	position:absolute; 
	top:0; 
	left:15.0em; 
	height:0; 
	overflow:hidden;
}

.menu5 li:hover ul li a:hover,
.menu5 li a:hover ul li a:hover {
	color: rgb(63,96,129);
}

.menu5 li:hover ul li:hover ul,
.menu5 li a:hover ul li a:hover ul {
	visibility:visible; 
	color:#000; 
	border: 1px solid #666666; 
	padding-right:.5em; 
	height:auto; 
	background:#999; 
	width:14em;
	top:-1px;

} 
.menu5 li:hover ul li:hover ul.left,
.menu5 li a:hover ul li a:hover ul.left {
	left:-9.3em;
}
.menu5 li:hover ul li:hover ul li a,
.menu5 li a:hover ul li a:hover ul li a {
	display:block; 
	height:auto;
}
.menu5 li:hover ul li:hover ul li:hover a,
.menu5 li a:hover ul li a:hover ul li a:hover {
	color: rgb(63,96,129);
}

.menu5 li a.currentsection {
	color: rgb(214,214,255);
}
/* *************************Contact Info*********************** */

#contactinfo {
	background-image:url(/images/contact/contact_box.jpg);

	height:85px;
	padding-top:3px;
	padding-left:7px;
	background-repeat:no-repeat;
	margin-bottom:0.5em;
}

#contactinfo2 {
	background-image:url(/images/banners/pki_consulting.jpg);
	width:649px;
	height:85px;
	padding-top:3px;
	background-repeat:no-repeat;
	margin-bottom:0.5em;
}

#contactinfo p, #contactinfo2 p{
	line-height:1em;
}
#contactinfo2 p {
margin-left:480px;
margin-top:0;
margin-bottom:0;
padding-top:0.5em;
}
#contactinfo img, #contactinfo2 img{
	margin-left:0;
	margin-top:0;
	margin-bottom:0;
	padding:0;
}
/* *************************Contact Info*********************** */