/* 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: 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: #000000; }

#content table td ul { list-style-image: url(images/bullet.gif); }

a:link { color: #6A0B13; }
a:visited { color: #6A0B13; }
a:hover, a:focus { color: #966700; }
a:active { color: #966700; 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; }
	#attorneyList li { font-size: 1.2em; padding-bottom: 10px; }
#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: 0; }
	form#contactFormDesign label {  }
	form#contactFormDesign .designInput { width: 198px; display: block; color: #999999; font-size: .91em; padding: .2em 4px 0 4px; background: #FFFFFF; border: 1px solid #A5ACB2; }
	form#contactFormDesign input.designInput { margin: 0 0 4px 21px; height: 1.8em; }
	form#contactFormDesign textarea.designInput { margin: 0 0 0 21px; height: 4.8em; }
	form#contactFormDesign input.designSubmit { margin: 19px 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 {  }
	#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%; }
img { margin: 0; padding: 0; border: none; }

/* CUSTOM DESIGN ELEMENTS */
body { font-size: 11px; } /* REMOVE ME */
body.design { text-align: center; background: #000000; }

	#containerPage { width: 800px; text-align: left; margin: 0 auto; background: url(images/bg-col.gif) repeat-y left; }
	.home #containerPage { background-image: url(images/bg-col-home.gif); }

		#banner { position: relative; height: 203px; }
		.home #banner { height: 217px; background: #71adbd; }
			#logo { position: absolute; left: 483px; top: 0; }
			.home #logo { left: 407px; }
			#tagline { position: absolute; left: 483px; top: 67px; }
			.home #tagline { left: 407px; top: 79px; }
			#cta { position: absolute; left: 483px; top: 131px; }
			.home #cta { left: 407px; top: 142px; }
			#bg_bannerL { position: absolute; left: 0; top: 0; }

		#navigationMain { width: 800px; height: 33px; text-align: center; background: url(images/bg-n-main.jpg) repeat-x top; }
			#navigationMain ul { list-style: none; margin: 0 0 0 16px; padding: 0; }
				#navigationMain ul li { float: left; display: inline; display: inline; margin: 0; padding: 0; }
					#navigationMain ul li img { margin-bottom: -2px; }

		#panelTop { clear: both; width: 800px; padding-top: 9px; background: #DFD7CF url(images/bg-content-t-home.gif) repeat-x top; }
			.home #navigationPractice { float: left; width: 461px; }
				.home #navigationPractice h2 { margin: 0; padding: 0; }
				.home #navigationPractice h3 { color: #000000; font-size: 1em; text-transform: uppercase; font-weight: bold; margin: 0 0 .4em 17px; padding: 0; }
				.home #navigationPractice p { color: #000000; margin: 0 0 .4em 17px; padding: 0; }
				/* .home #navigationPractice ul { list-style: none; margin: 0 0 0 17px; padding: 0 0 0px 0; } */
				.home #navigationPractice ul { list-style: none; margin: 12px 0 0 17px; padding: 0 0 0px 0; }
					.home #navigationPractice ul li { width: 208px; _width: 221px; float: left; display: inline; margin: 0 0 .8em 0; padding: 0 0 0 13px; background: url(images/bul-n-prac-home.gif) no-repeat left .35em; }
				.home #navigationPractice img { clear: both; display: block; }
				.home #pracImage { margin: 0; _margin-top: 14px; padding-top: 14px; _padding: 0; }
			#containerFlash { float: right; }
				#containerFlash img { display: block; }
				
		#containerColumns { clear: both; width: 800px; background: url(images/bg-col-rb.jpg) no-repeat right bottom; }
			.home #containerColumns { background-image: url(images/bg-col-rb-home.jpg); }
			#columnMain { width: 545px; float: left; display: inline; }
			.internal #columnMain { padding-top: 31px; background: url(images/bg-content-t.gif) repeat-x top; }
			.home #columnMain { width: 461px; }
				#pageTitle { margin: 0; padding: 0; }
					#pageTitle img { display: block; }
				#content { margin: 0 32px 0 16px; }
			#columnRight { width: 255px; float: right; display: inline; padding-bottom: 67px; }
			.home #columnRight { width: 339px; padding-bottom: 96px; }
				.internal #navigationPractice { background: #C7B8AB; }
					.internal #navigationPractice h2 { margin: 0; padding: 0; }
					.internal #navigationPractice img { display: block; }
					.internal #navigationPractice ul { list-style: none; margin: 0 21px; padding: 0 0 6px 0; }
						.internal #navigationPractice ul li { position: relative; margin: 0 0 .8em 0; padding: 0 0 0 19px; background: url(images/bul-n-prac.gif) no-repeat left .35em; }
				#contactInformation { padding-bottom: 1px; background: #C7B8AB; }
					#contactInformation h2 { margin: 0; padding: 0; }
					#contactInformation img { display: block; }
					#contactInformation p { font-size: .95em; color: #000; margin: 0 8px 1.2em 17px; line-height: 1.25em; padding: 0; }
						#contactInformation p.contactPhone strong { position: relative; float: left; width: 3em; font-weight: normal; }
				#navigationCases { position: relative; background: #C7B8AB; }
					#navigationCases h2 { margin: 0; padding: 0; }
					#navigationCases a { margin: 0; padding-left: 16px; }
					#navigationCases ul { list-style: none; margin: 0 21px; padding: 0 0 6px 0; }
						#navigationCases ul li { margin: 0 0 .8em 0; padding: 0 0 0 19px; background: url(images/bul-n-prac.gif) no-repeat left .35em; }
					#navigationCases img { display: block; }

					#officelocation { position: relative; background: #C7B8AB; }
					#officelocation h2 { margin: 0; padding: 0; }
										
							
				#formContact { position: relative; background: #C7B8AB; }
					#formContact h2 { margin: 0; padding: 0; }
					#formContact img { display: block; }

		#navigationTools { _height: 30px; padding: 6px 0 6px 26px; background: #573831 url(images/bg-n-tool-rt.jpg) no-repeat right top; }
		.home #navigationTools { background-image: url(images/bg-n-tool-rt-home.jpg); }
			#navigationTools ul { list-style: none; margin: 0; padding: 0; }
				#navigationTools ul li { float: left; display: inline; margin: 0 13px 0 0; padding: 0; }
					#navigationTools ul li img { margin-bottom: -2px; }

		#footer { padding: 3px 22px 1px 9px; background: #471818 url(images/bg-foot-t.gif) repeat-x top; }
			#footerGeographic { padding: 1.5em 4px 1em; border-bottom: 1px solid #573831; }
				#footerGeographic p { color: #C7B8AB; font-style: italic; margin: 0 0 .4em 0; padding: 0; }
			#navigationLower { width: 761px; margin: 0 4px; padding: 1em 0; overflow: hidden; position: relative; }
				#navigationLower ul { list-style: none; margin: 0; padding: 0; position: relative; clear: both; }
					#navigationLower ul li { float: left; color: #C7B8AB; line-height: 1em; margin: 0 .5em .5em -.5em; padding: 0 .5em .1em .5em; border-left: 1px solid #C7B8AB; }
				#navigationLower a { white-space: nowrap; color: #C09C3A; }
					#navigationLower a:hover,#navigationLower a:focus,#navigationLower a:active { color: #71ADBD; }
			#finePrint { padding: 1em 0; border-top: 1px solid #573831; }
				#finePrint p { color: #C7B8AB; margin: 0 0 .4em 0; padding: 0; }
					#copyright { float: left; }
					#branding { float: right; }
				#finePrint a { color: #C09C3A; }
					#finePrint a.copyrightSiteMap { margin-left: .3em; padding-left: .7em; border-left: 1px solid #C7B8AB; }
					#finePrint a:hover,#finePrint a:focus,#finePrint a:active { color: #71ADBD; }


/* Lists */
	ul#menu { display: block; margin: 0 0 0 16px; padding: 0; }
		ul#menu li ul { text-align: left; position: absolute; display: block; visibility: hidden; width: 18em; margin: 1px 0 0 0;  padding: 0; border-bottom: .1em solid #FFFFFF; z-index: 99; }
		ul#menu li ul.scroll { max-height: 30em; _height: 30em; overflow-y: auto; overflow-x: hidden; }
			/* star HTML filter fixes mysteriously appearing margin bug in all versions/platforms of IE */ * html ul#menu li ul li { display: inline; } /* end filter */
				ul#menu li ul li ul { position: absolute; top: auto; left: auto; margin: -2.2em 0 0 18em; padding: 0; }
				ul#menu li ul li ul.sublist { position: relative; margin: -1.2em 0 0 0; padding: 0; border-bottom: 0; }

/* Items */
	ul#menu li { list-style: none; height: auto; display: inline; float: none; margin: 0; }
	/*property + whitespace + empty comment filter positions top-level navigation in single row for IE 5.0 */ ul#menu li { display /**/: block; float /**/: left; } /* end filter */ 
			ul#menu li ul li { display: block; float: none; }

/* Links */
		ul#menu li a { display: block; float: left; background-color: #C7B8AB; text-decoration: none; font-size: 1em; text-transform: capitalize; }
		/* commented backslash filter positions top-level navigation in single row for Mac IE \*/ ul#menu li a { float: none; } /* end filter */
		ul#menu li a:hover, ul#menu li a:focus { background-color: #CCCCCC; } 
				ul#menu li ul li a { line-height: 1.2em; margin: 0; border-top: .1em solid #FFFFFF; border-left: .1em solid #FFFFFF; border-right: .1em solid #FFFFFF; padding: .5em .5em .5em 1em; text-indent: -.5em; }
							ul#menu li ul li ul.sublist li a { padding-left: 3em; border-top: 0; }
				ul#menu li ul li a.menuIndicator { background-image: url(http://admin.corbettlaw.lawoffice.com/Includes/Templates/Active/images/menu_indicator.gif); background-position: right center; background-repeat: no-repeat; padding-right: 20px; }

