﻿/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> global settings needed for thickbox <<<-----------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox specific link and font settings <<<------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
p, td {
  font: 13px Arial, Helvetica, sans-serif;
  color: #000000;}
  
ul, li, td {
  font: 13px Arial, Helvetica, sans-serif;
  color: #000000;}

h2, td {
	font: 13px Arial, Helvetica, sans-serif;
	color: white;
}
  
a {
	outline: none;	
}
a:link,a:visited {
	color:#025158;
	text-decoration: underline;
	font-weight: bold;
}

a:hover {
	color:#066c75;
	text-decoration: none;
	font-weight: bold;
}
td.footer-links a:link,td.footer-links a:visited {
	color: #41d3d6;
}

td.footer-links a:hover {
	color: #ffc73c;text-decoration: none;
}


ul#navigation{
list-style-type: none;
	font-size: 90%;
}

ul#navigation, ul#navigation ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

ul#navigation ul {
border: 1px solid #000;
z-index: 100;
}

* html ul#navigation ul {
width: 170px;
}

*:first-child+html ul#navigation ul {
width: 170px;
}
ul#navigation li { 
	position: relative;
	float: left;
	height: 20px;
	list-style-type: none;
	display: block;
}
ul#navigation li#attorneys { 
background: url(/images/roll_our_attorneys.jpg) no-repeat 0 0;
}
ul#navigation li#practice { 
background: url(/images/roll_practical_areas.jpg) no-repeat 0 0;
}
ul#navigation li#faqs { 
background: url(/images/roll_faqs.jpg) no-repeat 0 0;
}
ul#navigation li#testi { 
background: url(/images/nav_left_testi_o.jpg) no-repeat 0 0;
}
ul#navigation li#glossary { 
background: url(/images/roll_legal_glossaries.jpg) no-repeat 0 0;
}
ul#navigation li#community { 
background: url(/images/roll_our_community.jpg) no-repeat 0 0;
}
ul#navigation li#directions { 
background: url(/images/roll_directions.jpg) no-repeat 0 0;
}

ul#navigation li#contact { 
background: url(/images/nav_left_contact_o.jpg) no-repeat 0 0;
}

ul#navigation li img {
border: none;
}

ul#navigation li ul li { 
	height: auto;
	float: left;
}
ul#navigation>li li { /* Needed for Opera 9, maybe because it's decent CSS. Hide from IE6 */
	float: none;
}
#navigation li a {
	display: block;
	width: 190px;
	border: none;
	height: 20px;
	color: #FFF;
	font-weight:normal;
}


#navigation li ul li a {
	height: auto;
	font-family:Arial, Helvetica, sans-serif;
	background: #0a5f66;
	padding: 4px 10px;
	width: 170px;
	text-decoration: none;
	font-size: 14px;
}
 * html #navigation li ul li a, *:first-child+html #navigation li ul li a{
 width:190px;/*for ie5.x win */
 w\idth:170px;/*for ie6*/
 }


ul#navigation li ul li a:visited {
	color: #FFF;
}

ul#navigation li ul li a:hover {
	color: #fdc938;
	border: none;
}


ul#navigation li a:hover img {
visibility:hidden;
display: none;
}

ul#navigation li ul {
	position : absolute;
	left: -999em;
}
#navigation li:hover ul ul, #navigation li.sfhover ul ul {
	left: -999em;
}

#navigation li:hover ul, #navigation li li:hover ul, #navigation li.sfhover ul, #navigation li li.sfhover ul {
	top: 0;
	left: 0;
	margin-left: 188px;
}


*:first-child+html ul#navigation li li {  /* Needed for IE7 */
	float: left;
}

.footer-text{
	text-decoration:none;
	color:#999999;
	font-size:10px;
}

.footer-text a{
	text-decoration:none;
	color:#999999;
	font-size:10px;
}



