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;
}

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/ecshome_new/orange_arrow.gif);
	background-repeat: no-repeat;
	background-position: 0px .25em;
	padding-left: 18px;
	padding-bottom: 3px;
  }

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.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#topcontent {
	width:890px;
	position:relative;
	clear:both;
	padding-top:3.5em;
  }
  
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;
	position:relative;
		/* hide overflow:hidden from IE5/Mac */
	/* \*/
	overflow: hidden;
	/* */

	/* These properties providing styling in case something goes awry with the image */
	font-size: 1.7em;
	color: rgb(80,80,80); /* charcoal gray */
	}

h1.show {
overflow:visible;
}
	
h1 span {
	  display: block;
    position: absolute;
    top: 0px;
    left: 0px;
		height:100%;
		width:100%;
    z-index: 2000; /*for Opera 5 and 6*/
	}

h1.with-subtitle {		/* If there is a subtitle (h5) below, then h1 does not need a bottom margin */
	margin-bottom:0em;
	}

h1.banner {
 background:url(/images/banners/banner_notext.jpg) no-repeat left top;
 width:505px; 
 height:95px;
}

h1.banner span {
 margin-top:20px;
}

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.boldh2 {
	font-weight:bold;
	}

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;
	}

h4.subh4 {
	font-style:bold;
	}

h4.sub-subh4 {
	font-style:bold;
	font-weight:normal;
	}
	
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:12px;
  right:5px;
	margin:0;
	padding: 0 0 1em 0;
	width:400px;
	text-align:right;
	/*border-right:none;*/
  }

ul#utility-nav li {
  /*border-right:none;  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:none !important;
  border-color:#FFFFFF;
  padding-right:0px;
  padding-left:5px;
  }

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(/images/common/search-submit.gif);
  background-repeat: no-repeat;
  height:15px;
  width:15px;
	padding:0;
	margin:0;
  }


.showUtilBorder2{
	border-right:1px solid rgb(0,0,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:505px;
	float:left;
	margin:0 25px 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 */
	}

img.faq-image {
	display:block;
}

/* =================================== Features  ================================= */

div#features {
	width:180px;
	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#greyfoot {
	width:910px;
	height:2px;
	background-color:rgb(214,214,214);
	float:left;
	line-height:0;
	font-size:.1em;
}

div#bluefoot {
	width:910px;
	height:9px;
	border-top:1px solid rgb(255,255,255);
	background-color:rgb(63,96,129);
	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;
	height:100px;
  }
  
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;
   }


/* ================================================= 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 ul {
	padding: 1em 0 1em 160px;
	}

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:505px;
	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;
	}
.showRightBorder{
	border-right:1px solid rgb(77,77,77); /* medium grey */
}
/* ======================================== ========================================== */

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;
	}
/* ============================================ Site Map ====================================== */

div#site-map-left {
	margin-right:3em;
	float:left;
}

div#site-map-right {
	margin-right:3em;
	margin-top:.5em;
	float:left;
	width:300px;
}

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:135px;
	font-size:.9em;
	color:rgb(0,0,0);
	z-index:1;
}

div#crumbs ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

div#crumbs ul li {
	float:left;
	padding: 0 5px 0 5px;
	margin:0;
	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 {
float:right;
margin:0 0 1em 1em;
}

img.left-image {
float:left;
margin:0 1em 1em 0;
}

.wrap {
clear:both;
}

div#risk-left {
	float:left;
	width:270px;
}

div#risk-right {
	float:left;
	width:140px;
	margin-left:.5em;
}

div#risk-right p#replay {
	border:1px solid rgb(186,184,163);
	padding:.5em;
	background:rgb(230,230,230);
}

h1.lowh1 {
margin-top:2em;}

	img#SSL {
        padding-top:20px;
        padding-left:25px;
        padding-bottom:21px;
        position:relative;
}

	h1#ssl-certificates {
	position: absolute;
	top:23px;
	left: 124px;
	font-size: 20px;
	color: rgb(140,140,140); /* charcoal gray */
} 

p#ssl-certificates {
	position: absolute;
	top:3px;
	left: 124px;
	font-size: 20px;
	font-weight:bold;
	color: rgb(140,140,140); /* charcoal gray */
} 


a.wpbutton {
	display:block;
	background-repeat:no-repeat;
	background-image:url(/images/whitepaper-button.gif);
	font-size:.9em;
	padding-left:83px;
	padding-top:48px;
	color:rgb(0,0,0);
	margin:0;
	width:300px;
	margin-bottom:1.5em;
}

a.wpbutton:hover {
	color:rgb(6,116,177); /* blue */
}

a.getinfobutton {
	display:block;
	background-repeat:no-repeat;
	background-image:url(/images/common/get_info_green.gif);
	font-size:.9em;
	padding-left:80px;
	padding-top:38px;
	color:rgb(0,0,0);
	margin:0;
}

a.getinfobutton:hover {
	color:rgb(6,116,177); /* blue */
}



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:rgb(63,96,129);
	float:left;
	position:relative;
}

img#logo {
margin:19px 25px;
}

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: rgb(77,77,77);
text-decoration:none;

}
div.greenband ul.menu5 li ul {
left:42px;
top:26px;
}

div#greenfoot {
	width:910px;
	height:12px;
	background-color:rgb(84,118,85);
	float:left;
}

div.greenband {
	width:910px;
	height:42px;
	background-color:rgb(84,118,85);
	float:left;
	position:relative;
	z-index:3000;
}

div.greenband ul li {
	display:inline;
	background-image:none;
}

div.greenband ul li#ssl-certificates {
position:absolute;
top:4px;
left: 70px;
	height:31px;
}

div.greenband ul li#layered-security {
position:absolute;
top:4px;
left:369px;
	height:31px;
}

div.greenband ul li#buy-ssl-now {
position:absolute;
top:4px;
left:698px;
	height:31px;
}

div.greenband ul.menu5 li:hover ul li a,
div.greenband ul.menu5 li a:hover ul li a {
	width:13em;
}

div.greenband ul.menu5 li:hover ul,
div.greenband ul.menu5 li a:hover ul {
 width:14em;}

div.greylinetitle {
	width:910px;
	height:21px;
	background-color:rgb(195,195,195);
	float:left;
	border-top:1px solid rgb(244,242,243);
	border-bottom:1px solid rgb(244,242,243);
}

div.greylinetitle p {
font-face:Futura Md;
letter-spacing:.25em;
color:rgb(255,255,255);
font-size:1.2em;
padding:2px 0 0 25px;
margin:0;
font-weight:bold;
}
div#footer {
padding-bottom:4em;
}

div#footer-content {
	background-color:#e9e9e9;
	padding-top:10px;
	height:200px;
	clear:both;
}

div#footer-content h3,div#footer-content h1{
	color:#808080;
	font-size:1em;
}

div#footer-content p{
	color:#808080;
	font-size:.8em;
}

div#footer-content a{
	color:#808080;
}

.resourcesubheader{
	font-size:1em;
}

.flyoutbox {
	background-color:#F5F5F5;
	background-image:url(/images/common/base.gif);
	background-position:left bottom;
	background-repeat:repeat-x;
	border:1px solid #505050;
	font-size:0.8em;
	font-weight:normal;
	left:80px;
	position:absolute;
	top:15px;
	visibility:hidden;
	width:260px;
	z-index:50;
	line-height:1.3em;
	text-align:left;
	padding-left:3px;
	padding-right:3px;
}

.technotedisplay{
	height:225px; 
	background-color:#e1e1e1; 
	padding:5px; 
	font-size:0.9em; 
	margin-top:0; 
	margin-bottom:0;
}
div.technotedisplay p{
	padding-bottom:3px;
}

div.technotedisplay img{
	margin:0;
}

.toptech{
	line-height:0;
}

.bottomtech{
	line-height:0; 
	font-size:0.1em;
}


div#advisory{
	margin-bottom:20px; 
	margin-top:20px; 
	border-color:red; 
	border-style:solid;
	border-width:1px; 
	padding:10px;
	padding-top:5px;
	padding-bottom:5px;
	
}

div#advisory p.advisory-header{
	
	color:#FF0000;
	margin:0;
}

div#advisory span{
	font-size:0.8em;
}

div#advisory table, div#advisory tr, div#advisory td{
	border:0;
	border-style:none;
}

div#advisory table{
	margin-bottom:0.5em;
}
div#advisory tr{
	height:0.9em;
	line-height:0.9em;
}

div#seal-logos {
	float:right;
	width:175px;
	height:133px;
	position:relative;
}

div#ecs-seal {
	position:absolute;
	top:21px;
	left:0;
}

img#webtrust-seal {
	position:absolute;
	top:0;
	left:95px;
}

img#contact-me {
	float:right;
}

p#need-assistance {
	text-align:center;
	padding-top:5px;
	padding-left:20px;
}

div#supported-left {
	float:left;
	width:280px;
	position:relative;
}

div#supported-right {
	float:left;
	width:220px;
	position:relative;
}

div#supported-left p,div#supported-right p {
	margin-bottom:0;
}

div#supported-left ul,div#supported-right ul {
	margin-top:0;
}

div#feature-quote {
	margin:1.5em 0;
	position:relative;
}

img#lquote {
	position:absolute;
	top:0;
	left:0;
}

img#rquote {
	float:right;
	margin-top:-1em;
}

div#quote-text {
	padding:5px 26px 5px 28px;
}

p#quote-source {
	padding:0 0 0 28px;
}

div.tooltip {
background-image: url(/images/common/base.gif);
background-repeat:repeat-x;
background-position: bottom left;
background-color:#f5f5f5;
}

div.tooltip p {
	padding:10px;
	margin:0;
}

div.tooltip ul {
	margin-left:10px;
	font-size:1.2em;
}
div.tooltip ul li {
	width:240px;
}
