/* FS CONTROL - BASE STYLESHEET - UPDATED 11-07-2006 */

html { font-size: .625em; }
body { margin: 0; padding: 0; background: #FFFFFF; color: #000000; }
body, td, input, textarea, option, select { font-family: 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.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: #000000; }

a:link { color: #4A61BB; }
a:visited { color: #3E5166; }
a:hover, a:focus { color: #90874A; }
a:active { color: #90874A; text-decoration: none; }

a.nav:link {text-decoration:none; color: #3189B5; }
a.nav:visited {text-decoration:none; color: #3189B5; }
a.nav:hover { color: #3E5057; }
a.nav:active { color: black; text-decoration: none; }

a.res:link {text-decoration:none; color: #333D5E; }
a.res:visited {text-decoration:none; color: #3189B5; }
a.res:hover { color: black; }
a.res:active { color: black; 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.2em; font-weight: bold; }
h3, .cfont5, .cbodyhdr1, .cbodyhdr2, .profilecommtextUpr, .profilecommtexthdr, .profileheader { font-size: 1.1em; font-weight: bold; padding-bottom: .3em; }
h4, .cfont4, .cbodyhdr4 { font-size: 1em; font-weight: bold; padding-bottom: .3em; }
h5, .cfont3 { font-size: .9em; font-weight: bold; padding-bottom: .3em; }
h6, .cfont1 { font-size: .8em; font-weight: bold; padding-bottom: .3em; }

/* 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; }

/* EMAILTHIS LINK FORM  */
#subcontent2 {position:absolute; visibility: hidden; border: 2px solid #400000; background-color:#9BAFB7; width:220px; height:60px; padding: 4px;}

/* 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; }
.highlight { background: #FFFF40; }
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 { background: #2F3B42; text-align: center; }
#containerPage { background: #FFF; text-align: left; margin: 0 auto; width: 770px; }
	#banner { background: url(../images/dotted-banner.gif) repeat-x; padding: 42px 16px 6px 16px; position: relative; border-bottom: 2px solid #2F3B42; }
		#logo { }
		#logo2 {position:absolute; font-family: Times; font-size: 18px; color: #8B8B8B; margin-top:8px;}
		#contactInformation { position: absolute; right: 18px; top: 39px; color: #7D6A2F; font-size: .91em; }
		#subcontent2 {position:absolute; visibility: hidden; border: 2px solid #400000; background-color:#BED2E9; width:220px; height:60px; padding: 4px;}
	#navigation { padding: 44px 7px 15px 24px; background: url(../images/dotted-line.gif) 0 31px repeat-x; }
		#navigationMain { float: left; }
		#navigationTools { float: right; }
			#navigationTools img { margin-left: 2px; }
	#containerColumns { background: url(../images/bg-containerColumns.gif) 261px 0 repeat-y; border-bottom: 10px solid #5A9BBE; margin-bottom: 2px; }
		#containerColumnsHead2 { background: url(../images/bg-containerColumnsHead.jpg) no-repeat; }
		#containerColumnsHead { background: url(../images/bg-containerColumnsHead-home.jpg) no-repeat;  }
			#headline { padding: 21px; color: #FFF; }
				#headline p { padding: 5px 3px; }
				#headline strong { font-size: 1.2em; }
			#columnMain { float: right; width: 508px; }
				#pageTitle { color:#333D5E }
				#content { padding: 22px 29px; margin-bottom: -30px;}
				#contentFooter {font-size: 9px;}
			#columnSide { float: left; width: 261px; }
				#cta2 { margin: 37px 6px; }
				#cta { margin-left: 247px; }
				#navigationPractice {  }
					#navigationPractice p { padding: 19px 18px 10px 18px; }
					#navigationPractice ul { padding: 0 18px 19px 39px; margin: 0; color: #3189B5; font-size: .91em; }
						#navigationPractice li { padding-bottom: 1em; }
							#navigationPractice a { text-decoration: none; }
				#radioShow { font-size: .91em; }
					#radioShow p { padding: 26px 15px; }
						#radioShow p img { margin: 5px 5px 5px 0; }
	#footer { border-top: 1px solid #5A9BBE; background: url(../images/dotted-banner.gif) left bottom repeat-x; padding: 0px 0; }
		#navigationLower { padding: 17px 18px; background: url(../images/dotted-line.gif) left bottom repeat-x; }
		#geographicalFooter { padding: 19px 20px; color: #7F7F7F; font-size: .91em; }
			#geographicalFooter img { margin-right: 20px; }
		#finePrint { margin-top: -20px; color: #7F7F7F; font-size: .82em; text-align: right; padding: 10px; }
			#copyright { padding: 0; }
			#branding { margin-bottom: 10px; }
