/* -----------------page_styles.css----------------------------------- */

/* -------- TABLE OF CONTENTS -------- */

/* 01. index.html (main page) */

/* 02. attorney.html  */

/* 03. contact.html */

/* 04. criminal.html */

/* 05. estate.html */

/* 06. landlord.html */

/* 07. resources.html */

/* 08. services.html */

/* --------------------------------------------------------------------- */

/* --------------------------------------------------------------------- */
/* 01. index.html (main page) */


#main #categories	{	/*  CATEGORIES */

	font-family: "Times New Roman",Times,serif;
	-moz-border-radius: 6px 6px 6px 6px;
    background: none repeat scroll 0 0 #F0F3F5;
    border: 1px solid #E0E8ED;
    padding: 21px 14px;
    margin: 23px;
	float: left;
    text-align: left;
	    }

	.section	{
		width: 264px;
		height: 328px;
		padding: 0 15px;
		float: left;
		border-right: 1px solid #DEDEDE;
	}

#categories ul	{
	width: 190px;
	height: 220px;
	margin-left: 1em;
}

#categories h3	{
 border-bottom: 1px solid #DEDEDE;

}

#categories ul li	{
    color: #6A7E88;
    font-size: .9em;
    line-height: 100%;
    margin: 0;
    padding: 3px 0;
	list-style-position: outside;
	list-style-type: disc;

}

#categories a 	{
	position: relative;
	bottom: -30px;
	border-top: 1px solid #DEDEDE;
    display: block;
    padding-top: 0.5em;
	font-weight: bold;
	color: black;
     }

.estate_planning	{
	border-right: none;
}


#categories a:hover	{
	color: #A7321C;
	text-decoration: underline;
     }
#main #contact_card	{	/*  CONTACT CARD */
	float: left;
	width: 610px;
	height: 482px;
	margin: 20px 30px;
}

	#contact_card img	{
		float: left;
		margin-right: 25px;
	}

	#contact_card h3	{
		margin-top: 20px;
		text-align: center;
	}
	#contact_card p{
		margin: 10px 0;
	}
	#contact_card p.disclaimer {
		float: left;
		margin-top: 20px;
	}

	#contact_card .button	{
	width: 220px;
	height: 25px;
	margin: 40px 0 0 220px;
	float: left;

    }


#main #areas_of_practice	{	/*  AREAS OF PRACTICE */
	float: right;
	width: 236px;
	margin: 20px;
}

#main #areas_of_practice li	{
	margin-bottom: 15px;
	font-size: .9em;
	background: url("../img/arrow1.png") no-repeat scroll 0 0 transparent;
	padding: 1px 0 3px 24px;
    line-height: 1.2em;
	list-style-type: none;

	}

#main #areas_of_practice li	a {
color: #A7321C;
}

#main #areas_of_practice li:hover	{
	text-decoration: underline;

	}

/* SLIDER */

.slider {
	background:#000;
	width:934px;
	height:360px;
	z-index:2;
	margin: 5px 13px 0;
}

/* --------------------------------------------------------------------- */
/* 02. attorney.html  */

#main #refrences	{
    float: left;
    margin-left: 40px;
    margin-top: 50px;
    width: 240px;}

#refrences ul	{
	margin-bottom: 30px;

}
#refrences ul li	{
    font-size: .9em;
    line-height: 100%;
    margin: 0;
    padding: 3px 0;
	list-style-position: outside;
	list-style-type: disc;
}
	.memberships img	{
		margin: 5px 60px;
	}

#main #bio	{
    float: right;
    margin-right: 20px;
    margin-top: 50px;
    width: 610px;
}

#bio img	{
	border: 5px solid gray;
    float: left;
    margin: 0 20px 5px 0;

    }

/* --------------------------------------------------------------------- */
/* 03. contact.html */

	#contact_card img.accepted_cards	{
		margin: 10px 200px;
	}

	#contact_form	{
		float: left;
		width: 200px;
	}

	#contact_form fieldset	{
		padding: 5px;
		border: 1px solid #DEDEDE;
	}

	#contact_form label	{
    color: #A7321C;
	}

	#contact_form legend	{
	color: #A7321C;
    font-size: 1.625em;
    font-style: italic;
    font-weight: normal;
    line-height: normal;

	}

	#contact	{
		float: left;
		margin: 50px 0 0 300px;
	}
/* --------------------------------------------------------------------- */
/* 04. criminal.html */


/* --------------------------------------------------------------------- */
/* 05. estate.html */


/* --------------------------------------------------------------------- */
/* 06. landlord.html */


/* --------------------------------------------------------------------- */
/* 07. resources.html */

ul.resources li a:link, ul.resources li a:visited	{
	color: #1A1202;
	line-height: 1.5em;

}
ul.resources li a:hover, ul.resources li a:active	{
	text-decoration: underline;
}

/* --------------------------------------------------------------------- */
/* 08. services.html */

/* --------------------------------------------------------------------- */



/* --------------------------------------------------------------------- */
