/* FS CONTROL - BASE STYLESHEET - UPDATED 05-22-2006 */

html { font-size: .625em; }
body { margin: 0; padding: 0; background: #FFFFFF; color: #000000; }
body, td, input, textarea, option, select { font-family: Verdana, Arial, Helvetica, sans-serif; }
table, input, textarea, option, select { font-size: 1em; }
h1, h2, h3, h4, h5, h6, p, #content table table { margin: 0 0 1.45em 0; padding: 0; }
ul, ol { margin-top: 0; }

/* DEFINE BASE FONT SIZE -- 1.1em = 11px, etc. */
body { font-size: 1.2em; }

/* DEFINE CONTENT LINE HEIGHT */
#content p, #content ul, #content ol, #content li, #content blockquote { line-height: 1.45em; }
/* DEFINE CONTENT COLOR */
#content table td { color: #333333; }

a:link { color: #933E22; }
a:visited { color: #933E22; }
a:hover, a:focus { color: #509B77; }
a:active { color: #509B77; text-decoration: none; }

/* HEADERS AND FS CONTROL LEGACY HEADER CLASSES */
h1, .cfont7 { font-size: 1.25em; font-weight: bold; }
h2, .cfont6, #content big.profiletopname { font-size: 1.17em; font-weight: bold; }
h3, .cfont5, .cbodyhdr1, .cbodyhdr2, .profilecommtextUpr, .profilecommtexthdr, .profileheader { font-size: 1.08em; font-weight: bold; margin-bottom: .3em; }
h4, .cfont4, .cbodyhdr4 { font-size: 1em; font-weight: bold; margin-bottom: .3em; }
h5, .cfont3 { font-size: .9em; font-weight: bold; margin-bottom: .3em; }
h6, .cfont1 { font-size: .8em; font-weight: bold; margin-bottom: .3em; }

/* DEFAULT ATTORNEY PROFILE XSL STYLESHEET FIX */
#content big { font-size: 1em; }

/* GEOGRAPHICAL FOOTER */
#content .geographicalFooter { font-style: italic; font-size: .8em; }

/* USED BY DEFAULT IN ALL FORMS */
.asterisk { color: #FF0000; }

/* CONTACT FORM - DEFAULT CONTACT US PAGE */
form#contactFormMain {  }
	form#contactFormMain .mainInput { width: 18em; }
	form#contactFormMain .mainSelect { width: 18em; }
	form#contactFormMain .mainTextarea { height: 6em; width: 27.5em; }
	form#contactFormMain .mainCheckbox { height: 1.2em; margin: .5em 0 0 0; }
	form#contactFormMain .textNoBreak { white-space: nowrap; }

/* CONTACT FORM - IN THE DESIGN */
form#contactFormDesign { margin: 0; padding:5px 0 10px; background:#95D1AE; }
	form#contactFormDesign p { margin:0 0 1.0em; }
	form#contactFormDesign label { margin-left:15px; font-size:10px; }
	form#contactFormDesign em { color: #FF9933; }
	form#contactFormDesign .designInput { width: 174px; font-size: 10px; display: block; border:1px solid #666666; }
	form#contactFormDesign input.designInput { margin: 0 0 0 15px; }
	form#contactFormDesign textarea.designInput { height: 75px; margin-left:15px; }
	form#contactFormDesign input.designSubmit { margin: 5px 0 0 134px; width: auto; }
	form#contactFormDesign input.hidden { display: none; }
label.error { color: red; }

/* SEARCH FORM - IN THE DESIGN */
form#searchFormDesign { margin: 0; }
	form#searchFormDesign input.searchInput { font-size: 10px; width: 15em; }
	form#searchFormDesign input.searchSubmit {  }
	form#searchFormDesign input.hidden { display: none; }

/* FAQ - IN THE DESIGN */
#designFAQ {  }
  #designFAQ h3 {  }
  #designFAQ ul { list-style-type: none; margin: 0 0 1.2em 0; padding: 0; }
		#designFAQ li { padding-bottom: .6em; }
			#designFAQ a {  }

/* NEWS FEED - IN THE DESIGN */
#designNewsFeed {  }
  #designNewsFeed h3 {  }
  #designNewsFeed h4 {  }
  #designNewsFeed ul { list-style-type: none; margin: 0 0 1.2em 0; padding: 0; }
    #designNewsFeed li { padding-bottom: .6em; }
			#designNewsFeed li span.date {  }
			#designNewsFeed li a { display: inline; }
  #designNewsFeed a { display: block; }

/* EMAIL OBFUSCATION FORM - POPUP WINDOW */
.emailObfuscationBody {  }
	#emailObfuscation { padding: 5px; }
		#emailObfuscation h4 { margin-top: 0; margin-bottom: 16px; }
		#emailObfuscation table { margin: 10px; }
			#emailObfuscation td { height: 24px; }
			#emailObfuscation td.cellLeft { padding: 2px; }
			#emailObfuscation td.cellRight { padding: 2px; }
			#emailObfuscation td.cellColspan2 { padding: 2px; }
				#emailObfuscation input { width: 230px; }
				#emailObfuscation textarea { width: 300px; }
				#emailObfuscation input.RadioButtonPrefferredEmail { width: 15px; }
				#emailObfuscation input.RadioButtonPrefferredPhone { width: 15px; }
				#emailObfuscation input.CheckBoxSendCopy { width: 15px; }
				#emailObfuscation input.ButtonSubmit { width: 100px; }
				#emailObfuscation input.ButtonReset { width: 100px; }
		#emailObfuscation p.closeWindow { text-align: right; }
		
/* STANDARD ELEMENTS */
#content .callout { text-align: center; font-style: italic; margin-bottom: 1.2em; }
.clear { clear: both; }
.floatLeft { float: left; }
.floatRight { float: right; }
table.InternetExplorerFix { width: auto; padding: 0; margin: 0; border-spacing: 0; border-collapse: collapse; border-width: 0; }
	table.InternetExplorerFix td.InternetExplorerFix { padding: 0; margin: 0; border-spacing: 0; border-collapse: collapse; border-width: 0; width: 100%; }

/* CUSTOM DESIGN ELEMENTS */
body.design { text-align:center; background:#E8E8DE; }
	#containerBorder { display:inline-block; width:860px; text-align: left; margin: 0 auto; background:url(images/bg-design.gif) center 0 repeat-y; }
		#containerPage { margin:0 41px; _margin:0 40px 0 41px; background:#ffffff; }	
			#banner {  }
				#navigationMain {  }
			
			#containerColumns { display:inline-block; margin-top:2px; background:url(images/bg-containerColumns.gif) 571px top repeat-y; }
				.home #outerWrapper { display:inline-block; background:url(images/bg-outerWrapper.gif) repeat-y; }
					.home #wrapper { display:inline-block; background:url(images/bg-wrapper.gif) 0 bottom no-repeat; }
						.home #wrapper .container { color:#333333; font-size:.83em; width:142px; float:left; }
							.home #wrapper .container p { margin:3px 3px 1em; min-height:130px; _height:145px; }
							.home #wrapper .container .moreButton { margin-left:90px; }
						.home #wrapper #navigationPractice { width:207px; float:left; margin-left:3px; background:none; }
							
				
				#columnMain { display:inline-block; width:571px; float:left; background:url(images/bg-columnMain.gif) right top no-repeat; }
				.home #columnMain { background-image:url(images/bg-columnMain-home.gif); }	
					#content { margin:20px; min-height:500px; _height:500px; }
						h1#pageTitle { margin-bottom:8px; }
						.home h1#pageTitle { margin-bottom:15px; }
						#content img.floatLeft { position:relative; right:9px; margin:0 5px 2px 0; }
						.home #content img.floatLeft { position:relative; right:15px; margin:6px 5px 8px 0; }
					
				#columnSide { width:207px; float:left; background:#ffffff url(images/bg-columnSide.gif) repeat-y; }
					#navigationPractice { font-size:.83em; padding-bottom:15px; background:url(images/bg-navigationPractice.gif) 0 bottom no-repeat; }
						#navigationPractice h2 { margin:0 0 .8em 8px; }
						#navigationPractice ul { margin:0 15px 0 20px; padding:0 0 0 0; list-style-type:none; }
							#navigationPractice ul li {display:inline-block; margin:0 0 1px 0; padding:0 0 0.2px 0; background:url(images/bg-dottedLine.gif) 0 bottom repeat-x; }
								#navigationPractice ul li a { color:#333333; text-decoration:none; display:block; padding-left:15px; margin:0 0 4px 0; background:url(images/bg-bullet.gif) 0 3px no-repeat; }
									#navigationPractice ul li a:hover { color:#933E22; background-image:url(images/bg-bullet-o.gif); }
					#navigationFeatures { padding:15px 0 0 20px; background:#ffffff; }
						#navigationFeatures img { margin-bottom:15px; }
					#contactInformation { font-size:.92em; padding-bottom:50px; background:#95D1AE; line-height:1.45em; } 
						#contactInformation img { margin-bottom:10px; }
						#contactInformation p { position:relative; margin: 0 10px 4px 20px; }
							#contactInformation span { position:absolute; left: 52px; }
						#contactInformation strong { font-size:1.09em; }
			
			#footer { color:#666666; padding:10px 0 40px; background:#EAE9E1; border-top:3px solid #ffffff; }
				#footer a { color:#666666; }
				#footer a:hover { color:#933E22; }
#navigationLower { font-size:.92em; padding:10px -14px; }
#navigationLowerHome { font-size:.92em; padding:10px -14px; }
#navigationLower a { text-decoration:none; padding:0 14px; }
#navigationLowerHome a { text-decoration:none; padding:0 10px; }
				#finePrint { font-size:.83em; text-align:center; padding-top:8px; border-top:1px solid #A8A8A6; display:block; }
					#finePrint p { margin:0; }
						#finePrint span { margin-left:20px; }
						#finePrint a { font-weight:bold; text-decoration:none; }
					

