/* CSS Document */

body {
	margin: 0;
	padding: 0;
	background: url(images/container_background.gif) repeat-y left;
	 background-color: #ffffff;
        /*background-color: #e0ded2; dfded3*/

}

#container {
	width: 980px;
	/*background-color: #2676b5;*/
}

#content_left {
	float: left;
	width: 525px;
	background: url(images/left_background.jpg) no-repeat top;
}

#content_right {
	width: 455px;
	float: left;
	background: url(images/right_top.jpg) no-repeat top;
}

a.nav_firm {
	display: block;
	width: 182px;
	height: 28px;
	background: url(images/nav_firm.gif) no-repeat;
	background-position: 0px 0px;
}

a.nav_firm:hover {
	display: block;
	width: 182px;
	height: 28px;
	background: url(images/nav_firm.gif) no-repeat;
	background-position: 0px -28px;
}

a.nav_lawyers {
	display: block;
	width: 182px;
	height: 28px;
	background: url(images/nav_lawyers.gif) no-repeat;
	background-position: 0px 0px;
}

a.nav_lawyers:hover {
	background: url(images/nav_lawyers.gif) no-repeat;
	background-position: 0px -28px;
}

a.nav_practice {
	display: block;
	width: 182px;
	height: 28px;
	background: url(images/nav_practice.gif) no-repeat;
	background-position: 0px 0px;
}

a.nav_practice:hover {
	background: url(images/nav_practice.gif) no-repeat;
	background-position: 0px -28px;
}

a.nav_publications {
	display: block;
	width: 182px;
	height: 28px;
	background: url(images/nav_publications.gif) no-repeat;
	background-position: 0px 0px;
}

a.nav_publications:hover {
	background: url(images/nav_publications.gif) no-repeat;
	background-position: 0px -28px;
}

a.nav_ourclients {
	display: block;
	width: 182px;
	height: 28px;
	background: url(images/nav_ourclients.gif) no-repeat;
	background-position: 0px 0px;
}

a.nav_ourclients:hover {
	background: url(images/nav_ourclients.gif) no-repeat;
	background-position: 0px -28px;
}

a.nav_contact {
	display: block;
	width: 182px;
	height: 28px;
	background: url(images/nav_contact.gif) no-repeat;
	background-position: 0px 0px;
}

a.nav_contact:hover {
	background: url(images/nav_contact.gif) no-repeat;
	background-position: 0px -28px;
}

.entry_content {
	padding: 0px 0px 0px 57px;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
}

.areas_link {
	padding: 2px 0px 2px 5px;
	vertical-align: top;
}

#nav_container {
	display: block;
	width: 182px;
	margin: 0px;
	padding: 0px;
	background: url(images/nav_background_gradient.jpg) no-repeat;
	font-family: Arial, Helvetica, sans-serif;
}

#menu {
	list-style: none;
	margin: 0;
	padding: 0;
	vertical-align: top;
	width: 145px;
}

#menu ul {
	display: none;
	list-style: none;
	margin: 0;
	padding: 0;
}

#menu ul ul {
	display: inline;
}

#menu ul ul li a {
	margin: 0px 15px 0px 25px;
	width: 132px;
	color: #cccccc;
	font-size: 11px;
	text-decoration: none;
}

#menu ul ul li a:hover {
	text-decoration: none;
	color: #ffffff;
}

#menu ul a {
	color: #ffffff
	font-size: 12px;
	display: block;
}

.li_head {
	display: block;
	margin: 10px 0px 5px 30px;
	color: #ffffff;
	font-weight: bold;
	font-size: 12px;
}

.li_head_link {
	display: block;
	margin: 10px 0px 5px 30px;
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
}

#left_bottom_right {
	display: block;
	width: 57px;
	background: url(images/left_bottom_right.jpg) repeat-y;
}

h1 {
	color: #333333;
	font-family: Georgia, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	line-height: 24px;
}

.entry_content h1 {
	color: #333333;
	font-family: Georgia, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	line-height: 24px;
}

.entry_content img {
	margin: 10px;
}

h2 {
	color: #333333;
	font-size: 14px;
	font-weight: normal;
	line-height: normal;
}