/* 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: #3d4f75; }
a:visited { color: #327574; }
a:hover, a:focus { color: #e3a75a; }
a:active { color: #323a4c; 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 {  }
	form#searchFormBlogDesign { margin: 0; }
		form#searchFormBlogDesign .searchInput { font-size: .91em; width: 150px; height: 1.8em; border: 1px solid #000000; background: #ffffff; color: #000000; padding: 2px 4px 0 4px; vertical-align: middle; }
		form#searchFormBlogDesign .searchSubmit { vertical-align: middle; }


/* SUBSCRIBE - IN THE DESIGN */
#blogRSS { background: #475d86 url(/design/images/subscribe.gif) 49px 8px no-repeat; padding: 8px 0 8px 111px; }
	#blogRSS h4 { display: none; }
	#blogRSS ul { list-style: none; margin: 0; padding: 0; float: left; }
		#blogRSS ul li { display: inline; padding-right: 5px; }
			#blogRSS ul li a { display: inline; font-size: 1em; text-align: left; }
	#blogRSS a { 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: #31405d url(/design/images/bg-design.gif) repeat-x; text-align: center; }
#containerPage { margin: 0 auto; width: 746px; text-align: left; }
	#banner { background: url(/design/images/bg-banner.jpg) no-repeat; height: 100px; position: relative; }
		img#logo { position: absolute; left: 125px; top: 15px; }
		img#cta { position: absolute; right: 22px; top: 16px; }
	#navigationMain {  }
		#navigationMain ul, #navigationMain ul li { margin: 0; padding: 0; float: left; list-style: none;}
		#navigationMain a { display: block; } 
	#content { background: #fff; }
		#pageTitle h1 { background: #728EBB; color: #fff; text-transform: uppercase; padding: 5px; margin: 0; }
		#FSPContent { padding: 25px; }
	#footer { text-align: center; color: #fff; }
		#footer a { color: #fff; font-weight: bolder; text-decoration: none; }
		#footer a:hover { color: #ffbc65; }
		#contactInformation { background: #31405c; color: #fff; padding: 6px 25px; text-align: left; }
			#contactInformation p { padding: 0; }
		#navigationLower { font-weight: bolder; padding-bottom: 1.2em; background: #516a99; padding: 8px; }
		#geographicalFooter { padding: 8px 0 0 0; }
		#finePrint { font-size: .91em; }
			p#copyright { float: left; }
			p#branding { float: right; }