@charset "UTF-8";
/* CSS Document */


#layoutWrapper{
/*width:742px;*/ /*fixed width is also optional*/
width:100%;
margin-left:auto;
margin-right:auto;
overflow:auto;
}
#layoutWrapper #leftCol{
	width:370px;
	background-image:url(img/text_bg.gif);
	background-position:0px 105px;
	background-repeat:no-repeat;
	float:left;
}
#layoutWrapper #leftCol #topHeader img{
	width:370px;
	height:105px;
}
#layoutWrapper #rightCol{
	width:372px;
	background-image:url(img/flash_bg.gif);
	background-position:top left;
	background-repeat:no-repeat;
	float:left;
}
#layoutWrapper #rightCol #flashMovie{
overflow:auto;
	margin-left:29px;
	margin-top:30px;
	height:300px;
}
#layoutWrapper  #text{
	width:330px;
	height:auto;
	overflow:visible;
	display:block;
	float:left;
	text-align:left;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:.75em;
	margin-top:30px;
	margin-left:40px;
}
#layoutWrapper  #rightCol #text{
	margin-left:25px;
	margin-top:20px;
}
#layoutWrapper  #text .sources, #layoutWrapper  #text .relatedCases {
	color:#999;
	font-variant:small-caps;
	font-size:1.2em;
	font-weight:bold;
	float:left;
	margin-bottom:-2px;
	margin-right:5px;
	
}
#layoutWrapper  #text .relatedCases{
	font-size:1.0em;
	margin-bottom:10px;
	overflow:auto;
	display:block;
	width:100%;
}
#layoutWrapper  #text .dropCap{
	
	color:#FFFFFF;
	width:42px;
	height:40px;
	margin-bottom:-3px;
	line-height:1.0em;
	font-size:3.7em;
	font-style:oblique;
	float:left;
	margin-right:10px;
	padding-right:3px;
	overflow:hidden;
	text-align:right;
	font-family:Georgia, "Times New Roman", Times, serif;
}
.mainColor{
background-color:#848377;
}
.workplaceColor{
background-color:#9a3234;
}
.prescriptionColor{
background-color:#db7531;
}
.motorVehicleColor{
background-color:#685991;
}
.toySafetyColor{
background-color:#809ead;
}
.civilRightsColor{
background-color:#539074;
}
.healthcareColor{
	background-color:#7b7c7f;
}
#layoutWrapper  #text .callOut{
	font-size:1.2em;
	margin-top:15px;
	margin-bottom:15px;
}
#layoutWrapper  #text ul{
	font-size:1.1em;

	margin-bottom:5px;
	font-size:.95em;	
}
#layoutWrapper  #text ul li{
	list-style:outside;
	list-style-type:none;
	line-height:1.2em;
	clear:both;
	margin-bottom:5px;
	margin-top:5px;
}
#layoutWrapper  #text ul li .raquo{
	margin-bottom:5px;display:block;width:15px;float:left;
}
#layoutWrapper  #text .greyHr{
	color:#BBB;
	size:1px;
	width:100%;
	
}
#layoutWrapper #leftCol #text .sourceArea{
	font-size:.8em;
}
#layoutWrapper #leftCol #text .sourceArea a, #layoutWrapper #leftCol #text a, #layoutWrapper #rightCol #text a{
	color:#1A3662;
	text-decoration:none;
}
#layoutWrapper #rightCol #text a{
	
}
#layoutWrapper #leftCol #text .sourceArea a:hover, #layoutWrapper #leftCol #text a:hover, #layoutWrapper #rightCol #text a:hover{
	color:#1A3662;
	text-decoration:underline;
}


