/*  CSS Document  */
/*  Created by Scott Frisella at Slaw, LLC for Louie &amp; Stettler  */
/*  Last update: May 16, 2010  */



* {
	padding: 0;
	margin: 0;
}

body {
	background: #FFF;
	font: normal 12px Verdana, sans-serif;
	text-align: center;
	line-height: 19px;
}

#container {
	width: 780px;
	padding: 0;
	margin: 0 auto;
	color: #000;
	background: url(images/nav_main_bg.jpg) no-repeat 0 25px;
	text-align: left;
	overflow: hidden;
}

#header {
	position: relative;
}

#main {
	position: relative;
	width: 780px;
	float: left;
	clear: left;
}

#nav {
	position: relative;
	width: 780px;
	padding-top: 226px;
	overflow: hidden;
}

#nav a {
	display: block;
	height: 50px;
	padding: 0;
	color: #fce6c0;
	background: transparent url(images/nav_main.gif) no-repeat 0 0;
	overflow: hidden;
	text-decoration: none;
	text-transform: uppercase;
	text-indent: -2000em;
}

#nav .home { width: 87px; background-position: 0 0; }
#nav .current .home,
#nav .home:hover { background-position: 0px -50px; }

#nav .attorneys { width: 138px; background-position: -87px 0px; }
#nav .current .attorneys,
#nav .attorneys:hover { background-position: -87px -50px; }

#nav .firm_info { width: 124px; background-position: -226px 0px; }
#nav .current .firm_info,
#nav .firm_info:hover { background-position: -226px -50px; }

#nav .legal_news { width: 148px; background-position: -351px 0px; }
#nav .current .legal_news,
#nav .legal_news:hover { background-position: -351px -50px; }

#nav .contact { width: 145px; background-position: -500px 0px; }
#nav .current .contact,
#nav .contact:hover { background-position: -500px -50px; }
					
#nav li {
	float: left;
	padding: 0;
	margin-right: 1px;
	list-style-type: none;
}

a {
	color: #0066FF;
	text-decoration: underline;
}

h1 {
	width: auto;
	margin-left: -15px;
}

.h1_one {
	background: url(images/hdr_bg01.gif) repeat-x;
}

.h1_two {
	background: url(images/hdr_bg02.gif) repeat-x;
}

.h1_three {
	background: url(images/hdr_bg03.gif) repeat-x;
}

.h1_four {
	background: url(images/hdr_bg04.gif) repeat-x;
}

.h1_five {
	background: url(images/hdr_bg05.gif) repeat-x;
}

.h1_six {
	background: url(images/hdr_bg06.gif) repeat-x;
}

h3 {
	font: Verdana, sans-serif strong;
	font-size: 18px;
	padding: 0;
	margin: 0;
}

h4 {
	font: Verdana, sans-serif strong;
	font-size: 15px;
	padding: 0;
	margin: 0;
}

h5 {
	font: Verdana, sans-serif;
	font-size: 12px;
	font-weight: 700;
	padding: 0;
	margin: 0;
}

h1 img, h2 img {
	padding-left: 15px;
	padding-top: 16px;
	padding-bottom: 18px;
	margin-bottom: 15px;
}

.hide_show h4 {
	margin-top:20px;
}

p {
	padding: 0px 15px 0px 0px;
	margin-bottom: 10px;
}

p.intro {
	padding-top: 10px;
	padding-left: 15px;
}

.career_link {
	background: url(images/careers_gfx.gif) no-repeat top left;
	display: block;
}

.career_link a {
	font: Verdana, sans-serif strong;
	font-size: 18px;
	padding: 10px 0px 45px 105px;
	line-height: normal;
	display: block;
}

.content_separator {
	background-color: #CCC;
	height:3px;
	margin:20px 20px 20px 0;
}

.col1 {
	float: left;
	width: 485px;
}

.col2 {
	float: right;
	width: 275px;
}

.news_date {
	font-size: 11px;
	font-weight: bold;
	color: #fff;
	background-color: #b31515;
	Xbackground-color: #FA6464;
	padding: 2px 4px 2px 4px;
	margin-right: 4px;
}

.photo_group {
	margin-bottom: 40px;
}

.photo_group img {
	float: left;
	margin-left: -5px;
}

.photo_group h3 {
	padding: 0 0 0 155px;
}

.photo_group h5 {
	padding: 0 0 5px 155px;
}

.photo_group p {
	padding: 0px 10px 0px 155px;
	margin: 0;
	margin-bottom: 5px;
	white-space: nowrap;
}

.promo1 {
	background: url(images/promo1_bg.gif) no-repeat top left;
	width: 275px;
	height: 171px;
	color: #FFF;
	margin-bottom: 20px;
} 

.promo1 a {
	font: Verdana, sans-serif strong;
	font-size: 18px;
	color:#3B4C00;
	text-decoration: none;
	margin-left: 15px;
	position:relative;
	top: 25px;
}

.promo1 p {
	padding-left: 15px;
}

.promo2 {
	background: url(images/promo2_bg.gif) no-repeat top left;
	width: 275px;
	height: 171px;
	color: #FFF;
	margin-bottom: 20px;
}

.promo2 a {
	font: Verdana, sans-serif strong;
	font-size: 18px;
	color:#0F419F;
	text-decoration: none;
	margin-left: 15px;
	position:relative;
	top: 21px;
}

.promo2 p {
	padding-left: 15px;
}

.promo1 img, .promo2 img {
	padding-left: 15px;
	padding-top: 16px;
	padding-bottom: 0;
	margin-bottom: 12px;
}

.resume {
	padding:15px;
	width: 500px;
	background: #F2F2F2;
	display:none;
}

.right {
	text-align:right;
}

p.section {
	margin-bottom: 30px;
}

.standoutBox1 {
	border: 3px solid #8AA726;
	margin-bottom: 20px;
	padding-left: 15px;
}

.standoutBox1 p {
	font:Verdana, Arial, Helvetica, sans-serif ;
	font-size: 12px;
}

.standoutBox2 {
	border: 3px solid #E88B00;
	margin-bottom: 20px;
	padding-left: 15px;
}

.standoutBox3 {
	border: 3px solid #A255DE;
	margin-bottom: 20px;
	padding-left: 15px;
}
.standoutBox4 {
	border: 3px solid #e3d215;
	xborder: 3px solid #CCC200;
	margin-bottom: 20px;
	padding-left: 15px;
}
.standoutBox5 {
	border: 3px solid #FA2222;
	margin-bottom: 20px;
	padding-left: 15px;
}
.standoutBox6 {
	border: 3px solid #BB7956;
	margin-bottom: 20px;
	padding-left: 15px;
}

.vert_list {
	margin-bottom: 40px;
}

.vert_list ul {
	padding-left: 0;
}

.vert_list li {
	margin: 10px 0;
	list-style: none;
	padding-right: 15px;
}

.vert_list h3 {
	margin-bottom: 10px;
}
