/* FS CONTROL - BASE STYLESHEET - UPDATED 10-11-2007 */

html { font-size: .625em; }
body { margin: 0; padding: 0; background: #FFFFFF; color: #000000; }
body, td, input, textarea, option, select { font-family: 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; }
#content table.InternetExplorerFix table { margin: 0 0 1.2em 0; }

/* DEFINE BASE FONT SIZE -- 1.1em = 11px, etc. */
body { font-size: 1.18em; }

/* DEFINE CONTENT LINE HEIGHT */
#content p, #content ul, #content ol, #content li, #content blockquote { line-height: 1.45em; }
/* DEFINE CONTENT COLOR */
#content table td { color: #333; }

a:link { color: #369; }
a:visited { color: #999; }
a:hover, a:focus { color: #69c;  }
a:active { color: #369; text-decoration: none; }

/* HEADERS AND FS CONTROL LEGACY HEADER CLASSES */
h1, .cfont7 { font-size: 1.4em; font-weight: bold; }
h2, .cfont6, #content big.profiletopname { font-size: 1.2em; font-weight: bold; }
h3, .cfont5, .cbodyhdr1, .cbodyhdr2, .profilecommtextUpr, .profilecommtexthdr, .profileheader { font-size: 1.1em; font-weight: bold; padding-bottom: .3em; }
h4, .cfont4, .cbodyhdr4 { font-size: 1em; font-weight: bold; padding-bottom: .3em; }
h5, .cfont3 { font-size: .9em; font-weight: bold; padding-bottom: .3em; }
h6, .cfont1 { font-size: .8em; font-weight: bold; padding-bottom: .3em; }

/* DEFAULT ATTORNEY PROFILE XSL STYLESHEET FIX */
#attorneyList { padding-bottom:1.2em; }
	#attorneyList ul { padding: 0; list-style: none; margin: 0; }
#content big { font-size: 1em; }

/* 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; }

/* CONTACT FORM - IN THE DESIGN */
form#contactFormDesign { margin: 0; }
	form#contactFormDesign label {  }
	form#contactFormDesign .designInput { width: 150px; font-size: .91em; display: block; border: 1px solid #000000; background: #ffffff; color: #000000; padding: 2px 4px 0 4px; }
	form#contactFormDesign input.designInput { margin: 0 0 5px 0; height: 1.8em; }
	form#contactFormDesign textarea.designInput { margin: 0; height: 6.82em; }
	form#contactFormDesign input.designSubmit { margin: 10px 0 0 0; width: auto; }
	form#contactFormDesign input.hidden { display: none; }

/* SEARCH FORM - IN THE DESIGN */
form#searchFormDesign { margin: 0; }
	form#searchFormDesign input.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#searchFormDesign input.searchSubmit { vertical-align: middle; }
	form#searchFormDesign input.hidden { display: none; }

/* FAQ - IN THE DESIGN */
#designFAQ {  }
  #designFAQ h3 {  }
  #designFAQ ul { list-style-type: none; margin: 0 0 1.2em 0; padding: 0; }
		#designFAQ li { padding-bottom: .6em; }
			#designFAQ a {  }

/* NEWS FEED - IN THE DESIGN */
#designNewsFeed {  }
  #designNewsFeed h3 {  }
  #designNewsFeed h4 {  }
  #designNewsFeed ul { list-style-type: none; margin: 0 0 1.2em 0; padding: 0; }
    #designNewsFeed li { padding-bottom: .6em; }
			#designNewsFeed li span.date {  }
			#designNewsFeed li a { display: inline; }
  #designNewsFeed a { display: block; }

/* EMAIL OBFUSCATION FORM - POPUP WINDOW */
.emailObfuscationBody {  }
	#emailObfuscation { padding: 5px; }
		#emailObfuscation h4 { margin-top: 0; margin-bottom: 16px; }
		#emailObfuscation table { margin: 10px; }
			#emailObfuscation td { height: 24px; }
			#emailObfuscation td.cellLeft { padding: 2px; }
			#emailObfuscation td.cellRight { padding: 2px; }
			#emailObfuscation td.cellColspan2 { padding: 2px; }
				#emailObfuscation input { width: 230px; }
				#emailObfuscation textarea { width: 300px; }
				#emailObfuscation input.RadioButtonPrefferredEmail { width: 15px; }
				#emailObfuscation input.RadioButtonPrefferredPhone { width: 15px; }
				#emailObfuscation input.CheckBoxSendCopy { width: 15px; }
				#emailObfuscation input.ButtonSubmit { width: 100px; }
				#emailObfuscation input.ButtonReset { width: 100px; }
		#emailObfuscation p.closeWindow { text-align: right; }

/* 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; }
#content .callout { padding: 1em; background: #eee; border:1px solid #ccc; margin-bottom: 1.2em; }
.clear { clear: both; }
.floatLeft { float: left; }
.floatRight { float: right; }
table.InternetExplorerFix { width: auto; padding: 0; margin: 0; border-spacing: 0; border-collapse: collapse; border-width: 0; }
	table.InternetExplorerFix td.InternetExplorerFix { padding: 0 0 0 1px; margin: 0; border-spacing: 0; border-collapse: collapse; border-width: 0; width: 100%; }

/* CUSTOM DESIGN ELEMENTS */
body.design {text-align: center; margin:0; padding:10px 0; background:#18375e;}
#containerPage {text-align:left; margin:0 auto; padding:5px 0 0 0; width:750px; background:#fff url(images/bg-containerPage.gif) left top no-repeat;}
	#containerBanner {margin:0 10px; }
		#navigationMain {height:215px; float:left;  background:url(images/bg-navigationMain.gif) left top no-repeat;}
			#navigationMain ul {margin:12px 1px 0 1px; padding:0;}
			#navigationMain ul li  {list-style:none; display:inline;}
			#navigationMain li a {display:block;}
		#banner { float:right; width:531px; position:relative; height:215px; background:url(images/bg-banner.jpg) left top no-repeat;  } 
			img#logo { position:absolute; top:10px; left:167px;  } 
			img#cta { position:absolute; top:80px; left:167px;  }
			img#tagline { position:absolute; top:161px; left:228px;  }
	#containerColumns { padding:10px; background:url(images/bg-containerColumns.gif) left bottom no-repeat; _display:inline-block;  }
		#columnLeft { float:left; width:189px;  }
			#navigationPractice {  }
				#navigationPractice ul {margin:10px 15px; padding:0;}
				#navigationPractice ul li  {list-style:none; margin:0 0 10px 0;}
				#navigationPractice ul li a {color:#369;}
				#navigationPractice ul li a:hover, #navigationPractice ul li a:focus, #navigationPractice ul li a:active {color:#999;}
			img#immigrationInfo {margin:15px 0;  }
			#contactInformation { color:#333; background:url(images/bg-contactInformation.gif) repeat-y;  }
				#contactInformationHead { background:url(images/bg-contactInformationHead.gif) left top no-repeat;  }
					#contactInformationFoot {padding:15px; background:url(images/bg-contactInformationFoot.gif) left bottom no-repeat; _display:inline-block;  }
					#contactInformation p#firmName{font-weight:bold; color:#18375e;}
					#contactInformation .tabbed {float:left; width:5em;}
					#contactInformation .lightBlue { font-weight:bold; color:#5a7597;}
		#columnMain {float: left; width:369px;  }
			#content {margin:20px 10px;  }
				h1#pageTitle {margin:0 0 20px 0; padding:0; color:#18375e; font-size:2.18em; font-family:Arial, Helvetica, sans-serif;  }
				img#illustration { float:right; margin:0 0 10px 15px;  }
				.home #attorneyProfile {height:150px; background:url(images/bg-attorneyProfile.jpg) left top no-repeat;}
					.home #attorneyProfile img {margin:30px 0 0 14px;}
					.home #attorneyProfile p#attorneyProfileLink {text-align:right; margin:-5px 20px 0 0; font-size:.91em;}
		#columnRight { float:right; width:172px; color:#333;  }
			#navigationFeatures {  }	
				#navigationFeatures ul {margin:0; padding:0;}
				#navigationFeatures ul li {list-style:none; display:inline;}
				#navigationFeatures li a {display:block; margin:10px 0 0 0;}
			img#ctaSide {margin:15px 0 20px 0;  }
			
			#asylumofficeInformation {padding:138px 10px 10px 10px; border-bottom:0px solid #eee;  background:url(images/bg-officeInformation.jpg) left top no-repeat;  }
			#asylumofficeInformation .blueLabel {font-weight:bold; color:#5a7597;}
			
			#officeInformation {padding:230px 10px 10px 10px; background:url(images/bg-officeInformationHome.jpg) left top no-repeat;}
			#officeInformation .blueLabel {font-weight:bold; color:#5a7597;}
			
		#ctaTextFoot {margin:0 200px;  }
			#ctaTextFoot p {margin:0 0 8px 0; padding:0;}
			#ctaTextFoot .blue {color:#5a7597; font-weight:bold;}
	#footer { background:#5a7597 url(images/bg-footer.gif) left top no-repeat; border-top:10px solid #18375e; _display:inline-block;  }
		#footerFoot {padding:15px 10px; color:#fff; font-size:.91em; background:url(images/bg-footerFoot.gif) left bottom no-repeat; _display:inline-block;  }
				#footer a {color:#fff; white-space:nowrap;}
				#footer a:hover, #footer a:focus, #footer a:active {color:#9cf;}
			#navigationLower { word-spacing:.45em;  }
				#navigationLower a {word-spacing:normal;}
			#navigationFeaturesLower { word-spacing:.45em; line-height:1.64em;}
				#navigationFeaturesLower a {word-spacing:normal;}
			#geographicalFooter {color:#b0c3dc; margin:15px 0 0 0;  }
			#finePrint { color:#b0c3dc;  }
				#finePrint a {color:#b0c3dc;}
				#finePrint a:hover, #finePrint a:focus, #finePrint a:active {color:#9cf;}
				p#copyright {margin:0; padding:0; display:inline;  }
				p#branding {margin:0 0 0 2em; padding:0; display:inline;  }
