@charset "utf-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
}
body {
	margin: 0;
	padding: 0;
	background:url(images/background.jpg) repeat-x #839cbd;
}
#wrap {
	margin: 0 auto;
	width: 886px;
}


/***** HEADER *****/
#header {
	float:left; display:inline;
	background:url(images/header.jpg) no-repeat;
	width: 886px; 
	height: 161px;
}
.header a {
	display:block;
	width: 886px; 
	height: 161px;
	text-decoration:none;
}
.header span {
	visibility:hidden;
}
#flash {
	background:url(images/flash-bg.jpg) no-repeat;
	width: 886px; 
	height:244px;
}


/***** MAIN *****/
#main {
	float:left; display:inline;
	background:url(images/content-bg.jpg) repeat-y;
	width: 886px;
	margin-top:244px;
}
#main-top {
	/*Used to buffer gradient at top*/
	background:url(images/content-bg-top.jpg) no-repeat;
	width: 886px;
	padding: 10px 65px;
}
#content-top {
	background:url(images/content-top.jpg) no-repeat;
	width: 770px;
	height: 17px;
}
#content-mid-lt {
	background:url(images/content-mid-lt.jpg) repeat-y;
	width: 235px;
}
#content-mid-rt {
	background:url(images/content-mid-rt.jpg) repeat-y;
	width: 535px;
}
#content-bot {
	background:url(images/content-bottom.jpg) no-repeat;
	width: 770px;
	height: 17px;
}
.content {
}
.content p, span {
	font-family:"Times New Roman", Times, serif;
	font-size:14px;
	font-weight: normal;
	text-transform: normal;
	letter-spacing: normal;
	line-height: 1.5em;
	padding-bottom:8px;
}
.content h2 {
	font-family:"Times New Roman", Times, serif;
	font-size:18px;
	font-weight: bold;
	text-transform: normal;
	letter-spacing: normal;
	line-height: 1.5em;	
}
.content ul {
	padding-left:20px;
}

.contactForm {
	font-family:"Times New Roman", Times, serif;
	font-size:11px;
	font-weight: bold;
	text-transform: normal;
	letter-spacing: normal;
	line-height: 1em;
	color:#FFF;
}
.testimonial {
	background:url(images/testimonial.jpg) no-repeat;
	width: 472px;
	height:100px;
	margin-left: 63px;
}
.testimonial-text {
	color:#FFF;
	width:420px;
	margin: 5px 0 0 40px;
}

.header-home a {
	float:left; display:inline;
	background-image:url(images/header-home.jpg);
	display:block;
	width: 508px; 
	height: 56px;
	text-decoration:none;
	margin: 0 0 8px 10px;
}
.header-home span {
	visibility:hidden;
}
.header-profile a {
	float:left; display:inline;
	background-image:url(images/header-profile.jpg);
	display:block;
	width: 508px; 
	height: 56px;
	text-decoration:none;
	margin: 0 0 8px 10px;
}
.header-profile span {
	visibility:hidden;
}
.header-faq a {
	float:left; display:inline;
	background-image:url(images/header-faq.jpg);
	display:block;
	width: 508px; 
	height: 56px;
	text-decoration:none;
	margin: 0 0 8px 10px;
}
.header-faq span {
	visibility:hidden;
}
.header-contact a {
	float:left; display:inline;
	background-image:url(images/header-contact.jpg);
	display:block;
	width: 508px; 
	height: 56px;
	text-decoration:none;
	margin: 0 0 8px 10px;
}
.header-contact span {
	visibility:hidden;
}
.header-family-law a {
	float:left; display:inline;
	background-image:url(images/header-family-law.jpg);
	display:block;
	width: 508px; 
	height: 56px;
	text-decoration:none;
	margin: 0 0 8px 10px;
}
.header-family-law span {
	visibility:hidden;
}
.header-labor-employment a {
	float:left; display:inline;
	background-image:url(images/header-labor-employment.jpg);
	display:block;
	width: 508px; 
	height: 56px;
	text-decoration:none;
	margin: 0 0 8px 10px;
}
.header-labor-employment span {
	visibility:hidden;
}
.header-personal-injury a {
	float:left; display:inline;
	background-image:url(images/header-personal-injury.jpg);
	display:block;
	width: 508px; 
	height: 56px;
	text-decoration:none;
	margin: 0 0 8px 10px;
}
.header-personal-injury span {
	visibility:hidden;
}
.header-criminal-defense a {
	float:left; display:inline;
	background-image:url(images/header-criminal-defense.jpg);
	display:block;
	width: 508px; 
	height: 56px;
	text-decoration:none;
	margin: 0 0 8px 10px;
}
.header-criminal-defense span {
	visibility:hidden;
}
@font-face {
	font-family: "Copperplate";
	src: url(Coprgtl.TTF)
}
.sig {
	font: 15px "Copperplate", serif;
}

/***** FOOTER *****/
#footer {
	float:left; display:inline;
	background:url(images/footer-bg.jpg) no-repeat;
	float:left; display:inline;
	width: 886px; 
	height: 156px;
}
#footer p {
	font-family:"Times New Roman", Times, serif;
	font-size:11px;
	font-weight: normal;
	text-transform: normal;
	letter-spacing: normal;
	line-height: 1.6em;
	padding-bottom:8px;
}
#footer a {
	color:#000;
	padding: 0 5px;
	font-family:"Times New Roman", Times, serif;
	font-size:11px;
	font-weight: normal;
	text-transform: normal;
	letter-spacing: normal;
	line-height: 1.6em;
}
#foot-lt {
	float:left; display:inline;
	width: 430px;
	text-align:justify;
	padding: 0 10px 10px 60px;
}
#foot-rt {
	text-align:center;
	float:left; display:inline;
	width: 316px;
	padding: 0 60px 10px 10px;
}