/*****************************
 * LexisNexis(R) USLM Web Site
 * Styles for "For More Information" box
 * Version 2.0 10/06/2006
 * Sunil Karve
 *****************************/

/************ LAYOUT ****************/
.fmiBox {
/* Content area: "For More Information" box */
	width:80%;
	background:#F1F1F1 url(http://law.lexisnexis.com/commonimages/fmi_ul.gif) no-repeat top left; 
/*	background:#F1F1F1 url(../commonimages/fmi_ul.gif) top left no-repeat; */
/*	margin-bottom:1em; */
}
#column2 .fmiBox {
/* Content area: add margins when box appears in main column */
	margin:2em 0; 
/*	margin-bottom:1em;  */
	clear:both;
}
.fmiBox div {
	padding:0 5px 0 0;
}
.fmiBox div.fmiTop {
	background:url(http://law.lexisnexis.com/commonimages/fmi_ur.gif) top right no-repeat; 
}
.fmiBox div.fmiBottom {
	background:url(http://law.lexisnexis.com/commonimages/fmi_lr.gif) bottom right no-repeat;
}

/************ ELEMENTS *************/

.fmiBox h4 {
	font-size:0.7em;
/*	font-size:0.75em; */
	font-weight:normal;
	margin:0;
/*	margin-bottom:-2px; */
/*	margin-bottom:-3px;  */
	padding:5px 9px 2px 27px;
	background:url(http://law.lexisnexis.com/commonimages/fmi_icon.gif) 5px 4px no-repeat;
/*	background:url(../commonimages/fmi_icon.gif) 5px 5px no-repeat; */
}
.fmiBox h5 {
	font-size:0.7em;
	margin:0;
	padding:5px 0 5px 5px;   
	background:#F1F1F1 url(http://law.lexisnexis.com/commonimages/fmi_ll.gif) bottom left no-repeat; 
	text-align:center;
}
.fmiBox p {
	margin:0;
	padding:0.5em 10px;
	text-align:center;
	border-right:1px solid #E3E3DD;
	border-left:1px solid #E3E3DD;
}
#column3 .fmiBox h4 {
/* Right column: make title bold when fmi box appears in right column */
	font-weight:bold;
}
#column2 .fmiBox {
/* Content: widen the "For More Information" box when it appears in column 2 */
	width:90%;
}
#column2 .fmiBox h4 {
/* Content: hide title in FMI box in column 2 only, keeping positioning to preserve rounded-corner box effect*/
	visibility:hidden;
	height:2px;
	overflow:hidden;
	margin:0;
	padding:0;
}
#column2 .fmiBox p {
/* Content: add background and formatting to paragraph tag content in main content column */
	background:url(http://law.lexisnexis.com/commonimages/fmi_icon.gif) 5px 4px no-repeat;
	padding:5px 15px 2px 25px;
	font-size:0.7em; /* Force smaller size after increase in size of body copy */
}


/************ LINKS *************/

.fmiBox a,
.fmiBox a:link,
.fmiBox a:visited,
.fmiBox a:active {
/* Content, column2, column3: link behavior for "email us now" */
	color:#C03;
}
.fmiBox a:hover {
	color:#903;
}
#column3 .fmiBox a {
/* Content, column3: make hyperlink text break to the next line in column 3 only */
	display:block;
}