/* FS PUBLISHER - BASE STYLESHEET - UPDATED 11-16-2007 */

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.75em; }
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; }
address { font-style: normal; }
#FSPcontent table { margin: 0 0 1.2em 0; }

/* DEFINE BASE FONT SIZE -- 1.1em = 11px, etc. */
body { font-size: 1.1em; }

a:link { color: #0000FF; }
a:visited { color: #660066; }
a:hover, a:focus { color: #FF0000; }
a:active { color: #FF0000; text-decoration: none; }

/* HEADERS */
h1 { font-size: 1.4em; }
h2 { font-size: 1.2em; }
h3 { font-size: 1.1em; padding-bottom: .3em; }
h4 { font-size: 1em; padding-bottom: .3em; }
h5 { font-size: .9em; padding-bottom: .3em; }
h6 { font-size: .8em; padding-bottom: .3em; }

/* ATTORNEY PROFILE STYLES */
#ProfileContainer {  }
#profileContactInformation { margin-bottom: 15px; }
#profileContactInformation td { white-space: nowrap; }
#profileContactInformation .ContactInformationLabel { font-weight: bold; padding-right: 5px; }
#profileContactInformation .ContactInformationText { padding-right: 5px; padding-bottom: 10px; }
#ProfileNavigationBar { margin: 0px 0px 25px 0px; padding: 5px; border-top: #999999 solid 1px; border-bottom: #999999 solid 1px; }
#ProfileNarrativeText {  }
#ProfileCategories {  }

/* 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; }
 
/* SEARCH FORM - IN THE DESIGN */
#blogSearch { padding: 22px 0 23px 27px; }
	form#searchFormBlogDesign { margin: 0; }
		form#searchFormBlogDesign .searchInput { font-size: .91em; width: 150px; height: 1.6em; border: 1px solid #344c70; background: #6483b0 url(/design/images/bg-search.gif) repeat-y; color: #c1cddf; padding: 2px 4px 0 4px; vertical-align: middle; }
		form#searchFormBlogDesign .searchSubmit { vertical-align: middle; }


/* SUBSCRIBE - IN THE DESIGN */
#blogRSS { background: url(/design/images/subscribe.gif) 0 2px no-repeat; padding: 0 0 40px 16px; margin: 0 0 0 23px; }
	#blogRSS h4 { display: none; }
	#blogRSS ul { list-style: none; margin: 0; padding: 0; }
		#blogRSS ul li { display: inline; }
			#blogRSS ul li a { display: inline; font-size: 1em; text-align: left; }
	#blogRSS a { display: block; text-align: center; font-size: .91em; color: #fff; }
	#blogRSS a:hover { color: #224984; }
	
/* sIFR STYLES */
.sIFR-flash { visibility: visible; margin: 0; padding: 0; }
.sIFR-replaced, .sIFR-ignore { visibility: visible !important; }
.sIFR-alternate { position: absolute; left: 0; top: 0; width: 0; height: 0; display: block; overflow: hidden; color: #333333; }
.sIFR-active h1 { padding-bottom: 0; visibility: hidden; line-height: 1em; }

/* STANDARD ELEMENTS */
.printElement { display: none; }
.handheldElement { display: none; }
.clear { clear: both; }
 
/* CUSTOM DESIGN ELEMENTS */
body.design { background: #fff; text-decoration: center; }
#containerPage { text-align: left; margin: 0 auto; width: 765px; }
	#shadowPage { background: url(/design/images/bg-shadowPage.gif) repeat-y; }
		#shadowPageFoot { background: url(/design/images/bg-shadowPageFoot.gif) left bottom no-repeat; padding: 0 10px 9px 10px; }
			#banner { background: #fff; height: 100px; position: relative; }
				img#logo { position: absolute; left: 13px; top: 5px; }
				img#tagline { position: absolute; right: 0; top: 0; }
				img#cta { position: absolute; right: 0; top: 56px; }
			#containerColumns { border-top: 1px solid #f1ebda; background: #fefcf8 url(/design/images/bg-containerColumns.gif) repeat-y; }
				#columnMain { float: right; width: 519px; }
					#pageTitle { background: #234a83; color: #fff; padding: 3px 25px; text-transform: uppercase; }
						#pageTitle h1 { padding: 0; }
					#content { padding: 20px 25px; }
						#FSPContent { }
				#columnSide { float: left; width: 226px; }
					#navigationMain { }
						#navigationMain ul { margin: 0; padding: 0; list-style: none; overflow: visible; }
							#navigationMain ul li { display: inline; }
								#navigationMain ul li a { padding: 0; display: block; }
									#navigationMain a img { border: 0; }
				#contactInformation { background: #2c528b; color: #fff; font-size: .82em; padding: 10px 20px 0 20px; border-top: 1px solid #fff; letter-spacing: -0.1em; }
				#navigationLower { background: #204173; border-top: 1px solid #fff; text-align: center; padding: 12px; color: #a8bdde; }
					#navigationLower a { color: #a8bdde; text-decoration: none; }
					#navigationLower a:hover { color: #fff; }
	#finePrint { padding: 0 10px; font-size: .91em; }
		p#copyright { float: left; }
		p#branding { float: right; }