@charset "utf-8";
/* CSS Document */
html, body{height:100%;}
body
	{
		margin:0 auto;
		padding:0;
		width:100%;
		background:#fff;
	}
article, aside, figcaption, figure,footer, header, nav, section {display: block;}
header:before,
header:after,
.content:before,
.content:after,
section:before,
section:after,
footer:before,
footer:after
 	{
    content: "";
    display: table;
    line-height: 0;
	}
.content
	{
		margin:0 auto;
		padding:0;
		clear:both;
		max-width:1245px;
		width:100%;
		position:relative;
	}

section#heighlight{background:#333;}
section#slideshow{background:url("../images/FairfaxCtny.jpg") no-repeat top center; background-size: cover;}
section#page-banner{background:url("../images/back-inner3.jpg") no-repeat top center; background-size: cover;}
section#container	{background:#fff;}
section#attorny-block
	{
		background:url("../images/new_business.png") no-repeat 0 0 / cover;
		border:solid #ddd;
		border-width:1px 0;
		padding:20px 0 40px 0;
	}
footer{clear:both;color:#999;}
section#footer-top{background:#333; padding:20px 0;}
section#footer-bottom{background:#222; overflow:hidden;}
#main-col{float:left; width:800px;}
aside{float:right; width:300px;}
.category{padding:30px 0;}