@charset "utf-8";
/* CSS Document */
html{height:100%;}

.body {
	background:#000;
	margin:0;
	min-height:100%; 
	height:auto !important;
	height:100%;
	font-size:62.5%;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	behavior: url(/styles/inc.csshover.htc);
}

#wrapper {
	width:959px;
	min-height:100%; 
	display:table;
	height:auto !important;
	height:100%;
	margin:auto;
	position:relative;
	clear:both;
	background:#343333 url(/images/wrapper.jpg) no-repeat;
}


#wrappercontent{
	width:895px;
	border-left:8px solid #efa023;
	border-right:8px solid #efa023;
	min-height:100%; 
	height:auto !important;
	height:100%;
	float:left;
	background:#fff;
	position:relative;
	left:24px;
}

#wrappermain {
	position:relative;
	width:876px;
	min-height:100%; 
	height:auto !important;
	height:100%;
	margin:auto;
	background: url(/images/headergradient.jpg) repeat-x top;
}

#logo {
	width:300px;
	margin:auto;
	clear:both;
}

#menu {
	width:849px;
	height:38px;
	background:#d0d0d0 url(/images/nav-bg.jpg) repeat-x bottom;	
	padding-left:20px;
	margin:10px auto 0 auto;
	z-index:99;
	position:relative;
}

#photo {
	height:240px;
	clear:both;
	width:100%;
	background:url(./images/photos/home.jpg) no-repeat;
	position:relative;
	z-index:0;
}

#content {
	background:#fff url(/images/contentgradient.jpg) repeat-x top;
	clear:both;
	display:block;
	margin:0;
	padding:35px;
	margin-top:1px;
	margin-bottom:120px;
	font-size:1.2em;
	position:relative;
	height:100%;
	_height:75%;
}

#body{
	width:540px;
	float:left;
	clear:left;
	position:relative;
}

#sidebar {
	width:200px;
	float:right;
	background: url(/images/divider.jpg) no-repeat left top;
	min-height:638px;
	height:auto !important;
	height:638px;
	padding-left:40px;
	font-size:1.0em;
	line-height:18px;
	clear:right;
	position:relative;
}

#footer {
	position:absolute;
	bottom:0;
	left:50px;
	padding-left:100px;
	background:url(/images/lbkfooter.jpg) no-repeat top left;
	height:110px;
	width:600px;
	margin:auto;
	z-index:10;
	line-height:19px;
	font-size:1.2em;
}

#footer a{
	color:#000;
	text-decoration:none;
}

#footer a:hover {
	color:#cc810b;
}

/* SIDEBAR */

#sidebar ul {
	padding:0;
	list-style:none;
	display:block;
	clear:both;
	margin:0;
	margin-bottom:30px;
}

#sidebar ul li {
	padding:6px 0;
	margin-left:25px;
	font-size:10px;
}

#sidebar ul li a{font-size:1.30em;}

#sidebar a, #sidebar a:visited{
	color:#000;
	text-decoration:none;
}

#sidebar a:hover {
	color:#c77d08;
}
#sidebar h2{
	margin:0;
	display:table;
	border:1px solid #fff;
	clear:both;
	font-size:1.4em;
	font-weight:normal;
	padding:0;
}

#sidebar h2 span.left {
	display:block;
	background:url(/images/h2left.jpg) no-repeat;
	width:15px;
	height:26px;
	float:left;
}

#sidebar h2 span.right {
	display:block;
	background:url(/images/h2right.jpg) no-repeat;
	width:15px;
	height:26px;
	float:left;
}

#sidebar h2 span.center {
	float:left; 
	margin-top:5px;
	padding: 0 10px;
}

#sidebar_news {margin:0; padding:0; margin-bottom:30px; margin-left:25px; margin-top:10px; display:block; clear:both; }


/* GENERAL STYLES */

.orange {color:#ec8f00;}
.readmore { font-size:1em; font-weight:bold; display:block; margin-top:10px;}	

h1 {
	padding:0; 
	font-size:1.4em; 
	font-weight:normal;
	margin: 10px 0;
}

h1 a {
	color:#000;
	text-decoration:underline
}

h2 {margin:0; font-weight:normal; padding:0;}

a, a:visited {
	color:#c77d08;
	text-decoration:none;
}

a:hover {
	color:#7c4e05;
}


#attorney ul {list-style:none;}

#attorney a,#attorney a:visited{
	color:#c77d08;
}

#attorney a:hover{
	color:#000;
}

ul#news {list-style:none; margin:0; padding:0;}

ul#news li { float:left; width:165px; margin:0; padding:0;}

ul#results li { margin-bottom:12px;}

/* THIS IS THE MENU 
---------------------------------------------------------*/

/* Overall Box Properties */

/* Type of Menu (Vertical vs. Horizontal) */
#menu ul {
	display: block;
	list-style: none;
	margin: 0;
	float: left;
	padding: 0;
	z-index: 1780;
}

/* Position of menu elements */
#menu ul li {
	position: relative;
	color: #000;
	display: inline;
	padding: 0;
	float: left;
	margin:0 2px;
}

/* Edit look of 1st level menu items */
#menu ul li a {
	display: block;
	float: left;
	color: #000;
	padding: 10px 23px;
	text-decoration: none;
	text-transform:uppercase;
	font-weight: normal;
	font-size: 1.2em;
	height:18px;
}

/* Added specifically for Internet Explorer */
* html #menu ul li a {
	padding: 10px 23px;
	}

/* Sometimes Needed to Change Internet Explorer Hover */
#menu ul li a:hover {
	color: #fff;
	background: #c37905 url(/images/nav-bg-hover.jpg) repeat-x; 
	height:18px;
}

/* Position of Drop Down Elements */
#menu ul li ul {
	position: absolute;
	display: none;
}

/* Hover of the Main Menu */
#menu ul li:hover {	 
	position: relative;
	color: #fff;
	background: #c37905 url(/images/nav-bg-hover.jpg) repeat-x; 

}

/* Added specifically for Internet Explorer Hover */
#menu ul li:hover > a,
#menu li a:hover,
* html #menu li a:hover {
	color: #fff;
	padding: 10px 23px;
	background: #c37905 url(/images/nav-bg-hover.jpg) repeat-x; 

}

/* For Top Level Hover when on the second level (I think) */
#menu ul li:hover ul {
	display: block;
	position: absolute;
	left: -2px;
	top: 38px;
	width: 190px;
	margin: 0;
	padding: 0;
	z-index: 1780;
	color: #000;
	background: #c37905 url(/images/nav-bg-hover.jpg) repeat-x; 
	height:18px;
}

/* Added specifically for Internet Explorer */
* html #menu ul li:hover ul { 
	background: none; 
}

#menu ul li ul li,
#menu ul li.more ul li {
	width: 190px;
	background: #8b8b8b;
	padding: 0;
}

/* Edit look of drop down 2nd level menu items */
#menu ul li ul li a {
	background: none;
	padding: 8px 10px 6px 10px;
	width: 178px;
	font-variant: normal;
	font-weight: normal;
	font-size: 1.2em;
	color: #000;
	float: none;
}

#menu ul li ul li:hover { 
	background: #b8b8b8; 
}

#menu ul li ul li a:hover {
	color: #000;
	background: none;
	padding: 8px 10px 6px 10px;
}

#menu ul li ul li:hover > a {
	color: #00;
	background: none;
	padding: 8px 10px 6px 10px;
}

#menu ul li ul li ul,
#menu ul li:hover ul li ul { 
	display: none; 
}

#menu ul li ul li:hover ul,
#menu li.exp:hover ul,
#menu ul li:hover ul li:hover ul {
	position: absolute;
	display: block;
	left: 100%;
	top: 0px;
	z-index: 300;
	border-right: none;
	width: 190px;
}

#menu ul li:hover ul li:hover ul li,
* html #menu ul li ul li a { 
	width: 190px; 
}

#menu ul li:hover ul li:hover ul li a {
}

/* THIS IS THE MENU */

/* disclaimer --------------- */

.logo {
	float:left;
	padding:2px;
}

.ln-disclaimer {
	width:880px;
	margin:0 auto;	 
}

.disclaimer {
	font-size:11px;
	color:#ccc;
	padding:8px;
}

.disclaimer a {
	color:#ccc;
}