/*****************************
 * LexisNexis(R) USLM Web Site
 * Callout styles for below primary nav area (Testimonials, Did You Know?, News, etc.)
 * Version 2.0 10/06/2006
 * Sunil Karve
 *****************************/

/************ ELEMENTS *************/

#belowPrimaryNav blockquote {
/* Brand area: Common styles for all UR boxes */
	float:right;
	width:227px;
	margin:0;
	padding:5px 0 5px 1px;
	overflow:hidden; /* Hide text to prevent breaking layout with user-controlled font size changes */
	height:99px;
}
html > body #belowPrimaryNav blockquote {
/* Branding area: set min-height for non-IE browsers */
/*	height:auto; */
}

/*==== TESTIMONIALS (calloutTest) ====*/

.calloutTest {
/* Below primary nav: default open quote */
	background:#FFF url(http://law.lexisnexis.com/commonimages/quotemark_open.gif) no-repeat 4px 4px;
}
.calloutTest p {
/* Below primary nav: testimonial copy and default close quote */
	margin:5px 0;
	padding:0 40px 5px 42px; 
	background:url(http://law.lexisnexis.com/commonimages/quotemark_close.gif) no-repeat bottom right;
	font-size:0.7em;
}
.calloutTest strong {
/* Below primary nav: testimonial contributor */
	display:block;
	padding:0 30px 0 42px;
	background:url(http://law.lexisnexis.com/commonimages/quotehyphen.gif) no-repeat 35px 1px;
	font-size:0.7em;
}
.solutionLineCD .calloutTest {
/* Below primary nav: Research Solutions open quote */
	background-image:url(http://law.lexisnexis.com/commonimages/quotemark_open_cd.gif);
}
.solutionLineCD .calloutTest p {
/* Below primary nav: Research Solutions close quote */
	background-image:url(http://law.lexisnexis.com/commonimages/quotemark_close_cd.gif);
}
.solutionLineRS .calloutTest {
/* Below primary nav: Research Solutions open quote */
	background-image:url(http://law.lexisnexis.com/commonimages/quotemark_open_rs.gif);
}
.solutionLineRS .calloutTest p {
/* Below primary nav: Research Solutions close quote */
	background-image:url(http://law.lexisnexis.com/commonimages/quotemark_close_rs.gif);
}
.solutionLinePM .calloutTest {
/* Below primary nav: Practice Management open quote */
	background-image:url(http://law.lexisnexis.com/commonimages/quotemark_open_pm.gif);
}
.solutionLinePM .calloutTest p {
/* Below primary nav: Practice Management close quote */
	background-image:url(http://law.lexisnexis.com/commonimages/quotemark_close_pm.gif);
}
.solutionLineLS .calloutTest {
/* Below primary nav: Research Solutions open quote */
	background-image:url(http://law.lexisnexis.com/commonimages/quotemark_open_ls.gif);
}
.solutionLineLS .calloutTest p {
/* Below primary nav: Research Solutions close quote */
	background-image:url(http://law.lexisnexis.com/commonimages/quotemark_close_ls.gif);
}

/*==== DID YOU KNOW? (calloutDYK) ====*/

.calloutDYK {
/* Below primary nav: common styles for Did You Know? callout */
	background-repeat:no-repeat;
	background-position:top left;
}	

.calloutDYK p {
/* Below primary nav: content */
	padding:26px 20px 5px 52px;
	color:#903;
	margin:0;
	font-size:0.725em;
}
.solutionLineRS .calloutDYK {
/* Below primary nav: Practice Management green background for DYK callout box */
	background-image:url(http://law.lexisnexis.com/commonimages/callout_dyk_rs.gif);
}
.solutionLineCD .calloutDYK {
/* Below primary nav: Practice Management green background for DYK callout box */
	background-image:url(http://law.lexisnexis.com/commonimages/callout_dyk_cd.gif);
}
.solutionLinePM .calloutDYK {
/* Below primary nav: Practice Management green background for DYK callout box */
	background-image:url(http://law.lexisnexis.com/commonimages/callout_dyk_pm.gif);
}
.solutionLineLS .calloutDYK {
/* Below primary nav: Practice Management green background for DYK callout box */
	background-image:url(http://law.lexisnexis.com/commonimages/callout_dyk_ls.gif);
}

/*==== NEWS (calloutNews) ====*/

.calloutNews {
/* Below primary nav: news items */
	background:url(http://law.lexisnexis.com/commonimages/callout_news_title.gif) no-repeat 15px 14px;
}

/*
.calloutNews h4 {
	font-size:0.875em;
	margin:20px 0 10px 15px;
	padding:0 0 0 50px;
	background:url(../commonimages/callout_news_title.gif) no-repeat 0em 0.07em;
	color:#666;
}*/

.calloutNews p {
/* Below primary nav: news item copy */
	margin:0 0 0.5em;
	padding:35px 20px 5px 15px; 
	font-size:0.7em;
}

/************ LINKS *************/

.calloutNews a,
.calloutNews a:link,
.calloutNews a:visited,
.calloutNews a:active {
/* Below primary nav: link styles for news items */
	color:#666;
}
.calloutNews a:hover {
	color:#903;
}