@charset "UTF-8";
/* Robbie Guilfoyle - CSS For Bankrtuptcy Field Manual 
Background light green: #D9E79F
Content Background darker green: 	

*/

/* Table of Contents 
$CONTENT - Content Division
$HEADER - Header Divsion
*/


body {
	font: 100%/1.4 Verdana, Arial, Helvetica, sans-serif;
	background: #D9E79F;
	margin: 0;
	padding: 0;
	color: #000;
}
#info_body{background-color: #435606;}
*{padding:0;margin:0}

a img { /* this selector removes the default blue border displayed in some browsers around an image when it is surrounded by a link */
	border: none;
}

/* ~~ Styling for your site's links must remain in this order - including the group of selectors that create the hover effect. ~~ */


a:hover, a:active, a:focus {
}

/* ~~ this container surrounds all other divs giving them their percentage-based width ~~ */
.container {
	width:850px;
	max-width: 1260px;/* a max-width may be desirable to keep this layout from getting too wide on a large monitor. This keeps line length more readable. IE6 does not respect this declaration. */
	min-width: 820px;/* a min-width may be desirable to keep this layout from getting too narrow. This keeps line length more readable in the side columns. IE6 does not respect this declaration. */
	background:url(images/field-manual.gif) no-repeat 0 -25px;
	margin: 20px auto;
	position: relative;
}
#info_container{
	background: #D9E79F url(images/field-manual_info.gif) repeat-y;
}





/* ---------------------------------CONTENT START -------- Page Structure ---------*/

/* ~~ This is the layout information. ~~ */
/*  $CONTENT   <Main Content Division>            */
.content {
	padding: 20px 0;
}
/*   </Main Content Division>*/

/* <header> */

.header #page_title{
	display:block;
	margin-right:auto;
	margin-left:auto;
	margin:1em auto;}

/* </header> */

/* <picture>  left div for index page  */
.picture{
	width: 485px;
	margin: 33px 0 33px 45px;
	padding:0;
	float:left;
	display:inline;
	}
.picture img{padding:0  0 33px 0  ;margin:0}
/* </picture> */

/* <navigation>  Right div for navigation on index page */
.navigation{
	
	float:right;
	margin: 33px 12px 33px 0;
}
.index_nav{ list-style-type:none;
			display:block;
			margin:0 auto;
			}
.index_nav li{
	padding:12px 0;margin:0;
	}

/* </navigation> */
/*--------------------------------------------------------------------------------------*/
		/* Content Pages Informational Structure */


		/* <navigation>  Right div for navigation  */
		.info_navigation{
	width: 230px;
	float:right;
	margin: 4em 0;
	border-top: 4px solid #999;
	border-right: 4px none #999;
	border-bottom: 4px solid #999;
	border-left: 4px solid #999;
		}
		.listnav{   padding:20px 0  20px 5px;
					list-style-type:none;
					display:block;
										}
		.listnav li{
					padding:11px 0;
			}
		
		/* </navigation> */
		/* <information>  */
		
		.information{
			width:530px;
			float:left;
			margin: 0em 40px;
		}
		
		/* </information> */

/* ALL INFORMATIONAL STYLES ie [ p, h1,h2,etc ] */

h1 {
	font-size: 18px;
	display: block;
	background-color: #D9E79F;
	color: #071266;
	font-family: "Courier New", Courier, monospace;
	font-weight: bolder;
	margin-top: 15px;
	border-left-width: 1px;
	border-left-style: none;
	border-left-color: #071266;
	border-right-width: 1px;
	border-right-style: none;
	border-right-color: #071266;
	border-bottom-width: thin;
	border-bottom-style: dashed;
	border-bottom-color: #071266;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 7px;
	padding-left: 15px;
}
h2{ 
	font-family: "Courier New", Courier, monospace;
	text-align: center;
	padding-right: 25px;
	padding-left: 25px;
	color: #071266;
	margin-top: 30px;
	margin-bottom: 20px;
	text-decoration: underline;
}
p{
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 140%;
	font-style: normal;
	padding-right: 15px;
	padding-left: 15px;
	text-align: left;
	padding-bottom: 15px;
	padding-top: 15px;
	color: #006;
}
#content_lists{padding:15px 0 15px 25px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;color: #006;}

/*-----------------------------FLOATING CLASSES-------------------------*/

/* ~~ miscellaneous float/clear classes ~~ */
.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. The floated element must precede the element it should be next to on the page. */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class can be placed on a <br /> or empty div as the final element following the last floated div (within the #container) if the overflow:hidden on the .container is removed */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
a#browser{
	color:#FDFA31;
	margin: 0px;
	padding: 0px;
	display: block;
	height: 20px;
	width: 200px;
	left:690px;
	top:-10px;
	font: bold small-caps 16px "Courier New", Courier, monospace;
	position: relative;
	text-decoration:none;
}
a#browser:hover{text-decoration:underline;}
