body {
	background: #0e1e31 url(home/BackerHome.png) repeat-x left top;
	font: 12px/14px Arial, Helvetica, Geneva, sans-serif;
}

.MainContent { margin: 0 auto;}

#nav-container
{
	text-align: center;
	margin: -3px auto 0 auto;
	width: 810px;
	position: relative;
	background: #1d4068;
	height: 40px;
}

.HomeTable
{
	background: url(home/bg-home-top.jpg) left top repeat-x;
}

.intro {
	font-size: 12px;
	line-height: 18px;
}

.padding {
	padding: 5px 5px 5px 10px;
}
.paddiv {
	padding: 10px 5px 10px 20px;
	width: 80%;
}

.fillout {
	padding: 5px;
	width: 85%;
	margin: 5px;
	display: block;
	float: none;
}

#linknav {
	font-size: 12px;
	width: 100%;
	text-align: left;
	padding: 0;
	margin: 0;
}
	
#linknav li {
	display: block;
	list-style-type: none;
	text-align: left;
}

#linknav a {
	background-color: white;
	padding-top: 5px;
	margin: 1px;
	padding-left: 10px;
	display: block;
	color: #8693b2;
	float: none;
	padding-bottom: 5px;
}
#linknav a:hover {	
	background-color: #8693b2;
	color: white;
}

#linknav a:active, #linknav a.selected {
	background-color: #E2E2FF;
}


#subnav {
	font-size: 12px;
	width: 100%;
	text-align: left;
	padding: 0;
	margin: 0;
}
	
#subnav li {
	display: block;
	list-style-type: none;
	text-align: left;
}

#subnav a {
	background-color: #1b4068;
	margin: 1px;
	display: block;
	color: #8693b2;
	float: none;
	padding: 5px 5px 5px 10px;
}
#subnav a:hover {	
	background-color: #8693b2;
	color: white;
}

#subnav a:active, #subnav a.selected {
	background-color: #E2E2FF;
}
#repnav {
	list-style: none;
  	padding: 0;
	height: 35px;
	display: block;
	overflow: hidden;
	width: 175px;
	clear: both;
	position: relative;
	margin: 0 0px;
	bottom: 0;
}
#repnav li {
	margin: 0; 
	padding: 0;
	display: inline;
	list-style-type: none;
}
#repnav a {
	float: left;
	padding: 35px 0 0 0;
	overflow: hidden;
	height: 0px !important; 
	height /**/:35px; /* for IE5/Win */
}
#repnav a:hover {
	background-position: 0 -35px;
}
#rep a  {
	width: 175px;
	background: url(nav/repcases.gif) no-repeat left top;
}

/* @group Nav */

#navcontent {
	position: absolute;
	top: 0;
	height: 100%;
	padding: 0;
	width: 100%;
}

.footer {
	background: url(nav/lowerbacker.png) repeat-x;
}

.footer table { margin: 0 auto; width: 810px; }

.footer p { margin-bottom: 0; }

#nav {
	position: absolute;
	list-style: none;
	margin: 0;
	padding: 0;
	height: 40px;
	display: inline;
	overflow: hidden;
	width: 810px;
	left: 0; top: 485;
	clear: both;
}
	
#nav li {
	margin: 0; 
	padding: 0;
	display: inline;
	list-style-type: none;
	}

#nav a {
	float: left;
	padding: 40px 0 0 0;
	overflow: hidden;
	height: 0px !important; 
	height /**/:40px; /* for IE5/Win */
	}
	
#nav a:hover {
	background-position: 0 -50px;
	}

#nav a:active, #nav a.selected {
	background-position: 0 -100px;
	}
	
#home a  {
	width: 72px;
	background: url(nav/nav_01.png) no-repeat left top;
	}

#firm a  {
	width: 121px;
	background: url(nav/nav_02.png) no-repeat left top;
	}

#attorney a  {
	width: 110px;
	background: url(nav/nav_03.png) no-repeat left top;
	}

#locations a  {
	width: 86px;
	background: url(nav/nav_04.png) no-repeat left top;
	}

#legal a  {
	width: 120px;
	background: url(nav/nav_05.png) no-repeat left top;
	}

#resources a  {
	width: 96px;
	background: url(nav/nav_06.png) no-repeat left top;
	}
	
#referrals a  {
	width: 87px;
	background: url(nav/nav_07.png) no-repeat left top;
	}

#qa a  {
	width: 96px;
	background: url(nav/nav_08.png) no-repeat left top;
	}

#contact a  {
	width: 92px;
	background: url(nav/nav_09.png) no-repeat left top;
	}	

/* @end */

.greyshadow {
	background: url(nav/subbacker.png) repeat-x;
}

h1 {
	padding: 0 12px;
	font-size: 14px;
	line-height: 16px;
}
p {
	padding: 5px 12px;
}

.leading {
	font-size: 14px;
	line-height: 24px;
}

a:link {
	text-decoration: none;
	font-weight: bold;
	color: navy;
}

a:hover {
	font-weight: bold;
	text-decoration: none;
	color: black;
}

a:visited {
	font-weight: bold;
	text-decoration: none;
	color: navy;
}

#main {
	height: auto;
	background-color: white;
}

#foot {
	display: block;
	clear: both;
	padding: 10px;
	text-align: center;
}

#navhead {
}

#fillout {
	padding: 5px;
}

a { outline: 0; }

