@charset "utf-8";
/* CSS Document */

/*-------------------------PADDING RESET-------------------------------------*/

* { margin:0; padding:0;}

/*-----------------------------NAVIGATION--------------------------------------*/
#nav {
	display:block;
	margin-left:400px;
	height:150px;
	width:600px;
	list-style:none;
	background:url(img/nav.jpg) no-repeat 0 0;
	text-indent:-10000px;
	}
#nav li a{
	width:150px;
	height:150px;
	float:left;
	}
#home a:hover {
	background:url(img/nav.jpg) no-repeat 0 -150px;
	}
#bank a:hover{
	background:url(img/nav.jpg) no-repeat -150px -150px;
	}
#crim a:hover{
	background:url(img/nav.jpg) no-repeat -300px -150px;
	}
#contact a:hover{
	background:url(img/nav.jpg) no-repeat -450px -150px;
	}

/*-----------------------------HOME PAGE--------------------------------------*/
body {
background-color:grey;
	}
#container {
	margin-bottom:auto;
	display:block;
	margin-left:auto;
	margin-right:auto;
	width:1000px;
	height:800px;
	}
#header {
	display:block;
	margin-left:auto;
	margin-right:auto;
	width:1000px;
	height:150px;
	font-family:times,georgia,serif;
	background:url(img/header.jpg) no-repeat 0 0;
	}
#banner {
	border-top:solid 1px;
	display:block;
	margin-left:auto;
	margin-right:auto;
	width:1000px;
	height:150px;
	font-family:geneva, sans-serif;
	background:url(img/banner.jpg) no-repeat 0 0;
	text-indent:-10000px;
	}
#bodyDiv {
	width:1000px;
	height:450px;
	background:url(img/contentback.jpg) no-repeat 0 0;
	}
#bodyDiv li {
	float:left;
	list-style:none;
	}
#contentDiv {
	border-top:solid 1px;
	text-align:center;
	display:block;
	width:700px;
	height:450px;
	font-family:geneva, helvetica, sans-serif;
	}
#contentDiv p {
	margin-top:425px;
	font-family:geneva, helvetica, sans-serif;
	}
#contentDiv a {
	text-decoration:none;
	color:#442222;
	}
#contentDiv a:hover	{
	color:white;
	}
#photoContainer {
	border-top:solid 1px;
	display:block;
	width:300px;
	height:450px;
	}
#photoContainer img {
	margin-top:75px;
	margin-left:50px;
	margin-right:auto;
	border:solid 1px;
	}
/*-----------------------------FOOTER--------------------------------------*/
#footer {
	border-top:solid 1px;
	display:block;
	width:1000px;
	height:50px;
	background:url(img/footer.jpg) no-repeat 0 0;
	}
#footer ul {
	margin-top:15px;
	margin-left:25px;
	list-style:none;
	}
#footer li {
	margin-left:5px;
	float:left;
	}
#footer a {
	text-decoration:none;
	color:white;
	font-family:geneva, helvetica, sans-serif;
	}
#footer a:hover {
	color:black;
	}
#sig {
	margin-left:800px;
	}
	
/*-----------------------------CONTENT PAGES--------------------------------------*/
#pageBody {
	margin-left:auto;
	margin-right:auto;
	display:block;
	width:1000px;
	height:450px;
	background:url(img/bankback.jpg) no-repeat 0 0;
	}
#pageContent {
	padding-top:50px;
	display:block;
	margin-left:auto;
	margin-right:auto;
	width:900px;
	height:400px;
	}
#pageContent p {
	margin-left:10px;
	font-family:rockwell,georgia;
	font-size:1em;
	}
#pageContent a {
	text-decoration:none;
	color:#442222;
	}
/*-------------------------------BANKRUPTCY---------------------------------*/
#bankBanner {
	border-top:solid 1px;
	display:block;
	margin-left:auto;
	margin-right:auto;
	width:1000px;
	height:150px;
	text-indent:-1000px;
	background:url(img/bankbanner.jpg) no-repeat 0 0;
	}
.bankruptcycontact {
	margin-top:25px;
	}
/*-----------------------------BANKRUPTCY FAQ---------------------------*/
#faqBanner {
	border-top:solid 1px;
	display:block;
	margin-left:auto;
	margin-right:auto;
	width:1000px;
	height:150px;
	text-indent:-1000px;
	background:url(img/bankfaqbanner.jpg) no-repeat 0 0;
	}

#faqnav {
	padding-top:5px;
	width:300px;
	height:150px;
	list-style:none;
	background:url(img/faqnav.jpg) no-repeat 0 0;
	}

#faqnav li {
	margin-top:5px;
	margin-left:10px;
	}
#faqnav a:hover {
	text-decoration:underline;
	color:black;
	}
#faqpageBody {
	margin-left:auto;
	margin-right:auto;
	display:block;
	width:1000px;
	overflow:auto;
	background-color:#dedede;
	}
#faqpageContent {
	padding-top:50px;
	display:block;
	margin-left:auto;
	margin-right:auto;
	width:900px;
	overflow:auto;
	}
#faqpageContent p {
	margin-left:10px;
	font-family:rockwell,georgia;
	font-size:1em;
	}
#faqpageContent a {
	text-decoration:none;
	color:#442222;
	}


/*-----------------------------CRIMINAL DEFENSE-------------------------*/
#crimBanner {
	border-top:solid 1px;
	display:block;
	margin-left:auto;
	margin-right:auto;
	width:1000px;
	height:150px;
	text-indent:-1000px;
	background:url(img/crimbanner.jpg) no-repeat 0 0;
	}
/*-----------------------------CONTACT-------------------------*/
#contactBanner {
	border-top:solid 1px;
	display:block;
	margin-left:auto;
	margin-right:auto;
	width:1000px;
	height:150px;
	text-indent:-1000px;
	background:url(img/contactbanner.jpg) no-repeat 0 0;
	}