@charset "utf-8";

body  {
	font: 76% Times, serif;
	background: #f2eddc;
	margin: 0; 
	padding: 0;
	text-align: center;
	color: #000000;
}
.subPage #container { 
	width: 1000px;
	background: #FFFFFF;
	margin: 20px auto 0 auto;
	text-align: left;
} 
.subPage #header { 
	background: #DDDDDD; 
	padding: 0;
} 
img.headerImage {
	padding: 0;
	margin: 0;
}
.subPage #navbar {
	width: 1000px;
	height: 33px;
	margin: 0;
}
/*Navigation styling */
#nav, #nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
#nav.home a {
	display: block;
	width: 110px;
}
#nav li.home {
	float: left;
	width: 110px;
}
#nav.overview a {
	display: block;
	width: 190px;
}
#nav li.overview {
	float: left;
	width: 190px;
}
#nav.practice a {
	display: block;
	width: 207px;
}
#nav li.practice {
	float: left;
	width: 207px;
}
#nav.attorney a {
	display: block;
	width: 246px;
}
#nav li.attorney {
	float: left;
	width: 246px;
}
#nav.contact a {
	display: block;
	width: 134px;
}
#nav li.contact {
	float: left;
	width: 134px;
}
#nav.links a {
	display: block;
	width: 113px;
}
#nav li.links {
	float: left;
	width: 113px;
}
#nav li ul {
	position: absolute;
	width: 100px;
	left: -999em;
	clear: left;
}
#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	clear: left;
	left: auto;
}

.subPage #contentWrapper {
	background: #FFFFFF url(Img/BGflag.jpg) bottom left no-repeat;
	height: 800px;
}
.subPage #contentWrapperFO {
	background: #FFFFFF url(Img/bg_FirmOverview_02.jpg) bottom left no-repeat;
	height: 800px;
}
.subPage #contentWrapperPL {
	background: #FFFFFF url(Img/bg_ProductLiability_02.jpg) bottom left no-repeat;
	height: 800px;
}
.subPage #contentWrapperCL {
	background: #FFFFFF url(Img/bg_CommercialLitigation_02.jpg) bottom left no-repeat;
	height: 800px;
}
.subPage #contentWrapperVA {
	background: #FFFFFF url(Img/bg_VehicularAccident_02.jpg) bottom left no-repeat;
	height: 800px;
}
.subPage #contentWrapperPrL {
	background: #FFFFFF url(Img/bg_PremisesLiability_02.jpg) bottom left no-repeat;
	height: 800px;
}
.subPage #contentWrapperC {
	background: #FFFFFF url(Img/bg_Links_02.jpg) bottom left no-repeat;
	height: 800px;
}

.subPage #contentWrapperL {
	background: #FFFFFF url(Img/bg_Contact_02.jpg) bottom left no-repeat;
	height: 800px;
}


.subPage #sidebar1 {
	float: left;
	width: 450px;
	background: transparent;
	padding: 0;
}
.subPage #mainContent { 
	margin: 0 0 0 250px;
	padding: 40px 40px 0 0px;
	height: 40px;
	font-size: 1.1em;
	color: #5a4d3b;
	line-height: 1.2em;
} 
.subPage #main1 {
	height: 710px; 
	overflow: auto; 
	padding-right: 18px;
}
.subPage .leftPadding {
	padding-left: 100px;
}
.subPage #footer { 
	padding: 0;
} 
.subPage #footer p {
	margin: 0;
	height: 32px;
}
.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;
}