/* FS CONTROL - BASE STYLESHEET - UPDATED 04-01-2008 */

html { font-size: .625em; }
.body { margin: 0; padding: 0; background: #FFFFFF; color: #000000; }
.body, input, textarea, option, select { font-family: Tahoma, 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.2em; margin: 0; }
ul ul, ul ol, ol ol, ol ul { padding-bottom: 0; }
address { font-style: normal; }
a img { border: 0; }
#ie6 em { display: inline-block; }

/* DEFINE BASE FONT SIZE -- 1.1em = 11px, etc. */
.body { font-size: 1.1em; }

/* DEFINE CONTENT LINE HEIGHT */
#content p, #content ul, #content ol, #content li, #content blockquote { line-height: 1.45em; }

/* DEFINE CONTENT COLOR */
#content, #content td { color: #cbab96; font-size: 1.1em; }

/* DEFINE LINK COLOR */
a:link { color: #e0bd5c; }
a:visited { color: #9f8231; }
a:hover, a:focus { color: #c17b58; }
a:active { color: #ffb996; text-decoration: none; }

#columnMain a, #footer a {
	color: #E0BD5C; 
	text-decoration: none;
}
#columnMain a:hover, #footer a:hover {
	color: #c17b58; 
	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; color: #e0bd5c; }
h3, .cfont5, .c.bodyhdr1, .c.bodyhdr2, .profilecommtextUpr, .profilecommtexthdr, .profileheader { font-size: 1.1em; font-weight: bold; padding-bottom: .3em; color: #9f8231; }
h4, .cfont4, .c.bodyhdr4 { font-size: 1em; font-weight: bold; padding-bottom: .3em; color: #f2e9e4; }
h5, .cfont3 { font-size: .9em; font-weight: bold; padding-bottom: .3em; color: #f2e9e4;}
h6, .cfont1 { font-size: .8em; font-weight: bold; padding-bottom: .3em; color: #f2e9e4;}

/* DEFAULT ATTORNEY PROFILE XSL STYLESHEET */
#attorneyList { padding-bottom: 1.2em; }
	#attorneyList ul { padding: 0; list-style: none; margin: 0; }
#content big { font-size: 1em; }

.profilecommtexthdr { margin: 0 5px 0 0; }
big .profileheader { font-size: .91em; }

/* 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 */
.emailObfuscation.body { color: #000000; }
	#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; }
	.emailObfuscation.body a { color: #0000FF; text-decoration: underline; }
		

/* 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; }
#content .callOut { padding: 1em; background: #654b47; border: 1px solid #9a7b76; color: #f2e9e4; margin-bottom: 1.2em; }


/* CUSTOM DESIGN ELEMENTS */
.body { background: #1e0000; text-align: center; }
#containerPage { margin: 0 auto; text-align: left; width: 936px; }
	#banner { background: url(/images/bg-banner.jpg) no-repeat; height: 162px; position: relative; }
	.home #banner { background: url(/images/bg-banner-home.jpg) no-repeat; height: 321px; position: relative; }
		#logo { position: absolute; top: 58px; left: 81px; }
		.home #logo { position: absolute; top: 65px; left: 80px; }
		#cta { position: absolute; top: 102px; left: 79px; }
		.home #cta { position: absolute; top: 109px; left: 79px; }
		#containerFlash { position: absolute; top: 160px; left: 85px; }
		#tagline { position: absolute; top: 42px; left: 552px; }
		.home #tagline { position: absolute; top: 160px; left: 118px; }
		#tagline2 { position: absolute; top: 212px; left: 596px; }
		#navigationMain { position: absolute; top: 8px; left: 81px; height: 17px; }
			#navigationMain ul, #navigationMain ul li { margin: 0; padding: 0; float: left; list-style: none;}
			#navigationMain a { display: block; } 
	#containerColumns { float: left; width: 936px; padding: 19px 0 0 0; }
	.home #containerColumns { background: url(/images/bg-containercolumns-home.jpg) no-repeat; padding: 0; }
		#columnMain { float: right; width: 644px; }
			h1#pageTitle { margin:0 0 0 40px; padding:0; font-size: 1.56em; color: #e0bd5c; font-family: Helvetica, Arial, sans-serif; }
			#content { padding: 10px 85px 45px 40px; }
			.home #content { padding-top: 108px; }
				img#contextual { float: right; margin: 0 0 10px 10px; }
		#columnSide { float: left; width: 292px; }
			#navigationPractice { margin: 6px 0 0 81px; }
				#navigationPractice ul { margin: 0; padding: 0; list-style: none; overflow: visible; }
				#navigationPractice ul li { display: inline; }
				#navigationPractice ul li a { padding: 4px 0; display: block; border-bottom: 1px solid #41221e; color: #fff; text-decoration: none; }
				#navigationPractice ul li ul li a { padding-left: 16px; }
				#navigationPractice ul li a:hover { color: #e0bd5c; }
				#navigationPractice ul li ul li a:hover { background: url(/images/bg-bullet-o.gif) 0 .5em no-repeat; }
			#contactInformation { margin: 20px 0 18px 81px; font-size: 1.1em; color: #fff; }
				#contactInformation strong { color: #e0bd5c; }
			img#photoGallery { margin: 0 0 30px 78px; }
	#footer { clear: both; border-top: 1px solid #52342d; margin: 0 81px; padding-bottom: 25px; }
		#navigationLower { padding: 7px 0 17px 0; text-align: center; word-spacing: 1.5em; font-size: 1.1em; }
			#navigationLower a { color: #cbab96; word-spacing: normal; text-decoration: none; }
			#navigationLower a:hover { text-decoration: underline; }
		#geographicalFooter { font-family: Verdana, Geneva, sans-serif; color: #602f0d; font-size: .82em; padding: 0 0 21px 0; }
			#geographicalFooter p { margin:0; padding:0; }
			#geographicalFooter .logo { margin:10px 0 5px 0; padding:0; }
		#finePrint { font-family: Verdana, Geneva, sans-serif; color: #e0bd5c; font-size: .82em; }
			p#copyright { display: inline; margin: 0 100px 0 0; }
			p#branding { display: inline; }

/*  <![ Primary Contact Form [ ----------------------------------------------------*/

.custom-form .pad_frm_itm {
	padding:3px 0px;
	margin:0px;}

.custom-form .form-label {
	width:30%;
	padding:0px 5px 0px 0px;
	display:inline-block;
	vertical-align:top;}
  
.custom-form .form-pct {
	width:65%;
	font:12px Verdana, Arial, Helvetica, sans-serif;}
	
.custom-form .msg-pct {
	width:95%;
	height:70px;
	overflow:auto;
	font:12px Verdana, Arial, Helvetica, sans-serif;}

.custom-form {
	}

	.custom-form fieldset {
		margin:0px 0px 10px 0px;
		padding:0px;
		border:none;}
		  
	.custom-form legend {
		padding:0px 2px;
		font-weight:bold;}
		  
	.custom-form ol {
		margin:0px;
		padding:0px;
		list-style:none;}
		
	.custom-form li {
		list-style:none;
	}
		
	.custom-form select {
		height:22px;
	}

/*  <![ Disclaimer alert [ ----------------------------------------------------*/

#overlay_div{
	position:relative;
	font:11px Verdana, Arial, Helvetica, sans-serif;
	color:#666;
	padding:0px;
	z-index:100;}

#overlay_div p {
	border-top:1px solid #0a3150;
	padding-top:6px;}
	
#iagree{
	position:absolute;
	font:11px Verdana, Arial, Helvetica, sans-serif;
	color:#666;
	padding:15px 15px 15px 15px;
	border:1px solid #031c40; /* Disclaimer box border color */
	background-color:#ececec; /* Disclaimer box bgcolor color */
	width:415px;
	margin:4px 0 0 0;}

#overlay_div h3{
	font:18px Verdana, Arial, Helvetica, sans-serif;
	color:#031c40;
	padding:0;
	margin:0;}

#iagree .overlay_submit{
	padding:4px;
	margin:0 6px 0 0;
	font:12px Verdana, Arial, Helvetica, sans-serif;
	color:#666;
	background-color:#fff;
	border:1px solid #999;
	float:right;}
	
#iagree .checkbox{
	float:left;
	height:22px;
	display:block;
                width:280px;
}

#iagree input#Agreement{
	position:relative;
	top:3px;
	border:none;
}

/* Directions Page Styles (Google Maps Default)

/* [ Outer div ] -----------> */
#directionsForm{
	}

/* div that wraps form */
#directionsInput {
	padding:10px 0px;}

#fromAddress{
	width:350px;}

#directionsLocale{
	padding:10px 0px;}

#locale{
	}

#directionsSubmit{
	padding:10px 0px;}

#map{
	border:1px solid #000;
	color:#000;}

#addressNotFound{
	}

#directions{
	}

/* QUICK CONTACT FORM */

#qcf {
margin: 20px 0px 30px 81px;
width:150px;
}

#qcf fieldset  {
border:medium none;
margin:0 0 10px;
padding:0;
width:150px;
}

#qcf ol {
list-style-type:none;
padding:0px;
}

#qcf ol li {
padding: 4px 0px;
}

.form-pct2 {
width:150px;
}

.msg-pct2 {
width:150px;
}

.submit-align2 {
margin:3px 0px;
float:right;
}

.CaptchaComponent { color: #ffffff; }

.CaptchaComponent img { margin-bottom: 5px;}

.CaptchaComponent input { margin-top: 5px;}

