@charset "UTF-8";
/* ***************************************************************************
******************************************************************************
***
***  GLOBAL
***
******************************************************************************
*************************************************************************** */
*{
	margin:0;
	padding:0;
}
body {
	color: #999999;
	background-image: url(../images/green_background.jpg);
	margin: 0px;
	padding: 0px;
	background-color: #e5e5e5;
	font-size: 12px;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: normal;
}
.clearfloat {
	clear:both;
  height:0;
  font-size: 1px;
  line-height: 0px;
}
.clear {
	clear: both;
}
div.hr {
  border-bottom: 1px solid #999999;
}
/* ***************************************************************************
******************************************************************************
***
***  Links
***
******************************************************************************
*************************************************************************** */
a:hover {
	color: #0099ff;
	text-decoration: none;
}
a {
	color: #999999;
	text-decoration: none;
}
h1 a, h2 a, h3 a, h4 a {
	color: #666;
}
a img {
	border: 0;
}

/* ***************************************************************************
******************************************************************************
***
***  Container
***
******************************************************************************
*************************************************************************** */
.container {
	background: url(../images/shadow.jpg);
	width:960px;
	margin: 0 auto;
}
#top_container {
	height: 269px;
	width: 859px;
	padding: 19px 50px 0 50px;
}
#main_container {
	padding: 30px 50px 0 54px;
	width: 859px;
}

/* ***************************************************************************
******************************************************************************
***
***  Header
***
******************************************************************************
*************************************************************************** */
#header {
	width: 960px;
	height: 87px;
	background-image: url(../images/header_bg.jpg);
	background-repeat: no-repeat;
	background-position: center;
}

/* ***************************************************************************
******************************************************************************
***
***  Main Menu
***
******************************************************************************
*************************************************************************** */
#menu {
	height: 30px;
	width: 905px;
	margin: 0 5px;
	padding-left: 50px;
}
#menu ul{
	list-style:none;
}
#menu li{
	list-style:none;
	display:block;
	float: left;
}
#menu li a {
	display:block;
	letter-spacing: .01em;
	font-size: 13px;
	color: #666;
	font-weight: normal;
	padding-top: 10px;
	padding-right: 20px;
}
#menu li a:hover,
#menu li.active a,
#menu li.active a:hover {
	color:#be660c;
	text-align: center;
	text-decoration: none;
}
/* ***************************************************************************
******************************************************************************
***
***  Intro
***
******************************************************************************
*************************************************************************** */
#intro {
	position: relative;
}

/* ***************************************************************************
******************************************************************************
***
***  Sub Nav
***
******************************************************************************
*************************************************************************** */
#left_nav {
	width: 282px;
	float: left;
	margin-right: 60px;
}
#left_nav h1 {
	font-size: 14px;
	color: #666;
	font-weight: bold;
	padding-top: 5;
	padding-bottom: 8px;
	border-bottom: 1px solid #999;
	margin-bottom: 0;
}
#left_nav .nav_entry {
	margin-bottom: 30px;
}

#left_nav ul {
	list-style: none;
	width: 282px;
}
#left_nav li  {
	border-bottom: 1px solid #999;
	display: block;
}
#left_nav li a {
	font-size: 12px;
	line-height: 15px;
	background-image: url(../images/arrow_off.jpg);
	background-repeat: no-repeat;
	background-position: 260px center;
	padding: 10px 0;
	display: block;
}
#left_nav li a:hover,
#left_nav li.active a {
	color: #0099ff;
	text-decoration: none;
	background-image: url(../images/arrow_on.jpg);
	background-repeat: no-repeat;
	background-position: 260px center;
}
#left_nav #news p {
	font-size: 12px;
	line-height: 18px;
	color: #666;
	padding-top: 5px;
}

/* ***************************************************************************
******************************************************************************
***
***  Attorneys
***
******************************************************************************
*************************************************************************** */
#attorneys_sub_nav {
	width: 336px;
	float: left;
	margin-right: 10px;
}
.attorneys_sub_nav_entry {
	float: left;
	width:  168px;
	height: 160px;
}
.attorneys_sub_nav_box {
	display: block;
	width:  140px;
	height: 108px;
	background: #ccc;
}
.attorneys_sub_nav_link {
  margin-top: 10px;
}
.attorneys_sub_nav_link a {
	font-weight: bold;
  font-size: 12px;
	color: #666666;
}
.attorneys_sub_nav_link a:hover {
	color: #0099ff;
}

.attorney-image {
	margin-bottom: 20px;
	overflow: hidden;
}

#experience ul {
	margin-top:15px;
}

#experience ul li {
	border: 0;
	margin-bottom: 10px;
	text-indent: 12px;
	background: url(../images/circle.gif) 2px 5px no-repeat;
}

/* ***************************************************************************
******************************************************************************
***
***  Practice Area
***
******************************************************************************
*************************************************************************** */
#practice_area_intro {
	width:  860px;
	height: 269px;
	position: relative;
}
#practice_area_intro div {
	position: absolute;
	top: 40px;
	left: 20px;
	font-size: 24px;
	color: white;
}

.practice_area_summary {
	margin: 20px 0;
}
.practice_area_summary div.left {
	width:  324px;
	height: 92px;
	float:left;
}
.practice_area_summary div.right {
	width: 462px;
	margin-left: 40px;
	float:left;
}
.practice_area_summary div.right h2 {
	font-size: 18px;
}

/* ***************************************************************************
******************************************************************************
***
***  NEWS
***
******************************************************************************
*************************************************************************** */
.date {
	font-size: 12px;
	color: #666;
	padding-top: 10px;
}
.news_article {
	margin-bottom: 30px;
}
.news_article .title {
  font-size:14px;
  font-weight:bold;
	color: #666;
}
.news_article .heading {
  margin-bottom: 15px;
  padding-bottom: 5px;
  border-bottom: 1px solid #666;
}
.news_article .summary {
  margin-bottom: 15px;
}
.news_article .links .more a {
  color: #666;
  padding-right: 20px;
  background: url(../images/arrow_on.jpg) right no-repeat;
}
.news_article .links .more a:hover {
	color: #0099ff;
  background: url(../images/arrow_off.jpg) right no-repeat;
}

.news_article_entries {
	margin-bottom: 10px;
}
.news_nav_entry {
	font-size: 12px;
}
.news_article_entry .date {
	margin-bottom: 5px;
}

#more_news li {
	border-bottom: none;
}
/* ***************************************************************************
******************************************************************************
***
***  CONTENT
***
******************************************************************************
*************************************************************************** */
#content {
	padding-bottom: 20px;
	min-height:500px;
  height:auto !important;
  height:500px;
}
#content-right  {
	width: 502px;
	float: left;
	min-height:500px;
  height:auto !important;
  height:500px;
}

/* ***************************************************************************
******************************************************************************
***
***  CONTACT
***
******************************************************************************
*************************************************************************** */
#contact-left {
	float: left;
}
#contact-right {
	float: left;
}
.contact-method {
	height: 125px;
	margin: 20px 24px;
	padding: 10px;
}
#contact .header {
  color: #666;
  padding-bottom: 5px;
	border-bottom: 1px solid #666;
  font-size: 14px;
	font-weight: bold;
	margin-bottom: 10px;
}
#contact .info {
  color: #666;
  font-size: 13px;
}

/* ***************************************************************************
******************************************************************************
***
***  FOOTER
***
******************************************************************************
*************************************************************************** */
#footer {
	height: 62px;
	width: 960px;
	background-image: url(../images/footer_bg.jpg);
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: right;
	background-position: center;
	margin: 0px auto;
	position: absolute;
}
#copyright {
	padding-top: 10px;
	border-top: 1px solid #999;
	margin-top: 10px;
	margin-right: 45px;
	margin-left: 50px;
}
