@charset "utf-8";
/*	-------------------------------------------------------------
	CSS - THE ALTMAN GROUP CSS
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
	Filename:		altman_bankruptcy.css
	Date:			July 28, 2008
	Author:			Halo Media LLC - http://www.halopowered.com/
	-------------------------------------------------------------	*/
/*	--------------------------------------------------------------------------------------------------------------------------
	header Styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	#header h1#hdrLegalEd {
		width:940px; height:175px;
		background:url(../images/headerImg_legal_ed.jpg) no-repeat;
	}
	#header h1#hdrLegal {
		width:940px; height:175px;
		background:url(../images/headerImg_legal.jpg) no-repeat;
	}
	#header h1#hdrBalloting {
		width:940px; height:175px;
		background:url(../images/headerImg_balloting.jpg) no-repeat;
	}
	#header h1#hdrClaims {
		width:940px; height:175px;
		background:url(../images/headerImg_claims.jpg) no-repeat;
	}
	#header h1#hdrCompeting{
		width:940px; height:175px;
		background:url(../images/headerImg_competing.jpg) no-repeat;
	}
	#header h1#hdrCommunications {
		width:940px; height:175px;
		background:url(../images/headerImg_communications.jpg) no-repeat;
	}
	
/*	--------------------------------------------------------------------------------------------------------------------------
	content Styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	
	/* communication styles
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	#content .tableService {
   		width:477px;
   		border:5px solid #f1f1f1;
   }
		#servicesTable {
			width:477px;
			border:1px solid #dedede;
			border-collapse:collapse;
			text-align:left;
		}
			#servicesTable col#serviceCol {
				width:153px;
			}
			#servicesTable col#activitiesCol {
				width:312px;
			}
			#servicesTable thead {
				background:url(../../../images/thead_bg.png) repeat-x;	
			}
				#servicesTable th {
					padding:0 0 0 10px;
					height:23px;
					border:1px solid #dedede;
					font:normal 13px Verdana, Arial, Helvetica, sans-serif;
				}
					#servicesTable th span {
						margin:0 0 0 7px;
					}
				#servicesTable td {
					padding:10px 15px 0 9px;
					border-right:1px solid #dedede;
					border-bottom:1px solid #dedede;
					vertical-align:top;
				}
					#servicesTable td.serviceCol {
						font:bold 13px Arial, Helvetica, sans-serif;
						color:#305ba5;
					}
					#servicesTable td ul {
						margin:0 0 6px 0;
					}
						#servicesTable td ul li {
							margin:0 0 7px 0; padding:0 0 0 6px;
							background:url(../../../images/bullet_orange.gif) 0 6px no-repeat;
							list-style:none;
						} 	   
	   
	/* competing styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	#content .topBG {
		padding:15px 0 0 0;
		background:url(../images/resultBG_top.gif) top no-repeat;
	}
	#content .result {
		margin:0 0 30px 0; padding:0 20px 20px 20px;
		background:#f1f5fd url(../images/resultBG_bottom.gif) bottom no-repeat;
	}
		#content .result p {
			margin:0; padding:0;
			font-weight:bold;
		}
		#content p.example {
			margin:0 0 10px 0; padding:0;
		}
		#content .result h4 {
			font-weight:bold;
		}
   
	/* claims administration styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/	
	#content .activities {
		padding:4px 4px 1px 4px;
		width:477px;
		background:#f1f1f1;
	}
		#content .activities .activity {
			margin:0 0 5px 0; padding:10px 0 10px 15px;
			width:460px;
			border:1px solid #d7d7d7;
			background:#fff;
		}
		#content .activities .activity ul {
			margin:3px 0 0 5px;
			width:445px;
			font:normal 12px Arial, Helvetica, sans-serif;
			list-style:none;		
		}
			#content .activities .activity ul li {
				margin:0 0 6px 0; padding:0 0 0 7px;
				line-height:16px;
				background:url(../../../images/bullet_orange.gif) 0 6px no-repeat;
			}
		
	/* balloting styles
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/	
	#content h3 {
		font:bold 16px Arial, Helvetica, sans-serif;
		color:#305ba5;
	}
		#content h3 .goldNum {
			font:normal 18px Georgia, "Times New Roman", Times, serif;
			color:#e9b12d;
		}
	#content h4 {
		font:italic 13px Arial, Helvetica, sans-serif;
		color:#305ba5;
	}
	#content ul {
		margin:2px 0 8px 11px; padding:0 0 2px 0;
		list-style:none;
	}
		#content ul li {
			padding:0 0 6px 10px;
			background:url(../../../images/bullet_orange.gif) 0 7px no-repeat;
			line-height:17px;
		}
		#content ul.orangeArrow li {
			margin:0 0 7px 0; padding:0 0 0 15px;
			background:url(../../../images/bullet_orangeArrow.gif) 0 4px no-repeat;
			line-height:17px;
		}
		
	/* legal notice styles
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
   	#content .tableCaseList {
   		width:477px;
   		border:5px solid #f1f1f1;
    }
   	#casesListTable {
		text-align:left;
		border:1px solid #dedede;
		border-collapse:collapse;
    }
   		#casesListTable thead {
			background:url(../../../images/thead_bg.png) repeat-x;
		}
		#casesListTable col#clientCol {
			width:239px;
		}
		#casesListTable col#lawFirmCol {
			width:238px;
		}
		#casesListTable th {
			padding:0 0 0 10px;
			height:23px;
			font:normal 13px Verdana, Arial, Helvetica, sans-serif;
			border-right:1px solid #dedede;
		}
		#casesListTable td {
			padding:10px;
			border-right:1px solid #dedede;
		}
   		#casesListTable .odd {
			background:#ebf1fc;
		}
		
	/* contact us styles
  	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	#content .contactUs {
		margin:5px 0 27px 0;
	}
		#content .contactUs .call {
			padding:0 0 0 25px;
			width:125px; height:25px;
			background:url(../../../images/icon_phone.png) no-repeat;
			display:block;
			float:left;
		}
		#content .contactUs .email {
			padding:0 0 0 25px;
			width:160px; height:25px;
			background:url(../../../images/icon_email.png) no-repeat;
			float:left;
		}
		#content h6 {
			font:bold 11px Arial, Helvetica, sans-serif;
			color:#f87b39;
			line-height:12px;
		}
		
/*	--------------------------------------------------------------------------------------------------------------------------
	sideCol Styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	#sideCol .action {
		margin:7px 0 0 0; padding:4px 0 0 0;
		width:180px; height:48px;
		background:url(../../../images/icon_contactUs.jpg) 115px 0 no-repeat;
	}
		#sideCol .action .orangeText {
			width:110px; height:32px;
			font:bold 14px Verdana, Arial, Helvetica, sans-serif;
			line-height:15px;
		}
		#sideCol .action .lgText {
			font:bold 16px Verdana, Arial, Helvetica, sans-serif;
		}
	#sideCol .summaryContent {
	
	}
		#sideCol .summaryContent h4 {
			font:bold 15px Arial, Helvetica, sans-serif;
			color:#305ba5;
		}
		#sideCol .summaryContent ul {
			margin:3px 0 0 0;
			font:normal 12px Arial, Helvetica, sans-serif;
			color:#3664b3;
		}
		#sideCol .summary .summaryContent ul li {
			margin:0 0 11px 0;
			height:12px;
		}
		#sideCol .summaryContent h5 {
			height:24px;
			font:bold 12px Arial, Helvetica, sans-serif;
		}
		#sideCol .summaryContent .archiveBar {
			padding:4px 0 10px 0;
		}
		#sideCol .summaryContent .archiveBar .dropDown {
			margin:4px 0 0 0;
			width:180px;
			font:normal 12px Arial, Helvetica, sans-serif;
			color:#868686;
			border:1px solid #81a0bc;
		}
