@charset "utf-8";
/* CSS Document */

body  {
	padding: 0;
	text-align: center; /* this centers the lawyer in IE 5* browsers. The text is then set to the left aligned default in the #lawyer selector */
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	margin-top: 4px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 5px;
	background-color: #CCC;
}
.white {
	background-color: #EFEFEF;
	margin: 2px;
	border: 1px solid #CCC;
	padding-top: 2px;
	padding-right: 1px;
	padding-bottom: 2px;
	padding-left: 2px;
}
.white:hover {
	background-color: #EFEFEF;
	border: 1px solid #C00;
}
.grey {
	background-color: #CCC;
	margin: 2px;
	padding-top: 2px;
	padding-right: 1px;
	padding-bottom: 2px;
	padding-left: 2px;
	border: 1px solid #666;
}
.grey:hover {
	background-color: #CCC;
	border: 1px solid #C00;
}
.personal_injury #lawyer {
	width: 935px;
	text-align: left;
	border: 1px solid #000;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #525252;
} 
.personal_injury #lawyer2 a {
	color: #333;
}

.personal_injury #lawyer2 {
	width: 935px;  /* this will create a lawyer 80% of the browser width */
	margin: 4px auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: right; /* this overrides the text-align: center on the body element. */
	font-size: 90%;
}
.personal_injury #mobile {
	background-color: #000;
	padding: 0px;
	background-image: url(images/mobile-personal-injury-lawyers.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	height: 120px;
} 
.personal_injury #mobile2 {
	height: 35px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #000;
	background-color: #525252;
	margin: 0px;
	background-image: url(images/nav-bg2.jpg);
	background-repeat: repeat-x;
} 
.personal_injury #mobile h1 {
	margin: 0; /* zeroing the margin of the last element in the #mobile 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 */
}

/* Tips for sidebars:
1. Since we are working in percentages, it's best not to use side padding on the sidebars. It will be added to the width for standards compliant browsers creating an unknown actual width. 
2. Space between the side of the div and the elements within it can be created by placing a left and right margin on those elements as seen in the ".personal_injury #alabama p" rule.
3. Since Explorer calculates widths after the parent element is rendered, you may occasionally run into unexplained bugs with percentage-based columns. If you need more predictable results, you may choose to change to pixel sized columns.
*/
.personal_injury #alabama {
	margin-bottom: 0px;
	position: absolute;
	top: 402px;
	margin-left: 562px;
	min-height: 330px;
	z-index: 1;
	width: 366px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
}
#icons {
	margin: 0px;
	padding: 0px;
	float: left;
	list-style-type: none;
}
#icons li a  {
	font-size: 1em;
	padding: 0px;
	margin: 0px;
	text-align: center;
	text-decoration: none;
	color: #FFF;
}
#icons li h4 {
	font-size: 1em;
	padding: 0px;
	text-align: center;
	text-decoration: none;
	margin-top: 1px;
	margin-right: 1px;
	margin-bottom: 3px;
	margin-left: 1px;
	color: #FFF;
}
#icons li {
	border: 1px solid #FFF;
	background-color: #455774;
	height: 120px;
	text-align: center;
	padding: 1px;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 8px;
	color: #FFF;
	text-decoration: none;
}
#icons li:hover {
	color: #C00;
	background-color: #C00;
	border: 1px solid #000;
}
#icons2 {
	margin: 0px;
	padding: 0px;
	float: left;
	list-style-type: none;
}
#icons2 ul {
	margin: 0px;
	padding: 0px;
	float: left;
	list-style-type: none;
}
#icons2 li a h4 {
	padding: 0px;
	text-align: center;
	text-decoration: none;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 4px;
	margin-left: 0px;
	color: #FFF;
	font-size: 1em;
}
#icons2 li {
	text-align: center;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	color: #FFF;
	background-image: url(images/tabtest4.jpg);
	background-repeat: no-repeat;
	width: 200px;
	height: 140px;
	background-position: 0px 0px;
}
#icons2 li:hover {
	text-align: center;
	background-image: url(images/tabtest4.jpg);
	background-repeat: no-repeat;
	background-position: 0px -143px;
	}
.sbicons li {
	border: 1px solid #455774;
	background-color: #455774;
	height: 120px;
	text-align: center;
	padding: 1px;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 8px;
	color: #FFF;
}
.sbicons li:hover {
	color: #C00;
	background-color: #C00;
	border: 1px solid #000;
}
.personal_injury #sidebar2 {
	float: right; /* this element must precede in the source order any element you would like it be positioned next to */
	width: 23%; /* since this element is floated, a width must be given */
	background: #EBEBEB; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 0; /* top and bottom padding create visual space within this div */
}
.personal_injury #lawyer #alabama #sb1 {
	width: 180px;
	margin-right: 2px;
	margin-top: 0px;
	margin-bottom: 5px;
	margin-left: 182px;
	position: absolute;
	top: 0px;
	padding: 0px;
}
.personal_injury #lawyer #alabama #sb2 {
	width: 180px;
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
	margin-right: 2px;
}

.personal_injury #lawyer #alabama #sb1 h3 {
	padding: 0px;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 0px;
}



/* Tips for mainContent:
1. the space between the mainContent and sidebars is created with the left and right margins on the mainContent div.
2. to avoid float drop at a supported minimum 800 x 600 resolution, elements within the mainContent div should be 300px or smaller (this includes images).
3. in the Internet Explorer Conditional Comment below, the zoom property is used to give the mainContent "hasLayout." This avoids several IE-specific bugs.
*/
.personal_injury #mainContent {
	margin-top: 241px;
	margin-right: 369px;
	margin-bottom: 0%;
	margin-left: 2px;
	padding: 10px;
	z-index: 1;
	background-color: #FFF;
	min-height: 496px;
}
.personal_injury #lawyer #mainContent h2 {
	font-size: 1.1em;
	padding: 0px;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
.personal_injury #lawyer #mainContent h1 {
	font-size: 1.4em;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}

.personal_injury #lawyer #mainContent h3 {
	margin: 0px;
	padding: 0px;
	font-size: 1em;
}
.personal_injury #lawyer #mainContent p {
	margin-top: 2px;
}
.personal_injury #lawyer #mainContent p a {
	color:#006;
	text-decoration: underline;
	font-weight: bold;
}
.personal_injury #lawyer #mainContent p a:visited{
	color: #006;
}
.personal_injury #lawyer #mainContent p a:hover{
	color: #C00;
}

.personal_injury #lawyer #mainContent p a:active{
	color: #C00;
}
.personal_injury #lawyer #flashnav {
	background-color: #000;
	position: absolute;
	top: 161px;
	height: 240px;
	width: 935px;
	text-align: right;
	margin: 0px;
	padding: 0px;
	z-index: 10;
}

.personal_injury #lawyer #flashnav ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	float: left;
	width: 250px;
}

.personal_injury #lawyer #flashnav #flash {
	width: 352px;
	padding: 0px;
	text-align: left;
	position: absolute;
	left: 0px;
	top: 0px;
	margin: 0px;
	z-index: 1;
}
.personal_injury #lawyer #flashnav #flash2 {
	width: 426px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-align: right;
	position: absolute;
	top: 0px;
	right: 1px;
	margin: 0px;
	z-index: 1;
}

.personal_injury #mainContent2 {
	margin-top: 0px;
	margin-right: 1%;
	margin-bottom: 0px;
	margin-left: 1%;
	background-image: url(images/claims2-bg.gif);
}
.personal_injury #lawyer #search {
	position: absolute;
	top: 410px;
	margin-right: 50%;
	margin-bottom: 0%;
	margin-left: 1%;
	width: 475px;
	background-color: #CCC;
	margin-top: 0%;
	height: 30px;
}

.personal_injury #claims {
	padding: 0 10px;
	margin: 0px;
	/*background-color: #99A8C0;*/
	background-color: #455774;
	color: #EEEEEE;
	font-size: 80%;
} 
.personal_injury #claims p {
	line-height: 1.5em;
}
.personal_injury #claims a {
	color: #EEEEEE;
	text-decoration:none;
} 
.personal_injury #claims a:visited {
	color: #EEEEEE;
	text-decoration:none;
} 
.personal_injury #claims a:hover {
	color: #C00;
	text-decoration:underline;
} 
.personal_injury #claims a:active {
	color: #C00;
	text-decoration:underline;
} 
.personal_injury #claims2 {
	background-color: #505050;
	text-align: center;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 0px;
	padding-left: 2px;
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
} 
.personal_injury #lawyer #claims2 #tmztv {
	float: left;
	padding-top: 2px;
	padding-left: 25px;
}
#flashlogo {
	position: absolute;
	top: 5px;
}
.personal_injury #lawyer #alabama #ai {
	margin-left: 8px;
}



.personal_injury #lawyer #claims #office	{
	height:0px;
	position: relative;
	left: 0px;
	bottom: 55px;
	width: 200px;
	font-size: 1.2em;
}
.personal_injury #lawyer #claims #office2	{
	height:0px;
	position: relative;
	left: 770px;
	bottom: 55px;
	width: 200px;
	font-size: 1.2em;
}
.personal_injury #lawyer #claims2 #office h2 {
	font-size: 22px;
	font-variant: small-caps;
	padding: 0px;
	font-family: "Times New Roman", Times, serif;
	margin: 0px;
}

.personal_injury #lawyer #mobile #tm {
	margin-left: 0px;
	margin-top: 0px;
	font-family: "Times New Roman", Times, serif;
	background-image: url(images/mobile-logo_a.jpg);
	background-repeat: no-repeat;
	height: 120px;
}
.personal_injury #lawyer #mobile #tm img {
	margin-right: 20px;
}
.personal_injury #lawyer #mobile #tm h2 {
	padding: 0px;
	margin: 0px;
}
.personal_injury #claims p {
	margin: 0; /* zeroing the margins of the first element in the claims will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
/* Miscellaneous classes for reuse */
.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;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page The floated element must precede the element it should be next to on the page. */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a lawyer that should fully contain its child floats */
	clear:both;
  height:0;
  font-size: 1px;
  line-height: 0px;
}
#dropdown-holder {
	background-color:#525252;
	padding-left:10px;
}
.dropdown {
	/*
		OVER ALL LINE HEIGHT
	*/
	line-height:32px;
	z-index: 100;
}
.dropdown a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.95em;
	display:block;
	color:#FFF;
	text-decoration:none;
	font-weight: bold;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 15px;
	text-align: center;
}
.dropdown a:hover{
	color: #FFF;
	background-color: #FE0000;
}
.dropdown a:active{
	color: #FFF;
	background-color: #FE0000;
}
.dropdown ul {
	top:32px;
	z-index: 100;
}
.dropdown li ul a{
	/* The width of the dropdown and popout menu */
	width:147px;
	background-color:#525252;
	/*
		Optional thought i'd make the drop down and popout transparent
		This line is also what is killing the CSS validation
	*/
	filter:alpha(opacity=90);
	-moz-opacity:.90;
	opacity:.90;
}
.dropdown li ul {
	border-top: solid 1px #FFFFFF;
	/* time for some math  {a}:width + {a}:padding + {a}:border */
	width:147px;
	z-index: 100;
}
.dropdown li ul li{
	/* time for some math  {a}:width + {a}:padding + {a}:border */
	width:147px;
	z-index: 100;
}
.dropdown li ul li a{
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
}
.dropdown a.popout {
	/* totally optional popout indicator */
	background-image: url(../images/popout.gif);
	background-position:center right;
	background-repeat:no-repeat;
}

/************************************************************
ONLY EDIT BELOW IF YOU REALLY KNOW WHAT YOUR DOING!
************************************************************/
.dropdown {
	margin:0;
	padding:0;
	list-style-type:none;
}
.dropdown ul{
	margin:0;
	padding:0;
	list-style-type:none;
	z-index: 100;
}
.dropdown a {
	display:block;
}
.dropdown li{
	float:left;
	position:relative;
	display: block;
	z-index: 100;
}
.dropdown ul {
	position:absolute;
	display:none;
	z-index: 100;
}
.dropdown li ul a{
	float:left;
}
.dropdown li ul {
	float:left;
	z-index: 100;
}
.dropdown li ul li{
	float:left;
	position:relative;
}
.dropdown ul ul{
	top:0;
	left:100%;
	z-index: 100;
}
.dropdown li ul ul {
	width:auto;
	margin: -1px 0px 0px 0px;
	float:left;
	z-index: 100;
}
.dropdown li:hover ul ul, .dropdown li:hover ul ul ul, .dropdown li:hover ul ul ul ul{
	display:none;
}
.dropdown li:hover ul, .dropdown li li:hover ul, .dropdown li li li:hover ul, .dropdown li li li li:hover ul{
	display:block;
}
@charset "UTF-8";

/* SpryTabbedPanels.css - version 0.4 - Spry Pre-Release 1.6.1 */

/* Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */

/* Horizontal Tabbed Panels
 *
 * The default style for a TabbedPanels widget places all tab buttons
 * (left aligned) above the content panel.
 */

/* This is the selector for the main TabbedPanels container. For our
 * default style, this container does not contribute anything visually,
 * but it is floated left to make sure that any floating or clearing done
 * with any of its child elements are contained completely within the
 * TabbedPanels container, to minimize any impact or undesireable
 * interaction with other floated elements on the page that may be used
 * for layout.
 *
 * If you want to constrain the width of the TabbedPanels widget, set a
 * width on the TabbedPanels container. By default, the TabbedPanels widget
 * expands horizontally to fill up available space.
 *
 * The name of the class ("TabbedPanels") used in this selector is not
 * necessary to make the widget function. You can use any class name you
 * want to style the TabbedPanels container.
 */
.TabbedPanels {
	padding: 0px;
	float: left;
	clear: none;
	width: 200px; /* IE Hack to force proper layout when preceded by a paragraph. (hasLayout Bug)*/
	text-align: center;
	background-color: #EEE;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}

/* This is the selector for the TabGroup. The TabGroup container houses
 * all of the tab buttons for each tabbed panel in the widget. This container
 * does not contribute anything visually to the look of the widget for our
 * default style.
 *
 * The name of the class ("TabbedPanelsTabGroup") used in this selector is not
 * necessary to make the widget function. You can use any class name you
 * want to style the TabGroup container.
 */
.TabbedPanelsTabGroup {
	text-align: center;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 2px;
	background-color: #EEE;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #BBB;
	border-left-color: #BBB;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 0px;
}

/* This is the selector for the TabbedPanelsTab. This container houses
 * the title for the panel. This is also the tab "button" that the user clicks
 * on to activate the corresponding content panel so that it appears on top
 * of the other tabbed panels contained in the widget.
 *
 * For our default style, each tab is positioned relatively 1 pixel down from
 * where it wold normally render. This allows each tab to overlap the content
 * panel that renders below it. Each tab is rendered with a 1 pixel bottom
 * border that has a color that matches the top border of the current content
 * panel. This gives the appearance that the tab is being drawn behind the
 * content panel.
 *
 * The name of the class ("TabbedPanelsTab") used in this selector is not
 * necessary to make the widget function. You can use any class name you want
 * to style this tab container.
 */
.TabbedPanelsTab {
	position: relative;
	top: 1px;
	float: left;
	font: bold 0.7em sans-serif;
	background-color: #DDD;
	list-style: none;
	border-left: solid 1px #CCC;
	border-bottom: solid 1px #999;
	border-top: solid 1px #999;
	border-right: solid 1px #999;
	-moz-user-select: none;
	-khtml-user-select: none;
	cursor: pointer;
	width: 90px;
	padding: 1px;
	margin-top: 1px;
	margin-right: 1px;
	margin-bottom: 3px;
	margin-left: 2px;
}

/* This selector is an example of how to change the appearnce of a tab button
 * container as the mouse enters it. The class "TabbedPanelsTabHover" is
 * programatically added and removed from the tab element as the mouse enters
 * and exits the container.
 */
.TabbedPanelsTabHover {
	background-color: #CCC;
}

/* This selector is an example of how to change the appearance of a tab button
 * container after the user has clicked on it to activate a content panel.
 * The class "TabbedPanelsTabSelected" is programatically added and removed
 * from the tab element as the user clicks on the tab button containers in
 * the widget.
 *
 * As mentioned above, for our default style, tab buttons are positioned
 * 1 pixel down from where it would normally render. When the tab button is
 * selected, we change its bottom border to match the background color of the
 * content panel so that it looks like the tab is part of the content panel.
 */
.TabbedPanelsTabSelected {
	background-color: #C00;
	border-bottom: 1px solid #EEE;
	color: #FFF;
}

/* This selector is an example of how to make a link inside of a tab button
 * look like normal text. Users may want to use links inside of a tab button
 * so that when it gets focus, the text *inside* the tab button gets a focus
 * ring around it, instead of the focus ring around the entire tab.
 */
.TabbedPanelsTab a {
	color: black;
	text-decoration: none;
}

/* This is the selector for the ContentGroup. The ContentGroup container houses
 * all of the content panels for each tabbed panel in the widget. For our
 * default style, this container provides the background color and borders that
 * surround the content.
 *
 * The name of the class ("TabbedPanelsContentGroup") used in this selector is
 * not necessary to make the widget function. You can use any class name you
 * want to style the ContentGroup container.
 */
.TabbedPanelsContentGroup {
	clear: both;
	background-color: #EEE;
	text-align: left;
}

/* This is the selector for the Content panel. The Content panel holds the
 * content for a single tabbed panel. For our default style, this container
 * provides some padding, so that the content is not pushed up against the
 * widget borders.
 *
 * The name of the class ("TabbedPanelsContent") used in this selector is
 * not necessary to make the widget function. You can use any class name you
 * want to style the Content container.
 */
.TabbedPanelsContent {
	padding: 1px;
}

/* This selector is an example of how to change the appearnce of the currently
 * active container panel. The class "TabbedPanelsContentVisible" is
 * programatically added and removed from the content element as the panel
 * is activated/deactivated.
 */
.TabbedPanelsContentVisible {
	width: 197px;
	height: 200px;
	overflow-y: auto;
	overflow-x: none;
	scrollbar-base-color: #ededed;
	background-color: #EEE;
	margin-top: 10px;
	border:none;
}

/* Vertical Tabbed Panels
 *
 * The following rules override some of the default rules above so that the
 * TabbedPanels widget renders with its tab buttons along the left side of
 * the currently active content panel.
 *
 * With the rules defined below, the only change that will have to be made
 * to switch a horizontal tabbed panels widget to a vertical tabbed panels
 * widget, is to use the "VTabbedPanels" class on the top-level widget
 * container element, instead of "TabbedPanels".
 */

/* This selector floats the TabGroup so that the tab buttons it contains
 * render to the left of the active content panel. A border is drawn around
 * the group container to make it look like a list container.
 */
.VTabbedPanels .TabbedPanelsTabGroup {
	float: left;
	width: 200px;
	height: 20em;
	background-color: #EEE;
	position: relative;
	border-top: solid 1px #999;
	border-right: solid 1px #999;
	border-left: solid 1px #CCC;
	border-bottom: solid 1px #CCC;
}

/* This selector disables the float property that is placed on each tab button
 * by the default TabbedPanelsTab selector rule above. It also draws a bottom
 * border for the tab. The tab button will get its left and right border from
 * the TabGroup, and its top border from the TabGroup or tab button above it.
 */
.VTabbedPanels .TabbedPanelsTab {
	float: none;
	margin: 0px;
	border-top: none;
	border-left: none;
	border-right: none;
}
#rss {
	width: 173px;
	list-style-type:none;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 70%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 2px;
}
#rss h3 {
	font-size: 70%;
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 0px;
}
#rss li {
	padding-top: 2px;
	padding-right: 1px;
	padding-left: 0px;
	margin-top: 10px;
	margin-right: 2px;
	margin-bottom: 8px;
	margin-left: 2px;
	width: 165px;
}
#rss li a {
	color: #000;
	text-decoration: none;
}


/* This selector disables the float property that is placed on each tab button
 * by the default TabbedPanelsTab selector rule above. It also draws a bottom
 * border for the tab. The tab button will get its left and right border from
 * the TabGroup, and its top border from the TabGroup or tab button above it.
 */
.VTabbedPanels .TabbedPanelsTabSelected {
	background-color: #EEE;
	border-bottom: solid 1px #999;
}

/* This selector floats the content panels for the widget so that they
 * render to the right of the tabbed buttons.
 */
.VTabbedPanels .TabbedPanelsContentGroup {
	clear: none;
	float: left;
	padding: 0px;
	width: 200px;
	height: 20em;
}
.personal_injury #lawyer #mainContent #alert {
	padding: 5px;
	border: 1px solid #C00;
	margin-top: 10px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	text-align: center;
}
