body{
	margin: 0;
	padding: 0;
	background: #370101 url(images/bg.gif) repeat-x;
	font-family: arial, verdana, sans-serif;
	font-size: 11px;
	color: #000;
	line-height: 20px;
	
}
input, select, textarea{
	border: 1px solid #660000;
	font-size: 11px;
	font-family: arial, verdana;
	color: #000000;
}
p{
	text-align: justify;
}
a:link, a:visited{
	color: #162165;
}
a:hover{
	color: #293DBB;
}
p{
	margin: 10px 0 10px 0;
	padding: 0;
}
h1{
	color: #660000;
	background: #feeaea;
	font-size: 12px;
	margin: 0;
	text-indent: 2px;
}
/******************Main Elements*****************************/

#container, #header, #footer, #top_nav, #content, #banner{
	margin: 0 auto;
	padding: 0;
	width: 788px;
	position: relative;
}
#header{
	height: 75px;
	background: url(images/header.gif) no-repeat;
}
#banner{
	height: 229px;
	background: url(images/banner.jpg) no-repeat;
}
#footer{
	background: url(images/footer.gif) no-repeat;
	height: 61px;
}
#footer p{
	margin: 0;
	padding: 35px 0 20px 0;
	text-align: center;
	font-size: 11px;
	color: #fff;
}
#footer a{
	color: #fff;
}	
#content{
	background: url(images/content_bg.gif) repeat-y;
}
.pad{
	padding: 0 10px 0 10px;
}	
.pad_sub{
	padding: 0 15px 0 20px;
}
#header h1, #banner h1{
	display: none;
	font-size: 8px;
}
#sub{
	background: url(images/left_corner.gif) top left no-repeat;
}
/****************Auto Accidents***********************/
#auto_accidents{
	background: url(images/auto_accidents_bg.jpg) no-repeat;
	height: 216px;
	width: 211px;
	position: relative;
	margin: 0;
	padding: 0;
}
#A_click_here{
	width: 95px;
	height: 30px;
	text-indent: -9999px;
	position: absolute;
	top: 77px;
	left: 114px;
}	
#A_click_here a:link{
	width: 100%;
	height: 100%;
	display: block;
	background: url(images/auto_click_on.gif) no-repeat;
	text-decoration: none;
}
#A_click_here a:visited{
	width: 100%;
	height: 100%;
	display: block;
	background: url(images/auto_click_on.gif) no-repeat;
	text-decoration: none;
}
#A_click_here a:hover{
	background: url(images/auto_click_off.gif) no-repeat;
}
#A_click_here a:active{
	background: url(images/auto_click_off.gif) no-repeat;
}
/****************Wrongful Death***********************/
#wrongful_death{
	background: url(images/wrongful_death_bg.jpg) no-repeat;
	height: 215px;
	width: 211px;
	position: relative;
	margin: 0;
	padding: 0;
}
#W_click_here{
	width: 95px;
	height: 30px;
	text-indent: -9999px;
	position: absolute;
	top: 79px;
	left: 111px;
}	
#W_click_here a:link{
	width: 100%;
	height: 100%;
	display: block;
	background: url(images/wrongful_click_off.gif) no-repeat;
	text-decoration: none;
}
#W_click_here a:visited{
	width: 100%;
	height: 100%;
	display: block;
	background: url(images/wrongful_click_off.gif) no-repeat;
	text-decoration: none;
}
#W_click_here a:hover{
	background: url(images/wrongful_click_on.gif) no-repeat;
}
#W_click_here a:active{
	background: url(images/wrongful_click_on.gif) no-repeat;
}
/****************Truck Accidents***********************/
#truck_accidents{
	background: url(images/truck_accidents_bg.jpg) no-repeat;
	height: 218px;
	width: 211px;
	position: relative;
	margin: 0;
	padding: 0;
}
#T_click_here{
	width: 95px;
	height: 30px;
	text-indent: -9999px;
	position: absolute;
	top: 81px;
	left: 114px;
}	
#T_click_here a:link, #T_click_here a:visited{
	width: 100%;
	height: 100%;
	display: block;
	background: url(images/truck_click_off.gif) no-repeat;
	text-decoration: none;
}
#T_click_here a:hover, #T_click_here a:active{
	background: url(images/truck_click_on.gif) no-repeat;
}
/****************Contact Form***********************/
#contact{
	background: url(images/contact_bg.gif) no-repeat;
	margin: 0;
	padding: 0;
	position: relative;
}
#contact fieldset{
	border: none;
	width: 230px;
	padding: 100px 0 0 0;
}
#contact label{
	display: block;
	color: #660000;
	margin: 0 10px 5px 15px;
}	
.noborder{
	border: none;
}
#contact legend{
	display: none;
}
/****************Home*************************/

#home{
	position: absolute;
	width: 52px;
	height: 18px;
	z-index: 500000;
	top: 6px;
	left: 478px;
}
/****************Navigation***********************/

#navigation{
	position: absolute;
	top: 75px;
	left: 25px;
	}
#navigation_sub{
	position: absolute;
	top: 100px;
	left: 10px;
	}
#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	float : left;
	width : 164px;
	}
	
#nav li { /* all list items */
	position : relative;
	float : left;
	margin: 0;
	padding: 0;

	}
	
#nav li ul { /* second-level lists */
	position : absolute;
	left: -999em;
	margin-left : 164px;
	margin-top : -23px;
	line-height : 19px;
	background: #fff;
	border: 1px solid #B7B7B7;
	z-index: 5000;
	}
	
#nav li a {
	width: 175px;
	display : block;
	color : #2F2F2F;
	font-weight : bold;
	font-size: 12px;
	font-family: arial;
	text-decoration : none;
	}
	
#nav li ul a:hover {background: #E8E8E8; color: #C3303C}
	
#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
		left: -999em;
	}
	
#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul { /* lists nested under hovered list items */
		left: auto;
	}
a#navTop  { height: 30px; width: 185px; font-size: 10px}
a#navTop1 { height: 28px; width: 185px; font-size: 10px}
a#navTop2 { height: 27px; width: 185px; font-size: 10px}
a#navTop3 { height: 27px; width: 185px; font-size: 10px}
a#navTop4 { height: 27px; width: 185px; font-size: 10px}
a#navTop5 { height: 27px; width: 185px; font-size: 10px}
a#navTop6 { height: 26px; width: 185px; font-size: 10px}
a#navTop7 { height: 25px; width: 185px; font-size: 10px}
	
	
a#navTop:link,#navTop:visited {background: url(images/about_the_firm_off.gif) no-repeat; text-indent:-9999px;}
a#navTop1:link,#navTop1:visited {background: url(images/attorney_bios_off.gif) no-repeat; text-indent:-9999px;}
a#navTop2:link,#navTop2:visited {background: url(images/practice_areas_off.gif) no-repeat; text-indent:-9999px;}
a#navTop3:link,#navTop3:visited {background: url(images/in_the_news_off.gif) no-repeat; text-indent:-9999px;}
a#navTop4:link,#navTop4:visited {background: url(images/testimonials_off.gif) no-repeat; text-indent:-9999px;}
a#navTop5:link,#navTop5:visited {background: url(images/faqs_off.gif) no-repeat; text-indent:-9999px;}
a#navTop6:link,#navTop6:visited {background: url(images/verdicts_and_settlements_off.gif) no-repeat; text-indent:-9999px;}
a#navTop7:link,#navTop7:visited {background: url(images/contact_us_off.gif) no-repeat; text-indent:-9999px;}

	
a#navTop:hover  { background: url(images/about_the_firm_on.gif) no-repeat}
a#navTop1:hover  { background: url(images/attorney_bios_on.gif) no-repeat}
a#navTop2:hover  { background: url(images/practice_areas_on.gif) no-repeat}
a#navTop3:hover  { background: url(images/in_the_news_on.gif) no-repeat}
a#navTop4:hover  { background: url(images/testimonials_on.gif) no-repeat}
a#navTop5:hover  { background: url(images/faqs_on.gif) no-repeat}
a#navTop6:hover  { background: url(images/verdicts_and_settlements_on.gif) no-repeat}
a#navTop7:hover  { background: url(images/contact_us_on.gif) no-repeat}

#pic {
	float: left;
	margin: 0px 10px 10px 0px;
}

/**************************************** LawInfo ************************************/
b.nevada-personal-injury-attorney {font-weight:normal;
}
i.las-vegas-personal-injury-lawyer {font-style:normal;
}
strong.las-vegas-auto-accident-lawyer {font-weight: normal; font-style: normal;
}
a.nevada-personal-injury-lawyer:link, a.nevada-personal-injury-lawyer:hover, a.nevada-personal-injury-lawyer:visited, a.nevada-personal-injury-lawyer:active{
	font-family: arial, verdana, sans-serif;
	font-size: 11px;
	color: #162165;
	font-weight: normal;
	text-decoration: none;
	cursor:text;
