/* 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: #155697; }
a:visited { color: #993333; }
a:hover, a:focus { color: #90afd8; }
a:active { color: #662222; 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 { text-align: center; }
	form#searchFormBlogDesign { margin: 0; }
		form#searchFormBlogDesign .searchInput { font-size: .91em; width: 150px; height: 1.6em; border: 1px solid #494949; background: #7f7f7f; color: #ccc; padding: 2px 4px 0 4px; vertical-align: middle; }
		form#searchFormBlogDesign .searchSubmit { vertical-align: middle; }


/* SUBSCRIBE - IN THE DESIGN */
#blogRSS { text-align: center; padding: 10px 0; }
	#blogRSS h4 { display: none; }
	#blogRSS ul { list-style: none; margin: 0; padding: 0; display: inline; }
		#blogRSS ul li { display: inline; padding-right: 3px; }
			#blogRSS ul li a { display: inline; font-size: 1em; text-align: left; }
			#blogRSS ul li a img { margin: 0 0 -3px; }
	#blogRSS a { text-align: center; font-size: .91em; }
	
/* 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; }
.screenElement {  }
.clear { clear: both; }
.floatLeft { float: left; }
.floatRight { float: right; }
 
/* CUSTOM DESIGN ELEMENTS */
body.design { background-color: #b3b3b3; }
	#containerPage { margin: 0 auto; width: 770px; }
		#banner { background: url(/design/images/banner.jpg) no-repeat left top; position: relative; height: 160px; clear: both; }
			img#logo { position: absolute; top: 0; left: 249px; }
			img#cta { position: absolute; top: 74px; left: 401px; }
			#navigationMain { position: absolute; top: 137px; left: 61px; text-align: center; }
				#navigationMain ul, #navigationMain ul li { margin: 0; padding: 0; float: left; list-style: none;}
				#navigationMain a { display: block; } 			
		#containerColumns { float: left; background: url(/design/images/bg-contentWrapper.gif) left bottom no-repeat #FFFFFF; padding: 10px 0 100px 0; clear: both; width: 770px; }
			#columnMain {  }
				#pageTitle { padding: 10px 0;}
				#content { padding: 0 55px; }
		#blogTools { background: #fff;}
		#containerFooter { clear: both; background-color: #f7f8f9; }
			#containerNavLower { display: inline-block; width: 770px; }
				#navigationLower { text-align: center; background-color: #e4e4df; padding: 3px 71px 4px 55px; }
					#navigationLower a { padding: 0; color: #000000; font-weight: bold; font-size: .91em; text-decoration: none; }
					#navigationLower a:hover { text-decoration: underline; }
			#finePrint { clear: both; text-align: center; padding: 20px; }
				p#copyright {  }
				p#branding {  }