@charset "utf-8";
/*  CSS */

a,
a:link,
a:visited,
a:hover,
a:active	{color:#a1a1a2; outline: none;}
:focus		{ -moz-outline-style: none;}

.left		{float:left;}
.right		{float:right;}
.clear		{clear:both;}
.clrright	{clear:right;}
.clrleft	{clear:left;}

h1			{font:1.6em "Times New Roman", Times, serif;margin:0;padding:0}
h2			{font:1.5em "Times New Roman", Times, serif;margin:0;padding:0}
h3			{font:1.4em "Times New Roman", Times, 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;}
#map {line-height:15px;}

.blue,
a.blue,
a.blue:link,
a.blue:visited,
a.blue:hover,
a.blue:active	{color:#7cb6f6;text-decoration:none;}


.news	{
	float:left;
	width:250px;
	margin: 8px 25px 0 0px;
	min-height:200px;
    height:auto !important;
    height:200px;
	}

h2.newsheadline	{
	margin:5px 0 -5px 0;}

/******   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% "Times New Roman", Times, serif;
	color: #a1a1a2;
	background:#121111 url(../images/bg.gif) repeat-x;
	}
	
#wrapper	{
	width:1000px;
	height:auto;
	margin: 0 auto;
	text-align:left;
	font: 1.5em/1.3em "Times New Roman", Times, serif;
	}
	
#header	{
	height:135px;
	margin:28px auto 0 auto;
	}
	


#content	{
	width:740px;
	margin:0px;
	padding: 10px;
	background:#161718;
	border:1px solid #1d1d1d;
	min-height:400px;
    height:auto !important;
    height:400px;
	}
	

#flash	{
	margin: -10px;
	}



.advert	{
	color:#ccc;
	font-size:10px;
	float:right;
	width:180px;
	}

.white	{color:#fff;}
.blue	{color:#5098e8;}

#rightcol	{
	width:238px;
	float:right;
	}

* html #rightcol	{margin-right:-9px;}

#rightcol .indent	{
	padding-left:30px;
	}

h1.sideheading	{background:#000;margin:0 -15px;padding: 3px 0;width:242px;text-indent:8px;border:1px solid #1d1d1d;}
#areas	{
	width:220px;
	padding:0 8px 15px 15px;
	background:#191919;
	border:1px solid #1d1d1d;
	border-left:0px;
	font-size:14px;
	}	

form#search	{	
	width:203px;
	height:18px;
	margin:0 auto;
	padding: 5px 5px 5px 15px;
	margin: 0 0 10px 10px;
	background:url(../images/searchbg.gif) no-repeat;
	}



#attorneybox	{
	float:right;
	width:200px;
	background:#1d1e1f;
	border:1px solid #303133;
	margin:10px;
	padding:10px;
	}


/******* FOOTER *******/
#footer	{
	height:80px;
	font-size:.85em;
	line-height:1.3em;
	color:#fff;
	width:790px;
	clear:both;
	}
#footer a	{text-decoration:none;}

#footer #credit				 {float:right;width:115px;}
#footer #credit a 	 		 {color:#252525;text-decoration:none;}
#footer #credit a:hover 	 {color:#fff;text-decoration:none;}


#areas ul
	{
	margin:2px;
	padding:2px;
	list-style:none;
	}



/******* HORIZONTAL NAV MENU  ***********/
#nav	{
  width:760px;
  background:#0a0909;
  border:1px solid #1d1d1d;
  padding: 6px 0px 4px 0px;
  }
  

 
ul#hrznav {
  margin: 0;
  border: 0 none;
  padding: 0;
  width: 760px; /*For KHTML*/
  list-style: none;
  height: 24px;
	}

ul#hrznav li {
  margin: 0;
  border: 0 none;
  padding: 0;
  float: left; /*For Gecko*/
  display: inline;
  list-style: none;
  position: relative;
  height: 24px;
	}

ul#hrznav ul {
  margin: 0;
  border: 0 none;
  padding: 0;
  width: 170px;
  list-style: none;
  display: none;
  position: absolute;
  top: 24px;
  left: 0;
	}

ul#hrznav ul li {
  float: none; /*For Gecko*/
  display: block !important;
  display: inline; /*For IE*/
	}

/* Root Menu */
ul#hrznav a {
  border-right: 1px solid #000000;
  border-left: 1px solid #161718;
  adding: 0 9px;
  padding: 0 14px;
  float: none !important; /*For Opera*/
  float: left; /*For IE*/
  display: block;
  font: 18px/19px "Times New Roman", Times, 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 {
  color: #FFF;
	}

/* 2nd Menu */
ul#hrznav li:hover li a,
ul#hrznav li.iehover li a {
  float: none;
  background: #0a0909;
  font: 14px/25px "Times New Roman", Times, serif;
  border:1px solid #252525;
  padding: 1px 9px 0px 9px;
  color:#a1a1a2;
	}

html>/**/body ul#hrznav li:hover li a,
html>/**/body ul#hrznav li.iehover li a {padding: 0px 9px 0px 9px;}

/* 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: #242222;
  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;
	}



#attorneys p img	{
	margin: 0 25px 10px 50px;
	padding:3px;
	background:#fff;
	border:1px solid #ccc;
	}
	
#attorneys .pareas	{
	float:right;
	padding:0 20px 0 0px;
	color:#515151;
	width:220px;
	}

#attorneys .pareas a	{color:#515151;	}


#attorneys-all p img	{
	margin: 0 20px 0px 10px;
	padding:2px;
	background:#fff;
	border:1px solid #ccc;
	}
	
#attorneys-all p img.spacer	{
	margin: 0 12px 40px 10px;
	padding:2px;
	background:#161718;
	border:0px;
	}


/**********  CONTACT FORM   **********/
form#contact 	{
	margin:0;
	padding: 5px;
	float:right;
	width: 275px;
	}	


#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	{
	background: #485059;
	color:#fff;
	border: 1px solid #7c5b47;	
	margin:0px 0px 10px 0px;
	position:relative;
	display:block;
	padding: 0px 10px 10px 10px;
	} 
	
#contact legend	{
	color:#e79904;
	font-variant:small-caps;
	font:bold 1.0em Verdana, Arial, Helvetica, sans-serif;
	padding:2px 5px;
	position: relative;  
	left: -7px;  
	top: -0.75em;
	}

#contact fieldset ol {  
	padding-top: 0.25em;
	}
	
#contact #city {
	display: block;
	width: 60px;
	margin-right:12px;
	float: left;
	margin-bottom: 10px;
	}
	
#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;}




body#advertisement	{
	background:#0C0C0C;
	color:#ccc;
	font-size: 16px;
	padding:10px;
	width:90%;
	overflow:hidden;
	
	}

.answer { font-style:italic;}
.question {font-weight: bold;color: #7cb6f6;}
.faqcat {color:#fff; font-weight:bold;}
