body {
	margin:0 0 0 0;
	background-color:#fff;
	}

#header {
	width:100%; 
	height:17px;
	text-align:right;
	float:right;
	background-image:url(../images/bg_header.jpg);
	background-repeat:repeat-x;
	background-attachment:fixed;
	position:fixed;
	padding:2px 0px 2px 0px;
	display:block;
	margin-bottom:20px;
	}

table.container {
	width:963px; 
	text-align:left;
	font-family:Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000;
	float:center;
	}
	
td.navigation {
	font-family:trebuchet ms, arial, helvetica;
	font-size:11px; 
	font-weight:bold;
	color:#000;
	text-transform:uppercase;
	text-align:right;
	padding:5px;
	vertical-align:bottom;
	}
	
td.navigation a {
	color:#000;
	text-decoration:none;
	}
	
td.navigation a:hover {
	color:#921e10;
	text-decoration:none;
	}
	
td.flash {
	background-image:url(../images/bg_flash.jpg);
	background-repeat:no-repeat;
	margin:5px 5px 5px 5px;
	height:278px;
	}
	
td.leftcolumn, td.rightcolumn {
	font-size:12px;
	font-family:trebuchet ms, arial, helvetica;
	color:#454545;
	padding:15px;
	vertical-align:top;
	}

	
td.leftcolumn {
	width:300px;
	}
	
h2 {
	font-size:12px;
	font-weight:bold;
	color:#000;
	text-transform:uppercase;
	letter-spacing:-.25px;
	}
	
h2 b {
	font-size:12x;
	font-weight:bold;
	color:#921e10;
	text-transform:uppercase;
	}
	
h2 span {
	text-transform:none;
	color:#888;
	}
	
td.leftcolumn {
	border-right:1px solid #000;
	}
	
td.rightcolumn h2 {
	font-size:14px;
	}

td.leftcolumn h1 {
	text-transform:uppercase;
	font-weight:bold;
	font-size:12px;
	}
	
td.leftcolumn a, td.rightcolumn a {
	color:#921e10;
	text-decoration:underline;
	}
	
td.leftcolumn a:hover, td.rightcolumn a:hover {
	color:#454545;
	text-decoration:none;
	}
	
td.rightcolumn h1 {
	color:#000;
	text-transform:uppercase;
	font-weight:bold;
	font-size:12px;
	}
	
td.rightcolumn a.subject {
	text-decoration:none;
	}

a.btn-quickcontact {
	display:block;
	background-image:url(../images/btn_quickcontact.jpg);
	background-repeat:no-repeat;
	width:92px;
	height:12px;
	overflow:hidden;
	float:right;
	margin-right:10px;
	}
	
a.btn-quickcontact:hover {
	display:block;
	background-position:0 -12px;
	}
	
a.btn-lawyersearch {
	display:block;
	background-image:url(../images/btn_lawyersearch.jpg);
	background-repeat:no-repeat;
	width:92px;
	height:12px;
	overflow:hidden;
	float:right;
	margin-right:10px;
	}
	
a.btn-lawyersearch:hover {
	display:block;
	background-position:0 -12px;
	}
	
a.btn-privacy {
	display:block;
	background-image:url(../images/btn_privacy.jpg);
	background-repeat:no-repeat;
	width:104px;
	height:13px;
	overflow:hidden;
	float:left;
	margin-right:10px;
	}
	
a.btn-privacy:hover {
	display:block;
	background-position:0 -13px;
	}
	
a.btn-philosophy {
	display:block;
	background-image:url(../images/btn_philosophy.jpg);
	background-repeat:no-repeat;
	width:104px;
	height:13px;
	overflow:hidden;
	float:left;
	margin-right:10px;
	}
	
a.btn-philosophy:hover {
	display:block;
	background-position:0 -13px;
	}
	
a.btn-disclaimer {
	display:block;
	background-image:url(../images/btn_disclaimer.jpg);
	background-repeat:no-repeat;
	width:79px;
	height:13px;
	overflow:hidden;
	float:left;
	margin-right:10px;
	}
	
a.btn-disclaimer:hover {
	display:block;
	background-position:0 -13px;
	}
	
div.hr {
	height:1px;
	width:100%;
	background-color:#000;
	}
	
#footer {
	width:100%; 
	height:17px;
	background-image:url(../images/bg_footer.jpg);
	background-repeat:repeat-x;
	padding:2px 0px 2px 0px;
	display:block;
	}
	
/* Drop Down Menu */

ul {
  padding: 5px;
  list-style: none;
  float:left;
  margin-left:135px;
  }
  
 li {
  float: left;
  position: relative;
  margin-left:15px;
  }
  
  li ul {
  display: none;
  position: absolute; 
  top: 50px;
  left: 0;
  width:250px;
  list-style:none;
  list-style-position:outside;
  margin-left:0px;
  }
  
li ul li {
	background-image:url(../images/bg_dropdown.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	padding-left:15px;
	margin-left:0px;
	}
  
li ul a {
	color:#cbcbcb !important;
	font-size:10px;
	}
	
li ul a:hover {
	color:#921e10 !important;
	border-bottom:1px dotted #cecece;
	}
  
  li > ul {
	top: 15px;
	left: 0px;
	list-style-position:outside;
	text-indent:none;
	}
	
li:hover ul, li.over ul{ display: block; }

div.clear {
	clear:left;
	}
	

/* Contact Form / Lawyer Search */

div#contactform, div#lawyersearch {
	position:fixed;
	top:17px;
	right:0px;
	display:none;
	background-color:#000;
	color:#fff;
	text-transform:uppercase;
	font-weight:bold;
	border:1px solid #000;
	font-family:trebuchet ms, arial, helvetica;
	font-size:10px;
	line-height:16px;
	width:250px;
	padding-top:10px;
	background-image:url(../images/bg_contactform.jpg);
	background-repeat:no-repeat;
	background-position:bottom center;
	}
	
div#contactform a, div#lawyersearch a {
	color:#b91400;
	text-decoration:none;
	}
	
div#contactform a:hover, div#lawyersearch a:hover {
	color:#fff;
	text-decoration:none;
	}

div#contactform input, div#lawyersearch input {
	height:20px;
	width:135px;
	font-size:9px;
	color:#fff;
	font-family:trebuchet ms, arial, helvetica;
	border:1px solid #b40000;
	background-color:#000;
	padding-left:5px;
	}
	
div#contactform input.submit, div#lawyersearch input.submit {
	width:50px;
	height:20px;
	padding-left:0;
	background-image:none;
	background-color:#b91400;
	border:1px solid #fff;
	}
	
div#contactform textarea, div#lawyersearch textarea {
	background-color:#000;
	height:100px;
	width:135px;
	font-size:9px;
	color:#fff;
	font-family:trebuchet ms, arial, helvetica;
	border:1px solid #b40000;
	padding-left:5px;
	}
	
	
/* IE6 Hacks */

* html body {
	background-image:url(../images/bg_header.jpg);
	background-repeat:repeat-x;
	background-attachment:fixed;
	z-index:10;
	}
	
* html #header {
	float:none;
	position:absolute;
	top:expression(eval(document.compatMode &&
	document.compatMode=='CSS1Compat') ?
	documentElement.scrollTop : document.body.scrollTop);
	}
		
* html div#contactform, * html div#lawyersearch {
	position:absolute;
	top:expression(eval(document.compatMode &&
	document.compatMode=='CSS1Compat') ?
	documentElement.scrollTop : document.body.scrollTop);
	margin-top:17px;
		}
		
* html div#nav {
	margin-left:-200px;
	width:700px;
	}
		
* html li ul {
	top:10px;
	float:left;
	margin-left:0px;
	}
	
* html ul {
	margin-left:60px;
	margin-bottom:10px;
	}

* html td.logo {
	width:300px !important;
	}
	
* html div.hr {
	height:1px;
	width:100%;
	background-color:#fff;
	border-bottom:1px solid #000;
	}