/* Import the hybrid styles
----------------------------------------------- */
@import url("hybrid.css");


.noprint, .noprint td{
	display:none;
	margin:0;
	padding:0;
}

td.printribbon img {
	display: block;
	margin: 0;
	width: 650px;
	height: 39px;
}

.printfloat {
	float: left;
	clear: both;
	width: 100%;
}

/* FAA Specific styles
========================================================*/
/* 
Title: Find An Attorney Search Results
*/

div.FAAsearchresults {
	/**	float: left; - floats somehow kill print layouts/**/
	width: 6in;
	margin: 0 0 5px 0;
	padding: 5px;
	background-color: #fff;
	font-size: 110%;	
}

* html div.FAAsearchresults { /* The following two lines represent the Simplified Box Model Hack */
	font-size: 80%; /* for IE5/Win */
	f\ont-size: 85%; /* for other versions of IE like IE6 */
}

div.FAAsearchresults_alt {
	background-color: #fff;
}

div.FAAsearchresults dl.FAAname {
	width: 98%;
	margin: 5px 0 5px 0;
	padding: 0;
	float: left;
	display: inline; /*fixes IE/Win double margin bug*/
	border-bottom: 1px solid #ececec;
}

div.FAAsearchresults dl.FAAname dt{
	float: left;
	font-weight: bold;
	margin: 0;
	padding: 0;
	color: #CC0033;
}
div.FAAsearchresults dl.FAAname dt a{
	color: #CC0033;
	text-decoration: none;
}

div.FAAsearchresults dl.FAAname dd {
	float: right;
	margin:0;
	padding:0 2px 0 5px;
	border-left: 1px solid #ccc;
}

div.FAAsearchresults div.FAAdetails {
	float: left;
	clear: left;
	width: 48%;
	margin: 5px 0 5px 0;
	padding: 0;
	display: inline; /*fixes IE/Win double margin bug*/
	/**border: 1px solid yellow;/**/
}

div.FAAsearchresults div.FAAdetails h4 {
	float: left;
	font-weight: bold;
	color: #666;
	margin: 0 0 0 0;
	padding: 0;
	/**border: 1px solid pink;/**/
	font-size: 90%;
}

* html div.FAAsearchresults div.FAAdetails h4 { /* The following two lines represent the Simplified Box Model Hack */
	font-size: 80%; /* for IE5/Win */
	f\ont-size: 85%; /* for other versions of IE like IE6 */
}

div.FAAsearchresults div.FAAdetails ul {
	float: left;
	/**clear: left;/**/
	margin:0 0 0 0;
	padding:0 0 0 5px;
	/**border: 1px solid #CC99FF;/**/
	width: 98%;
	list-style-type: none;
}

div.FAAsearchresults div.FAAdetails_RT {
	float: right;
	width: 48%;
	margin: 5px 0 5px 0;
	padding: 0;
	display: inline; /*fixes IE/Win double margin bug*/
	/**border: 1px solid yellow;/**/
}

div.FAAsearchresults div.FAAdetails_RT h4 {
	float: left;
	font-weight: bold;
	color: #666;
	margin: 0 0 0 0;
	padding: 0;
	/**border: 1px solid pink;/**/
	font-size: 100%;
}

* html div.FAAsearchresults div.FAAdetails_RT h4 { /* The following two lines represent the Simplified Box Model Hack */
	font-size: 90%; /* for IE5/Win */
	f\ont-size: 95%; /* for other versions of IE like IE6 */
}

div.FAAsearchresults div.FAAdetails_RT ul {
	float: left;
	margin:0 0 0 0;
	padding:0 0 0 5px;
	/**border: 1px solid #CC99FF;/**/
	width: 98%;
	list-style-type: none;
}

p.FAAnote {
	float: left;
	clear: both;
	margin: 125px, 0 0 0;
	padding: 0, 30px, 0, 30px;
	width: 75%;
	color: #666;
	font-size: 100%;
}
* html p.FAAnote { /* The following two lines represent the Simplified Box Model Hack */
	font-size: 80%; /* for IE5/Win */
	f\ont-size: 85%; /* for other versions of IE like IE6 */
}

