/* This is the StyleCatcher theme addition. Do not remove this block. */
@import url(/mt-static/themes-base/blog.css);
@import url(/mt-static/themes/unstyled/screen.css);
/* end StyleCatcher imports */

/* FS PUBLISHER - BASE STYLESHEET - UPDATED 07-01-2009 */

html { font-size: 62.5%; }
#ie html { font-size: 1em; }
body { margin: 0; padding: 0; background: #FFFFFF; color: #000000; }
body, input, textarea, option, select { font-family: Verdana, 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.6em; margin: 0; }
ul ul, ul ol, ol ol, ol ul { padding-bottom: 0; }
a img { border: 0; }

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

/* DEFINE CONTENT LINE HEIGHT */
#alpha-inner p, #alpha-inner ul, #alpha-inner ol, #alpha-inner li, #alpha-inner blockquote, #tinymce p, #tinymce ul, #tinymce ol, #tinymce li, #tinymce blockquote { line-height: 1.54em; }

/* DEFINE CONTENT COLOR */
#alpha-inner, #alpha-inner td, #tinymce, #tinymce td, #alpha-inner legend { color: #000000; }

/* DEFINE LINK COLOR */
a:link { color: #aeaeae; }
a:visited { color: #c4c4c4; }
a:hover, a:focus { color: #00598c; }
a:active { color: #00598c; text-decoration: none; }

/* HEADERS */
h1 { font-size: 1.4em; }
h2, #alpha-inner legend, #tinymce legend { font-size: 1.27em; color: #313131; }
h2 { padding-bottom: .45em; }
h3 { padding-bottom: .45em; font-size: 1.27em; color: #313131;  }
h4 { font-size: 1em; padding-bottom: .35em; font-weight: normal;}
h5 { font-size: 1em; padding-bottom: .35em;  }
h6 { font-size: 1em; padding-bottom: .35em;  }

/* TINYMCE BACKGROUND */
.mceContentBody { background: #2b4761; }

/* STYLES FOR THE STYLES DROP-DOWN IN TINYMCE */
/* TinyMCE Style: callOut=Call Out */
.callOut { border: 3px solid #719fbc; }
p.callOut { padding: 1em; margin-bottom: 1.2em; }
/* TinyMCE Style: smallText=Small Text */
.smallText { font-size: .9em;}

/* DESIGN INTAKE FORM SHORT */
#containerIntakeFormShort, #containerIntakeFormShort *, #containerIntakeFormShortAutofill, #containerIntakeFormShortAutofill * { margin: 0; padding: 0; }
		#intakeFormShort fieldset, #intakeFormShortAutofill fieldset { border: none; }
			#intakeFormShort fieldset legend span, #intakeFormShort fieldset label span, #intakeFormShortAutofill fieldset legend span, #intakeFormShortAutofill fieldset label span, #intakeFormShortAutofill fieldset label.formLabelHide { position: absolute; left: -9000em; }
			#intakeFormShort fieldset label, #intakeFormShortAutofill fieldset label { cursor: pointer; }
			#intakeFormShort fieldset .formHide, #intakeFormShortAutofill fieldset label.formHide { display: none; }
				#intakeFormShort fieldset #formError strong, #intakeFormShortAutofill fieldset #formError strong { font-weight: normal; }
			#intakeFormShort fieldset input.intakeFormHiddenInput, #intakeFormShortAutofill fieldset input.intakeFormHiddenInput { padding: 0; }
			#intakeFormShort fieldset textarea, #intakeFormShortAutofill fieldset textarea { height: 67px; }
			#intakeFormShort fieldset .formCheck, #intakeFormShortAutofill fieldset .formCheck { display: block; line-height: 1.5em; }
			#intakeFormShort fieldset label input, #intakeFormShortAutofill fieldset label input { display: inline; width: 20px; margin: 0; padding: 0; }
				#intakeFormShort #intakeFormShortDisclaimerCheck, #intakeFormShortAutofill #intakeFormShortDisclaimerCheck { background: none; }
			/* pop-up disclaimer */
			#intakeFormShortDisclaimer { display: none; width: 300px; font-size: 12px; }
				#intakeFormShortDisclaimer div { border: 2px solid #333; background: #fff; color: #000; padding: 5px; }
					#intakeFormShortDisclaimer p { clear: both; overflow: auto; padding: 10px 15px .8em; font-family: Verdana, Geneva, sans-serif; }
					#intakeFormShortDisclaimer a { display: block; margin: 0 15px 0 0; color: #00f; font-weight: bold; text-decoration: none; }
/* DESIGN INTAKE FORM SHORT - Common Edits */
/* text color, size */
#containerIntakeFormShort, #containerIntakeFormShortAutofill { font-size: .91em; font-family: Verdana, Geneva, sans-serif; }
	#containerIntakeFormShort p, #containerIntakeFormShortAutofill p { padding: 0 0 .5em 0; }
			/* form error color */
			#intakeFormShort fieldset #formError, #intakeFormShortAutofill fieldset #formError { display: block; cursor: default; color: #f00; }
			#intakeFormShortAutofill fieldset #formError { padding: 0 0 2px 0; }
			/* input width, margin, padding, color */
			#intakeFormShort fieldset input, #intakeFormShort fieldset textarea, #intakeFormShortAutofill fieldset input, #intakeFormShortAutofill fieldset textarea { display: block; width: 449px; font-family: Verdana, Geneva, sans-serif; color: #999999; font-weight: bold; margin: 1.1em 0 .5em 0; padding: 3px 10px 5px 11px; }
			/* input border color */
			#intakeFormShort fieldset div.formHighlight *, #intakeFormShortAutofill fieldset div.formHighlight * { border: 1px solid #a7a7a7; }
			/* input bg color on hover */
			#intakeFormShort fieldset div.formHighlight *:hover, #intakeFormShort fieldset div.formHighlight *:focus, #intakeFormShortAutofill fieldset div.formHighlight *:hover, #intakeFormShortAutofill fieldset div.formHighlight *:focus { background: #dde6ee; }
				/* disclaimer link color */
				#intakeFormShort fieldset .formCheck a:link, #intakeFormShort fieldset .formCheck a:visited, #intakeFormShortAutofill fieldset .formCheck a:link, #intakeFormShortAutofill fieldset .formCheck a:visited {  }
				#intakeFormShort fieldset .formCheck a:hover, #intakeFormShort fieldset .formCheck a:focus, #intakeFormShortAutofill fieldset .formCheck a:hover, #intakeFormShortAutofill fieldset .formCheck a:focus {  }
		#intakeFormShortSubmit, #intakeFormShortAutofillSubmit { width: auto; height: auto; margin: 16px 0 0 0; }

/* DESIGN ON-SITE SEARCH */
#containerSearchFormDesign, #searchFormDesign { margin: 0; padding: 0; }
#containerSearchFormDesign {  }
	#searchFormDesign {  }
		#searchFormDesign label { display: none; }
		#searchFormDesign #search { margin: 0; width: 161px; border: none; background: none; padding: 0 10px 0 7px; margin-top: 10px; font-size: .91em; }
		#searchFormDesign #search:focus, #searchFormDesign #search:hover { border-color: #000; }
		#searchFormDesign #searchFormDesignSubmit { width: auto; height: auto; display: inline; vertical-align: top; }
		#searchFormDesign label { cursor: pointer; }
		#searchFormDesign .formLabelHide { position: absolute; left: -5000px; }

/* 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; }
#ie img.png { behavior: url(/design/images/pngbehavior.htc); } /* NOTE: change this path to /design/images/pngbehavior.htc in FSP integration */
#ie6 img.png { visibility: hidden; }
#ie6 img.pngShow { visibility: visible; }

/* CUSTOM DESIGN ELEMENTS */
body { background: #003366 url(/design/images/bg-body.gif) repeat-x; text-align: left; }
#container { width: 1000px; margin: 0 auto; }
	#container-inner { width: 1000px; }
	#header { position: relative; height: 130px; background: url(/design/images/bg-banner.gif) no-repeat; }
		#logo { position: absolute; top: 19px; left: 5px; }
		#cta { position: absolute; top: 51px; left: 712px; }
		#dateStamp { color: #a8b6c5; font-size: .91em; float: right; padding: 7px 11px 0 0;}
	#navigationMain { height: 50px; background:url(/design/images/bg-navigationMain.gif) top left repeat-x; overflow: hidden; }
		#navigationMain ul { list-style: none; padding: 0; margin: 0; width: 338px; float: left; }
		#navigationMain ul li { display: inline; }
		#navigationMain a { display: block; float: left; }
		#containerSearchFormDesign { width: 221px; float: right; background:url(/design/images/bg-containerSearch.gif) top left no-repeat; padding: 6px 0 0 59px;}
	#content-wrapper { float: left; width: 1000px; background: url(/design/images/bg-containerColumns.gif) repeat-y; }
		#content { float: left; width: 1000px; }
			#content-inner { float: left; width: 995px; background: url(/design/images/bg-containerColumnsHead.gif) no-repeat; padding: 0 5px 0 0; }
				#alpha { float: left; width: 553px; padding: 6px 108px 42px 39px; overflow: hidden; }
					.layout-wt #alpha { width: 553px; }
					.layout-tw #alpha { width: 553px; }
					img#contextual {display: block; margin: 0 0 34px -33px;}
					#containerPageTitle { padding: 0 0 17px 0; background:url(/design/images/bg-dotted.gif) left bottom repeat-x; }
					.sIFR-active #containerTitle { padding-bottom: 10px; }
						#page-title { font-size: 1.64em; padding: 0; color: #000000; }
						.sIFR-active #page-title { font-size: 1.64em; }
					#alpha-inner { padding: 0 0 0 0; }
						#alpha-inner a { font-weight: bold; }
						.asset, .archive {padding: 11px 0 0 0; clear: both; }
							.asset h2, .archive h2 { padding: 0 0 .35em 0;}
							.byline { line-height: 1em; padding: 0; }
							.containerPostContent { padding: 0 11px 0 11px; }
								.postExtras { float: left; width: 145px; border-top: 1px solid #c1c1c1; border-bottom: 1px solid #c1c1c1; margin: 6px 20px 10px 0;  }
									.postExtras ul { list-style: none; padding: 10px 0; margin: 0; }
									.postExtras ul li { display: block; float: left; color: #666666;}
									.postExtras ul li.day { font-size: 3em; width: 33%; margin: -12px 10px 0 0; }
									#alpha-inner .postExtras ul li.month { font-size: 1.18em; width: 50%; text-align: center; line-height: 1.37em;  }
								.postContent { padding: 0; }
								.postMeta { padding: 0 20px 0 0; color: #6e6761; }
									.postMeta p { padding-bottom: 14px;}
									#alpha p.share a { padding: 0; }
							#comments { padding: 22px 0 0 0; background: url(/design/images/bg-dotted.gif) left top repeat-x; }
								#comments h2 { padding: 0;}
								.containerComment {  background: url(/design/images/bg-dotted.gif) left bottom repeat-x; padding: 0 11px 5px 15px; }
								#comments .odd {  }
								#comments .even {  }
								#comments .itemLast { }
									.containerComment .byline {  padding: 12px 0 12px 0;}
									.containerComment .byline a { text-decoration: none;}
									.comment { padding-left: 5px;}
										.commentContent { padding: 0 11px 0 0; }
							#containerIntakeFormShortAutofill { padding: 33px 0 0 15px; }
				#beta { float: right; width: 214px; background: #6e9dbb url(/design/images/bg-columnSide.gif) repeat-x; padding: 31px 30px 0 51px; }
					.layout-wt #beta { width: 214px; }
					.layout-tw #beta { width: 214px; }
					#beta-inner { padding: 0 0 38px 0; }
					#navigationBlog { }
						#containerGroups { }
							.widget { }
								.widget h3 { text-transform: uppercase; font-size: 1.18em; color: #00598c; font-weight: bold; padding: 0 0 8px 0;}
								.widget ul { list-style:disc; padding: 0 0 35px 22px; color: #00598c; }
								.widget ul li {  }
								.widget a, .widget a:visited { color: #00598c; }
								.widget a:hover, .widget a:focus, .widget a.current { color: #ffffff; }
								.widget-content { padding: 0; margin: 0; }
							.widget-syndication ul { list-style: none; padding: 0 0 35px 0; }	
							#contactInformation { line-height: 1.2em; color: #00598c; }
								img#contactTitle { display: block; margin: 0 0 36px 100px; }
								img#ourOffices { float: left; margin: -37px 52px 0 0; }
								#contactInformation p { padding-bottom: 14px; }
								#contactInformation a { color: #1f3c59; font-weight: normal; text-decoration: underline; }
								#contactInformation a:hover, #contactInformation a:focus, #contactInformation a.current { color: #00598c; text-decoration: underline; }
#containerNavigationLower { clear: both; background: #666666;}
	#navigationLower { width: 954px; margin: 0 auto; font-size: .91em; padding: 21px 24px 15px 22px; color: #ffffff; }
			#navigationLower a { color: #ffffff; text-decoration: none; font-weight: normal; }
			#navigationLower a:hover, #navigationLower a:focus, #navigationLower a.current { color: #8cafdf; text-decoration: none; }
			a#navigationLowerJump { font-size: 0; }
#footer { clear: both; background: #00598c;}	
	#footer-inner { width: 1000px; margin: 0 auto; font-size: .91em; padding: 0 0 0 0; color: #ffffff; }
		#geographicalFooter { padding: 11px 15px 0 23px; }
			#geographicalFooter p { }
		#finePrint { padding: 14px 24px 0 21px; }
			#finePrint a { color: #ffffff; text-decoration: none; font-weight: bold; }
			#finePrint a:hover, #finePrint a:focus, #finePrint a.current { color: #8cafdf; text-decoration: none; }
			#copyright { display: inline; padding: 0; margin: 0 10px 0 0; }
			#branding { display: inline; padding: 0; }