@charset "utf-8";
/*  CSS */

a,
a:link,
a:visited,
a:hover,
a:active	{color:#333130; outline: none;}

.left		{float:left;}
.right		{float:right;}
.clear		{clear:both;}
.clrright	{clear:right;}
.clrleft	{clear:left;}

h1			{font:1.6em Arial, Helvetica, sans-serif;margin:0;padding:0}
h2			{font:1.5em Arial, Helvetica, sans-serif;margin:0;padding:0}
h3			{font:1.4em Arial, Helvetica, sans-serif;margin:0;padding:0}

.pad5		{padding:5px;}
.sm9		{font-size:0.63em;}
.sm10		{font-size:0.69em;}

img {behavior: url(inc/pngbehavior.htc);}
#map img {behavior:none !important;}
#googlemap {width: 400px; height: 400px; border:1px solid #ccc;line-height:15px;float:right;}

.green,
a.green,
a.green:link,
a.green:visited,
a.green:hover,
a.green:active	{color:#128882;}

h1.header		{padding:100px 0 0px 70px;font: 36px Georgia, "Times New Roman", Times, serif; color: #fff;}
span.blueheading	{font: 19px/30px Georgia, "Times New Roman", Times, serif;color:#11928d;}
h1.blueheading	{font:21px Georgia, "Times New Roman", Times, serif;color:#11928d;}
h2.blueheading	{font:18px Georgia, "Times New Roman", Times, serif;color:#11928d;}

#content h1.headersinline,#content h2.headersinline,#content h3.headersinline{
	font: 1.0em/1.0em Arial, Helvetica, sans-serif;
	display:inline;
	}

#content strong, #footer strong 	{font-weight:normal;}
.padunder	{margin-bottom:10px;}

/******   LAYOUT   ******/
* {outline-style: none;}

html,body	{
	height:100%;
	width: 100%;
	margin: 0 auto;
	}
	
body	{
	margin:0 auto;
	text-align:center;
	padding:0;
	font: 62.5% Arial, Helvetica, sans-serif;
	color: #333130;
	background:#341000 url(../images/bg.jpg) repeat-x;
	} 

*html body		{background:#723407;}

#wrapper	{
	width:1000px;
	height:auto;
	margin: 0 auto;
	padding: 0;
	text-align:left;
	font: 1.3em/1.5em Arial, Helvetica, sans-serif;
	}
	
#home #header	{
	height:372px;
	margin:40px auto 0 auto;
	}

#header	{
	height:200px;
	margin:40px auto 0 auto;
	background: url(../images/headerbg.png) repeat-x;
	}

#header #ad		{padding: 45px 0 0 360px;position:absolute;z-index:100;}
#header #logo	{margin-top:-30px;position:absolute;z-index:100;}


.emailsignup	{
	float:right;
	background:url(../images/signupbg.gif) no-repeat;
	width:177px;
	height:46px; 
	margin: 29px 11px 0 0;
	}
*html .emailsignup	{margin:29px 0 0 812px;position:absolute;float:right;}
	
#container	{
	width:1000px;
	height:auto;
	padding:0 0 0 0;
	margin:0;
	text-align:left;
	background: url(../images/wrapper.png) repeat-y;
	}

*html #container	{background: url(../images/bgwrapper.jpg) repeat-y;}
	
#content	{
	width:710px;
	margin:0px 0 0 25px;
	min-height:700px;
    height:auto !important;
    height:700px;
	}
	
#content h1.headersinline,#content h2.headersinline,#content h3.headersinline{
	font: 1.0em/1.0em Arial, Helvetica, sans-serif;
	display:inline;
	}

#flmovie	{
	width:1000px;
	height:372px;
	margin: 0px 0 0 0;
	position:absolute;
	z-index:1;
	}
	

#rightcol	{
	float:right;
	margin: 0 30px 0 0;
	width:215px;
	font: 12px/15px Arial, Helvetica, sans-serif;
	}
*html #rightcol	{margin: 0 12px 0 0;}
#rightcol h1 a {color:#128882;text-decoration:none;}
	
.whitebox	{
	padding:5px;
	background:#f9f8f5;
	border:2px solid #fff;
	margin: 2px;
	}
	
ul.rssfeeds li {list-style:none; margin:2px;padding:2px;}

/******* FOOTER *******/
#footer	{
	height:80px;
	font-size:.85em;
	line-height:1.3em;
	padding: 15px 22px;
	color:#63473b;
	background:url(../images/footerbg.jpg) no-repeat;
	clear:both;
	}
*html #footer {
	color:#cbb29f;
	background:none;
	}
	
#footer a	{text-decoration:none;color:#63473b;}

#footer #credit				 {float:right;width:115px;}
#footer #credit img			{margin-top:-9px;position:relative;}
#footer #credit a 	 		 {color:#63473b;text-decoration:none;}
#footer #credit a:hover 	 {color:#fff;text-decoration:none;}





/****************    NAV   ************/
#nav .menu {	
	padding: 41px 0px 0 0;
    overflow: hidden;
    height: 0px !important;
    height /**/:41px;
	float:left;
	}
		
#nav a#home												{background:url(../images/nav-home.jpg) no-repeat;width:61px;}
#nav a#home:HOVER,.home #nav a#home						{background:url(../images/nav-home-over.jpg) no-repeat;}

#nav a#bankruptcy										{background:url(../images/nav-bankruptcy.jpg) no-repeat;width:93px;}
#nav a#bankruptcy:HOVER,.bankruptcy #nav a#bankruptcy			{background:url(../images/nav-bankruptcy-over.jpg) no-repeat;}
		
#nav a#personal											{background:url(../images/nav-personalinjury.jpg) no-repeat;width:123px;}
#nav a#personal:HOVER,.personal #nav a#personal			{background:url(../images/nav-personalinjury-over.jpg) no-repeat;}

#nav a#criminal											{background:url(../images/nav-criminalcases.jpg) no-repeat;width:121px;}
#nav a#criminal:HOVER,.criminal #nav a#criminal			{background:url(../images/nav-criminalcases-over.jpg) no-repeat;}

#nav a#aboutus											{background:url(../images/nav-about.jpg) no-repeat;width:84px;}
#nav a#aboutus:HOVER,.aboutus #nav a#aboutus			{background:url(../images/nav-about-over.jpg) no-repeat;}

#nav a#resources										{background:url(../images/nav-resources.jpg) no-repeat;width:92px;}
#nav a#resources:HOVER,.contact #nav a#contact			{background:url(../images/nav-resources-over.jpg) no-repeat;}

#nav a#testimonials										{background:url(../images/nav-testimonials.jpg) no-repeat;width:87px;}
#nav a#testimonials:HOVER,.testimonials #nav a#testimonials	{background:url(../images/nav-testimonials-over.jpg) no-repeat;}

#nav a#contact											{background:url(../images/nav-contact.jpg) no-repeat;width:102px;}
#nav a#contact:HOVER,.contact #nav a#contact			{background:url(../images/nav-contact-over.jpg) no-repeat;}


 
/******* HORIZONTAL NAV MENU  ***********/
#nav	{
	height:75px;
	margin:-41px 0 0 0;
	padding:0;
	z-index:500;
	width:1000px;
	position:absolute;
	background:url(../images/navbg.jpg) 0 29px no-repeat;
	
	}
*html #nav	{
	position:absolute;
	z-index:500;
	width:1000px; 
	} /*IE 6*/ 
		
ul#hrznav {
  margin: 0;
  border: 0 none;
  padding: 0;
  width: 812px; /*For KHTML*/
  list-style: none;
  height: 41px;
  padding:0px 0px 0px 0px;
	}

ul#hrznav li {
  margin: 0;
  border: 0 none;
  padding: 0;
  float: left; /*For Gecko*/
  display: inline;
  list-style: none;
  position: relative;
  height: 33px;
  z-index:500;
	}

ul#hrznav li li{height:30px;}

ul#hrznav ul {
  margin: 0;
  border: 0 none;
  padding: 0;
  width: 230px;
  list-style: none;
  display: none;
  position: absolute;
  top: 40px;
  left: 0;
	}

ul#hrznav ul li {
  float: none; /*For Gecko*/
  display: block !important;
  display: inline; /*For IE*/
	}

/* Root Menu */
ul#hrznav a {
  padding: 4px 2px;
  float: none !important; /*For Opera*/
  float: left; /*For IE*/
  display: block;
  color: #e1a913;
  font: 1.3em/1.4em Arial, Helvetica, sans-serif;
  text-decoration: none;
  height: auto !important;
  height: 1%; /*For IE*/
	}

/* Root Menu Hover Persistence */
ul#hrznav a:hover,
ul#hrznav li:hover a,
ul#hrznav li.iehover a {
  background: #CCC;
  color: #FFF;
	}

/* 2nd Menu */
ul#hrznav li:hover li a,
ul#hrznav li.iehover li a {
  float: none;
  background:#527104;
  color: #cadc9e;
  border:1px solid #394f03;
  border-top:1px solid #638906;
  font-size:14px;
  height:30px;
  text-indent:5px;
  z-index:550;
  	}

*html #nav	{z-index:500; position:relative;}



/* 2nd Menu Hover Persistence */
ul#hrznav li:hover li a:hover,
ul#hrznav li:hover li:hover a,
ul#hrznav li.iehover li a:hover,
ul#hrznav li.iehover li.iehover a {
  background: #415a04;
  color: #FFF;
	}

/* 3rd Menu */
ul#hrznav li:hover li:hover li a,
ul#hrznav li.iehover li.iehover li a {
  background: #EEE;
  color: #666;
	}

/* 3rd Menu Hover Persistence */
ul#hrznav li:hover li:hover li a:hover,
ul#hrznav li:hover li:hover li:hover a,
ul#hrznav li.iehover li.iehover li a:hover,
ul#hrznav li.iehover li.iehover li.iehover a {
  background: #CCC;
  color: #FFF;
	}

/* 4th Menu */
ul#hrznav li:hover li:hover li:hover li a,
ul#hrznav li.iehover li.iehover li.iehover li a {
  background: #EEE;
  color: #666;
	}

/* 4th Menu Hover */
ul#hrznav li:hover li:hover li:hover li a:hover,
ul#hrznav li.iehover li.iehover li.iehover li a:hover {
  background: #CCC;
  color: #FFF;
	}

ul#hrznav ul ul,
ul#hrznav ul ul ul {
  display: none;
  position: absolute;
  top: 0;
  left: 160px;
	}

/* Do Not Move - Must Come Before display:block for Gecko */
ul#hrznav li:hover ul ul,
ul#hrznav li:hover ul ul ul,
ul#hrznav li.iehover ul ul,
ul#hrznav li.iehover ul ul ul {
  display: none;
	}

ul#hrznav li:hover ul,
ul#hrznav ul li:hover ul,
ul#hrznav ul ul li:hover ul,
ul#hrznav li.iehover ul,
ul#hrznav ul li.iehover ul,
ul#hrznav ul ul li.iehover ul {
  display: block;
	}





/**********  CONTACT FORM   **********/

form#contact 	{
	margin:0;
	padding: 5px;
	float:left;
	width: 275px;
	background:#c5f4f2;
	border: 1px solid #33c7bf;	
	}	


#contact label,#contact input {
	display: block;
	width: 150px;
	float: left;
	margin-bottom: 10px;
	}

#contact label {
	text-align: right;
	width: 75px;
	padding-right: 5px;
	}

#contact br {clear: left;}

#contact fieldset	{
	margin:0px 0px 10px 0px;
	position:relative;
	display:block;
	padding: 0px 10px 10px 10px;
	border:1px solid #e3f8f7;
	} 
	
#contact legend	{
	color:#118f8a;
	font-variant:small-caps;
	font:bold 1.0em Arial, Helvetica, sans-serif;
	padding:2px 5px;
	position: relative;  
	}

#contact span.state	{width:130px;float:left;text-align:right;}
	
#contact #zip {
	width: 60px;
	margin-right:12px;
	float: left;
	}
#contact #zipname	{width:27px;margin-left:13px;float:left;}
	
#contact #comments	{
	display: block;
	width: 240px;
	height:70px;
	margin-bottom: 15px;
	}

textarea{overflow:auto;}
	
#contact #submit	{
	width: 85px;
	height:32px;
	margin-left:90px;
	}
	
#contact .shhhh, .shhhh {display:none;}



div.eval form#contact 	{width:400px;margin:0 auto;float:none;}
.eval form#contact input {width:250px;margin-left:15px;}
.eval form#contact label {width:100px;}
.eval form#contact #zipname	{width:30px;}
.eval form#contact span.state	{width:145px;margin:0 72px 0 25px;}
.eval form#contact select#case	{width:260px;}
.eval form#contact #comments	{width:370px;}