/* FS CONTROL - BASE STYLESHEET - UPDATED 11-07-2006 */

html { font-size: .625em; }
body { margin: 0; padding: 0 0 15px 0; background: #FFFFFF; color: #cccccc; }
body, td, input, textarea, option, select { font-family: Verdana, Arial, Helvetica, sans-serif; }
table, input, textarea, option, select { font-size: 1em; }
ul, ol { margin: 0; padding: 0 0 0 2.5em; }
h1, h2, h3, h4, h5, h6, p, ul, ol { padding-top: 0; padding-bottom: 1.2em; margin: 0; }
ul ul, ul ol, ol ol, ol ul { padding-bottom: 0; }
#content table.InternetExplorerFix table { margin: 0 0 1.2em 0; }

/* DEFINE BASE FONT SIZE -- 1.1em = 11px, etc. */
body { font-size: 1.1em; }

/* 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: #cccccc; }

a:link { color: #cccccc;}
a:link.pa { color: #cccccc; text-decoration: none;}
a:visited { color: #ffffff; font-weight: bold; }
a:hover, a:focus { color: #e6d17b; }
a:active { color: #ffffff; text-decoration: none; }

/* HEADERS AND FS CONTROL LEGACY HEADER CLASSES */
h1, .cfont7 { font-size: 1.4em; font-weight: bold; }
h2, .cfont6, #content big.profiletopname { font-size: 1.4em; font-weight: bold; padding-bottom: .6em; color: #cc3333; }
h3, .cfont5, .cbodyhdr1, .cbodyhdr2, .profilecommtextUpr, .profilecommtexthdr, .profileheader {  font-size: 1.4em; font-weight: bold; padding-bottom: .3em; color: #cc3333; }
h4, .cfont4, .cbodyhdr4 { font-size: 1em; font-weight: normal; padding-bottom: .3em; color: #cc3333; }
h5, .cfont3 { font-size: .9em; font-weight: normal; padding-bottom: .3em; color: #cc3333; }
h6, .cfont1 { font-size: .8em; font-weight: normal; padding-bottom: .3em; color: #cc3333; }

/* DEFAULT ATTORNEY PROFILE XSL STYLESHEET FIX */
#attorneyList { padding-bottom:1.2em; }
	#attorneyList ul { padding: 0; list-style: none; margin: 0; }
#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; }
	form#contactFormDesign label {  }
	form#contactFormDesign .designInput { width: 150px; font-size: .91em; display: block; border: 1px solid #000000; padding: 2px 4px 0 4px; }
	form#contactFormDesign input.designInput { margin: 0 0 5px 0; height: 1.64em; }
	form#contactFormDesign textarea.designInput { margin: 0; height: 6.82em; }
	form#contactFormDesign input.designSubmit { margin: 10px 0 0 0; width: auto; }
	form#contactFormDesign input.hidden { display: none; }

/* SEARCH FORM - IN THE DESIGN */
form#searchFormDesign { margin: 0; }
	form#searchFormDesign input.searchInput { font-size: .91em; width: 150px; height: 1.64em; border: 1px solid #000000; padding: 2px 4px 0 4px; }
	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 { color: #000; }
	#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: url(images/bg-site.gif) #666666 repeat-x; }


	#containerPage { width: 822px; background: url(images/bg-content-expand.gif); margin:0 auto; padding:0; text-align: left; }
	
		#bannerNavTop { background: url(images/bg-banner-h.jpg) top no-repeat;}
	.home	#banner { }
			
	.home	#firmName { margin: 12px 0 0 42px; padding: 0; }
		#navTagline { width: 790px; }
	.home	#navigationMain { width: 470px; float: left; padding: 30px 0 0 20px; }
	.home		#navigationMain ul { list-style: none; padding: 0; margin: 0 0 0 10px; }
	.home			#navigationMain li { background: url(images/bg-nav-main-h.gif) no-repeat; padding: 3px 0 8px 25px; }
	.home				#navigationMain .last { background: url(images/bg-nav-main-last-h.gif) no-repeat; }
	.home				#navigationMain a { text-decoration: none; }	
			/*#taglines {  position: relative; top: 69px; left: 49px; z-index:1;}*/
			#taglines {  position: relative; top: 48px; left: 33px; z-index:1;}
	
	.home 	#navigationPractice { width: 455px; position: relative; top: 0px; left: 70px; background: url(images/transparent.gif);  z-index:10; margin: 30px 0; _margin: 20px 0;}
	.home	#navigationPractice p { padding: 0px; margin: 0; }
	.home	#navigationPractice strong { color: #cc3333; font-size: 1.4em; font-weight: bold; padding-bottom: 0px;  }
				#navigationPracLeft { float: left; position: relative; top: 0; left: 0; }
				#navigationPracLeft-bl { float: left; position: relative; top: 0; left: 0; height:126px; }
				#navigationPracRight { float: left; position: relative; top: 0; left: 49px; z-index:4;}
				
	.home	#contactSide { background: url(images/bg-cont-info-h.gif) no-repeat; }
	.home #midSection .MidContent { margin-top:-14px;_margin-top:-14px;  }
	.home #midSection .LP {  margin-top:-24px;_margin-top:-14px;}
			#midSection {  width: 822px; background: url(images/bg-mid-h.jpg) no-repeat; }
				#midSecHeading {
						}
					#midSecHeadingLP {position: relative; top: 18px; left: 200px; }
				#midSecContent { width: 362px; height: 120px; position: relative; top: 40px; left: 200px; font-size: .85em; padding-bottom: 30px; }
					#midSecContent p { padding: 15px 0 5px 36px; line-height: 14px; }
					#midSecContent a { color: #cc3333; }
					#midSecContent a:visited { color: #FFFFFFF; }
					#midSecContent a:hover { color: #e6d17b; }
					#midSecContent a:active { color: #666666; }
					
				
	.home	#content { padding: 0px 0 10px 47px; margin: 0; }
	.home		#contactSide { background: url(images/bg-cont-info-h.gif) no-repeat; }
	#printer img {vertical-align: middle;}
	.home		#printer { padding: 15px 0 270px 15px; }
	
	#containerColumns { width: 822px; background: url(images/bg-content-top.gif) no-repeat;  padding: 0; }
	
		#columnMain { width: 546px; float: left;  overflow: hidden; }
			#banner { background: url(images/bg-banner.gif) no-repeat; float: left; }
				#firmName { margin-left: 26px; }
				#contentImage { margin: 7px 0 35px 49px; }
			#content { padding: 0 0 10px 53px; margin: 0; }
				#content p { line-height: 20px; clear: both; }
				#focusNews {border-bottom: 1px solid #333; padding-bottom: 7px; margin-bottom: 7px;}
						#focusNews li a {font-size: 1.1em; font-weight:bold;}
				
		#columnSide { width: 266px; float: right; overflow: hidden; background: url(images/bg-rt-navs-i.gif) top no-repeat; padding: 0; margin: 0; }
			#navigations { padding: 0; margin: 0; font-size: .95em;}
			#navigationMain { position: relative; width: 235px; padding-top: 15px; z-index:2; }
				#navigationMain ul { list-style: none; padding: 0; margin: 0 0 0 6px; }
					#navigationMain li { background: url(images/bg-nav-main.gif); padding: 4px 0 10px 25px;z-index:1; }
						#navigationMain .last { background: url(images/bg-nav-main-last.gif); }
					#navigationMain a { text-decoration: none; font-weight: bold; }
					#navigationMain #prac{ margin-top:-14px; margin-bottom:-10px; margin-left:28px; _margin-left:28px; float: left; }
				#ie6 #navigationMain #prac{ margin-top:-14px; margin-bottom:-10px; margin-left:10px; _margin-left:14px; float: left; }
				
			#navigationPractice { padding: 10px 5px 0 30px; margin: 0; background: url(images/bg-nav-i.gif) repeat-y;}
			
				#navigationPractice strong { color: #cc3333; font-size: 1.2em; font-weight: bold;  padding: 0 0 0 0px;}
				#navigationPractice ul { list-style-property: none; padding: 11px 0 20px 0; }
				#ie #navigationPractice ul { list-style-property: none; padding: 21px 0 0 0; }
					#navigationPractice li { list-style: none; padding: 5px 0; margin: 0; }
				#navigationPractice a { text-decoration: none; font-weight: bold;}
				
			#navigationPractice2 { padding: 10px 5px 0 30px; margin: 0; background: url(images/bg-nav-i.gif) repeat-y;}
				#navigationPractice2 strong { color: #cc3333; font-size: 1.2em; font-weight: bold; }
				#navigationPractice2 ul { list-style-property: none; padding: 11px 0 0 0; }
					#navigationPractice2 li { list-style: none; padding: 5px 0; margin: 0; }
				#navigationPractice2 a { text-decoration: none; font-weight: bold;}
				
			#navigationExtra {  padding: 10px 0 0px 0; margin: 0; border-top: 2px solid #000000; background: #292829; }
			
				#navigationExtra strong { color: #cc3333; font-size: 1.4em; font-weight: bold; padding: 15px 0 0px 35px; text-decoration: none;}
				#navigationExtra strong a:link { text-decoration: none;}
				#navigationExtra ul { margin: 0; padding: 0px 35px 20px 35px; list-style: none; overflow: visible; width: 500px; float: left; }
					#navigationExtra ul li { display: inline; }
						#navigationExtra ul li a { display: block; width: 220px; float: left; text-decoration: none; font-weight: bold; }
						#navigationExtra ul li a:hover, #navigationExtra ul li a:active, #navigationExtra ul li a.active, #navigationExtra ul li a.active:link, #navigationExtra ul li a.active:visited, #navigationExtra ul li a.active:hover, #navigationExtra ul li a.active:active { text-decoration: none; }
					
					
.clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; font-size: 0; line-height: 0; }
	#ie .clearfix { height: 1%; }
					
			#contactSide { background: url(images/bg-cont-info.gif) no-repeat; }
				#contactInformation { padding: 0 0 0 20px; }
					#contactInformation .head { color: #cc0000; font-size: 1.2em; font-weight: bold; padding-top: 39px; }
					#contactInformation strong { font-size: 12px; }
					#contactInformation p { line-height: 16px; }
					#contactInformation span.tele { padding-left: 2px; }
					#contactInformation span.toll { padding-left: 70px; }
					#contactInformation span.facs { padding-left: 9px; }
					#contactInformation span.emai { padding-left: 25px; }
				#AdditionalPractice { padding: 0 0 0 20px; }
					#AdditionalPractice .prac { color: #cc0000; font-size: 1.2em; font-weight: bold; padding-top: 39px; }
					#AdditionalPractice ul { padding-left: 8px; margin: 0 0 0 4px; }
					  #AdditionalPractice li {  }
					
				#ibnf { padding: 35px 0 10px 5px; }
				#ibnf strong {display:block; margin-left: 15px; width:175px; margin-top:7px;}
				#printer { padding: 15px 0 200px 15px; }
					#printer a { text-decoration: none; }
					#printer a:visited { color: #FFFFFF; }
					#printer a:hover { color: #e6d17b; }
				
			#footer { width: 822px; background: url(images/bg-footer.gif) no-repeat; color: #666666; }
				#footer a { color: #cc3333; }
				#footer a:visited { color: #666666; }
				#footer a:hover { color: #e6d17b; }
				#footer a:active { color: #e6d17b; }
					#finePrint { padding: 15px 50px 10px 50px; font-size: .9em; }
						#finePrint p { padding: 0; margin: 0; }
						
					#navigationLower { padding: 0 50px; font-size: .9em; }
				
	#pageTitle2 {font-size: 1.6em; font-weight: normal; color: #FFF; text-transform: uppercase; margin-top: 100px;}
	

/* Heirarchical menu styles */
/* NOTE: some sublists have inline styles for positioning in navigationPrac.inc */	
/* Lists */
.home ul#menu { margin: -7px 0 0 0; padding: 0; position: relative; float: right; }
.home ul#menu li ul { text-align: left; left: 35px; top:20px;  position: absolute; visibility: hidden; margin: -1.8em 0 0 14em; padding: 1px 0 0; z-index: 99; }
	
	ul#menu { margin: -7px 0 0 10px; padding: 0; position: relative; }
	ul#menu li ul { text-align: left; left: -395px; top:169px;  position: absolute; visibility: hidden; margin: -1.8em 0 0 14em; padding: 0px 0 0; z-index: 99; }
	
/* Items */
.home	ul#menu li { list-style: none; height: auto; margin: 0 0 0px 0; width: 17.5em; _margin-bottom: -.2em; }
		.home	ul#menu li ul li { display: block; width: 270px; float: none; margin-bottom: 0; }

	ul#menu li { list-style: none; height: auto; margin: 0 0 3px 0; width: 18em; _margin-bottom: -.2em; }
			ul#menu li ul li { display: block; width: auto;  margin-bottom: 0; float: none;}
		#ie	ul#menu li ul li { display: block; width: 245px;  margin-bottom: 0; float: none;}
		

/* Links */
.home		ul#menu li a { padding: 0 10px 0 0; _padding: 0 10px 0px 0;  display: block; float: none; color: #ffffff; text-decoration: none; font-size: 1em; text-transform: capitalize; }
.home		ul#menu li a:hover, ul#menu li a:focus { color: #e6d17b; background: url(images/bullet-o.html) right 5px no-repeat; }
.home				ul#menu li ul li a { background: none; line-height: 0.9em; margin: 0; padding: 3px 3px 1px 3px; text-indent: -.5em; }
.home				ul#menu li ul li a:hover { background: none; color: #e6d17b; }


		ul#menu li a { padding: 0 0px 0 0; _padding: 0 0px 3</div>px 0; display: block; float: none; color: #ffffff; text-decoration: none; font-size: 1em; text-transform: capitalize; }
		ul#menu li a:hover, ul#menu li a:focus { color: #e6d17b;  }
				ul#menu li ul li a { background: none; line-height: 0.8em; margin: 0; padding: 2px 3px 1px 3px; text-indent: -.5em; }
							ul#menu li ul li a:hover { background: none;  }

				
