@charset "UTF-8";
@import url("IE.cs.css");
body {
	background-color: #3c3c3e;
}

a { text-decoration: none; color: #cf7019; }
a:hover { text-decoration: underline; }

#superwrapper { margin: 0px auto; width: 850px; position: relative; }

#header { height: 123px; }
	#header h1 { float: left; margin-top: 20px; }
	#header p { float: right; font-size: 11px; color: #cecece; margin-top: 32px; line-height: 16px; text-align: right; }
	#header span { font-size: 15px; color: #FFF; }
		#header span strong { color: #cf7019;}
		
		/* MAIN NAV FORMATTING::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
		
				/* POSITIONING of MAIN NAV */
				#divNav { width: 850px; margin: 0px; padding: 0px; height: 40px; z-index: 5000; background-color: #cecece; display:block; }
				#divNav span { position: absolute; left: -9384px;}
				#nav { height: 28px; width: 850px; top: 0px; background-color: #cecece; }
					#nav a { text-decoration: none; border: 0; padding: 0px; }
					#nav li { margin: 0px; padding: 0px; float: left; display: block; }

				/* STYLE UPPER NAVIGATION WITH IMAGES */		
				#liHome a, #liAbout a, #liPractice a, #liAttorneys a, #liNews a, #liContact a { display: block; position: absolute; height: 40px; background: url(images/nav-bar.png) no-repeat; border: 0; padding: 0; outline: none; }
				
				/* UPPER NAVIGATION IMAGE PLACEMENT for each category */			
				#liHome a { background-position: 0 0; width: 116px;; left: 0px; }
				#liAbout a { background-position: -116px 0; width: 132px; left: 116px; }
				#liPractice a { background-position: -248px 0; width: 187px; left: 248px; }
				#liAttorneys a { background-position: -435px 0; width: 150px; left: 435px; }
				#liNews a { background-position: -585px 0; width: 109px; left: 585px; }
				#liContact a { background-position: -694px 0; width: 156px; left: 694px; }
			
				/* UPPER NAVIGATION HOVER STATES + PLACEMENTS for each category */
				#liHome a:hover, #liHome:hover a, #liHome.over a { background-position: 0 -40px; border: 0; }
				#liAbout a:hover, #liAbout:hover a, #liAbout.over a { background-position: -116px -40px; border: 0; }
				#liPractice a:hover, #liPractice:hover a, #liPractice.over a { background-position: -248px -40px; border: 0; }
				#liAttorneys a:hover, #liAttorneys:hover a, #liAttorneys.over a { background-position: -435px -40px; border: 0; }
				#liNews a:hover, #liNews:hover a, #liNews.over a { background-position: -585px -40px; border: 0; }
				#liContact a:hover, #liContact:hover a, #liContact.over a { background-position: -694px -40px; border: 0; }
	
	img.floatLeft { margin-right: 12px; margin-bottom: 15px; border: 1px solid #BBB; }
	
	#featureMain { margin: 0px; padding: 0px; }
	#featureBoxes { display: block; width: 850px; background: url(images/feature-background.png) repeat-y; margin: 0px; padding: 0px; }
		#featureBoxes h3 { font-size: 13px; color: #cf7019; }
		#leftColumn { width: 503px; float: left; background: url(images/background-homepage-left.png) repeat-x #FFF; padding: 32px; display: inline; }
			#leftColumn p { font-size: 11px; color: #3f3f40; line-height: 20px; text-align: justify; padding-bottom: 15px; }
			#leftColumn span {font-size: 11px; padding-top: 10px; line-height: 15px; color: #3f3f40;}
			#leftColumn.home p { padding-bottom: 15px; margin-bottom: 15px; font-size: 14px; line-height: 25px; }
			#leftColumn ul {list-style: circle outside; color: #cf7019;}
			#leftColumn li {font-size: 11px; padding-top: 10px; color: #cf7019; line-height: 15px;}
			#leftColumn li span {font-size: 11px; padding-top: 10px; color: #333; line-height: 15px;}
			#leftColumn li strong { color: #333; }
			#leftColumn.home a { color: #333; }
			#leftColumn h2 { font-size: 24px; font-weight: bold; color: #cf7019; padding-bottom: 15px; }
			
		#leftColumn.attorney h3 { padding-top: 10px; }
		#leftColumn.attorney h3 a { color: #333; }
		#leftColumn p.subInfo { margin-top: 3px; }
			
		#rightColumn { width: 247px; padding: 32px 18px; float: left; }
		#rightColumn li { font-size: 11px; padding-top: 6px;  }
		
		#rightColumn.homepage li { margin-left: 10px; padding-bottom: 2px; }
		#rightColumn.homepage li li { margin-left: 20px; font-size: 10px; }
		.homepage a { color: #333; text-decoration: none; }
		.homepage a.active { color: #cf7019; text-decoration: none; }
		.homepage a:hover { color: #cf7019; text-decoration: underline; }
		.homepage li li li a { color: #666666; }
		
	#footer { clear: both; width: 850px; padding: 8px 0 0; font-size: 9px; color: #b3b3b3;}
		.footerLeft { float: left; margin: 0px; padding: 0px;}
		.copyright { float: right; margin: 0px; padding: 0px;}
		#footer a { color: #b3b3b3; text-decoration: none; }
			#footer a:hover { text-decoration: underline; }
			#footer a:visited { color: #b3b3b3; }
			
	.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    }
