body{
	background:url(../slices/body-bg.jpg);
	font:12px Arial;
}
a{ text-decoration:none; }
a img{ border:none; }
.clear{ clear:both; }
/*
	* SPACERS
*/
.tenpxheight{ height:10px; }
/*
	* END SPACERS
*/

#main{
	width:878px;
	margin:0 auto;
}
#topContact{
	font:bold 22px Arial;
	color:#294274;
	float:right;
	clear:both;
}
#header{
	background:url(../slices/header.jpg) no-repeat;
	height:163px;
}
#header a{
	position:relative;
	top:20px;
	left:15px;
}
#contentContainer{
	background:url(../slices/middle.jpg) repeat-y;
	padding:0 5px;
	width:868px;
	color:#fff;
}
#contentContainer h3, #contentContainer h2{
	margin:0;
	padding:0;	
}
#contentContainer h2{
	font:bold 24px Arial;	
}
#contentContainer h3{
	font:bold 18px Arial;	
}
#contentContainer ul{
	margin:0;
	padding:0;
	float:left;	
}
#contentContainer ul li{
	padding:0;
	margin:0;
	margin-left:20px;
	font-weight:bold;
	line-height:1.5;	
}
.column{
	float:left;	
}
.leftColumn{
	width:181px;
	margin-right:7px;	
	min-height:300px;
}
.menuItem{
	background:url(../slices/menu.jpg) no-repeat;
	width:176px;
	height:23px;
	display:block;
	float:left;	
	font:14px Arial;
	color:#FFF;
	margin-bottom:3px;
	padding-left:5px;
	padding-top:5px;
}
.menuItem:hover, .selectedMenu{
	background:url(../slices/menu-selected.jpg) no-repeat;	
}
.rightColumn{
	width:677px;	
}
#flashContainer{
	position:relative;
	margin-top:-40px;	
}
.leftInnerColumn{
	width:340px;	
	padding-left:10px;
}
.rightInnerColumn{
	width:307px;
	margin-left:20px;	
}
.innerPage .leftInnerColumn{
	width:400px;
}
.innerPage .rightInnerColumn{
	width:235px;
}
.leftInnerColumn a{
	color:#E9972E;
	text-decoration:none;	
}
.leftInnerColumn a:hover{
	text-decoration:underline;	
}
.rightActions{
	width:293px;
	height:67px;
	color:#FFF;
	font:bold 18px Arial;
	padding:20px 0 0 15px;
	display:block;
}
.court{
	background:url(../slices/reporting.jpg) no-repeat;	
}
.video{
	background:url(../slices/videography.jpg) no-repeat;	
}
.litigation{
	background:url(../slices/litigation.jpg) no-repeat;	
}
#footer{
	background:url(../slices/footer.png) no-repeat;
	height:10px;
}
#bottomLeftBox{
	width:181px;
	height:140px;
	background-color:#A9B9CD;
	display:block;
	position:absolute;
	margin-top:-140px;
	margin-left:5px;
}
#bottomLeftBox img{
	margin:1px 0 0 1px;
}
#footerLinks{
	position:relative;
	top:12px;
	font:11px Arial;
	left:10px;
}
#footerLinks a{
	color:#676767;
	margin-right:5px;
	text-decoration:none;
}
#copy{
	float:right;
	margin-right:10px;
	color:#676767;
	z-index:100;
}
#copy a{
	color:#676767;
}
#contact-area input, #contact-area textarea {
	padding: 5px;

	font-family: arial, sans-serif;
	font-size: 1.4em;
	margin: 0px 0px 10px 0px;
	
}

#contact-area textarea {
	height: 90px;
}
#contact-area textarea:focus, #contact-area input:focus {
	border: 2px solid #900;
}

#contact-area input.submit-button {
	width: 100px;
	float: right;
}
label {
	float: left;
	text-align: right;
	margin-right: 15px;
	width: 100px;
	padding-top: 5px;
	font-size: 12px;
}
