/* FS PUBLISHER - BASE STYLESHEET - UPDATED 04-01-2008 */

html { font-size: .625em; }
body { margin: 0; padding: 0; background: #FFFFFF; color: #000000; }
body, td, input, textarea, option, select { font-family: Tahoma, Geneva, 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; }
a img { border: 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.2em; }

/* DEFINE CONTENT COLOR */
#content, #content td { color: #000000; font-size: 1.1em; }


a:link { color: #996633; }
a:visited { color: #999999; }
a:hover, a:focus { color: #336699; }
a:active { color: #996633; }

/* HEADERS AND FS CONTROL LEGACY HEADER CLASSES */
h1 { color: #336699; font-size: 1.4em; font-weight: bold; }
h2 { color: #336699; font-size: 1.2em; font-weight: bold; }
h3 { color: #336699; font-size: 1.1em; font-weight: bold; padding-bottom: .3em; }
h4 { color: #336699; font-size: 1em; font-weight: bold; padding-bottom: .3em; }
h5 { color: #336699; font-size: .9em; font-weight: bold; padding-bottom: .3em; }
h6 { color: #336699; font-size: .8em; font-weight: bold; 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 {  }
	form#searchFormBlogDesign { margin: 8px 0 0 23px; }
		form#searchFormBlogDesign .searchInput { font-size: .91em; width: 150px; height: 1.5em; border: 1px solid #cccccc; background: #ffffff; color: #999999; padding: 2px 4px 0; vertical-align: middle; }
		form#searchFormBlogDesign .searchSubmit { vertical-align: middle; position: relative; margin: -2px 0 0 4px; }


/* SUBSCRIBE - IN THE DESIGN */
#blogRSS { padding: 0 0 0 21px; width: 640px; }
	#blogRSS h4 { font-size: 1em; text-transform: uppercase; color: #c4c49a; display:inline;}
	#blogRSS ul { list-style: none; margin: 0; padding: 0; display:inline; }
		#blogRSS ul li { display: inline; }
			#blogRSS ul li a { display: inline; font-size: 1em; text-align: left; padding-bottom:5px; }
			#blogRSS ul li a img { margin:0 0 -5px;}
	#blogRSS a { display: inline;  margin-left: 5px; padding-bottom:5px;}
	
/* 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; }
.screenElement {  }
.handheldElement { display: none; }
#skipToLinks { position: absolute; left: 0; top: -9000px; z-index: 100; list-style: none; text-align: left; margin: 0; padding: 0; }
      #skipToLinks li { position: relative; z-index: 100; overflow: hidden; }
 
/* CUSTOM DESIGN ELEMENTS */
body.design { text-align: center; background: #000; }
#containerPage { margin: 0 auto; text-align: left; width: 806px; background: #fff; border: 10px solid #fff; }
	#banner { position: relative; height: 125px; }
		img#logo { position: absolute; top: 0; left: 0; }
		#navigationMain { position: absolute; top: 0; left: 557px; width: 249px; height: 77px; background: url(/design/images/bg-navigationMain.gif) top left no-repeat; }
			#navigationMain ul { list-style: none; margin: 15px 0 0 17px; padding: 0; }
			#navigationMain li { display: inline; }
			#navigationMain a { display: block; float: left; }
		#searchForm { position: absolute; top: 77px; left: 557px; width: 249px; height: 38px; background: url(/design/images/bg-searchForm.gif) top left no-repeat; }
	#columnMain { background: #f6f6e6; }
		#espanol { margin: 0; }
		#content { padding: 0 0 20px 20px; width: 766px; }
			#pageTitle h1 { font-size: 2.1em; color: #887607; padding-bottom: 10px; text-transform: uppercase; }
			#FSPContent {  }
	#footer { margin-top: 10px; background: url(/design/images/bg-footer.gif) repeat-y; color: #c4c49a; }
		#footer a:link, #footer a:visited { color: #c4c49a; }
		#footer a:hover, #footer a:focus, #footer a.active { color: #8c8c52; }
		#navigationLower { padding: 9px 0 15px 20px; font-weight: bold;  }
			#navigationLower a { font-weight: bold; text-decoration: none; }
		#contactInformation { margin-left: 21px; }
		#finePrint { clear: both; padding-top: 15px; font-size: 1em; margin-left: 21px; }
			p#copyright { padding: 0; }
			p#branding { padding-bottom: 15px; }
		#geographicalFooter { margin-left: 21px; padding-bottom: 25px; font-size: .82em; }