html,body {
	margin: 0em;
	padding: 0em;
	color: rgb(77,77,77); /* medium grey */
	font-size: 84%; /* approximately 10px */
	background-color: rgb(255,255,255); /* 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;
}

dfn {	
	border-bottom: 1px dashed #444;
	font-style:normal;
	padding:0;
	cursor: help;
}

img.thirdpartylogo {
float:left;
margin:0 .5em .5em .5em;
}

/* 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(../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;
}

/* This can be used to hide text from regular browsers while allowing it appear for text readers */
p.accessibility, li.accessibility {
	display: none !important;
}

/* General link colors */

a {
	color:rgb(6,116,177); /* blue */
		text-decoration: none;
}

a.darklink {
	color:rgb(77,77,77);
}

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#content {
	position:absolute;
	top:130px;
	width: 755px;
  }
  
  div#content2 {
	position:absolute;
	top:108px;
	width: 755px;
	font-size:1.1em;
	line-height:1.4em;
  }

/* ===================================== H* elements =========================================== */

/* h1s are all replaced with images using the Gilder/Levin technique: http://levin.grundeis.net/files/20030809/alternatefir.html */
img#logo
{			/* logo */
	position: absolute;
	top:24px;
	padding-bottom:6px;
	border-bottom:1px solid rgb(140,140,140);
}

h1 {			/* page title */
	padding:0;
	margin:0 0 0.2em 0;
	position:relative;
	/* These properties providing styling in case something goes awry with the image */
	font-size: 1.7em;
	color: rgb(80,80,80); /* charcoal gray */
	}
	

h1.with-subtitle {		/* If there is a subtitle (h5) below, then h1 does not need a bottom margin */
	margin-bottom:0em;
	}

h1#ssl-certificates {
	padding-top:24px;
	font-size: 20px;
	line-height:30px;
	width:251px;
	background-image: url(../images/logo-background.gif);
}

h1#ssl-certificates a {
	color: rgb(140,140,140); /* charcoal gray */
}

h1#ssl-certificates a:hover {
	text-decoration:none; /* charcoal gray */
}

h1#ssl-certificates img {
float:left;
margin-right:1px;
}

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;
	}

h2.extra-space {			/* sometimes Subheadline needs a little breathing room below, most likely when with an h2 directly above */
	margin: 0.5em 0 1.0em 0;
	}

h3 {			/* Headline */
	color: rgb(80,80,80); /* dark grey */
	font-size:1.4em;
	margin:0;
	padding:0;
	font-weight:bold;
	}

p.header {			/* Section Heading */
	color: rgb(50,50,50); /* dark grey */
	padding:0;
	margin:0.5em 0 0 0;
	font-size:1.0em;
	}

strong.extra-space {			/* sometimes Section Heading wants a little more room */
	color: rgb(80,80,80); /* dark grey */
	padding:0;
	margin:1.5em 0 0 0;
	font-size:1.0em;
	}
	
h6, div.sidetitle {			/* Features title */
	margin:0;
	padding:0;
	font-weight:bold;
	color: rgb(0,0,0); /* dark, dark grey */
	font-size:0.8em;
	border-top:1px solid rgb(208,208,208); /* light grey */
	margin-top:5px;
	padding-top:5px;
	}

h6#first, div#first {		/* the first title does not get the border on top */
	border-top:0px;
	margin-top:0px;
	padding-top:0px;
	}

/* ===================================== Utility Navigation =========================================== */

ul#utility-nav {
  position:absolute;
  top:5px;
  right:0px;
	margin:0;
	padding: 0 0 1em 0;
  }

ul#utility-nav li {
  border-right:1px solid rgb(77,77,77); /* 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); /* black */
  padding-right:5px;
  padding-left:5px;
  text-decoration:none;
  }

ul#utility-nav li#utility-last-item {
  border-right:0px;
  padding-right:0px;
  }

div#utility-search {
  position:absolute;
  right:0px;
  top:23px;
  }

div#utility-search #utility-search-input {
  width:163px;
  padding:0px;
  margin:0px;
  float:left;
  }

div#utility-search input#utility-search-submit {
  background-image: url(../images/common/search-submit.gif);
  background-repeat: no-repeat;
  height:15px;
  width:15px;
	padding:0;
	margin:0;
  }
  
  div#utility-tnsearch {
  border-bottom:1px solid rgb(77,77,77);
  padding-bottom:5px;
  }

div#utility-tnsearch #utility-tnsearch-input {
  width:200px;
  margin-bottom:3px;
  float:left;
  }

div#utility-tnsearch #utility-tnsearch-label {
  width:150px;
  font-weight:bold;
  float:left;
  }
  
div#utility-tnsearch input#utility-tnsearch-submit {
  background-image: url(../images/common/search-submit.gif);
  background-repeat: no-repeat;
  height:15px;
  width:15px;
	padding:0;
	margin:0;
  }

/* =================================== Secondary Navigation ================================= */

div#secondary-nav {
	width:165px;
	margin: 0 10px 0 4px; /* 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 */
  }

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:580px;
	float:right;
	font-size:1.1em;
	line-height:1.4em;
	}

div#main-content-body {
	width:435px;
	float:left;
	margin:0 25px 0 0;
	position:relative;
	}
div#main-content-body3 {
	width:460px;
	float:left;
	margin:0 0 0 0;
	position:relative;
	}

div#main-content-body2 {
	width:610px;
	float:left;
	margin:0 0 0 0;
	position:relative;
	}
	
div#main-content-body ul {
	font-size:1.0em;
	}

p.callout {
	font-weight:bold;
	color: rgb(80,80,80); /* dark grey */
	}

div#feature-solution-areas {
	margin: 0;
	}

div#feature-solution-areas p {
	padding:0;
	margin:0;
	line-height:1.0em;
	}

div#feature-solution-areas img {
	margin:0 0 0.5em 0;
	display:block;
	}

img.faq-image {
	display:block;
}

/* =================================== Features  ================================= */

div#features {
	width:120px;
	float:left;
	}

div#features ul {
	margin:0;
	padding:0;
	position:relative;
	font-size:0.9em;
	}

div#features ul li {
	list-style-type: none;
	background-image: url(../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(../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#footer {
  clear:both;
  padding: 3em 0 1.5em 0;
  font-size:0.85em;
	line-height:1.5em;
	position:relative;
  }
  
div#footer a {
	color: rgb(77,77,77); /* light grey */
}

div#footer ul{
  float:left;
  margin:2px 0 0 0; /* offsets the list so that the sup in the copyright doesn't mess up this line */
  padding:0;
  }

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;
  }

div#footer p {
	clear:left;
	color: rgb(77,77,77); /* light grey */
	font-size:0.95em;
	padding: 0 0 0 5px;
   }


/* ================================================= Page Titles/h1 ============================== */

h1#terms-and-conditions-of-use {
	  height:28px;
    width:357px;
		}

h1#terms-and-conditions-of-use span{
    background: url(../images/titles/terms-and-conditions-of-use.gif) no-repeat;
		}

h1#web-site-privacy-statement {
	  height:28px;
    width:346px;
		}

h1#web-site-privacy-statement span{
    background: url(../images/titles/web-site-privacy-statement.gif) no-repeat;
		}

h1#site-map {
	  height:26px;
    width:108px;
		}

h1#site-map span{
    background: url(../images/titles/site-map.gif) no-repeat;
		}

h1#developers {
	  height:27px;
    width:138px;
		}

h1#developers span{
    background: url(../images/titles/developers.gif) no-repeat;
		}

/* ================================================= Horizontal Rule ============================== */

/* To allow the hr to be styled properly in all browsers, <div class="hr"></div><hr /> should be used instead of just <hr /> */

div.hr {display: none}

/*/*/a{}

div.hr {
  display: block;
  height: 5px;
  background-image: url(../images/common/line.gif);
  background-repeat: no-repeat;
  background-position: left center;
  margin: 0 0 0.7em 0;
	clear:both;
}

hr {display:none}
/* */

/* ======================================== Standard Bulleted List with links ========================================== */

ul.standard-list {
	margin:0 0 0.7em 0;
	padding:0;
	position:relative;
	}

ul.standard-list li {
	list-style-type: none;
	background-image: url(../images/common/bullet-double-open-arrows.gif);
	background-repeat: no-repeat;
	background-position: 0px 6px;
	padding-left: 14px; /* Leaves space for the bullet-image */
  }

ul.standard-list li.no-link {	/* use this class when there is a list of links where an item is not a link */
	list-style-type: none;
	background-image: url(../images/common/bullet.gif);
	background-repeat: no-repeat;
	background-position: 0px 6px;
	padding-left: 14px; /* Leaves space for the bullet-image */
  }

/* ======================================== 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;
	}

/* ======================================== FAQ-answers ordered-lists ========================================== */

ol.faq-answers li {
	font-weight:bold;
	}

ol.faq-answers li:target {
	background-color: rgb(230,230,230); /* light light grey */
}

ol.faq-answers li p,
	ol.faq-answers table,
	ol.faq-answers li ul li,
	ol.faq-answers li ol li {
	font-weight:normal;
	}

/* Previously a full-width fixed-pixel amount, this prevents IE goofiness if there's a table inside
	an OL */
ol.faq-answers table
{
	width: 405px;
}

/* ===================================== formerly graphical statements/quotes ========================================== */

p.statement {
	font-size:1.2em;
	color: rgb(60,60,60); /* dark grey */
	font-style:oblique;
	line-height:1.3em;
	padding:1.0em 0 1.0em 0;
	width:400px;
	}

p.statement strong {
	font-weight:bold;
	}

p.statement a {
	color: rgb(60,60,60); /* dark grey */
	}

p.statement em { /* in the event there is a caption */
	font-weight:normal;
	font-size:0.76em;
	color: rgb(77,77,77); /* medium grey */
	font-style:normal;
	display:block;
	padding-left:2.0em;
	}

/* ===================================== Paragraphs with logo images to the left ========================================= */

div.logo-paragraph {
	margin:0 0 1.0em 0;
	clear:left;
	}

div.logo-paragraph p {
	margin: 0 0 0 160px;
	padding:0;
	}

div.logo-paragraph em { /* put the logo image inside this em */
	float:left;
	font-style:normal;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:1.0em;
	width:160px;
	text-align:center;
	}

div.logo-paragraph p em {
	float:none;
	display:inline;
	font-style:oblique;
	margin:0;
	text-align:left;
	width:auto;
	}

/* ======================================== Tables ========================================== */

table {
	font-size:1.0em;
	width:435px;
	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:435px;
	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:3px;
	border: 0;
	margin:0;
	}

table.noborder tbody {
	padding:0;
	border: 0;
	margin:0;
	}
	
/* ======================================== ========================================== */

div.fine-print {
	color: rgb(77,77,77); /* medium grey */
	font-size:0.9em;
	line-height:1.2em;
	}

div.extra-fine-print {
	color: rgb(77,77,77); /* medium grey */
	font-size:0.7em;
	line-height:1.2em;
	}
label#remember-my-unique-id {
	margin:0.3em 0 0.5em 0;
	width:220px;
	float:right;
	}

dl {
	margin:0;
	padding:0 0 0.7em 0;
	}

dt {
	font-weight:bold;
	}

dd {
	margin-bottom:0.7em;
	}

img.entrust-secured {
	float:right;
	 height:32px;
	 width:73px;
	}

img#feature-banner {
	margin-bottom:1.0em;
	}

div.glossary {
padding: 10px 10px 10px 10px;
}

div.crimes {
padding: 10px 10px 10px 10px;
font-size:1.2em;
}

.indent {
margin:1em 0 0 2em;
}

div#crumbs {
	position:absolute;
	top:89px;
	font-size:.9em;
	color:rgb(0,0,0);
	z-index:1;
	border-top:1px solid #ddd;
	padding-top:3px;
}

div#crumbs ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

div#crumbs ul li {
	float:left;
	padding: 0 5px 0 5px;
	display:inline;
	background:none;
}

div#crumbs ul li.bullet {
	list-style-type: none;
	background-image: url(../images/common/bullet-double-open-arrows.gif);
	background-repeat: no-repeat;
	background-position: 0px 4px;
	padding-left:16px;
}

div#crumbs ul li#last {
	padding:0 0 0 16px;
}

img.right-image {
margin-top:.5em;
float:right;
}

div.quotebox {
	border:1px solid rgb(186,184,163);
	padding:.5em;
	background:rgb(220,220,208);
	clear:right;
}

div.quotebox p {
	margin:0;
	padding:0;
}

div.quotebox p.source {
	text-align:right;
}

img#landing-theme {
	float:right;
	margin-bottom:1em;
	margin-left:1em;
}

.red {
	color:#f00;
}

div#evpagetheme {
	position:relative;
	width:435px;
	margin-top:1em;
	margin-bottom:1em;
}

div#evpagetheme img#link1 {
	position:absolute;
	right:12px;
	top:55px;
}

div#evpagetheme img#link2 {
	position:absolute;
	right:12px;
	top:78px;
}

div#evpagetheme img#link3 {
	position:absolute;
	right:12px;
	top:101px;
}

div#evpagetheme img#link4 {
	position:absolute;
	left:13px;
	top:91px;
}

div#evpagetheme p#textlink5 {
	position:absolute;
	left:13px;
	top:73px;
}

.fake-linethrough {
background: url(/images/linethrough.gif) repeat-x center left;
color: #000;
}

.menu5 li a#products, li a#products:visited {
	width:42px;
}

.menu5 li a#products ul li a {
	width:16em;
}

.menu5 li a#customer-service, li a#customer-service:visited {
	width:88px;
}

.menu5 li a#technical, li a#technical:visited {
	width:45px;
}

.menu5 li a#technical ul li a {
	width:14em;
}

.menu5 li a#resources, li a#resources:visited {
	width:51px;
}

.menu5 li a#resources ul li a {
	width:12em;
}

.menu5 li a#affiliates, li a#affiliates:visited {
	width:42px;
}

div#site-map-left {
	margin-right:3em;
	float:left;
}

div#site-map-right {
	margin-right:3em;
	margin-top:.5em;
	float:left;
}