/*--------------------- Last Modified  2006.11.10 ---------------------*/
/*-------------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------
  Copyright Einstein Industries 2006. Used with Permission.                             
  May not be duplicated or reproduced.
  Please check for cross-browser compatibility prior to making changes
  MINIMUM BROWSER CHECK :: IE5.x/IE6/Firefox/Safari
  CSS Document - layout.css
/*-------------------------------------------------------------------------------------*/
/* undo some default styling of common (X)HTML browsers
/*------------------------------------------------------------------------------------*/

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote,th,td,html,label,table,tr,td {margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img,a img,:link img,:visited img {border:0;}
address,caption,cite,code,dfn,th,var {font-style:normal;font-weight:normal;}
ol,ul {list-style:none;}
caption,th {text-align:left;}
h1,h2,h3,h4,h5,h6 {font-size:100%;}
q:before,q:after {content:'';}


/* global elements
 * ------------------------------------------------------------------------- */


/* ----- type selectors ----- */ 
body { 
	background:#FFEBCE url("../images/bg-body.jpg");
	text-align:center; 
	font:12px/18px Arial, Helvetica, sans-serif; 
	color:#0D0801;
	}

blockquote { 
	margin-left:20px; 
	margin-right:20px; 
	}

h1	{ font-size:12px; color:#0D0801; }
h2	{ font-size:12px; color:#0D0801; }
h3	{ font-size:12px; color:#6A4314; }
h4	{ font-size:12px; color:#0D0801; }

h1 span, h2 span, h3 span, h4 span	{ display:none; }

a:link,a:visited	{ color:#0D0801; text-decoration:underline; outline:none; }
a:hover,a:active	{ color:#0D0801; text-decoration:none; outline:none; }

/* ----- classes ----- */

.clear {
	clear:both;
	}

div.clear	{ 
	clear:both;
	height:.01em; 
	overflow:hidden; 
	}

p.back-to-top {
	text-align:right;
	display:block;
	}
	
img.img-left { 
	float:left; 
	margin:0; 
	}
	
img.img-right { 
	float:right; 
	margin:0; 
	}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
	}
	
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */
	
/* ----- global form elements ----- */ 

form {
	width:217px;
	margin:0 0 15px 0;
	}

form label	{ font-size:.95em; }

form br { line-height:0; height:0; } /* defaults vertical spacing between fields */

input, textarea, select { 
	background-color:#FFF !important; /* to prevent highlighting by Google Toolbar */
	border:1px solid #404040;
	color:#414141;
	width:212px; /* 5 pixels smaller than form width !important */
	height:18px;
	line-height:18px;
	vertical-align: middle;
	margin-bottom:4px; /* sets vertical spacing between fields */
	padding-top:1px; /* vertically position text in input/textarea field */
	padding-left:4px; /* horizontally position text in input/textarea field */
	font-family:Arial, Helvetica, sans-serif; 
	font-size:11px;
	}
	
select { width:217px; padding:0; } /* same width as form - !important */

textarea { height:90px; overflow:auto; }

#contact-business { display: none; } /* do not remove */ 


/* ----- main contact form ----- */ 
 
#contact-main, #commentform { margin:0 0 10px 0; }

#contact-main label, #commentform label { 
	width:220px; 
	position:relative; 
	display:block; 
	text-align:right; 
	margin-bottom:10px;
	font-size:1.0em;
	}
	
#contact-main label input, #contact-main label textarea, #contact-main label select, #commentform label input, #commentform label textarea, #commentform label select { 
	width:170px;
	position:absolute; 
	left:110%; 
	top:-2px;
	}
	
#contact-main label select, #commentform label select { width:177px; }
	
#contact-main label textarea, #commentform label textarea  { height:100px; overflow:auto; }

#contact-business-main { display: none; } /* do not remove */ 


/* ----- submit button form elements ----- */ 

input.submit, input.submit-contact-main, input.submit-commentform { 
	width:60px;
	height:20px;
	cursor:pointer; 
	padding:0; 
	}

input.submit-contact-main { margin:85px 0 5px 243px; }

input.submit-commentform { margin:80px 0 5px 243px; }

/* framework
 * ------------------------------------------------------------------------- */

#bg-wrap {
	background:url("../images/bg-wrap-scale.jpg") top repeat-x;
	width:100%;
	}

#wrap {
	background:url("../images/bg-wrap.jpg") repeat-y;
	width:790px;
	margin:0 auto;
	text-align:left;
	}

#bg-wrap-bottom {
	background:url("../images/bg-wrap-bottom.jpg") bottom no-repeat;
	width:790px;
	padding-bottom:20px;
	}
	
#masthead {
	position:relative;
	background:url("../images/masthead.jpg");
	height:180px;
	}
	/* index page link within #masthead */		
	#masthead a {	
		position:absolute;
		left:190px;
		width:413px;
		top:72px;
		height:86px; 
		}
	#masthead a span {
		display:none;
		}

/* ----- column-left ----- */

#column-left {
	width:254px;
	float:left;
	color:#fff;
	}
	
	#column-left p, #column-left h1, #column-left h2, #column-left h3, #column-left ul, #column-left dl {
		margin:0 14px 18px 26px;
		}
		
	#column-left a { color:#fff; }
	
	#column-left form { margin-left:26px; }
	
	#column-left form .search { margin-left:26px; }
	
	/* single column list */
	#column-left ul { padding-left:5px; }
		#column-left ul li { 
			padding-left:0px; /* pushes text to the right to display bg img */
			}
			
	#column-left ul li ul { margin:0 0 0 5px; }

	
	/* definition list */
	#column-left dl { padding-left:5px; }
		#column-left dl dt {
			font-weight:bold;
			}
		#column-left dl dd {
			background:transparent url("../images/bullet.jpg") 0px 6px no-repeat;
			padding-left:10px;  /* pushes text to the right to display bg img */
			margin-left:5px;
			}
			
	#column-left #company-info {
		line-height:13px;
		}
			
/* ----- column-right ----- */

#column-right {
	width:536px;
	float:left;
	}

	#column-right p, #column-right h1, #column-right h2, #column-right h3, #column-right h4, #column-right ul, #column-right dl {
		margin:0 26px 18px 17px;
		}
	#column-right form { margin-left:0px; }
	 
	/* single column list */
	#column-right ul { padding-left:5px; }
		#column-right ul li { 
			background:transparent url("../images/bullet.jpg") 0px 6px no-repeat;
			padding-left:10px;  /* pushes text to the right to display bg img */
			}

	#column-right ul li ul { margin:0 0 0 5px; }
	
	/* definition list */
	#column-right dl { padding-left:5px; }
		#column-right dl dt {
			font-weight:bold;
			}
		#column-right dl dd {
			background:transparent url("../images/bullet.jpg") 0px 6px no-repeat;
			padding-left:10px;  /* pushes text to the right to display bg img */
			margin-left:5px;
			}
			
	#column-right #welcome-content {
		background:url("../images/bg-top-right.jpg") bottom no-repeat;
		width:536px;
		}
		
		#column-right #welcome-content p {
			position:relative;
			z-index:99;
			}
	
	#column-right #welcome-content-bottom {
		background:url("../images/bg-top-right.jpg") bottom no-repeat;
		width:536px;
		}
		
		#column-right #welcome-content-bottom p {
			position:relative;
			z-index:99;
			margin-top:15px;
			}
	
	#column-right #bottom-content {
		background:url("../images/bg-bottom-right.jpg") bottom no-repeat;
		width:536px;
		}
		
		#column-right #bg-bottom-content {
			background:url("../images/bg-bottom-right-scale.jpg");
			width:536px;
			}
			
			#column-right #bottom-content-left {
				width:264px;
				float:left;
				}
				
				#column-right #bottom-content-left p, #column-right #bottom-content-left h2, #column-right #bottom-content-left ul, #column-right #bottom-content-left dl {
					margin:0 13px 18px 18px; 
					}

			#column-right #bottom-content-right {
				width:272px;
				float:left;
				}
				
				#column-right #bottom-content-right p, #column-right #bottom-content-right h2, #bottom-content-right ul, #bottom-content-right dl {
					margin:0 27px 18px 14px; 
					}
				
	
/* ----- bottom-wrap ----- */
 
body#index #bottom-wrap {
	background:url("../images/bottom-wrap.jpg");
	height:122px;
	clear:both;
	width:100%;
	position:relative; 
	}
	
	body#index #bottom-wrap a {
		position:absolute;
		width:303px;
		height:54px;
		left:334px;
		top:20px;
		}
		
		body#index #bottom-wrap span { display:none; }
		
#bottom-wrap {
	background:none;
	height:22px;
	clear:both;
	width:100%;
	}
	
/* header framework
 * ------------------------------------------------------------------------- */

#header-graphic { height:189px; background:url("../images/header-index.jpg"); } /* sets height for all non-flash headers */

/*
	body#index #header-graphic { background:url("../images/header-index.jpg"); }
	body#about #header-graphic { background:url("../images/header-about.jpg"); }
	body#contact #header-graphic { background:url("../images/header-contact.jpg"); }
	body#thankyou #header-graphic { background:url("../images/header-thankyou.jpg"); }
	body#sitemap #header-graphic { background:url("../images/header-sitemap.jpg"); }
*/

/* subhead framework
 * ------------------------------------------------------------------------- */

#subhead { height:106px; } /* sets height for all non-flash subheads */

	body#index #subhead { background:url("../images/subhead-index.jpg"); }
	body#firm #subhead { background:url("../images/subhead-firm.jpg"); }
	body#lawyers #subhead { background:url("../images/subhead-lawyers.jpg"); }
	body#blog #subhead { background:url("../images/subhead-blog.jpg"); }
	body#testimonials #subhead { background:url("../images/subhead-testimonials.jpg"); }
	body#contact #subhead { background:url("../images/subhead-contact.jpg"); }
	body#thankyou #subhead { background:url("../images/subhead-thankyou.jpg"); }
	body#sitemap #subhead { background:url("../images/subhead-sitemap.jpg"); }

	body#ssd-benefits #subhead { background:url("../images/subhead-ssd-benefits.jpg"); }
	body#long-term-disability #subhead { background:url("../images/subhead-long-term-disability.jpg"); }
	body#short-term-disability #subhead { background:url("../images/subhead-short-term-disability.jpg"); }
	body#medical-eligibility #subhead { background:url("../images/subhead-medical-eligibility.jpg"); }
	body#disability-causes #subhead { background:url("../images/subhead-disability-causes.jpg"); }
	body#birth-injury #subhead { background:url("../images/subhead-birth-injury.jpg"); }
	body#accidents #subhead { background:url("../images/subhead-accidents.jpg"); }
	body#financial-eligibility #subhead { background:url("../images/subhead-financial-eligibility.jpg"); }
	body#supplemental-security-income #subhead { background:url("../images/subhead-supplemental-security-income.jpg"); }
	body#ssi-eligibility #subhead { background:url("../images/subhead-ssi-eligibility.jpg"); }
	body#ssi-for-children #subhead { background:url("../images/subhead-ssi-for-children.jpg"); }
	body#medicare-medicaid #subhead { background:url("../images/subhead-medicare-medicaid.jpg"); }
	body#application-process #subhead { background:url("../images/subhead-application-process.jpg"); }
	body#why-obtain-lawyer #subhead { background:url("../images/subhead-why-obtain-lawyer.jpg"); }
	body#appeal-denial #subhead { background:url("../images/subhead-appeal-denial.jpg"); }
	body#faq #subhead { background:url("../images/subhead-faq.jpg"); }

/* ------------------------ title framework with varying heights ------------------------- */
#title-qcontact {
	height:60px;
	background:url("../images/title-qcontact.jpg") ;
	}

body#contact #title-qcontact, body#thankyou #title-qcontact {
	height:60px;
	background:url("../images/title-locate.jpg") ;
	}
	
#title-practice-areas {
	background:url("../images/title-practice-areas.jpg");
	height:89px;
	}

/* ------------------------------------- Banner ---------------------------------------- */
#banner {
		height:282px;
		background:url("../images/banner.jpg") no-repeat;
		margin-top:-115px;	
		}

/* footer
 * ------------------------------------------------------------------------- */
 
#footer {
	width:790px;
	margin:0 auto;
	text-align:center;
	}

#footer p, #footer ul {
	margin:0 20px 15px 20px;
	}

#footer li { /* if your li's float, you can adjust border height w/ line-height */
	padding:0 5px 0 7px;
	display: inline;
	border-left: 1px solid #0D0801;
	}

	#footer li.first { border: none; }

/* Horizontal Sprite Nav
 * ------------------------------------------------------------------------- */
#column-right ul#nav, body#blog #column-right ul#nav { margin:0; padding:0; }
		#column-right ul#nav li, body#blog #column-right ul#nav li { 
			background:none;
			padding-left:0; 
			}

#nav { 
	background:url("../images/nav.jpg") no-repeat; 
	width:536px; 
	height:40px; 
	margin:0;
	padding:0; 
	}

#nav span { display: none; }

#nav li, #nav a { height:40px; display:block; } /* change height here also */

#nav li { float:left; list-style:none; _display:inline; position:relative; }

#nav-01 { width: 69px;}
#nav-02 { width: 84px;}
#nav-03 { width: 112px;}
#nav-04 { width: 50px;}
#nav-05 { width: 118px;}
#nav-06 { width: 93px;}


/*-------------- (-79px) X position of button / (-30px) height of image from above ------------- */
#nav-01 a:hover { background:url("../images/nav.jpg") 0px -40px no-repeat; }
#nav-02 a:hover { background:url("../images/nav.jpg") -69px -40px no-repeat; }
#nav-03 a:hover { background:url("../images/nav.jpg") -153px -40px no-repeat; }
#nav-04 a:hover { background:url("../images/nav.jpg") -265px -40px no-repeat; }
#nav-05 a:hover { background:url("../images/nav.jpg") -315px -40px no-repeat; }
#nav-06 a:hover { background:url("../images/nav.jpg") -433px -40px no-repeat; }


/*-------------- OPTIONAL - Keeps the hover state on each page based on body #id ------------- */
body#index li#nav-01 { background:url("../images/nav.jpg") 0px -40px no-repeat; }
body#firm li#nav-02 { background:url("../images/nav.jpg") -69px -40px no-repeat; }
body#lawyers li#nav-03 { background:url("../images/nav.jpg") -153px -40px no-repeat; }
body#blog li#nav-04 { background:url("../images/nav.jpg") -265px -40px no-repeat; }
body#testimonials li#nav-05 { background:url("../images/nav.jpg") -315px -40px no-repeat; }
body#contact li#nav-06 { background:url("../images/nav.jpg") -433px -40px no-repeat; }


/* Vertical Sprite nav-practice
 * ------------------------------------------------------------------------- */
#column-left ul#nav-practice { margin:0; padding:0; }
		#column-left ul#nav-practice li { 
			background:none;
			padding-left:0; 
			}

#nav-practice {
	background:url("../images/nav-practice.jpg") top left no-repeat;					
	width:254px;		/* Width of buttons, not entite image (or half of entire image) */
	height:444px;		/* Height of entire image */
	margin:0;
	padding:0;
	}

#nav-practice li span { display: none; }

#nav-practice li { float:left; list-style:none; position:relative; }

#nav-practice li, #nav-practice a { 
	height:25px;			/* Each button must have the same height, define it here */
	display:block;
	}

li#nav-practice-01, li#nav-practice-01 a { 
	height:31px;			/* Each button must have the same height, define it here */
	display:block;
	}

li#nav-practice-16, li#nav-practice-16 a { 
	height:29px;			/* Each button must have the same height, define it here */
	display:block;
	}

/* margin-top if there is a spacing between each nav-practice button */
#nav-practice-01, #nav-practice-02, #nav-practice-03, #nav-practice-04, #nav-practice-05, #nav-practice-06, #nav-practice-07, #nav-practice-08, #nav-practice-09, #nav-practice-10, #nav-practice-11, #nav-practice-12, #nav-practice-13, #nav-practice-14, #nav-practice-15, #nav-practice-16 { margin-top:0; width:254px; }

#nav-practice-01 a:hover { background:url("../images/nav-practice.jpg") -254px  0px no-repeat; }
#nav-practice-02 a:hover { background:url("../images/nav-practice.jpg") -254px  -31px no-repeat; }
#nav-practice-03 a:hover { background:url("../images/nav-practice.jpg") -254px  -56px no-repeat; }
#nav-practice-04 a:hover { background:url("../images/nav-practice.jpg") -254px  -81px no-repeat; }
#nav-practice-05 a:hover { background:url("../images/nav-practice.jpg") -254px -106px no-repeat; }
#nav-practice-06 a:hover { background:url("../images/nav-practice.jpg") -254px -131px no-repeat; }
#nav-practice-07 a:hover { background:url("../images/nav-practice.jpg") -254px -156px no-repeat; }
#nav-practice-08 a:hover { background:url("../images/nav-practice.jpg") -254px -181px no-repeat; }
#nav-practice-09 a:hover { background:url("../images/nav-practice.jpg") -254px -206px no-repeat; }
#nav-practice-10 a:hover { background:url("../images/nav-practice.jpg") -254px -231px no-repeat; }
#nav-practice-11 a:hover { background:url("../images/nav-practice.jpg") -254px -256px no-repeat; }
#nav-practice-12 a:hover { background:url("../images/nav-practice.jpg") -254px -281px no-repeat; }
#nav-practice-13 a:hover { background:url("../images/nav-practice.jpg") -254px -306px no-repeat; }
#nav-practice-14 a:hover { background:url("../images/nav-practice.jpg") -254px -331px no-repeat; }
#nav-practice-15 a:hover { background:url("../images/nav-practice.jpg") -254px -356px no-repeat; }
#nav-practice-16 a:hover { background:url("../images/nav-practice.jpg") -254px -381px no-repeat; }

/*-------------- OPTIONAL - Keeps the hover state on each page based on body #id ------------- */
body#ssd-benefits li#nav-practice-01 { background:url("../images/nav-practice.jpg") -508px  0px no-repeat; }
body#long-term-disability li#nav-practice-02 { background:url("../images/nav-practice.jpg") -508px  -31px no-repeat; }
body#short-term-disability li#nav-practice-03 { background:url("../images/nav-practice.jpg") -508px  -56px no-repeat; }
body#medical-eligibility li#nav-practice-04 { background:url("../images/nav-practice.jpg") -508px  -81px no-repeat; }
body#disability-causes li#nav-practice-05 { background:url("../images/nav-practice.jpg") -508px -106px no-repeat; }
body#birth-injury li#nav-practice-06 { background:url("../images/nav-practice.jpg") -508px -131px no-repeat; }
body#accidents li#nav-practice-07 { background:url("../images/nav-practice.jpg") -508px -156px no-repeat; }
body#financial-eligibility li#nav-practice-08 { background:url("../images/nav-practice.jpg") -508px -181px no-repeat; }
body#supplemental-security-income li#nav-practice-09 { background:url("../images/nav-practice.jpg") -508px -206px no-repeat; }
body#ssi-eligibility li#nav-practice-10 { background:url("../images/nav-practice.jpg") -508px -231px no-repeat; }
body#ssi-for-children li#nav-practice-11 { background:url("../images/nav-practice.jpg") -508px -256px no-repeat; }
body#medicare-medicaid li#nav-practice-12 { background:url("../images/nav-practice.jpg") -508px -281px no-repeat; }
body#application-process li#nav-practice-13 { background:url("../images/nav-practice.jpg") -508px -306px no-repeat; }
body#why-obtain-lawyer li#nav-practice-14 { background:url("../images/nav-practice.jpg") -508px -331px no-repeat; }
body#appeal-denial li#nav-practice-15 { background:url("../images/nav-practice.jpg") -508px -356px no-repeat; }
body#faq li#nav-practice-16 { background:url("../images/nav-practice.jpg") -508px -381px no-repeat; }


/*------------------------ Blog Styles --------------------------------------*/

body#blog ul li#categories, body#blog ul li#search {
	margin-top:15px;
	}
	
body#blog #searchform {
	margin:0 0 15px 0;
	width:207px;
	}
	
	body#blog #searchform input#s {
		width:200px;
		}

body#blog ul li#archives {
	margin-bottom:15px;
	}
	
body#blog #column-right .meta, body#blog #column-right .feedback {
	margin:0 26px 0 17px;
	}
	
body#blog #column-right ol {
	margin:0 26px 18px 43px;
	}
	
	body#blog #column-right ol li {
	list-style-type:decimal;
	padding-left:0;
	}
	
	body#blog #column-right ul li { 
			background:transparent url("../images/bullet.jpg") 0px 6px no-repeat;
			padding-left:20px;  /* pushes text to the right to display bg img */
			}
			
			
	body#blog #column-right .storycontent {
		width:500px;
		}
