/*--------------------- 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:#330000 url("http://hickeylawfirm.com.s3.amazonaws.com/bg-body.jpg") top repeat-x;
	text-align:center; 
	font:12px/21px "Trebuchet MS", Arial, Helvetica, sans-serif; 
	color:#fff;
	}

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

h1	{ font-size:1.6em; color:#e9cd5d; font-family:"Times New Roman",Times,serif; line-height:1.2em; }
h2	{ font-size:1.3em; color:#fff; }
h3	{ font-size:1.0em; color:#fff; }

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

a:link,a:visited	{ color:#fff; text-decoration:underline; outline:none; }
a:hover,a:active	{ color:#2f86af; text-decoration:underline; outline:none; }

/* ------------------------ classes ------------------------ */
em {margin:0; padding:0;}
.clear	{ 
	clear:both;
	}

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

p.back-to-top {
	text-align:right;
	display:block;
	padding-right:15px;
	background:url("http://hickeylawfirm.com.s3.amazonaws.com/bullet-back-to-top.jpg") right no-repeat;
	}

img.img-left { 
	float:left; 
	margin:2px 10px 10px 17px;
	}

img.img-right { 
	float:right; 
	margin:5px 25px 10px 10px; 
	}
	
	#video-launcher-inside{ float:right; 
	margin:5px 25px 10px 10px; 
	}

/* ------------------------ form elements ------------------------ */
form {
	width:150px;
	margin:10px 0 15px 0; /* set margin left and right below */
	}

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 #B4790C;
	color:#000;
	width:235px; /* 5 pixles 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:"Trebuchet MS", Arial, Helvetica, sans-serif; 
	font-size:1.0em;
	}

select { width:150px; padding:0; } /* same width as form - !important */

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

#contact_business { display: none; } /* do not remove */ 


/* ------------------------ SPECIFIC ELEMENTS ------------------------ */

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

#contact-main 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 { 
	width:170px;
	position:absolute; 
	left:110%; 
	top:-2px;
	}

#contact-main label select { width:175px; } /* fixes display issue - 5px larger than input field */

#contact-main label textarea { height:100px; overflow:auto; }

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

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

input.submit-contact-main { margin:95px 0 0 243px; } /* defines placement of contact-main submit button */

input.submit-image, input.submit-contact-main { /* REMOVE IF NOT USED */
	background:url("http://hickeylawfirm.com.s3.amazonaws.com/btn-submit.jpg");
	width:90px;
	height:20px;
	border:none;
	cursor:pointer;
	}

/* ------------------------------- CONTENT FRAMEWORK ------------------------------- */

/* ------------------------ main framework ------------------------ */
#wrap {
	background:url("http://hickeylawfirm.com.s3.amazonaws.com/body-wrap.jpg") repeat-y;
	width:975px;
	margin:0 auto;
	text-align:left;
	}
#wrap-2 {
	background:url("http://hickeylawfirm.com.s3.amazonaws.com/sub-pages-body-wrap.jpg") repeat-y;
	width:975px;
	margin:0 auto;
	text-align:left;
	position:relative;
	}

/* ------------------------ masthead framework ------------------------ */
#masthead {
	position:relative;
	background:url("http://hickeylawfirm.com.s3.amazonaws.com/masthead.jpg");
	height:123px;
	}
	/* index page link within #masthead */		
	#masthead a {
	position:absolute;
	left:0px;
	width:974px;
	top:0px;
	height:114px;
		}
	#masthead a span {
		display:none;
		}
#flash-header { margin-left:3px;position:relative;z-index:9; }
/* ------------------------ column-left framework ------------------------ */
#column-left {
	width:265px;
	float:left;
	}

	#column-left p, #column-left h1, #column-left h2, #column-left h3, #column-left dl, #column-left img {
		margin:0px 0px 10px 14px;
		}

	#column-left form { margin-left:0px; } /* set form margin here */


	/* definition list */
	#column-left dl { padding-left:5px; }
		#column-left dl dt {
			font-weight:bold;
			color:#99CC00;
			}
		#column-left dl dd {
			background:transparent url("http://hickeylawfirm.com.s3.amazonaws.com/bullet.jpg") 0px 6px no-repeat; /* 0px = horizontal position for left, 6px = vertical position from top */
			padding-left:10px;  /* pushes text to the right to display bg img */
			margin-left:5px;
			}
	#affiliations { height:26px; background-image:url("http://hickeylawfirm.com.s3.amazonaws.com/affiliations.jpg"); margin-bottom:15px;}
	#affiliations-logos { height:640px; background-image:url("http://hickeylawfirm.com.s3.amazonaws.com/affiliations-logos.jpg");}		
	
	/* ------------------------ column-left framework ------------------------ */
#column-left-sub {
    width:275px;
    	float:left;
    	background:url("http://hickeylawfirm.com.s3.amazonaws.com/left-bottom-bg.jpg")no-repeat; height:461px;
    	background-position:bottom;
	}

	#column-left-sub p, #column-left-sub h1, #column-left-sub h2, #column-left-sub h3, #column-left-sub dl, #column-left-sub img {
		margin:0px 0px 10px 14px;
		}

	#column-left-sub form { margin-left:0px; } /* set form margin here */


	/* definition list */
	#column-left-sub dl { padding-left:5px; }
		#column-left-sub dl dt {
			font-weight:bold;
			color:#99CC00;
			}
		#column-left-sub dl dd {
			background:transparent url("http://hickeylawfirm.com.s3.amazonaws.com/bullet.jpg") 0px 6px no-repeat; /* 0px = horizontal position for left, 6px = vertical position from top */
			padding-left:10px;  /* pushes text to the right to display bg img */
			margin-left:5px;
			}
/* ------------------------ column-center framework ------------------------ */
#column-center {
	width:446px;
	float:left;
	}

	#column-center p, #column-center h1, #column-center h2, #column-center h3, #column-center ul, #column-center dl{
		margin:0px 19px 10px 19px;
		}
		
		#column-center img { overflow:hidden; margin:0; padding:0; position:relative; display: block;}

	#column-center form { margin-left:0px; } /* set form margin here */

	/* single column list */
	#column-center ul { padding-left:5px; }
		#column-center ul li { 
			background:transparent url("http://hickeylawfirm.com.s3.amazonaws.com/bullet.jpg") 0px 6px no-repeat; /* 0px = horizontal position for left, 6px = vertical position from top */
			padding-left:10px; /* pushes text to the right to display bg img */
			}

	/* multi column list */
	#column-center ul { padding-left:5px; } 
		#column-center ul li { 
			background:transparent url("http://hickeylawfirm.com.s3.amazonaws.com/bullet.jpg") 0px 6px no-repeat; /* 0px = horizontal position for left, 6px = vertical position from top */
			padding-left:10px;  /* pushes text to the right to display bg img */
			line-height:20px;
			list-style: disc inside; 
			}

	/* definition list */
	#column-center dl { padding-left:5px; }
		#column-center dl dt {
			font-weight:bold;
			color:#99CC00;
			}
		#column-center dl dd {
			background:transparent url("http://hickeylawfirm.com.s3.amazonaws.com/bullet.jpg") 0px 6px no-repeat; /* 0px = horizontal position for left, 6px = vertical position from top */
			padding-left:10px;  /* pushes text to the right to display bg img */
			margin-left:5px;
			}
	#index-title { height:74px; background-image:url("http://hickeylawfirm.com.s3.amazonaws.com/welcome-title-index.jpg");}

#hidden_element_2 {
		position:relative;
		z-index:999;
	}
	#hidden_element_2 form li {
		line-height:1.1em;
		margin-bottom:8px;
	}
	#hidden_element_2 form {
		width:630px;
	}
	#hidden_element_2 form input {
		width:25px;
	}
	#hidden_element_2 form input.submit-button {
		width:100px;
	}
	#hidden_element_2 form input#contact_email {
		width:150px;
	}


/* ------------------------ column-right framework ------------------------ */
#column-right {
	width:264px;
	float:left;
	}

	#column-right h1, #column-right h2, #column-right h3, #column-right dl {
		margin:0px 0px 10px 12px;
		}
#column-right p { margin:0px 10px 10px 12px;
		}
	#column-right form { margin-left:12px; }

	/* definition list */
	#column-right dl { padding-left:5px; }
		#column-right dl dt {
			font-weight:bold;
			color:#99CC00;
			}
		#column-right dl dd {
			background:transparent url("http://hickeylawfirm.com.s3.amazonaws.com/bullet.jpg") 0px 6px no-repeat; /* 0px = horizontal position for left, 6px = vertical position from top */
			padding-left:10px;  /* pushes text to the right to display bg img */
			margin-left:5px;
			}
#right-column-title{ height:69px; background-image:url("http://hickeylawfirm.com.s3.amazonaws.com/right-column-title.jpg"); }
#points{ height:52px; background:url("http://hickeylawfirm.com.s3.amazonaws.com/right-bullet-points.jpg") no-repeat; margin:0 0 0 12px; }

/* ------------------------ column-right framework ------------------------ */
/* ------------------------ column-center framework ------------------------ */
#column-right-sub {
	width:700px;
	float:left;
	margin-bottom:480px;
	
	}

	#column-right-sub p, #column-right-sub h1, #column-right-sub h2, #column-right-sub h3, #column-right-sub dl, #column-right-sub ul {
		margin:5px 19px 10px 19px;
		}

	#column-right-sub form { margin-left:20px; } /* set form margin here */

	/* single column list */

		#column-right-sub ul li { 
			background:transparent url("http://hickeylawfirm.com.s3.amazonaws.com/bullet.jpg") 0px 6px no-repeat; /* 0px = horizontal position for left, 6px = vertical position from top */
			padding-left:10px; /* pushes text to the right to display bg img */
			}

	/* multi column list */
		#column-right-sub ul li { 
			background:transparent url("http://hickeylawfirm.com.s3.amazonaws.com/bullet.jpg") 0px 6px no-repeat; /* 0px = horizontal position for left, 6px = vertical position from top */
			padding-left:10px;  /* pushes text to the right to display bg img */
			line-height:20px; 
			list-style-type:disc;
			list-style-position:inside;
			}

	/* definition list */
	#column-right-sub dl { padding-left:5px; }
		#column-right-sub dl dt {
			font-weight:bold;
			color:#99CC00;
			}
		#column-right-sub dl dd {
			background:transparent url("http://hickeylawfirm.com.s3.amazonaws.com/bullet.jpg") 0px 6px no-repeat; /* 0px = horizontal position for left, 6px = vertical position from top */
			padding-left:10px;  /* pushes text to the right to display bg img */
			margin-left:5px;
			}


body#index #column-right ul#social-media {
	width:190px;
	height:299px;
	background:url("../images/social.png") no-repeat;
	margin:15px 0 0 35px;
}
	#column-right ul#social-media li, #column-right ul#social-media li a {
		display:block;
		width:60px;
		height:80px;
		float:left;
	}	
	#column-right ul#social-media li.media-top {
		margin:30px 0 0 27px;
		padding:0 0 0 0;
	}
	#column-right ul#social-media li.media-bottom {
		margin:10px 0 0 27px;
		padding:0 0 0 0;
	}
	#column-right ul#social-media li.media-blog {
		margin:10px 0 0 75px;
		padding:0 0 0 0;
	}
	#column-right ul#social-media li {
		background-image:none;
	}
	#social-media span {
		display:none;
	}
#column-left-sub ul#social-media {
	width:190px;
	height:299px;
	background:url("../images/social.png") no-repeat;
	margin:15px 0 0 40px;
	}
	#column-left-sub ul#social-media li, #column-left-sub ul#social-media li a {
		display:block;
		width:60px;
		height:80px;
		float:left;
	}	
	#column-left-sub ul#social-media li.media-top {
		margin:30px 0 0 27px;
		padding:0 0 0 0;
	}
	#column-left-sub ul#social-media li.media-bottom {
		margin:10px 0 0 27px;
		padding:0 0 0 0;
	}
	#column-left-sub ul#social-media li.media-blog {
		margin:10px 0 0 75px;
		padding:0 0 0 0;
	}
	#column-left-sub ul#social-media li {
		background-image:none;
	}
	

/* ------------------------ header framework ------------------------ */
#header-flash { height:300px; } /* sets height for the flash header - REMOVE IF NOT USED */
#active-x {height:300px;}
#header-graphic { height:276px; } /* sets height for all non-flash headers */
#header-graphic { background:url("http://hickeylawfirm.com.s3.amazonaws.com/header.jpg"); }
	


/* ------------------------ subhead framework ------------------------ */
#subhead { height:50px; 
  
    } /* sets height for all subheads */
	body#person-injury #subhead { background:url("../images/subhead-personal-injury.jpg") no-repeat;height:68px; }
	body#practice-areas #subhead { background:url("../images/subhead-practice-areas.jpg") no-repeat;  }
	body#admiralty #subhead { background:url("../images/subhead-admiralty.jpg"); height:68px }
	body#brain-injury #subhead { background:url("../images/subhead-brain-injury.jpg"); height:68px }
	body#brain-injury-faq #subhead { background:url("../images/subhead-brain-injury-faq.jpg"); height:68px }
	body#car-accidents #subhead { background:url("../images/subhead-car-accidents.jpg"); height:68px }
	body#car-accidents-faq #subhead { background:url("../images/subhead-car-accidents-faq.jpg"); height:68px }
	body#commercial-litigation #subhead { background:url("../images/subhead-commercial-litigation.jpg");}
	body#contact #subhead { background:url("../images/subhead-contact.jpg"); height:68px }
	body#cruise-ship-assault #subhead { background:url("../images/subhead-cruise-ship-accidents.jpg"); height:68px }
	body#cruise-shipyachting-accidents #subhead { background:url("../images/subhead-cruise-ship-accidents.jp"); height:68px }
	body#defective-products #subhead { background:url("../images/subhead-defective-products.jpg"); height:68px }
	body#incorrectly-filled-prescriptions #subhead { background:url("../images/subhead-incorrectly-filled-prescriptions.jpg"); height:50px }
	body#injuries #subhead { background:url("../images/subhead-injuries.jpg"); height:68px }
	body#maritime-faq #subhead { background:url("../images/subhead-maritime-faq.jpg"); height:68px }
	body#faq #subhead { background:url("../images/subhead-admiralty.jpg"); height:68px }
	body#medical-malpractice #subhead { background:url("../images/subhead-medical-malpractice.jpg"); height:68px }
	body#news #subhead { background:url("../images/subhead-news.jpg"); height:68px }
	body#personal-injury-faq #subhead { background:url("../images/subhead-personal-injury-faq.jpg"); height:68px }
	body#premises-liability #subhead { background:url("../images/subhead-premises-liability.jpg"); height:68px }
	body#product-liability #subhead { background:url("../images/subhead-product-liability.jpg"); height:68px }
	body#railroad-accidentsfela #subhead { background:url("../images/subhead-railroad-accidents.jpg"); height:68px }
	body#resources #subhead { background:url("../images/subhead-resources.jpg"); height:68px }
	body#results #subhead { background:url("../images/subhead-results.jpg"); height:88px }
	body#site-map #subhead { background:url("../images/subhead-sitemap.jpg");}
	body#team #subhead { background:url("../images/subhead-team.jpg");}
	body#testimonials #subhead { background:url("../images/subhead-testimonials.jpg"); height:68px }
	body#wrongful-death #subhead { background:url("../images/subhead-wrongful-death.jpg"); height:85px;}
	body#blog #subhead { background:url("../images/subhead-blog.jpg");}
	body#thankyou #subhead { background:url("../images/subhead-thankyou.jpg"); }
	



/* ------------------------ subhead framework with varying heights ------------------------ */
#subhead-meet-doc {
	height:55px;
	background:url("http://hickeylawfirm.com.s3.amazonaws.com/subhead-meet-doc.jpg") ;
	}

/* ------------------------ title framework with varying heights ------------------------- */
#title-contact {
	height:55px;
	background:url("http://hickeylawfirm.com.s3.amazonaws.com/title-contact.jpg") ;
	}

#title-our-procedures {
	height:35px;
	background:url("http://hickeylawfirm.com.s3.amazonaws.com/title-our-procedures.jpg") ;
	}

/* ------------------------------------- Buttons ---------------------------------------- */
#btn-special-offer {
		height:186px;
		display:block;
		background:url("http://hickeylawfirm.com.s3.amazonaws.com/dental-btn-special-offer.jpg") no-repeat;	
		}
		#btn-special-offer:hover {
				background:url("http://hickeylawfirm.com.s3.amazonaws.com/dental-btn-special-offer.jpg") -100px 0 no-repeat; /* -100px = horizontal img shift, 0px = vertical shift from top */
				}
		#btn-special-offer span { display:none; }


/* ------------------------ bottom-wrap framework ------------------------ */
/* ------------ must have below column-left and column-right to clear the float ------------ */
#bottom-wrap {
	background:url("http://hickeylawfirm.com.s3.amazonaws.com/bottom-wrap.jpg");
	width:100%; /* fix for Safar */
	height:34px;
	clear:both; /* important - do not remove */
	}
	#middle-wrap {
	background:url("http://hickeylawfirm.com.s3.amazonaws.com/body-index-break.jpg");
	width:975px; /* fix for Safar */
	height:31px;
	float:left; /* important - do not remove */
	}
	#bottom-wrap-2 {
	background:url("http://hickeylawfirm.com.s3.amazonaws.com/bottom-wrap-2.jpg");
	width:100%; /* fix for Safar */
	height:43px;
	clear:both; /* important - do not remove */
	}


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

#footer p {
	color:#fff;
	margin-bottom:10px;
	}

#footer a:link, #footer a:visited { color:#fff; }
#footer a:hover, #footer a:active { color:#2f86af; }

#footer ul {margin:10px;}
	#footer li { /* if your li's float, you can adjust border height w/ line-height */
		padding:0 5px 0 7px; /* adjusts the spacing between each li display and border-left */
		display: inline;
		border-left: 1px solid #fff;
		}
	#footer li.first { border: none; }

/*------------ NEWS TICKER -------------*/
#news-ticker {background-image:url("http://hickeylawfirm.com.s3.amazonaws.com/news-ticker.jpg"); height:29px;}


/* ------------------------ MAIN NAVIGATION FRAMEWORK ------------------------ */
/* ------------------------ horizontal sprite nav ------------------------ */
#nav { 
	background:url("http://hickeylawfirm.com.s3.amazonaws.com/main-nav.jpg") no-repeat; 
	width:975px; 
	height:38px; 
	margin:0;
	padding:0;
	
	}

#nav span { display: none; }

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

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

#nav-01 { width:60px; margin-left: 2px;}
#nav-02 { width:123px;}
#nav-03 { width:66px;}
#nav-04 { width:112px;}
#nav-05 { width:101px;}
#nav-06 { width:67px;}
#nav-07 { width:95px;}
#nav-08 { width:49px;}
#nav-09 { width:89px;}
#nav-10 { width:140px;}
#nav-11 { width:68px;}


/*-------------- (-79px) X position of button / (-30px) height of image from above ------------- */
#nav-01 a:hover { background:url("http://hickeylawfirm.com.s3.amazonaws.com/main-nav.jpg")  -2px -38px no-repeat; }
#nav-02 a:hover { background:url("http://hickeylawfirm.com.s3.amazonaws.com/main-nav.jpg") -62px -38px no-repeat; }
#nav-03 a:hover { background:url("http://hickeylawfirm.com.s3.amazonaws.com/main-nav.jpg") -185px -38px no-repeat; }
#nav-04 a:hover { background:url("http://hickeylawfirm.com.s3.amazonaws.com/main-nav.jpg") -251px -38px no-repeat; }
#nav-05 a:hover { background:url("http://hickeylawfirm.com.s3.amazonaws.com/main-nav.jpg") -363px -38px no-repeat; }
#nav-06 a:hover { background:url("http://hickeylawfirm.com.s3.amazonaws.com/main-nav.jpg") -464px -38px no-repeat; }
#nav-07 a:hover { background:url("http://hickeylawfirm.com.s3.amazonaws.com/main-nav.jpg") -531px -38px no-repeat; }
#nav-08 a:hover { background:url("http://hickeylawfirm.com.s3.amazonaws.com/main-nav.jpg") -626px -38px no-repeat; }
#nav-09 a:hover { background:url("http://hickeylawfirm.com.s3.amazonaws.com/main-nav.jpg") -675px -38px no-repeat; }
#nav-10 a:hover { background:url("http://hickeylawfirm.com.s3.amazonaws.com/main-nav.jpg") -764px -38px no-repeat; }
#nav-11 a:hover { background:url("http://hickeylawfirm.com.s3.amazonaws.com/main-nav.jpg") -904px -38px no-repeat; }



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

#nav-left {
	background:url("http://hickeylawfirm.com.s3.amazonaws.com/nav-left.jpg") top left no-repeat;					
	width:265px;	/* Width of buttons, not entite image (or half of entire image) */
	height:421px;	 /* Height of entire image */
	margin:0;
	padding:0;
	}

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

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

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

/* margin-top to set where the nav should begin */
#nav-left-01 {  width:264px; }

/* margin-top if there is a spacing between each nav button */
#nav-left-02, #nav-left-03, #nav-left-04, #nav-left-05, #nav-left-06 { margin-top:0;}



#nav-left-01 a:hover { background:url("../images/nav-left.jpg") -265px  0px no-repeat; }
#nav-left-02 a:hover { background:url("../images/nav-left.jpg") -265px  -60px no-repeat; }
#nav-left-03 a:hover { background:url("../images/nav-left.jpg") -265px  -120px no-repeat; }
#nav-left-04 a:hover { background:url("../images/nav-left.jpg") -265px  -180px no-repeat; }
#nav-left-05 a:hover { background:url("../images/nav-left.jpg") -265px -240px no-repeat; }
#nav-left-06 a:hover { background:url("../images/nav-left.jpg") -265px -300px no-repeat; }
#nav-left-07 a:hover { background:url("../images/nav-left.jpg") -265px -360px no-repeat; }

/*------- right column nav ---------*/

#nav-right {
	background:url("http://hickeylawfirm.com.s3.amazonaws.com/nav-right.jpg") top left no-repeat;					
	width:264px;	/* Width of buttons, not entite image (or half of entire image) */
	height:421px;	 /* Height of entire image */
	margin:0;
	padding:0;
	z-index:10px;
	}

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

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

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

/* margin-top to set where the nav should begin */
#nav-right-01 { margin-top:0px; width:264px; }

/* margin-top if there is a spacing between each nav button */
#nav-right-02, #nav-right-03, #nav-right-04, #nav-right-05, #nav-right-06 { margin-top:0; width:264px; }column-lef-sub




/*------- right column nav ---------*/

#nav-right {
	background:url("http://hickeylawfirm.com.s3.amazonaws.com/nav-right.jpg") top left no-repeat;					
	width:264px;	/* Width of buttons, not entite image (or half of entire image) */
	height:421px;	 /* Height of entire image */
	margin:0;
	padding:0;
	z-index:10px;
	}

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

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

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

/* margin-top to set where the nav should begin */
#nav-right-01 { margin-top:0px; width:264px; }

/* margin-top if there is a spacing between each nav button */
#nav-right-02, #nav-right-03, #nav-right-04, #nav-right-05, #nav-right-06 { margin-top:0; width:264px; }


#nav-right-01 a:hover { background:url("../images/nav-right.jpg") -264px  0px no-repeat; }
#nav-right-02 a:hover { background:url("../images/nav-right.jpg") -264px  -60px no-repeat; }
#nav-right-03 a:hover { background:url("../images/nav-right.jpg") -264px  -120px no-repeat; }
#nav-right-04 a:hover { background:url("../images/nav-right.jpg") -264px  -180px no-repeat; }
#nav-right-05 a:hover { background:url("../images/nav-right.jpg") -264px -240px no-repeat; }
#nav-right-06 a:hover { background:url("../images/nav-right.jpg") -264px -300px no-repeat; }
#nav-right-07 a:hover { background:url("../images/nav-right.jpg") -264px -360px no-repeat; }


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

#nav-left-sub {
	background:url("../images/sub-pages-left-nav.jpg") top left no-repeat;					
	width:274px;	/* Width of buttons, not entite image (or half of entire image) */
	height:899px;	 /* Height of entire image */
	margin:0;
	padding:0;
	z-index:10px;
	}

#nav-left-sub li span { display: none; }

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

#nav-left-sub li, #nav-left-sub a { 
	height:60px;	/* Each button must have the same height, define it here */
	display:block;
	width:274px;
	}

/* margin-top to set where the nav should begin */
#nav-right-sub-01 { margin-top:0px; width:274px; }

/* margin-top if there is a spacing between each nav button */
#nav-right-sub-02, #nav-right-sub-03, #nav-right-sub-04, #nav-right-sub-05, #nav-right-sub-06 { margin-top:0; width:274px; }

#nav-left-sub-01 a:hover { background:url("../images/sub-pages-left-nav.jpg") -274px  0px no-repeat; }
#nav-left-sub-02 a:hover { background:url("../images/sub-pages-left-nav.jpg") -274px  -60px no-repeat; }
#nav-left-sub-03 a:hover { background:url("../images/sub-pages-left-nav.jpg") -274px  -120px no-repeat; }
#nav-left-sub-04 a:hover { background:url("../images/sub-pages-left-nav.jpg") -274px  -180px no-repeat; }
#nav-left-sub-05 a:hover { background:url("../images/sub-pages-left-nav.jpg") -274px -240px no-repeat; }
#nav-left-sub-06 a:hover { background:url("../images/sub-pages-left-nav.jpg") -274px  -300px no-repeat; }
#nav-left-sub-07 a:hover { background:url("../images/sub-pages-left-nav.jpg") -274px -360px no-repeat; }
#nav-left-sub-08 a:hover { background:url("../images/sub-pages-left-nav.jpg") -274px  -420px no-repeat; }
#nav-left-sub-09 a:hover { background:url("../images/sub-pages-left-nav.jpg") -274px  -480px no-repeat; }
#nav-left-sub-10 a:hover { background:url("../images/sub-pages-left-nav.jpg") -274px  -540px no-repeat; }
#nav-left-sub-11 a:hover { background:url("../images/sub-pages-left-nav.jpg") -274px   -600px no-repeat; }
#nav-left-sub-12 a:hover { background:url("../images/sub-pages-left-nav.jpg") -274px  -660px no-repeat; }
#nav-left-sub-13 a:hover { background:url("../images/sub-pages-left-nav.jpg") -274px -720px no-repeat; }
#nav-left-sub-14 a:hover { background:url("../images/sub-pages-left-nav.jpg") -274px -780px no-repeat; }
#nav-left-sub-15 a:hover { background:url("../images/sub-pages-left-nav.jpg") -274px -840px no-repeat; }




/*-- sub pages items */

#do-we-title {background:url("http://hickeylawfirm.com.s3.amazonaws.com/do-we-title.jpg") top left no-repeat; height:42px; }
#yellow-box{ width:700px; height:465px; background:url("http://hickeylawfirm.com.s3.amazonaws.com/sub-pages-yellow-line.jpg") repeat-y; position:absolute; bottom:42px; right:0;  }
#yellow-box-top{ height:24px; background:url("http://hickeylawfirm.com.s3.amazonaws.com/sub-pages-yellow-box.jpg") top left no-repeat;}
#bottom-left-bg{background:url("http://hickeylawfirm.com.s3.amazonaws.com/left-bottom-bg.jpg") no-repeat; height:461px; width:275px; margin:0 0 44px; position: absolute; bottom:0;}



/*-------------- bottom box links -------------- */
#bottom-box{ background-image:url("http://hickeylawfirm.com.s3.amazonaws.com/bottom-box.jpg"); height:351px; float:left; width:975px; position:relative;}


#bottom-box #bottom-box-links-1 a {
	position: absolute;
	top: 20px;
	left: 54px;
	width: 424px;
	height: 79px;
}

#bottom-box #bottom-box-links-2 a {
	position: absolute;
	top: 98px;
	left: 55px;
	width: 424px;
	height: 79px;
}


#bottom-box #bottom-box-links-3 a {
	position: absolute;
	top: 176px;
	left: 56px;
	width: 424px;
	height: 79px;
}

#bottom-box #bottom-box-links-4 a {
	position: absolute;
	top: 254px;
	left: 55px;
	width: 424px;
	height: 79px;
}


#bottom-box #bottom-box-links-5 a {
	position: absolute;
	top: 17px;
	left: 492px;
	width: 424px;
	height: 79px;
}


#bottom-box #bottom-box-links-6 a {
	position: absolute;
	top: 98px;
	left: 491px;
	width: 424px;
	height: 79px;
}


#bottom-box-links-7 a {
	position: absolute;
	top: 176px;
	left: 490px;
	width: 424px;
	height: 79px;
}


#bottom-box #bottom-box-links-8 a {
	position: absolute;
	top: 255px;
	left: 490px;
	width: 424px;
	height: 79px;
}

ul.practice-area-ul ul li { list-style:none;}
ul.practice-area-ul li ul li {margin-left:50px;}

#sub-pages-contact{ width:350px; float:left; margin-left:5px;}
#sub-pages-contact form {width:335px; float:left; margin-left:16px;}
#yellow-box p, #yellow-box label {color:#000000; }
#sub-pages-map {width:315px; float:right; margin:15px 0 0 0; }
/* Misc */

#as-seen {width:290px; float:right; margin:5px 10px 0 10px;}
#as-seen h2 {
	font-size:16px;
	margin: 20px 0 5px 10px;
	padding: 0;
}
#as-seen p {
	margin: 0 5px 5px 10px;
	padding: 0;
	line-height: 14px;
	color: #FFF;
}
#as-seen img {margin:0 0 10px 10px}

#wrap-middle {
	width:975px;
	float:left;
	background: #510001 url(http://hickeylawfirm.com.s3.amazonaws.com/article-bg-2.jpg) repeat-y;

	}
	
	#wrap-middle p, #wrap-middle h1, #wrap-middle h2, #wrap-middle ul {
	margin:22px 30px 28px 15px;
	}
	
	/* single column list */
	#wrap-middle ul { padding-left:11px; }
		#wrap-middle ul li { 
			background:transparent url("../images/bullet.jpg") 0px 6px no-repeat;
			padding-left:13px; /* pushes text to the right to display bg img */
			}
			
#blog-margin {margin: 20px 0 0 15px;}

.meta, .feedback {margin:0 0 0 19px;}
.submit-btn {
height:23px;
width:76px;}

#noflashvw2 {overflow:hidden; margin:0; padding:0; position:relative;  }

#tv-appear {padding:0 15px;width:600px; background-color:#670001;}		
#tv-appear ul{	
    margin:0;
	padding:0; 
	}
	
	#tv-appear li {
	list-style:none;
	padding: 0 5px; 
	display:inline;  
	line-height: 14px;
	width:90px;
	float:left;
	font-size:11px;
	}		
	
	.photo { 
		width:600px;
		text-align:center;
		float:left;
		margin-left:15px;
      }

.photo-img {width:140px; float:left;} 	  

#pool-deck { 
	background: url(../images/pool-deck.jpg) no-repeat top left; 
	width: 498px; 
	height: 219px;
	margin:0 auto;
	}
	
#disclaimer-contact {
	float:right;
	padding-right:100px;
	margin-top:10px;
	text-align:right;
	width:200px;
	}
#hickey-logo {
	margin:0 auto;
	padding-bottom:20px;
	}
#hickey-testifies {
	float:left;
	padding-left:100px;
	margin-bottom:15px;
}
span.smaller {
	font-size:.8em;
	}