@charset "utf-8";
/* CSS Document */


body  {
	
	font: 12px Helvetica, Georgia, "Times New Roman", Times, sans serif;
	background: #E6E6E6;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #333333;
	
}

#container { 
	width: 800px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
#header { 
	background: #303030; 
	padding: 0 0px;   /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 

h1 {
	font-family: Georgia, "Times New Roman", Times, serif, Times, serif;
	font-size: 22px;
	display: inline;
}
h2 {
	font-family: Helvetica, Georgia, "Times New Roman", Times, sans serif;
	font-size: 16px;
	font-style:bold;
	display: inline;
}	

	
	#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 200px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	 /* the background color will be displayed for the length of the content in the column, but no further */
	 
	padding-left: 25px;
	padding-right:1em;
	padding-top: 2.6em;
	background-image: url(img/gradient2.jpg);
	background-repeat:repeat-y;
	background-position:top;
	}
	
	
	
	#sidebar1 li{
	margin-left: -28px;
	}
.tallhome
{
height:320px;	
}

.tallabout
{
height:580px;	
}

.tallreal
{
height:750px;	
}

.tallbusiness
{
height:1200px;	
}

.tallbankruptcy
{
height:600px;	
}

.tallestate
{
height:600px;	
}

.tallfamily
{
height:400px;	
}

.tallspecial
{
height:500px;	
}

.talldisclaimer
{
height:400px;	
}

#mainContent { 
	margin: 0 40px 0 237px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
}

#mainContent a{
	color:#99b23d;
		}
		
#mainContent a:hover {
	color:black;
} 
#footer a{
	color:#99b23d;
		}
		
#footer a:hover {
	color:white;
}

#footer { 
	font-size:12px;
	padding-top:15px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	padding-left:15px;
	background: #303030;
	color:#ffffff;
	
} 

#bottomfooter { 
	background-color:#303030;
	color:#fff; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	width:756px;
	padding-left:20px;
	padding-top:10px;
	padding-bottom:10px;
	padding-right:25px;
	
	color:#ffffff;
	font-size:10px;
	
} 

#bottomfooter a{
	color:#99b23d;
		}
		
#bottomfooter a:hover {
	color:white;
}
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.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 */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

#testimonialbox{
	background-image:url(img/legalblog6.gif);
	background-position:right;
	background-repeat:no-repeat;
	border-bottom-style:solid;
	border-bottom-width:1px;
	border-top-style:solid;
	border-top-width:1px;
	float:right;
	font-size:12px;
	font-style:italic;
	margin-left:2em;
	margin-bottom:1em;
	padding-top:1em;
	padding-bottom:1em;
	padding-left:.6em;
	padding-right:3em;
	width:170px;
	}

#practicearea{
	background-color:#888787;
	width:190px;
	height:300px;
	padding-top:2em;
}