body {
	margin: 0;
	padding: 0;
	font-family: 'Lucida Grande', Helvetica, Arial, Verdana, sans-serif;
	width: 600px;
	background: #fff url(/images/quicklook/divider.gif) 295px 0 repeat-y;	
	overflow: hidden !important;
}


h1, h2, h3, h4, h5 {
  font-weight: normal;
}
h2 {
  font-size: 1.4em;
  line-height: 1.3em;
  margin-bottom: 0.4em;
  margin-top: -0.15em;
  letter-spacing: -1px;
}
h3 {
  font-size: 1.4em;
  line-height: 1.3em;
}
h4, h5 {
  font-weight: bold;
  margin-bottom: -0.6em;
}


/* content */
#content {
	padding-top: 24px;
	padding-bottom: 24px;
	padding-left: 28px;
	padding-right: 20px;
	width: 250px;
	float: left;
}
#cta {
	padding-top: 24px;
	padding-bottom: 24px;
	padding-right: 16px;
	padding-left: 20px;
	width: 265px;
	float: left;
}

/* summary */
#summary {
	font-size: 16px;
	line-height: 22px;
	color: #252526;
}
#summary p {
	margin-top: 0;
	margin-bottom: 1em;
}


/* quote */
#quote {
}
#quote blockquote {
  margin-left: -30px;
	margin-right: 0;
  background: url(/images/quoteleft.gif) top left no-repeat;
	margin-bottom: 0;
}
#quote blockquote p {
	font-size: 14px;
	color: #6c6b6b;
	line-height: 19px;
  text-indent: 0;
  padding-left: 30px;
	padding-top: 5px;
	margin-bottom: 0;
}
#quote blockquote span.lastword { 
  padding-right: 30px;
  padding-bottom: 21px; /* height of quoteright.png */
  background: url(/images/quoteright.gif) right 0.4em no-repeat;
}
#quote blockquote cite {
  text-indent: 0;
  font-style: normal;  
  font-size: 12px;
	line-height: 18px;
  display: block;
  color: #000;
	margin-top: 10px;
	margin-bottom: 0;
}
#quote blockquote cite em {
	font-style: italic;
	font-weight: normal;
	color: #4a4a4a;
}

/* ctas */
#cta h4#prompt {
	color: #470077;
	font-size: 24px;
	line-height: 18px;
	font-weight: normal;
/*  text-transform: lowercase;*/
	letter-spacing: -1px;
	margin-top: 0;
	margin-bottom: 11px;
	padding-left: 10px;
	  letter-spacing: -1px;
}
#cta ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#cta li {
	margin: 0 0 1px 0;
	padding: 0;
}
#cta a {
	display: block;
	height: 51px;
	font-size: 14px;
	color: #fff;
	line-height: 51px;
	text-decoration: none;
/*  text-transform: lowercase;*/
	background: url(/images/quicklook/cta_purple_bg.gif) top left no-repeat;
}
#cta a span {
	padding-right: 40px;
	padding-left: 20px;
	display: block;
}
#cta li.other a {
	background-image: url(/images/quicklook/cta_blue_bg.gif);
}

/* path */
#path, 
#path * {
	height: 58px;
}
#path {
	overflow: hidden;
	background: url(/images/quicklook/ql_heading_bg.gif) top left repeat-x;
}
#path h2,
#path h3 {
	white-space: nowrap;
	margin: 0;
	color: #fff;
	font-weight: bold;
	background-position: top left;
	background-repeat: repeat-x;
	float: left;
	line-height: 58px;
	font-size: 24px;
	letter-spacing: -1px;
}
#path h2 {
	padding-left: 28px;
}
#path h3 {
	padding-left: 15px;
}
#path span {
	display: block;
	float: left; /* for ie6 */
	padding-right: 35px;
	background-position: top right;
	background-repeat: no-repeat;
}
#path em {
	font-style: normal;
	font-weight: normal;
}
#path h2 {
	background-image: url(/images/quicklook/ql_heading_1.gif);
}
#path h2 span {
	background-image: url(/images/quicklook/ql_heading_1_arrow.gif);
}
#path h3 {
	background-image: url(/images/quicklook/ql_heading_2.gif);
}
#path h3 span {
	background-image: url(/images/quicklook/ql_heading_2_arrow.gif);
}

/* self-clearing floats */
#wrap:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
* html #wrap { height: 1%; } /* trigger hasLayout and target ie5+6/win only */
*:first-child+html #wrap { min-height: 1px; } /* trigger hasLayout and target ie7/win only */

#path:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
* html #path { height: 1%; } /* trigger hasLayout and target ie5+6/win only */
*:first-child+html #path { min-height: 1px; } /* trigger hasLayout and target ie7/win only */



