@charset "utf-8";
/*  ------------------------------------------------------------------------------------------------------------
	--------------- CSS FILE - FOR Dallas Area Personal Injury Law Website Version 2.0  ------------------------
	------------------------------------------------------------------------------------------------------------
	
	*********************************** Developed by: UMER CHAUDHARY *******************************************
	***********************************      Copyright (C) 2009      *******************************************
	************************************************************************************************************
	
	Special Instructions:
	
		1. All CSS sections (ids/classes) are arranged in Alphabetically Order
		2. All the Sections have comments desciring their usage in the files at their begining

*/


/*	--------------------------------------------- A -----------------------------------------------------------*/

	a.bot
	{
	text-decoration:none;
	}
	
	/* unvisited link */
	a.bot:link 
	{
		color:#FFF;
	}     
	
	/* visited link */
	a.bot:visited 
	{
		color:#FFF;
	}  
	
  /* mouse over link */	
	a.bot:hover 
	{
		color:#FF9;
		font-size:13px;
		text-decoration:none;
	}

	/* selected link */ 
	a.bot:active 
	{
		color:#FFF;
	}
	
	
	
	a.text
	{
	text-decoration:none;
	color: #000;
	font-weight: bold;
	}
	
	/* unvisited link */
	a.text:link 
	{
	color:#333;
	}     
	
	/* visited link */
	a.text:visited 
	{
		color:#333;
	}  
	
  /* mouse over link */	
	a.text:hover 
	{
	color:#000;
	text-decoration: underline;
	}

	/* selected link */ 
	a.text:active 
	{
		color:#333;
	}




	a
	{
		color:#CC0000;
	}
	
	a:hover
	{
		color:#CC0000;
		text-decoration:underline;
	}

	a:link
	{
		color:#CC0000;
	}
	
	a:active
	{
		color:#CC0000;
	}

	a:visited
	{
		color:#CC0000;
	}
	




	a.visit, a.visit:visited, a.visit:active, a.visit:link
	{
		color: #00C;
		text-decoration: none;
	}
	
	a.visit:hover
	{
		color: #00C;
		text-decoration:underline;
	}
	
	




	a.h3f, a.h3f:visited, a.h3f:active, a.h3f:link
	{
		color: #C63;
		text-decoration: none;
	}
	
	a.h3f:hover
	{
		color: #C63;
		text-decoration:underline;
	}



	/* FOR THE Top Panel Link Text */ 	
	
	a.topl, a.topl:visited, a.topl:active, a.topl:link
	{
		color: #666;
		text-decoration: none;
	}
	
	a.topl:hover
	{
	color: #000;
	font-weight:bold;
	}
	
	
	
	/* FOR THE Top Panel Link Text */ 	
	
	a.span1, a.span1:visited, a.span1:active, a.span1:link, a.span1:hover
	{
		text-decoration: none;
		color: #000;
	}
	
	
	/* FOR THE Top Panel Link Text */ 	
	
	a.span2, a.span2:visited, a.span2:active, a.span2:link, a.span2:hover
	{
		text-decoration: none;
		color: #360;
	}
	
	
	a.span3, a.span3:visited, a.span3:active, a.span3:link, a.span3:hover
	{
		text-decoration: none;
		color: #000;
	}
	
	
	
/*	--------------------------------------------- B -----------------------------------------------------------*/

	/* Page Background */
	body {
		background-image: url(images/index_02.jpg);
		background-repeat: repeat-x;
		margin-top: 0px;
	}
	
	
	div#bottom_panel_outside
	{
		width: 781px;
		height: 125px;
		margin-left: auto;
		margin-right: auto;
	}
	
	
	div#bottom_panel
	{
		width: 738px;
		height:125px;
		background-color: #5aa7d3;
		margin-left:31px;
		margin-right:0;
		
	
	}
	
	.blacktext 
	{
		font-family: "Bookman Old Style", Verdana, "Trebuchet MS", Arial;
		font-size: 12px;
		font-weight: normal;
		color: #000000;
		line-height: 18px;
		text-align:right;
		margin-top: 4px;
	}
	
	.blacktext1 
	{
		font-family: Arial, Algerian;
		font-size: 13px;
		font-weight: bold;
		color: #000000;
		line-height: 18px;
		text-align:left;
		
	}
	
	
	input.button1 
	{
	font-family: Arial, Algerian;
	font-size: 14px;
	font-weight: bolder;
	background-color: #0099FF;
	color: #ECE9D8;
	}
	
/*	--------------------------------------------- C -----------------------------------------------------------*/

	/* Click for Questions Link */
	div#click_for_questions
	{
		width: 197px;
		height: 44px;
		margin-left: 178px;
		margin-top: 0px;
		float:left;	
	}
	
	
	
	/* Call Us Link */
	div#call_us
	{
		width: 196px;
		height: 44px;
		margin-left: 13px;
		margin-top: 0px;
		float:left;	
	}
	
	
	div#card
	{
		width: 338px;
		height:169px;
		margin-left: 35px;
		margin-right: 0px;
		margin-top: 40px;
		margin-bottom: 0px;
		float: left;
		background:url(images/card.png);
	
	}
	
	
	.card_text
	{
		font-family: arial;
		font-size: 19px;
		font-weight: bold;
		color: #000;
		text-decoration: none;			
		
	}
	
	.card_sub_text
	{
		font-family: arial;
		font-size: 12px;
		font-style:italic;
		font-weight: normal;
		color: #000;
		margin-top: 2px;
		text-decoration: none;			
		
	}
	
	.card_sub_text2
	{
		font-family: arial;
		font-size: 10px;
		font-weight: normal;
		color: #000;
		margin-top: 2px;
		text-decoration: none;			
		
	}
	
	
	
	/* Contact Us & regional_background - Form Area */
	div#cu_form_area 
	{
		width: 440px;
		height: auto;
		padding-top: 10px;
		margin-left: 35px;
		float:left;
		border-top-width: thin;
		border-right-width: thin;
		border-bottom-width: thin;
		border-left-width: thin;
		border-top-style: none;
		border-right-style: double;
		border-bottom-style: none;
		border-left-style: none;
		border-top-color: #999;
		border-right-color: #999;
		border-bottom-color: #999;
		border-left-color: #999;
	}
	
	
	/* Contact Us & regional_background - Form Row */
	div#cu_form_row
	{
		width: 440px;
		height: auto;
		display:block;
	}
	
	/* Contact Us & regional_background - First row of the form */
	div#cu_form_first_row
	{
		width: auto;
		height: 25px;
		display:block;
		text-align:left;
		padding: 0px 0px 0px 0px; 
		margin-left: 175px;
		margin-right:0px;
		margin-top: 0px;
		margin-bottom:0px;
	}

	/* Contact Us & regional_background - Left row (Field Label) of the Form Row */
	div#cu_form_row_left 
	{
		width: 35%;
		height: 18px;
		float: left;
	}
	
	/* Contact Us & regional_background - Right row (Field div) of the Form Row */	
	div#cu_form_row_right 
	{
		width: 60%;
		height: 18px;
		float: right;
		padding-left:10px;
	}
	
	/* Contact Us & regional_background - Right row label text of the Form Row */		
	div#cu_form_row_right_sub 
	{
		width: 440px;
		height: 5px;
		float: right;
		padding-bottom: 15px;
	}
	
	/* Contact Us & regional_background - Label Text */		
	.labeltext 
	{
		font-family: Arial, Algerian;
		font-size: 11px;
		font-weight: normal;
		color: #666666;
		text-align:left;
		line-height:5px;
		margin-left: 175px;
	/*	margin-top:13px;*/
	}

	/* Last row (buttons) of the Form Row of contact_us & regional_background Page */	
	div#cu_form_last_row
	{
		width: 440px;
		height: auto;
		display: block;
	}
	
	/* Last row left column (buttons) of the Form Row of contact_us & regional_background Page */	
	div#cu_form_last_row_left 
	{
		width: 79%;
		height: 30px;
		float: left;
		padding-top: 1px;
	}
	
	/* Last row right column (buttons) of the Form Row of contact_us & regional_backgroundPage */	
	div#cu_form_last_row_right 
	{
		width: 19%;
		height: 30px;
		float: right;
		padding-left:10px;
		padding-top: 1px;
		padding-bottom: 0px;
	}




/*	--------------------------------------------- D -----------------------------------------------------------*/




/*	--------------------------------------------- E -----------------------------------------------------------*/

	div#flash_smaller_piece
	{
	width: 225px;
	height: 149px;
	margin-left: 10px;
	margin-top: 10px;
	margin-right: 15px;
	float: right;
	}


/*	--------------------------------------------- F -----------------------------------------------------------*/

	div#form_area
	{
	width: 455px;
	height: 1000px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-top: 0px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #666;
	border-right-color: #666;
	border-bottom-color: #666;
	border-left-color: #666;
	}
	
	div#form_row
	{
		width: 455px;
		height: 35px;
		margin-left: 5px;
		margin-right: 5px;
		margin-bottom: 10px;
		margin-top: 10px;
	}
	
	div#form_row_left
	{
		width: 170px;
		height: 30px;
		margin-left: 2px;
		margin-right: 0px;
		margin-bottom: 10px;
		margin-top: 3px;
		float: left;
		
	}
	
	
	div#form_row_right
	{
		width: 235px;
		height: 30px;
		margin-left: 8px;
		margin-right: 0px;
		margin-bottom: 10px;
		margin-top: 3px;
		float: right;
		padding-left: 0px;
		
	}
	




/*	--------------------------------------------- G -----------------------------------------------------------*/


/*	--------------------------------------------- H -----------------------------------------------------------*/

	.h1format
	{
		font-family: "Arial";
		font-size: 18px;
		font-style: normal;
		line-height: normal;
		font-weight: normal;
		margin-top: 0px;
		margin-left: 35px;
		margin-bottom:0px;
		color: #3F3F3F;
	}	

	.h2format 
	{
		font-family: Arial;
		font-size: 20px;
		font-style: normal;
		line-height: normal;
		font-weight: bold;
		color: #C00;
		text-decoration: none;
		text-align: left;
		margin-bottom: 1px;
		text-transform:uppercase;
	}
	
	.h2format2
	{
		font-family: Arial;
		font-size: 16px;
		font-style: normal;
		line-height: normal;
		font-weight: bold;
		color: #360;
		text-decoration: none;
		text-align: left;
		margin-bottom: 1px;
	}
	
	
	
	.h3format
	{
		font-family: Arial;
		font-size: 16px;
		font-weight: normal;
		color: #000000;
		margin-top: 1px;
		line-height: 18px;
		text-align: left;
		color: #C63;
		text-transform: uppercase;
	}
	
	
	.h4format
	{
		font-family: Arial;
		font-size: 12px;
		font-weight: normal;
		color: #000000;
		margin-top: 1px;
		line-height: 18px;
		text-align: left;
		color: #3F3F3F;		
	}
	
	
	.h4format1
	{
	font-family: "Arial";
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	margin-top: 1px;
	margin-bottom: 1px;
	line-height: 24px;
	text-align: left;
	color: #CC0;
	}

/*	--------------------------------------------- I -----------------------------------------------------------*/

	/* Introduction Text Panel */
	div#intro_text_panel
	{
		width: 466px;
		height: 170px;
		margin-left: 0px;
		margin-top: 15px;
		float:left;	
	}
	
	
	img 
	{
		border: none;
	}
	


/*	--------------------------------------------- J -----------------------------------------------------------*/



/*	--------------------------------------------- K -----------------------------------------------------------*/





/*	--------------------------------------------- L -----------------------------------------------------------*/
	/* M&A Dallas Area Law Firm Logo */
	div#logo
	{
		width: 154px;
		height: 93px;
		margin-left:22px;
		margin-top:15px;
		float:left;
	}
	
	.link
	{
		font-family: Garamond;
		font-size: 14px;
		font-weight: bold;
		color: #000;
		text-decoration: none;
		text-transform:uppercase;
		
		
	}
	


/*	--------------------------------------------- M -----------------------------------------------------------*/

	/* Menu Bar */
	div#menu_bar
	{
		width: 781px;
		height: 27px;
		margin-left: auto;
		margin-top: 0px;
		margin-right: auto;
		margin-bottom: 0px;
		
	}
	
	
	
	/* Main Image/Flash Piece for the Homepage */
	div#main_image
	{
		width: 781px;
		height: 268px;
		margin-left: auto;
		margin-top: 0px;
		margin-right: auto;
		margin-bottom: 0px;
	}


/*	--------------------------------------------- N -----------------------------------------------------------*/




/*	--------------------------------------------- O -----------------------------------------------------------*/



/*	--------------------------------------------- P -----------------------------------------------------------*/





/*	--------------------------------------------- Q -----------------------------------------------------------*/


/*	--------------------------------------------- R -----------------------------------------------------------*/

	/* READ MORE text */
	.readmore
	{
		font-family: Garamond;
		font-size: 12px;
		font-weight: bold;
		color: #CC0000;
		text-align: left;
		text-decoration: underline;
	}
	


/*	--------------------------------------------- S -----------------------------------------------------------*/

	.startext
	{
		font-family: "Bookman Old Style", Verdana, "Trebuchet MS", Arial;
		font-size: 12px;
		font-weight: normal;
		color: #FF0000;
		line-height: 18px;
		text-align:right;
	}


/*	--------------------------------------------- T -----------------------------------------------------------*/

	/* Top Panel with M&A Logo, Telephone Link, Contact Link, Other Links */
	div#top_panel
	{
		width: 781px;
		height: 130px;
		margin-top: 5px;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 20px;
	}
	
	
	/* Top Link in the top Panel */
	div#top_links
	{
		width: 605px;
		height: 62px;
		margin-top: 0px;
		margin-left: 0px;
		margin-right: 0px;
		margin-bottom: 0px;
		float:left;
	}
	
	div#top_links_icon
	{
		width: 24px;
		height: 24px;
		margin-top: 15px;
		margin-left: 12px;
		margin-right: 0px;
		margin-bottom: 0px;
		float:left;
		
	}
	
	
	div#top_links_text_area
	{
		width: 50px;
		height: 24px;
		margin-top: 15px;
		margin-left: 2px;
		margin-right: 0px;
		margin-bottom: 0px;
		float:left;
		
	}
	
	.top_link_text
	{
		font-family: arial;
		font-size: 9px;
		font-style: normal;
		font-weight: normal;
		color: #666;
		margin-top: 6px;
		text-decoration: none;		
		
	}
	
	
	
	
	/* Textarea for different text boxes */
	div#text_area
	{
		width: 781px;
		height: 4630px;
		margin-top: 35px;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 15px;
		
	}
	
	/* Text box 1 */
	div#text_box_1
	{
		width: 738px;
		height: 550px;
		margin-top: 0px;
		margin-left: 31px;
		margin-right: 0px;;
		margin-bottom: 20px;
		padding-top: 3px;
		padding-right: 0px;
		padding-bottom: 3px;
		padding-left: 0px;
		border-top-style: double;
		border-right-style: none;
		border-bottom-style: double;
		border-left-style: none;
		border-top-color: #CCC;
		border-right-color: #CCC;
		border-bottom-color: #CCC;
		border-left-color: #CCC;
		background: #EDEDED;
	}
	
	/* Image on the Text Box 1 */
	div#text_box1_image
	{
		width: 165px;
		height: 109px;
		margin-top: 48px;
		margin-left: 15px;
		margin-right: 10px;
		margin-bottom: 30px;
		float: left;
		border: 4px double #FFF;
	}
	
	
	/* Image on the Text Box 1 */
	div#text_box1_text
	{
		width: 510px;
		height: 175px;
		margin-top: 10px;
		margin-left: 10px;
		margin-right: 20px;
		margin-bottom: 0px;
		float:right;
	}


	/* Text box 2 */
	div#text_box_2
	{
		width: 738px;
		height: 275px;
		margin-top: 0px;
		margin-left: 31px;
		margin-right: 0px;
		margin-bottom: 20px;
		padding-top: 3px;
		padding-right: 0px;
		padding-bottom: 3px;
		padding-left: 0px;
		border-top-style: double;
		border-right-style: none;
		border-bottom-style: double;
		border-left-style: none;
		border-top-color: #CCC;
		border-right-color: #CCC;
		border-bottom-color: #CCC;
		border-left-color: #CCC;
		background-color: #b5cfdc;
	}
	
	
	/* Text box 3 */
	div#text_box_3
	{
		width: 738px;
		height: 330px;
		margin-top: 0px;
		margin-left: 31px;
		margin-right: 0px;
		margin-bottom: 20px;
		padding-top: 3px;
		padding-right: 0px;
		padding-bottom: 3px;
		padding-left: 0px;
		border-top-style: double;
		border-right-style: none;
		border-bottom-style: double;
		border-left-style: none;
		border-top-color: #CCC;
		border-right-color: #CCC;
		border-bottom-color: #CCC;
		border-left-color: #CCC;
		background-color: #CCC;
	}
	
	
	
	/* Text box 4 */
	div#text_box_4
	{
		width: 738px;
		height: 570px;
		margin-top: 0px;
		margin-left: 31px;
		margin-right: 0px;;
		margin-bottom: 20px;
		padding-top: 3px;
		padding-right: 0px;
		padding-bottom: 3px;
		padding-left: 0px;
		border-top-style: double;
		border-right-style: none;
		border-bottom-style: double;
		border-left-style: none;
		border-top-color: #CCC;
		border-right-color: #CCC;
		border-bottom-color: #CCC;
		border-left-color: #CCC;
		background: #EDEDED;
	}
	
	
	
	
	/* Text box 4 */
	div#url_listing_box
	{
		width: 981px;
		height: 600px;
		margin-top: 20px;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 20px;
		padding-top: 3px;
		padding-right: 0px;
		padding-bottom: 3px;
		padding-left: 0px;
		border-top-style: double;
		border-right-style: none;
		border-bottom-style: double;
		border-left-style: none;
		border-top-color: #000;
		border-right-color: #000;
		border-bottom-color: #000;
		border-left-color: #000;
		background-color: #FFF;
	}
	


/*	--------------------------------------------- U -----------------------------------------------------------*/


/*	--------------------------------------------- V -----------------------------------------------------------*/

	.visit_page
	{
	font-family: Garamond;
	font-size: 14px;
	line-height: normal;
	text-decoration: none;
	text-align: right;
	margin-top: 15px;
	margin-right: 4px;
	margin-left: 4px;
	text-transform:uppercase;
	color: #CC0;
	word-spacing: 2px;
	}
	
	.visit_page_pre
	{
		font-family: arial;
		font-size: 14px;
		line-height: normal;
		font-weight: bold;
		text-decoration: none;
		text-align: right;
		margin-top: 15px;
		margin-right: 2px;
		margin-left:2px;
		color: #00C;
	}


/*	--------------------------------------------- W -----------------------------------------------------------*/




/*	--------------------------------------------- X -----------------------------------------------------------*/

	/* Welcome Text Panel with Flash Movie */
	div#welcome_text_panel
	{
	width: 781px;
	height: 200px;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0px;
	
	}




/*	--------------------------------------------- Y -----------------------------------------------------------*/




/*	--------------------------------------------- Z -----------------------------------------------------------*/

