@charset "utf-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
}
body {
	position: absolute;
	z-index: 50;
	width: 100%;
	background-color: #666666;
}
#pageWrapper{
	position: relative;
	width: 850px;
	margin: 20px auto 20px auto;
}
#pageContainer {
	width: 800px;
	background-color: #660033;
	float: left;
}
.shadowContainer{
	float: left;
	width: 25px;
}

/*<<<<<<<<<<<<<<<<<<<<<<<<<< header >>>>>>>>>>>>>>>>>>>>>>>>>>>*/
#headerContainer {
	height: 203px;
	width: 100%;
	color: #FFFFFF;
	background-image:url(http://koerner-associates.com/lawImages/blueChalkWithScalesLogo10.jpg);
}
#headerAddress{
	padding: 0 0 0 10px;
}
#nameLogoContainer {
	float: left;
	padding: 115px 0 0 24px;
	font-size:12px;
	font-weight:600;
}
/*<<<<<<<<<<<<<<<<<<<<<<<<<< top navigation >>>>>>>>>>>>>>>>>>>>>>>>>>>*/
.topNavContainer {
	text-align: center;
	padding-top: 10px;
	padding-bottom: 15px;
	color: #FFFFFF;
	background-color: #480024;
	/*border-top-width: medium;
	border-top-style: ridge;
	border-top-color: #480024;*/
}
#blankTopNav {
	padding-top: 5px;
	padding-bottom: 5px;
}
.topNavLink {
	text-align: center;
	display: inline;
}
/*<<<<<<<<<<<<<<<<<<<<<<<<<< left navigation >>>>>>>>>>>>>>>>>>>>>>>>>>>*/
.leftNavContainer {
	width: 150px;
	overflow: hidden;
	float: left;
	padding-left: 20px;
	height: 100%;
}
.leftNavBlock{
	border-top-width: 6px;
	border-left-width: 6px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #480024;
	border-left-color: #480024;
	border-right-width: 6px;
	border-bottom-width: 6px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #660033;
	border-bottom-color: #660033;
	margin-bottom: 20px;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 10px;
}
/*<<<<<<<<<<<<<<<<<<<<<<<<<< main content >>>>>>>>>>>>>>>>>>>>>>>>>>>*/
#mainWrapper {
	background-color:#FFFFCC;
	float: left;
	border-top: 10px solid #480024;
	border-left: 20px solid #660033;
	border-right-width: 20px;
	border-bottom-width: 10px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #660033;
	border-bottom-color: #480024;
	width: 500px;
	padding: 20px 45px 15px 45px;
}
#mainContainer {
}
#minHeightProp {
	height: 345px;
	width: 1px;
	float: left;
}
/*<<<<<<<<<<<<<<<<<<<<<<<<<< footer >>>>>>>>>>>>>>>>>>>>>>>>>>>*/
#footerContainer{
	background-color: #480024;
	padding: 10px 0 20px 0;
	text-align: center;
	width: 800px;
	clear: left;
}
/*<<<<<<<<<<<<<<<<<<<<<<<<<< background >>>>>>>>>>>>>>>>>>>>>>>>>>>*/
.bkg {
	position: absolute;
	left: 0px;
	top: 0px;
	z-index:-5;
	width: 100%;
	height: 100%;

}
#topBkg {
	height: 223px;
	background-attachment: fixed;
	background-image: url(http://koerner-associates.com/lawImages/greyGradientBkg1.jpg);
}
#stripeBkg {
	background-color: #1D1D1D;
	height: 11px;
	font-size: 1px;
}
#midBkg {
	background-color: #333333;
	height: 35px;
}

/*<<<<<<<<<<<<<<<<<<<<<<<<<< hacks >>>>>>>>>>>>>>>>>>>>>>>>>>>*/
/*  This fixes various browser issues in containing floats */
.clearfix:after {
    content: "."; 
    display: inline-block;
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
img {
   /* This fixes IE bug in displaying png files
   Do not move the pngbehavior2.htc file or blank.gif */
   behavior: url("../lawScripts/pngbehavior2.htc");
}