@charset "utf-8";
* {padding: 0; margin: 0;}
body  {
	margin: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
	padding-top: 0px;
	background-color: #A77D41;
	background-image: url(../images/brown-gradientbg.jpg);
	background-repeat: repeat-x;
}
.twoColFixLtHdr #container {
	width: 892px; /* the auto margins (in conjunction with a width) center the page */
	border: 4px solid #112e51;
	text-align: center; /* this overrides the text-align: center on the body element. */
	background-color: #FFFFFF;
	left: auto;
	right: auto;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 0px;
	background-image: url(../images/side-shadow.jpg);
	background-repeat: no-repeat;
	background-position: right;
} 
.twoColFixLtHdr #header {
	background-color: #ffffff;
	background-image: url(../images/header2.jpg);
	background-repeat: no-repeat;
	background-position: 0px top;
	height: 348px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
} 
.twoColFixLtHdr #header h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 30px;
	color: #112D52;
	text-align: left;
	padding-top: 110px;
	padding-left: 20px;
}

.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 207px;
	background-color: #ffffff;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	vertical-align: top;
	margin-right: 20px;
}
.twoColFixLtHdr #mainContent {
	text-align: left;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 250px;
	padding-right: 25px;
	padding-bottom: 0px;
	margin-top: 30px;
} 
.twoColFixLtHdr #container #mainContent h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #112e51;
	padding-top: 3px;
	padding-bottom: 5px;
}
.twoColFixLtHdr #container #mainContent p {
	line-height: 18px;
	padding-bottom: 10px;
}


.twoColFixLtHdr #footer {
	padding: 0 10px 0 20px;
	color: #FFF;
	background-color: #132E4C;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #60a4f6;
} 
.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.twoColFixLtHdr #container #footer a, .twoColFixLtHdr #container #footer a:active, .twoColFixLtHdr #container #footer a:visited {
	color: #FFF;
	text-decoration: underline;
}
.twoColFixLtHdr #container #footer a:hover {
	text-decoration: none;
	color: #FFF;
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#nav {
	background-color: #ffffff;
	height: 43px;
	background-image: url(../images/navbar.jpg);
	width: 892px;
	position: relative;
	top: 190px;
}
#nav li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	position: absolute;
	top: 0px;
}
#nav li, #nav a {
	display: block;
	height: 32px;
}
#nav span {
	display: none;
}

#home {
	left: 0px;
	width: 110px;
}
#profile {
	width: 140px;
	left: 115px;
}
#firmoverview {
	width: 210px;
	left: 260px;
}
#practiceareas {
	width: 220px;
	left: 475px;
}
#contactus {
	width: 180px;
	left: 700px;
}
#home a:hover {
	background-image: url(../images/navbar.jpg);
	background-repeat: no-repeat;
	background-position: 0px -60px;
}
#profile a:hover {
	background-image: url(../images/navbar.jpg);
	background-position: -115px -60px;
}
#firmoverview a:hover {
	background-image: url(../images/navbar.jpg);
	background-position: -260px -60px;
}
#practiceareas a:hover {
	background-image: url(../images/navbar.jpg);
	background-repeat: no-repeat;
	background-position: -475px -60px;
}
#contactus a:hover {
	background-image: url(../images/navbar.jpg);
	background-repeat: no-repeat;
	background-position: -700px -60px;
}

/*end main nav bar */
/*practice area rollover menu */
/* ------------------------ vertical sprite nav ------------------------ */
#vert-nav {
	background:url("../images/vert-nav.jpg") top left no-repeat;					
	width:239px;	/* Width of buttons, not entite image (or half of entire image) */
	height:283px;	 /* Height of entire image */
	margin:0;
	padding:0;
	}

#vert-nav li span { display: none; }

#vert-nav li { float:left; list-style:none; position:relative; }

#vert-nav li, #vert-nav a { 
	height:33px;	/* Each button must have the same height, define it here */
	display:block;
	}

/* margin-top to set where the nav should begin */
#vert-nav-01 { margin-top:47px; width:205px; }

/* margin-top if there is a spacing between each nav button */
#vert-nav-02, #vert-nav-03, #vert-nav-04, #vert-nav-05, #vert-nav-06, #vert-nav-07 { margin-top:0px; width:205px; }

#vert-nav-01 a:hover { background:url("../images/vert-nav.jpg") -249px  -47px no-repeat; }
#vert-nav-02 a:hover { background:url("../images/vert-nav.jpg") -249px  -80px no-repeat; }
#vert-nav-03 a:hover { background:url("../images/vert-nav.jpg") -249px  -113px no-repeat; }
#vert-nav-04 a:hover { background:url("../images/vert-nav.jpg") -249px  -146px no-repeat; }
#vert-nav-05 a:hover { background:url("../images/vert-nav.jpg") -249px -179px no-repeat; }
#vert-nav-06 a:hover { background:url("../images/vert-nav.jpg") -249px -212px no-repeat; }
#vert-nav-07 a:hover { background:url("../images/vert-nav.jpg") -249px -245px no-repeat; }
/* ------------------------ vertical sprite nav end ------------------------ */

#contact-info {
	width:239px;
	background:url(../images/column_left_bottom.jpg) no-repeat;
	height:369px;
	}


#crimdefense {
	width: 200px;
	left: 0px;
	top: 47px;
}
#sexcrime {
	left: 0px;
	top: 82px;
	width: 200px;
}
#violentcrime {
	width: 200px;
	left: 0px;
	top: 116px;
}
#fedcrime {
	width: 200px;
	left: 0px;
	top: 150px;
}
#juvcrime {
	width: 200px;
	left: 0px;
	top: 183px;
}
#whitecollar {
	width: 200px;
	left: 0px;
	top: 217px;
}
#drugcrime {
	width: 200px;
	left: 0px;
	top: 251px;
}
#crimdefense a:hover {
	background-image: url(../images/practice-areas.jpg);
	background-position: -249px -47px;
	background-repeat: no-repeat;
}
#sexcrime a:hover {
	background-image: url(../images/practice-areas.jpg);
	background-repeat: no-repeat;
	background-position: -249px -82px;
}
#violentcrime a:hover {
	background-image: url(../images/practice-areas.jpg);
	background-repeat: no-repeat;
	background-position: -249px -116px;
}
#fedcrime a:hover {
	background-image: url(../images/practice-areas.jpg);
	background-repeat: no-repeat;
	background-position: -249px -150px;
}
#juvcrime a:hover {
	background-image: url(../images/practice-areas.jpg);
	background-repeat: no-repeat;
	background-position: -249px -183px;
}
#whitecollar a:hover {
	background-image: url(../images/practice-areas.jpg);
	background-repeat: no-repeat;
	background-position: -249px -217px;
}
#drugcrime a:hover {
	background-image: url(../images/practice-areas.jpg);
	background-repeat: no-repeat;
	background-position: -249px -251px;
}

/*end practice areas menu */
.bottomimage {
	background-image: url(../images/gavel.jpg);
	background-position: right bottom;
	height: 165px;
	background-repeat: no-repeat;
}
.bottomimage .lowersection {
	padding-right: 230px;
	text-align: center;
	margin-left: 300px;
}
.title {
	font-size: 14px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
.contactsection {
	padding-top: 320px;
	margin-left: 10px;
	top: 0px;
	clear: both;
}
.contactform {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #132E4C;
	color: #DBECFE;
	padding-left: 2px;
	margin-left: 20px;
}

.contactform table {
	text-align: center;
	left: auto;
	right: auto;
	padding-left: 8px;
}
.centered {
	text-align: center;
}
.leftalign {
	text-align: left;
}
.goldtitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #A77D41;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #A77D41;
	padding-top: 8px;
}
.list {
	padding-left: 10px;

}
#mainContent ul li a, #mainContent ul li a:visited, #mainContent ul li a:active {
	font-size: 12px;
	color: #112E51;
	line-height: 20px;
	text-decoration: none;
}
#mainContent ul li a:hover {
	color: #A77D41;
}
a, a:visited, a:active {
	color: #152B52;
}
a:hover {
	color: #A77D41;
}
h4 {
	font-size: 12px;
	font-weight: bold;
	color: #112E51;
	padding-bottom: 10px;
}
.indent {
	text-indent: 5px;
}
.multicolumnlist ul {
	width: 600px;
}

.multicolumnlist ul li {
	width: 280px;
	float: left;
	list-style-type: none;
	padding-bottom: 5px;
}
.clearleft {
	clear: left;
}
.boldtext {
		font-weight: bold;
}.list ul {
	margin-left: 20px;
	margin-bottom: 5px;
}
