body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,select {
	margin: 0;  
	padding: 0;  
}

html {
	font: 16px georgia, serif;
	color: black;
	background: #fffddf;
}

h1 {
	font: italic bold 30px georgia;
	text-decoration: none;
	padding-bottom: 20px;
	color: #000000;
}

h2 {
	font: normal 18px georgia;
	text-decoration: none;
	padding-bottom: 5px;
}

h3 {
	font: normal 18px georgia;
	text-decoration: none;
	padding: 10px 0;
	margin-bottom: 15px;
	border-top: 1px solid #eed4bb;
	border-bottom: 1px solid #eed4bb;
}

h4 {
	font: normal 14px georgia;
	text-decoration: none;
	padding-bottom: 5px;
		  margin: 0;
}

img {
	border: 0;
}

* {
	outline: none;
}

a:link {color: #940000; text-decoration: underline}
a:visited {color: #940000; text-decoration: underline}
a:active {color: #940000; text-decoration: underline}
a:hover {color: #940000; text-decoration: none}

#container {
	margin: 0 auto;
	width: 900px;
}

#head {
	float: left;
	position: relative;
	width: 900px;
	height: 162px;
	border-bottom: 3px double #eed4bb;
}

.success {
	position: absolute;
	left: 0;
	top: 43px;
}

.logo {
	position: absolute;
	left: 115px;
	top: 35px;
	width: 522px;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	font-family: "Times New Roman";
	color: #737373;
}

.logo p {
	padding: 10px 0 5px 0;
	color: #595656;
}

.navigation {
	position: absolute;
	right: 0;
	top: 28px;
	font-size: 11px;
	line-height: 6px;
}

.navigation li {
	float: left;
	position: relative;
	display: inline;
	height: 9px;
	margin-left: 60px;
	overflow: hidden;
}

.navigation img {
	float: left;
	margin-top: -9px;
}

.navigation a {
	position: relative;
}

.navigation a img {
	margin-top: 0;
}

.phone  {
	display: block;
	font-family: serif;
	position: absolute;
	right: 0;
	top: 50px;
	line-height: 40px;
	height: 40px;
	color: #2f2f2f;
	font-size: 36px;
		  margin: 0;
}

.phone span {
	position: relative;
	top: -13px;
	font-size: 14px;
	padding-right: 5px;
	color: #8d8d8d;
	line-height: 16px;
	height: 16px;
}

.email {
	position: absolute;
	right: 2px;
	top: 95px;
	font-family: serif;
	font-size: 16px;
	font-weight: bold;
	color: #bab9af;
}

.email img {
	vertical-align: middle;
}

#content {
	float: left;
	width: 900px;
	padding: 30px 0;
}

.left_column {
	float: left;
	width: 280px;
}

#slideshow {
	float: left;
	position: relative;
	width: 607px;
	height: 385px;
	margin-bottom: 30px;
	background: url("../images/slideshow_bg.png") no-repeat;
}

#slideshow .prev {
	position: absolute;
	left: 31px;
	top: 168px;
	width: 30px;
	height: 45px;
	cursor: pointer;
	background: url("../images/prev.png") no-repeat;
}

#slideshow .next {
	position: absolute;
	right: 31px;
	top: 168px;
	width: 30px;
	height: 45px;
	cursor: pointer;
	background: url("../images/next.png") no-repeat;
}

#slideshow .disabled {
	cursor: default;
	background-position: 0 -45px;
}

.slideshow {
	position: absolute;
	left: 61px !important;
	top: 35px;
	width: 486px;
	height: 330px;
	margin-left: 30px;
}

.slideshow ul {
	list-style: none;
}

.slideshow li {
	height: auto !important;
}

.slideshow li img {
	width: 414px;
}

.blockquote {
	margin-top: 5px;
	padding: 0 0 0 42px;
	background: url("../images/left_quote.gif") no-repeat 0 0;
}

.right_column p
{
	text-indent: 20px;
}

.blockquote blockquote {
	font-style: italic;
	line-height: 18px;
	padding: 0 42px 0 0;
	background: url("../images/right_quote.gif") no-repeat right bottom;
}

.menu {
	float: right;
	width: 280px;
	padding: 0 0 30px 0;
	font-size: 16px;
	color: #c14f4f;
	list-style: none;
}

.menu li {
	position: relative;
	padding: 5px 0 24px 60px;
}

.menu img {
	position: absolute;
	margin-left: -60px;
	top: 0;
}

.menu ul {
	font-size: 16px;
	color: #868686;
	margin-bottom:0px;
	list-style-type: disc;
}

.menu ul li {
	margin-left:16px;
	margin-top:10px;
	padding: 0;
}

.menu li li a {
	color: #000000;
}

.right_column {
	float: right;
	width: 600px;
}

.bread_crumbs {
	font: italic bold 24px georgia;
	color: #4f4e45;;
	padding-bottom: 15px;
}

.lawyers {
	float: left;
	position: relative;
	width: 100%;
	overflow: hidden;
}

.lawyers ul {
	float: left;
	width: 100%;
	margin-top: -17px;
	list-style: none;
}

.lawyers li {
	float: left;
	width: 100%;
	padding: 16px 0;
	border-top: 1px solid #eed4bb;
}

.photo {
	float: left;
}

.photo img {
	vertical-align: top;
	margin-right: 15px;
	border: 1px solid #e2e0c6;
}

.lawyers .info {
	float: right;
	width: 420px;
	line-height: 17px;
}

.post {
	color: #8f8f8f;
	padding-bottom: 15px;
}

.info p
{
	text-indent: 0px !important;
}

#footer {
	float: left;
	position: relative;
	width: 900px;
	height: 135px;
	border-top: 3px double #eed4bb;
}

.copyrights {
	position: absolute;
	left: 0;
	top: 20px;
	width: 480px;
	color: #9a9a9a;
	line-height: 17px;
}

.copyrights span {
	color: #5b5b5b;
}

.copyrights p {
	padding-bottom: 15px;
}

.developer {
	position: absolute;
	right: 0;
	top: 20px;
	line-height: 17px;
}

.search {
	position: absolute;
	bottom: 16px;
	right: 0px;
	width: 208px;
}

.input {
	float: left;
	width: 171px;
	height: 17px;
	padding: 3px 10px 0 10px;
	background: url("../images/input.png") no-repeat;
}

.input input {
	float: left;
	font: 11px georgia;
	background-color: transparent;
	border-width: 0;
		  margin: 0;
	cursor: text;
	width: 171px;
	color: #1f1f1f;
}

.loupe {
	float: right;
	margin-top: 5px;
}

.text {
	line-height: 17px;
	text-align: justify;
}

.info
{
	text-align: justify;
}

.text p {
	padding-bottom: 15px;
}

.service {
	color: #940000;
	font-style: italic;
	list-style: none;
}

.service li {
	position: relative;
	zoom: 1;
	margin-bottom: 25px;
	padding-left: 32px;
	background: url("../images/brace.png") no-repeat left center;
}

.service li p {
	padding: 0;
}

.brace_tc {
	position: absolute;
	margin-left: -32px;
	top: 0;
	width: 19px;
	height: 6px;
	font-size: 0;
	background: url("../images/brace.png") no-repeat 0 0;
}

.brace_bc {
	position: absolute;
	margin-left: -32px;
	bottom: -1px;
	width: 19px;
	height: 6px;
	font-size: 0;
	background: url("../images/brace.png") no-repeat 0 -494px;
}

.map {
	padding: 8px 0;
	margin-bottom: 10px;
	border-top: 1px solid #eed4bb;
	border-bottom: 1px solid #eed4bb;
}

hr {
	position: relative;
	color: #eed4bb;
	background-color: #eed4bb;
	height: 1px;
	font-size: 0;
	border-width: 0;
	overflow: hidden;
	margin-bottom: 15px;
}

.date {
	font-size: 14px;
	color: #545454;
	padding: 5px 0 10px 0;
	border-top: 1px solid #eed4bb;
}

.articles {
	float: left;
	width: 100%;
	line-height: 17px;
	padding-bottom: 10px;
	list-style: none;
}

.articles li {
	float: left;
	width: 100%;
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom: 1px solid #eed4bb;
}

.articles .date {
	padding: 0 0 5px 0;
	font-weight: bold;
	border-width: 0;
}

.articles h2 {
	padding-bottom: 10px;
}

.page_navigation {
	float: left;
	width: 100%;
	list-style: none;
}

.page_navigation li {
	float: left;
	width: 31px;
	height: 31px;
	color: #fff;
	text-align: center;
	font: italic 18px/28px georgia;
}

.page_navigation .active {
	background: url("../images/active_bg.gif") no-repeat;
}

.announces {
	float: left;
	display: inline;
	margin-left: -25px;
	width: 925px;
	line-height: 17px;
	list-style: none;
}

.announces li {
	float: left;
	width: 283px;
	height: auto;
	padding-left: 25px;
	overflow: hidden;
}

.title {
	float: left;
	padding: 0 30px 10px 0;
		  margin: 0;
	font: italic bold 24px georgia;
	background: url("../images/arrow.gif") no-repeat right 4px;
}

.announces .date {
	clear: both;
	font-size: 12px;
	color: #545454;
	padding: 0 0 5px 0;
	border-width: 0;
		  margin: 0;
}

.loadingProgress
{
	position: absolute;
	top: 168px;
	left: 475px;
	width: 60px;
	height: 60px;
	display: none;
	z-index: 100;
}

.menuActive
{
	font-weight: bold !important;
	text-decoration: none !important;
	color: #C14F4F !important;
}

.lev2MenuActive
{
	text-decoration: none !important;
	color: #666 !important;
}
