@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background-image:url(../images/bg_bg.jpg);
	background-repeat:repeat-x;
	background-color: #595a5a;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000;
}
#headlines h4 a {
	font-size: 12px;
}
#container {
	width: 800px;  /* this width will create a container that will fit in an 800px browser window if text is left at browser default font sizes */
	height: auto;
 #height: auto;
	_height: auto;
	background-image:url(../images/container_BG2.jpg);
	background-repeat:repeat-x;
	background-color: #fff;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	margin-top: 5px;
 #margin-top: 5px;
	_margin-top: 5px;
	margin-bottom: 10px;
 #margin-bottom: 10px;
	_margin-bottom: 10px;
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
#header {
	height: 275px;
 #height: 275px;
	_height:275px;
	width: 782px;
 #width: 782px;
	_width: 782px;
	margin: auto;
	margin-top: 5px;
 #margin-top: 5px;
	_margin-top: 5px;
	margin-bottom: 10px;
 #margin-bottom: 10px;
	_margin-bottom: 10px;
	background-image:url(../images/header_bg.jpg);
	background-repeat:no-repeat;
}
#header h1 {
	margin: auto; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	/* using padding instead of margin will allow you to keep the element away from the edges of the div */





	color: #000;
	font-family: "Times New Roman", Times, serif;
	font-style:italic;
	width: 250px;
 #width: 250px;
	_width: 250px;
	position:relative;
	top: 30px;
	left: -250px
}
#text h4 {
	margin:auto;
	margin-top:50px;
	margin-left: 40px;
	text-align: center;
	font-size: 28px;
	font-family:"Times New Roman", Times, serif;
	font-style:italic;
	color: #000;
}
#text-two h4 {
	margin:auto;
	margin-top:50px;
	text-align: center;
	font-size: 28px;
	font-family:"Times New Roman", Times, serif;
	font-style:italic;
	color: #000;
}
#text {
	padding-left:300px;
	float:left;
	height:40px;
}
#text-two {
	float:right;
	height:40px;
	margin-right:20px;
}
#innerheader {
	float: left;
	height: 171px;
 #height: 171px;
	_height: 171px;
	width: 780px;
 #width: 780px;
	_width: 780px;
	position: relative;
	left: 0px;
}
#flash {
	width: 500px;
 #width: 500px;
	_width: 500px;
	float:right;
	height: 171px;
 #height: 171px;
	_height: 171px;
	margin-top:85px;
 #margin-top: 85px;
	margin-right: 10px;
 #margin-right: 0px;
	_margin-right: 0px;
	border-style:solid;
	border-color:#fff;
	border-width:medium;
}
#logo {
	height:97px;
	background-image:url(../images/logo02_18b.jpg);
	background-repeat:no-repeat;
	background-position:40px 0px;
	position:relative;
}
#tagline {
	margin-left: 530px;
 #margin-left: 530px;
	_margin-left: 530px;
	width: 230px;
	height: 115px;
 #height: 115px;
	_height: 115px;
}
#practice_areas {
	height: 160px;
	float: left;
	margin-left: 20px;
	margin-top: 92px;
	width: 217px;
	color: #fff;
	text-align: center;
	border-style: solid;
	border-color: #fff;
	border-width: medium;
}
#practice_areas a {
	margin-left: 10px;
	line-height: 22px;
	font-family:"Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	text-decoration:none;
}
#practice_areas a:link, #practice_areas a:visited {
	color: #fff;
}
#practice_areas a:hover {
	color: #000;
	text-align: center;
	font-weight: bold;
}
.top_nav {
	width: 780px;
	height: 20px;
	background-color: #05220c;
	margin:auto;
	margin-bottom: 10px;
}
.top_nav {
	width: 780px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
	margin: auto;
	margin-bottom: 50px;
 #margin-bottom: 50px;
	_margin-bottom: 50px;
}
.top_nav ul {
	margin: 0;
	padding: 0;
	float: left;
	width: 100%;
	background: #011f13;
	border-top-width: 1px;
	border-right-width: 0;
	border-bottom-width: 1px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #011f13;
	border-right-color: #011f13;
	border-bottom-color: #011f13;
	border-left-color: #011f13;
}
.top_nav ul li {
	display: inline;
}
.top_nav ul li a {
	margin-left: 11px;
 #margin-left: 11px;
	_margin-left: 11px;
	float: left;
	color: #c5b337;
	padding: 5px 8px;
	text-decoration: none;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #011f13;
}
.top_nav ul li a:visited {
	
}
.top_nav ul li a:hover, .top_nav ul li .selected {
	color: #000000 !important;
	padding-top: 5px;
	padding-bottom: 5px;
	background: #d0bc5b;
}
.sidebar1 {
	font-size:13px;
	float: right;
	height: 255px;
	width: 250px; /* since this element is floated, a width must be given */
	background-color: #fff; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 5px 0; /* top and bottom padding create visual space within this div */
	margin-right: 15px;
 #margin-right: 15px;
	_margin-right: 15px;
	text-align:center
}
 .sidebar1 h3, #sidebar1 p, {
 margin-left: 10px; /* the left and right margin should be given to every element that will be placed in the side columns */
 #margin-left: 10px;
 _margin-left: 10px;
 margin-right: 10px;
 #margin-right: 10px;
 _margin-right: 10px;
}
#mainContent_box {
	margin-top: 0px;
 #margin-top: -35px;
	_margin-top: -35px;
	margin-left: 10px;
	_margin-left: 5px;
	width: 520px;
 #width: 520px;
	_width:520px;
	height: auto;
	position: relative;
	float: left;
}
#mainContent_box .transparency {
	opacity:0.4;
	filter:alpha(opacity=40);
	-moz-opacity:0.4;
	background-color:#c6cdc8;
	float:left;
	margin-left: 10px;
 #margin-left: -520px;
	_margin-left: -510px;
	margin-top: 0px;
 #margin-top:0px;
	_margin-top: -270px;
	width: 520px;
 #width: 500px;
	_width: 500px;
	height:260px;
	font-size:13px;
	padding: 5px;
	font-family:"Times New Roman", Times, serif;
	font-size:16px;
	position: absolute;
	top:250;
	left:10;
	z-index:1;
}
#mainContent_box .transparency2 {
	opacity:0.4;
	filter:alpha(opacity=40);
	-moz-opacity:0.4;
	background-color:#024d2f;
	float:left;
	margin-left: 10px;
 #margin-left: -520px;
	_margin-left: -510px;
	margin-top: 0px;
 #margin-top:0px;
	_margin-top: -270px;
	width: 505px;
 #width: 505px;
	_width: 505px;
	height:410px;
	font-size:13px;
	padding: 5px;
	font-family:"Times New Roman", Times, serif;
	font-size:16px;
	position: absolute;
	top:250;
	left:10;
	z-index:1;
}
#mainContent_box .transparency3 {
	opacity:0.7;
	filter:alpha(opacity=70);
	-moz-opacity:0.7;
	background-color:#024d2f;
	float:left;
	margin-left: 5px;
 #margin-left: -520px;
	_margin-left: -510px;
	margin-top: 0px;
 #margin-top:0px;
	_margin-top: 0px;
	width: 505px;
 #width: 505px;
	_width: 505px;
	height:450px;
 #height: 450px;
	_height: 450px;
	font-size:13px;
	padding: 5px;
	font-family:"Times New Roman", Times, serif;
	font-size:16px;
	position: absolute;
	top:250;
	left:10;
	z-index:1;
}
#mainContent_box .transparency4 {
	opacity:0.4;
	filter:alpha(opacity=40);
	-moz-opacity:0.4;
	background-color:#024d2f;
	float:left;
	margin-left: 10px;
 #margin-left: -520px;
	_margin-left: -510px;
	margin-top: 0px;
 #margin-top:0px;
	_margin-top: -270px;
	width: 505px;
 #width: 505px;
	_width: 505px;
	height:525px;
	font-size:13px;
	padding: 5px;
	font-family:"Times New Roman", Times, serif;
	font-size:16px;
	position: absolute;
	top:250;
	left:10;
	z-index:1;
}
#mainContent {
	float:left;
	width: 505px;
 #width: 505px;
	_width: 505px;
	height: 525px;
	font-size:13px;
	color: #fff;
	padding: 5px;
	margin-left: 10px;
 #margin-left: 10px;
	_margin-left: 6px;
	margin-top: 0px;
 #margin-top: -35px;
	_margin-top: -270px;
	font-family:"Times New Roman", Times, serif;
	font-size:16px;
	position: relative;
	z-index:100;
}
#mainContent h1 {
	font-size:22px;
}
.mainContent_follow {
	float:left;
	width: 510px;
 #width: 510px;
	_width: 500px;
	height: 260px;
	font-size:13px;
	color: #000;
	padding:5px;
 #padding: 5px;
	_padding: 5px;
	margin-left: 10px;
 #margin-left: 10px;
	_margin-left: 10px;
	margin-top:0px;
 #margin-top: 0px;
	_margin-top: -270px;
	font-family:"Times New Roman", Times, serif;
	font-size:16px;
	position: relative;
	z-index:100;
	overflow:auto;
	background-color: #fff;
}
.mainContent_follow h1 {
	font-size:21px;
 #font-size: 21px;
	_font-size: 21px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	color: #011f13;
}
.mainContent_follow h2 {
	font-size: 18px;
 #font-size: 18px;
	_font-size: 18px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	color: #002c0b;
}
.mainContent_follow h3 {
	font-size: 12px;
 #font-size: 12px;
	_font-size: 12px;
	margin-top: 15px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	color: #000;
}
strong {
	color: #000;
}
.mainContent_follow a {
	text-decoration: none;
	color: #c5b337;
}
.mainContent_follow a:link {
	color: #c5b337;
	text-decoration:none;
}
.mainContent_follow a:visited {
	color: #c5b337;
	text-decoration: none;
}
.mainContent_follow a:active {
	color: #339966;
	text-decoration:none;
}
.mainContent_follow a:hover {
	color: #339966;
	text-decoration:underline;
}
.mainContent_follow a:hover {
	text-decoration: underline;
	color: #339966;
}
.mainContent_follow p {
	padding-bottom: 10px;
}
.mainContent_follow2 {
	float:left;
	width: 505px;
 #width: 515px;
	_width: 505px;
	height: 600px;
	font-size:13px;
	color: #000;
	padding:5px;
 #padding: 5px;
	_padding: 5px;
	margin-left: 0px;
 #margin-left: 0px;
	_margin-left: 0px;
	margin-top:0px;
 #margin-top: 0px;
	_margin-top: 0px;
	font-family:"Times New Roman", Times, serif;
	font-size:16px;
	position: relative;
	z-index:100;
	overflow:auto;
	background-color: #fff;
}
.mainContent_follow2 h1 {
	font-size:20px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	color: #011f13;
	margin-left: 5px;
}
.mainContent_follow2 h2 {
	font-size: 18px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	color: #002c0b;
	margin-left: 5px;
}
.mainContent_follow2 h3 {
	font-size: 12px;
	margin-top: 15px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	color: #000000;
	margin-left: 5px;
}
strong {
	color: #000000;
}
.mainContent_follow2 a {
	text-decoration: underline;
	color: #999999;
}
.mainContent_follow2 h4 {
}
.mainContent_follow2 p {
	margin-left: 5px;
}
.mainContent_follow2 a:link {
	color: #339966;
	text-decoration:none;
}
.mainContent_follow2 a:visited {
	color: #339966;
	text-decoration: none;
}
.mainContent_follow2 a:active {
	color: #339966;
	text-decoration:none;
}
.mainContent_follow2 a:hover {
	color: #339966;
	text-decoration:underline;
}
#threebox_container {
	width:100%;
	height: auto;
}
#newsletter_link {
	margin-top: 40px;
	font-size: 12px;
	padding-top: 20px;
	width: 220px;
	height: 200px;
	background-color:#ffffff;
	text-align:center;
	border:thin;
	border-color: #c0c0c0;
	border-style: solid;
}
#newsletter_link a {
	display:block;
}
#newsletter_link a:link {
	text-decoration:none
}
#newsletter_link a:hover {
}
#newsletter_link p {
	color: #000
}
#threebox_container_followon_pages {
	margin-top:-300px;
	width: 260px;
	height: auto;
	float:right;
}
#follow-facebook{
	with:200px;
	height:61px;
	padding-left:30px;
	padding-top:20px;
}
/* Miscellaneous classes for reuse */





.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
#footer {
	padding: 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:transparent;
	height:30px;
	width: 100%;
	margin: auto;
	margin-top: 20px;
	margin-bottom: 20px;
	color: #000;
}
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 5px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
/* begin footer_nav */





.footer_nav {
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
	margin-left: 20px;
}
.footer_nav ul {
	margin: 0;
	padding: 0;
	float: left;
	width: 100%;
	background: transparent;
	border-top-width: 1px;
	border-right-width: 0;
	border-bottom-width: 1px;
	border-left-width: 0;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: transparent;
	border-right-color: transparent;
	border-bottom-color: transparent;
	border-left-color: transparent;
}
.footer_nav ul li {
	display: inline;
}
.footer_nav ul li a {
	float: left;
	color: #000000;
	padding: 5px 3px;
	text-decoration: none;
	border-right-width: 1px;
	border-right-style: none;
	border-right-color: transparent;
}
.sitemap {
	text-align: center;
}
.sitemap a {
	color: #000000;
	text-decoration: none;
}
.sitemap a:hover {
	color: #6b6b6b;
}
#attorneylist a:link,  #attorneylist a:visited {
	color: #339966;
	font-size: 12px;
	text-decoration: none;
}
#attorneylist a:hover,  #attorneylist a:active {
	color: #c5b337;
	text-decoration: underline;
}
#attorneylist {
	text-align: left;
	font-size: 12px;
}
#attorneylist ul li {
	margin-left:-40px;
}
#practice_areas_rt_side {
	font-family: "Times New Roman", Times, serif;
	color:#000;
	text-align: left;
	margin-left: -60px;
 #margin-left: 0px;
	font-size: 14px;
	text-decoration:none;
}
#practice_areas_rt_side a {
	color: #339966;
	text-decoration: none;
}
#practice_areas_rt_side a:link {
	text-decoration: none;
}
#practice_areas_rt_side a:visited {
}
#practice_areas_rt_side a:hover {
	color: #c5b337;
	text-decoration: underline;
}
#practice_areas_rt_side a:active {
	text-decoration: underline;
}
#practice_areas_rt_side ul, li a {
	color: #002c0b;
	text-decortation: none;
}
#practice_areas_rt_side ul, li a:link {
	color: #002c0b;
	text-decoration:none;
}
#practice_areas_rt_side ul, li a:hover {
	color:#339966;
	text-decoration: underline;
}
#practice_areas_rt_side ul, li a:visited {
	color:#002c0b;
}
#headlines h4 {
	font-size: 16px;
}
#headlines h4 a {
	color: #339966;
}
#headlines h4 a:link {
	text-decoration: none;
	color: #339966;
}
#headlines h4 a:visited {
	text-decoration: none;
	color: #339966;
}
#headlines h4 a:hover {
	color:#666
}
.footer_nav ul, li a:visited {
	color: #000000;
}
.footer_nav ul li a:hover, .footer_nav ul li .selected {
	color: #6b6b6b !important;
	padding-top: 5px;
	padding-bottom: 5px;
	background: transparent;
}
.box_headline {
	text-align: center;
}
#videos {
	padding-top:15px;
	margin-left: 95px;
}
 <!-[if IE]-> 




/* place css fixes for all versions of IE in this conditional comment */



#sidebar1, #sidebar2 {
padding-top: 30px;
}
#mainContent {
	zoom: 1;
	padding-top: 15px;
}
#tagline {
	margin-top:-60px;
}





/* the above proprietary zoom property gives IE the hasLayout it needs to avoid several bugs */





[if IE]>  <style type="text/css" media="screen">  #practice_areas, #practice_areas a {
height: 1%
}
 </style>  <![endif]
