/* FS PUBLISHER - BASE STYLESHEET - UPDATED 08-14-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; }
#FSPcontent table { margin: 0 0 1.2em 0; }

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

a:link { color: #456d7a; }
a:visited { color: #5e5e5e; }
a:hover, a:focus { color: #bac07b; }
a:active { color: #bac07b; text-decoration: none; }

/* HEADERS AND FS CONTROL LEGACY HEADER CLASSES */
h1 { font-size: 1.4em; font-weight: bold; }
h2 { font-size: 1.2em; font-weight: bold; }
h3 { font-size: 1.1em; font-weight: bold; padding-bottom: .3em; }
h4 { font-size: 1em; font-weight: bold; padding-bottom: .3em; }
h5 { font-size: .9em; font-weight: bold; padding-bottom: .3em; }
h6 { 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; }

/* STANDARD ELEMENTS */
.clear { clear: both; }
.floatLeft { float: left; }
.floatRight { float: right; }

/* CUSTOM DESIGN ELEMENTS */
body.design {  }

/* CUSTOM DESIGN ELEMENTS */
body.design { background: #373737 url(/design/images/bg-design.gif); text-align: center; color: #fff; }
#containerPage { background: #000; text-align: left; margin: 0 auto; width: 780px; }
	#borderPage { float: left; padding: 9px 4px 9px 5px; }
		#containerColumns { position: relative; float: left; background: #fff url(/design/images/bg-containerColumns.gif) repeat-y; color: #000; }
			#containerColumnsHead { float: left; background: url(/design/images/bg-containerColumnsHead.jpg) no-repeat; }
				#banner { }
					#logo { position: absolute; left: 3px; top: 16px; }
					#cta { position: absolute; right: 9px; top: 16px; }
					#tagline { position: absolute; right: 18px; top: 223px; }
				#columnMain { padding-top: 283px; float: right; width: 546px; }
				.home #columnMain { padding-top: 410px; }
					#pageTitle { color: #436a76; }
					#content { padding: 0 33px 19px 30px; }
				#columnSide { padding-top: 96px; float: left; width: 225px; color: #fff; font-size: .91em; }
					#columnSide a { color: #fff; }
					#columnSide a:hover { color: #cbd07f; }
					#navigationMain { background: #335059 url(/design/images/bg-navigationMain.gif) repeat-y; padding: 7px 0 2px 0; border-bottom: 1px solid #8ea6ae; }
						#blogSearch { padding: 3px 19px; _padding: 4px 19px; }
							#searchFormBlogDesign { margin: 0; }
								.searchInput { border: 1px solid #375058; background: #668893; color: #c3cfd3; height: 11px; padding: 5px; }
								.searchSubmit { position: relative; top: 7px; _top: 5px; }
					#blogRSS { padding: 27px 17px; }
						#blogRSS h4 { display: none; }
						#blogRSS ul { background: url(/design/images/subscribe.gif) 0 3px no-repeat; padding: 0 0 0 16px; list-style: none; margin: 0; }
							#blogRSS li { display: inline; padding: 0 2px 0 0; }
								#blogRSS li a { display: inline; }
								#blogRSS a { display: block; text-align: center; }
		#contactInformation { clear: both; width: 771px; text-transform: uppercase; background: #456d7a; color: #c8d3d7; font-weight: bold; padding: 8px 0; text-align: center; font-size: .91em; border-top: 3px solid #000; border-bottom: 3px solid #000; }
			#contactInformation a { color: #c8d3d7; }
			#contactInformation a:hover { color: #172326; }
		#footer { background: url(/design/images/bg-footer.gif) repeat-x; text-align: center; padding: 14px 0; font-size: .82em; }
			#footer a { color: #fff; }
			#footer a:hover { color: #cbd07f; }
			#navigationLower { text-transform: uppercase; font-family: Arial, Helvetica, sans-serif; padding-bottom: 1.2em; }
			#finePrint { color: #748e96; }
				#copyright { padding: 0; }
				#branding { padding: 0; }
