@charset "utf-8";
html, body  {

	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	background: #DDD url(img/body_bg.jpg) repeat;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.thrColElsHdr #container { 
	width: 876px; 
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
} 

.thrColElsHdr #header { 
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	margin: 0 11px 0 11px;
	background-color:#000000;
} 

.thrColElsHdr #subheader_home { 
	background-color:#000000; 
	margin-left:13.1em;
	padding-left:2px;
}

.thrColElsHdr #sub_header_right {
	padding-right:1px;
}

#img_subheader_home {
	margin-left:1px;
}

.thrColElsHdr #home_banner_left {
/*
float:left;
*/
margin:0;
background-color:#000000;
}

.thrColElsHdr #home_banner_left a img{
padding:2px 0 1px 0;
}


.thrColElsHdr #home_banner_right {
float:right;
text-align:right;
margin:0 -52px 0 0;
overflow:visible;
position:relative;
z-index:10;
}


.thrColElsHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}


.thrColElsHdr #container1 { 	
	margin: 0; 
	background:url(img/bg2.gif) repeat-y;
}

.thrColElsHdr #container2 { 	
	background: url(img/bg_main.jpg) repeat-y;

	margin: 0 11px;
/*
	padding: 10px 0 0 0;
*/
	padding: 0;
}

.thrColElsHdr #menu { 
	background: url(img/menu_bg.jpg) repeat-x; 	
/* Pading for regular menu
	padding: 7px 0 6px 0;  
*/
	padding: 0; 
	margin: 0 11px 0 11px;
/*Height for regular menu*/
/*
	height:17px;
*/

/* Height for Spry Menu */
	height:30px;

	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:1.1em;
	color:#f3ac35;
} 

.thrColElsHdr #home_banner { 

	padding: 1px;
	margin: 0 13.5em 0 14.5em;
	width:453px;
/*
	height:150px;
*/
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:1em;
	background-color:#FFFFFF;
	color:#000000;
	border:1px #000000 solid;

} 


.thrColElsHdr #menu a:link, .thrColElsHdr #menu a:visited, .thrColElsHdr #footer a:link, .thrColElsHdr #footer a:visited{ 
	color:#f3ac35;
	text-decoration:none;
}
.thrColElsHdr #menu a:active, .thrColElsHdr #footer a:active, .thrColElsHdr #menu a:hover, .thrColElsHdr #footer a:hover {
	color:#ffffff;
}
.thrColElsHdr #menu a:hover, .thrColElsHdr #footer a:hover { 
	text-decoration:underline;
}
/*
.thrColElsHdr #container #container1 #container2 #mainContent ul li a:link, .thrColElsHdr #container #container1 #container2 #mainContent ul li a:visited {
	text-decoration:underline;
}
*/

.thrColElsHdr #mainContent #news a:link, .thrColElsHdr #mainContent  #news a:visited {
text-decoration:underline;
}


/* Initially these 2 divs were supposed to have a background but then I figured out that it had to carry some content to exist. Now, these divs only exist to stabilize the layout in IE. They virtually don't exist in other browsers */
.thrColElsHdr #sidebar1 {
	float: left;
	width: 11px; /* since this element is floated, a width must be given */
	padding: 0; /* top and bottom padding create visual space within this div */
}
.thrColElsHdr #sidebar2 {
	float: right; 
	width: 11px; /* since this element is floated, a width must be given */
	padding: 0; /* top and bottom padding create visual space within this div */
}

/* Tips for mainContent:
1. If you give this #mainContent div a font-size value different than the #sidebar1 div, the margins of the #mainContent div will be based on its font-size and the width of the #sidebar1 div will be based on its font-size. You may wish to adjust the values of these divs.
2. The space between the mainContent and sidebar1 is created with the left margin on the mainContent div.  No matter how much content the sidebar1 div contains, the column space will remain. You can remove this left margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends.
3. To avoid float drop, you may need to test to determine the approximate maximum image/element size since this layout is based on the user's font sizing combined with the values you set. However, if the user has their browser font size set lower than normal, less space will be available in the #mainContent div than you may see on testing.
4. In the Internet Explorer Conditional Comment below, the zoom property is used to give the mainContent "hasLayout." This avoids several IE-specific bugs that may occur.
*/
.thrColElsHdr #mainContent {

/*
 	margin: 0 0 0 13.5em;*/ /* only left margin is specified for a 2 columns layout */

 	margin: 0 0 0 13.2em; /* only left margin is specified for a 2 columns layout */

/*	margin: 0 13.5em 0 13.5em;*/ /*  left and right margins are specified for a 3 column layout */

	padding: 1em 2em 1em 2em;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
} 


.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	width:14em;
	padding: 0.5em 0.5em;
}

.fltlft { /* this class is used to receive the left modules */
	float: left;
	padding:0.5em;
	width:12em;
	color:#e2d18e;
}

.thrColElsHdr #ww_sig { /* style for the WW signature */
	text-align:center;
	font-size:0.9em;
	margin: 3em 0 0 13.2em;
}

.thrColElsHdr #ww_sig a:link, #ww_sig a:visited {
	color:#000000;
	text-decoration:underline;
}

.thrColElsHdr #ww_sig a:hover {
	text-decoration:none
}

.thrColElsHdr #footer { 

/* this padding matches the left alignment of the elements in the divs that appear above it. */

	padding: 3px 0 0 0; 

	
	background:url(img/bg_footer.jpg) no-repeat;
	height:45px;
/*
	height:50px;

*/	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:1em;
	color:#f3ac35;
} 
.thrColElsHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 3px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.thrColElsHdr #attorney_wrap {
margin-bottom:2.5em;
}

.thrColElsHdr #attorney_name {
text-align:left;
}

.thrColElsHdr #div_attorney1 {
float:left;
text-align:left;
width:26em;

}

.thrColElsHdr #div_attorney2 {
float:right;
margin:0 2em 0 1em;
}

.thrColElsHdr #nav_attorney {
bottom:0;
}

.thrColElsHdr #location, .thrColElsHdr #form1  {
margin-left:4em;
}


.thrColElsHdr #contact_1 {
padding-right:25em;
margin: 3em 2em 2em 0;
}


.thrColElsHdr #contact_2 {
float:right;
border-left:1px #000000 solid;
padding-left:2em;
margin-bottom:2em;
}

.thrColElsHdr form, .thrColElsHdr #practice_quick_search {
padding:5px 0;
}

.thrColElsHdr #mod_case_input, .thrColElsHdr #textarea_left, .thrColElsHdr #textarea_contact {
margin-bottom:0.5em;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#666;
}

.thrColElsHdr #textarea_left {
width:11em;
}
.thrColElsHdr #textarea_contact {
width:22em;
} 

.thrColElsHdr #case_note {
text-align:center;
font-size:0.75em;
}

.thrColElsHdr #div_sitemap {
font-size:1.1em;
padding-left:8em;
}

.thrColElsHdr #sitemap {
margin-bottom:0.75em;
}

.thrColElsHdr #left_title {
background-image:url(img/left_title_bg.jpg);
background-repeat:no-repeat;
padding:0.6em 0;
color:#e2d18e;
width:150px;
height:30px;
text-align:center;
margin-top:10px;
}

h1 {
font-size:1.5em;
font-weight:bold;
}

h1 span{
font-size:.7em;
font-weight:bold;
}

h2 {
font-size:1.5em;
font-weight:bold;
text-align:center;
}

h2#free-hats {
text-align:center;
font-size:1.5em;
}

h3 {
font-size:1.2em;
font-weight:bold;
}

h3#free-hats {
text-align:center;
}


h4 {
font-size:1.1em;
font-weight:bold;
}

hr {
text-align:left;
/*
width:100%;
*/
width:99%;
color:#000000;
background-color:#000000;
height:2px;
border-bottom-width:0px;
}

.fltrt h2 hr{
color:#000000;
background-color:#000000;
}
#tab_practice {
border:none;
text-align:center;
font-size:1em;
width:90%;
}
#office, #office_tel {
font-size:1.20em;
font-weight:bold;
}
#office_tel {
padding-bottom:0.5em;
}

#office_tel {
margin-top:1em;
}

.rss, .links {
line-height:10%;
}

#faq, #contact_office {

list-style-position: inside;
padding-left:1em;

}

#backtotop {
text-align:right;
margin-right:2em;
}

#click_to_call{
font-size:1.1em;

}

#mainContent #legalResources {
	margin: 30px auto -20px auto;

}
/*
#mainContent #legalResources a:link, #mainContent #legalResources a:visited {
	color: #630;
	text-decoration: underline;
}

#mainContent #legalResources a:hover {
	color: #630;
	text-decoration: none;
}

#mainContent #legalResources a:active {
	color: #630;
	text-decoration: none;
}
*/

/*Lawyer Page specific */

#mainContent #legalResourcesLawyers {
	color:#C96;
	font-size: 11px;
	margin: 30px 10px -5px 0;
	text-align: justify;
}

#mainContent #legalResourcesLawyers a:link, #mainContent #legalResourcesLawyers a:visited {
	color:#E2D18E;
	text-decoration: none;
}

#mainContent #legalResourcesLawyers a:hover {
	color:#E2D18E;
	text-decoration:underline;
}
#mainContent #legalResourcesLawyers a:active {
	color:#E2D18E;
	text-decoration:underline;
}


/*****************personal injury web marketing powered by ceatus***********************/
#legalResourcesLine {
	color:#C96;
	font-size: 11px;
	margin: 10px auto;
	text-align: center;
}

#legalResourcesLine a:link, #legalResourcesLine a:visited {
	color:#E2D18E;
	text-decoration: none;
}

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

#legalResourcesLine a:active {
	color:#E2D18E;
	text-decoration:underline;
}

#legalResources2 {
	width: 876px;
	margin: 0 auto;
	color:#C96;
	font-size: 11px;
	text-align: justify;
}
#legalResources2 a:link, #legalResources2 a:visited {
	color:#C96;
	text-decoration: none;
}

#legalResources2 a:hover, #legalResources2 a:active {
	text-decoration: underline;
}


/*******************************
 _ _       _        
| (_)     | |       
| |_ _ __ | | _____ 
| | | '_ \| |/ / __|
| | | | | |   <\__ \
|_|_|_| |_|_|\_\___/
                    
********************************/
.thrColElsHdr #mainContent a:link, .thrColElsHdr #mainContent a:visited, .thrColElsHdr #home_banner a:link, .thrColElsHdr #home_banner a:visited  {
color:#000000;
text-decoration:underline;
}

.thrColElsHdr #mainContent a:hover, .thrColElsHdr #home_banner a:hover {
text-decoration:none;
}


.thrColElsHdr .fltlft a:link, .thrColElsHdr .fltlft a:visited, .thrColElsHdr .fltrt a:link, .thrColElsHdr .fltrt a:visited {
color:#e2d18e;
text-decoration:underline;
}
.thrColElsHdr .fltlft a:hover,.thrColElsHdr .fltrt a:hover {
text-decoration:none;
}

.thrColElsHdr #mainContent .attorney a:link, .thrColElsHdr #mainContent .attorney a:visited {
font-family:Arial, Helvetica, sans-serif;
font-weight:bold;
font-size:0.9em;
color:#FFFFFF;

}

/*
end of links definition                            
*/

table.attorney {
width:100%;
padding:0;
}

td.attorney {
 width:137px;
 height:40px;
 background:url(img/namelabel.jpg);
 background-repeat:no-repeat;
 margin-bottom:1cm;
 text-align:center;
 vertical-align:middle;

}


.shad1, .shad2, .shad3 {
  display:inline-table;
  /* \*/display:block;/**/
  }
.shad1 {
  float:left;
  background:url(img/shadow.gif) right bottom no-repeat;
  }
.shad2 {
  background:url(img/corner_bl.gif) left bottom no-repeat;
  }
.shad3 {
  padding:0 6px 6px 0;
  background:url(img/corner_tr.gif) right top no-repeat;
  }
.shad3 img {
  display:block;
  }
  

.style1 {color: #FF0000}

#MT_contact {
float:right;
margin-left:10px;
padding-left:10px;
border-left:#666666 thin solid;
}

#SearchPagination {
float:left;
margin-right:280px;
}

#input_search {
color:#999;
padding: 3px 0 0 22px;
background: #FFFFFF url(img/btn_search.gif) no-repeat;
height:20px;
width:123px;
}

.thrColElsHdr #logo-spurs-big {
text-align:center;
}

#spurs-right { 
float:right;
text-align:center;


padding-left:15px;
border-left:thin solid #000000;
}

#spurs-right #spurs-video-thumb {
margin-top:3px;
}

#spurs-right #spurs-right-title {
font-size:1.25em;

}


#spurs-right #spurs-video-thumb img{
margin-bottom:1px;
}

/* styles for the TransUnion page */
#transunion a { font-size:1.15em; font-weight:bold; }
#transunion h2 { font-size:1.25em; 	font-weight:bold; }

.thrColElsHdr #mainContent #transunion a:link, .thrColElsHdr #mainContent #transunion a:visited { color:#0000FF; text-decoration:underline; }
.thrColElsHdr #mainContent #transunion a:hover { color:#0000FF; text-decoration:none; }
