@import url("reset.css");
@import url("form.css");
/****************************************************************
	BASIC
****************************************************************/
.noBorder {
	border:0 !important
}

.center {text-align:center}
.pImage {float:left;margin:0 15px 15px 0}
.quote {
	margin-left:20px;
	font-style:italic;
}
body {
	background:#fff;
	padding:10px 0 20px;
}
body,input,textarea,select,td,th,button {
	/*color:#494949;*/
	color:#2a2a2a;
	font: 12px Arial, Helvetica, Verdana, Tahoma, sans-serif;
}
a {
	border-bottom:1px dotted #18447d;
	color:#18447d;
	text-decoration:none;
}
a:visited {
	color:#181d7d;
	border-bottom:1px dotted #181d7d;
}
a:hover {
	border-bottom:1px dotted #fff;
}

h2 {
	font-size:14px; 
	font-weight:bold;
	color:#000066;
	margin-bottom:16px;
} 

h3 {
	font-size:13px; 
	font-weight:bold;
	color:#000000;
	margin-bottom:5px;
} 

ol {
	list-style:decimal;
	margin:0 5px 10px;
}

ol li {
	margin:3px 10px 3px 20px;
}

ul.basic {
	margin:0px 5px 10px;
}
ul.basic li {
	margin:3px 10px;
	list-style-image:url(../img/bullet.png);
}

ul.three {
	float:left;
	width:140px;
}


p {padding-bottom:15px}
.smaller {font-size:10px}
.credit {font-size:10px; font-style:italic}
/* main grid wrapper */
#root {
	margin:0 auto;
	width:771px;
}

/****************************************************************
	HEADER
****************************************************************/

#header {
	height:117px;
	position:relative;
}
	#header h1 {
		background:url('../img/site_logo.jpg') 0 0 no-repeat;
		height:105px;
		position:absolute;
		top:0px;
		width:360px;
	}
	
	#header h1 a {
		border:0;
		display:block;
		height:43px;
		width:352px;
	}
	#header h1 span {
		display:none;
	}
	#header #actions {
		float:right;
		margin:21px 0 0;
		width:295px;
		text-align:center;
	}
	#header #actions fieldset {
		border-bottom:1px solid #e1e1e1;
		padding:0 0 5px;
	}
	
	#header #actions form input {
		width:158px;
	}
	#header #actions form button {
		margin:0 0 0 3px;
	}
	
	#header #actions ul {
		padding:5px 0 0;
	}
	#header #actions ul:after {
		clear:both;
		content:'.';
		display:block;
		height:0;
		visibility:hidden;
	}
	#header #actions li {
		float:left;
	}
	
	/* Donate Button */
	#header #social {
		margin-left:20px;
	}
	
	#header #social li {
		border:0;
		float:left;
		margin:0 10px 0 0;
		text-decoration:none;
	}
	
	#header #social img {
		vertical-align:middle;
	}
	
	#header #social li a {
		border:none;
		display:block;
		height:16px;
		width:75px;
	}
	
	#header #social li div {
		height:16px;
		vertical-align:middle;
	}

/****************************************************************
	MENU
****************************************************************/
#main_menu {
	background:url('../img/main_menu_bg.gif') 0 0 repeat-x;
	border-bottom:1px solid #e1e1e1;
	font-size:12px;
	font-weight:bold;
	height:30px;
	he\ight:28px;
	/*overflow:hidden;*/
	padding:2px 0 0;
	width:771px;
}
	#main_menu ul {
		/*width:1000px;*/
		white-space:nowrap;
	}
	#main_menu a,
	#main_menu span {
		background:url('../img/main_menu_sep.gif') 100% 50% no-repeat;
		border:0;
		color:#454545;
		display:block;
		padding:6px 9px 6px;
		text-decoration:none;
	}
	#main_menu a.on, #main_menu li.last a.on {
		background:#163c74;
		color:#c9d2df;
	}
	#main_menu li {
		float:left;
		position:relative;
		z-index:200;
	}
	#main_menu li.last a {
		background:0;
	}
	#main_menu li a:hover {
		color:#183a77;
	}
	
	#main_menu li a.on:hover {
		color:#C9D2DF;
	}
	#main_menu ul:after {
		clear:both;
		content:'.';
		display:block;
		height:0;
		visibility:hidden;
	}
	
	/* Submenu */
	#main_menu li ul {
		background:#fff;
		border-left:1px solid #c8c8c8;
		border-bottom:2px solid #c8c8c8;
		border-right:2px solid #c8c8c8;
		left:0;
		position:absolute;
		top:30px;
		width:170px;
		z-index:200;
		white-space:normal;
	}
	#main_menu li.last ul {
		width:200px;
	}
	#main_menu li li {
		float:none;
		font-size:11px;
		font-weight:normal;
		padding:0 15px;
		position:static;
	}
	#main_menu li li a,
	#main_menu li.last li a,
	#main_menu li li span {
		background:#fff url('../img/dots_h_1.gif') 0 100% repeat-x;
		float:none;
		padding:6px 0;
		width:auto;
	}
	#main_menu li li span {
		color:#9e9e9e;
	}
	#main_menu li li.last a,
	#main_menu li li.last span {
		background-image:none;
	}
	#main_menu li li a:hover {
		/*border-left:4px solid #163c74;*/
		color:#183a77;
		font-weight:bold;
		/*padding-left:5px;*/
	}

/****************************************************************
	CONTENT
****************************************************************/

#banner {
	background:url('../img/banner_small.jpg') 0 0 no-repeat;
	color:#fff;
	height:60px;
	margin:20px 0 20px;
	overflow:hidden;
	position:relative;
}

.people {
	background:url('../img/banner_wepeople.jpg') 0 0 no-repeat !important;
	height:150px  !important;
}

.court {
	background:url('../img/banner_court.jpg') 0 0 no-repeat !important;
	height:150px !important;
}

#banner .slide {
		height:150px;
		left:35px;
		padding:10px 0 0;
		position:absolute;
		width:720px;
	}

/* ----- home ----- */

.home #banner {
	background:url('../img/banner_home.jpg') 0 0 no-repeat;
	height:224px;
	/*margin:20px 0 20px;
	padding:0 285px 0 0;*/
}
	.home #banner .slide {
		height:150px;
		left:45px;
		/*padding:0 245px 0 0;*/
		padding:10px 0 0;
		position:absolute;
		top:20px;
		width:470px;
		/*width:440px;*/
	}
	#banner h2 {
		font-size:30px;
		color:#fff;
	}
	#banner p {
		font-size:14px;
		padding-bottom:0;
		margin:10px 0;
	}
	#banner a {
		border:0;
		color:#fff;
		text-decoration:none;
	}
	#banner p.more {
		float:left;
	}
	#banner p.more a {
		background:url('../img/bullet_1.gif') 100% 50% no-repeat;
		font-weight:bold;
		padding:0 15px 0 0;
	}
	#banner p.more a:hover {
		border-bottom:1px dotted #fff;
	}
	#banner img.thumb {
		border:5px solid #153971;
		position:absolute;
		right:0;
		top:0;
	}
	#banner .video {
		background:#153971;
		border:5px solid #153971;
		position:absolute;
		right:0;
		top:0;
	}
	#banner embed,
	#banner object,
	#banner img {
		display:block;
	}
	
/* features */
#features {
	border:1px solid #dbdbdb;
	padding:12px 0;
	overflow:hidden;
}
	 #features .wrapper {
		background:url('../img/home_features_bg.gif') 260px 0 repeat-y;
	}
	 #features .wrapper:after {
		clear:both;
		content:'.';
		display:block;
		height:0;
		visibility:hidden;
	}
	 #features .f1 {
		float:left;
		padding:0 17px;
		width:261px;
		w\idth:227px;
	}
		 #features .f1 h2 {
			background:url(../img/banner_home.gif) no-repeat -350px -75px;
			color:#fff;
			font-size:24px;
			font-weight:bold;
			padding: 5px;
			margin-bottom:10px;
		}
		
		 #features .f1 dl dt {
			color:#848484;
			font-size:11px;
		}
		 #features .f1 dl dd {
			margin-bottom:10px;
		}
		 #features .f1 a.more {
			float:right;
			font-weight:bold;
		}
		
	 #features .f2 {
		float:left;
		padding:0 17px;
		width:470px;
		line-height:18px;
	}
/* Subnav */
.subnav {
	width:220px;
	float:left;
}

.subnav li {
	margin:5px 0;
}
.subnav li a{
	height:33px;
	width:215px;
	display:block;
	border:0;
}

.subnav li a.on, .subnav li a.on:hover {
	background-position: -446px 0 !important;
}

.subnav li a:hover {
	background-position: -223px 0 !important;
}

.subnav li a span {
	display:none;
}

.subnav li#about a { background:url(../img/sub_about_the_firm.png) no-repeat; }
.subnav li#robert a { background:url(../img/sub_robert_marks.png) no-repeat; }
.subnav li#patrick a { background:url(../img/sub_patrick_west.png) no-repeat; }

.subnav li#bankruptcy_services a { background:url(../img/sub_bankruptcy_services.png) no-repeat; }
.subnav li#chapter_7 a { background:url(../img/sub_chapter_7.png) no-repeat; }
.subnav li#chapter_13 a { background:url(../img/sub_chapter_13.png) no-repeat; }

.subnav li#bankruptcy_alternatives a {background:url(../img/sub_bankruptcy_alternatives.png); }
.subnav li#tax_resolution a { background:url(../img/sub_irs_tax_resolution.png);}
.subnav li#lawsuit_defense a {background:url(../img/sub_lawsuit_defense.png)}
.subnav li#stop_foreclosure a {background:url(../img/sub_stop_foreclosure.png); }
.subnav li#stop_reposession a { background:url(../img/sub_stop_auto.png);}
.subnav li#stop_irs a {background:url(../img/sub_stop_irs.png)}
.subnav li#stop_lawsuits a {background:url(../img/sub_stop_lawsuits.png); }
.subnav li#stop_harassment a {background:url(../img/sub_stop_creditor.png)}

.subnav li#general_information a {background:url(../img/sub_general_info.png)}
.subnav li#pre_bankruptcy a {background:url(../img/sub_prebankruptcy_prep.png)}
.subnav li#special_procedures a {background:url(../img/sub_special_procedures.png)}
.subnav li#life_after_bankruptcy a {background:url(../img/sub_life_after.png)}

.subnav li#declaration a { background:url(../img/sub_declaration.png);}
.subnav li#constitution a {background:url(../img/sub_constitution.png)}
.subnav li#federalist_papers a {background:url(../img/sub_federalist_papers.png); }
.subnav li#founding_fathers a {background:url(../img/sub_founding_fathers.png)}

.subnav li#forms a {background:url(../img/sub_forms.png)}
.subnav li#links a {background:url(../img/sub_links.png)}
.subnav li#bankruptcy_terminology a {background:url(../img/sub_bankruptcy_terminology.png)}


.subnav li ul li {
	margin-left:20px;
}
.subnav li ul li a {
	background:none !important;
	height:auto;
	width:auto;
}

.subnav li ul li a:hover,
.subnav li ul li a.on {
	font-weight:bold;
}

.icon_pdf {
	background:url(../img/icon_pdf.jpg) no-repeat;
	padding-left:20px;
	text-decoration:none;
	border:none !important;
	display:block;
	height:20px;
}
/* Tooltips */

img.tip {
	cursor:help;
}

.tool-tip {
	background:#fffaa6;
	color: #2a2a2a;
	font-size: 11px;
	line-height:1.5em;
	width: 320px;
	z-index: 13000;
}
 
.tool-title {
	display:none;
}
 
.tool-text {
	padding: 10px 12px;
}
 
.custom-tip {
	color: #000;
	width: 130px;
	z-index: 13000;
}
 
.custom-title {
	font-weight: bold;
	font-size: 11px;
	margin: 0;
	color: #3E4F14;
	padding: 8px 8px 4px;
	background: #C3DF7D;
	border-bottom: 1px solid #B5CF74;
}
 
.custom-text {
	font-size: 11px;
	padding: 4px 8px 8px;
	background: #CFDFA7;
}


#quotebox {
	background:url(../img/quotebox.jpg);
	width:220px;
	height:175px;
	margin:20px 0;
	float:left;
}

#quotebox2 {
	background:url(../img/quotebox2.jpg);
	width:220px;
	height:200px;
	margin:20px 0;
	float:left;
}

#quotebox p,
#quotebox2 p {
	text-align:left;
	padding:10px;
	line-height:18px;
	color:#666;
}

.headshot {
	float:left;
	margin: 0 10px 10px 0;
}
/****************************************************************
	FOOTER
****************************************************************/

#footer {
	color:#979797;
	font-size:10px;
	padding:20px 0 0;
}
#footer:after {
	clear:both;
	content:'.';
	display:block;
	height:0;
	visibility:hidden;
}
	#footer .copy {
		float:left;
	}
	#footer .menu {
		float:right;
		width:550px;
		text-align:right;
	}
	#footer .menu a {
		border:0;
		color:#4c4c4c;
	}
	#footer .menu select {
		color:#4c4c4c;
		font-size:11px;
		vertical-align:middle;
	}
.vis-clear { 
	clear:both;
	font-size:0px;
	height:0px;
	line-height:0px;
	width:100%;
}