@charset "UTF-8";
/* CSS Document */

body { 
	margin:0;
	padding:0;
	font-family: Arial, Helvetica, sans-serif;
	font-size:.8em;
	color: #382521;
	text-align: center;
	background: url(images/dd_bg.gif) #221f4a repeat;
}

a:link {
	color: #27567E;
	text-decoration: none;
}
a:visited {text-decoration: none;}
a:hover {text-decoration: underline;}
a:active {text-decoration: none;}

h1 { font-size: 28px; margin: 10px 0px -25px 0px;  padding: 10px 0px 0px 30px;}

* {margin: 0; padding: 0;}

.hidden {display: none;}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

.fltlft {float: left;}
.fltrt {float: right;}

div#wrapper {
	width: 777px;
	text-align: left;
	margin: 15px auto 0;
}

div#header {
	width: 688px;
	height: 93px;
	border: solid 6px #e0dac8;
	margin: 0 38px;
	background: url(images/dd_logo.gif) #fff no-repeat 25px 25px;
	clear: both;
}

div#shadow {width: 700px; height: 5px; margin: 0 38px; clear: both; background:url(images/shadow_1col.gif) repeat-x;}

div#contentarea {
	width: 688px;
	margin: 0 38px;
	padding: 20px 0;
	min-height: 300px;
	height: auto;
	_height: 300px;
	background-color: #fff;
	border: solid 6px #e0dac8;
	border-top-width: 2px;
	border-bottom-width: 4px;
}
body.home div#contentarea {
	width: 700px;
	padding: 0;
	border: none;
}
body.attorneys div#contentarea {
	width: 700px;
	padding: 0;
	border: none;
	border-top: solid 1px #e0dac8;
	border-bottom: solid 3px #e0dac8;
	background: url(images/dd_bg_2col.gif) repeat-y;
}
div#contentarea p { padding:  15px 30px 0px 30px; text-align: justify;}

div#column1 {float: left; width: 196px; background-color: #e0dac8; font-size: .9em;}
div#column1 h2 {background: url(images/firm.gif) no-repeat; width:161 px; height:20px; margin: 10px 10px 10px 17px;}
div#column1 p {text-align: left; margin: 0 0 10px 25px; padding: 0;}
div#column1 hr {color: #330000; background-color: #330000; width: 155px; height: 2px; margin: 0 0 10px 20px;}

div#column2 {float: left; width: 468px; padding: 32px 0; padding-left: 30px; background-color: #fff; border-right: solid 6px #e0dac8;}
div#column2 p {padding-left: 0px; text-align: justify;}

div#column2 .fltlft {padding: 0 5px 1px 0;}

div#footer {
	width: 688px;
	margin: 0 38px;
	border: solid #e0dac8 6px;
	border-top-width: 3px;
	background: #fff;
	text-align: center;
	color: #2d2c2a;
	font-size: .8em;
	padding: .9em 0;
}
div#footer a {text-decoration: none; color: #2d2c2a;}
div#cherryftr {
	font-size: 0.8em;
	text-align: center;
	padding: .9em 0;
	color: #27567E;
}
div#cherryftr a {color: #27567E;}


/*//////////////////////*/
/*////  Navigation  ////*/
/*//////////////////////*/

div#navlist {
	width: 779px;
	float: left;
}
div#navlist li {
	float: left;
	list-style-type: none;
}
div#navlist a {
	text-decoration: none;
	height: 24px;
	display: block;
}

#navhome a {background-image: url(images/nav_home.gif); width: 137px;}
#navhistory a {background-image: url(images/nav_history.gif); width: 101px;}
#navpractice a {background-image: url(images/nav_practice.gif); width: 148px;}
#navattorneys a {background-image: url(images/nav_attorneys.gif); width: 115px;}
#navclients a {background-image: url(images/nav_clients.gif); width: 127px;}
#navinquiries a {background-image: url(images/nav_inquiries.gif); width: 149px;}

body.home #navhome a, 
body.history #navhistory a,
body.practice #navpractice a,
body.attorneys #navattorneys a,
body.clients #navclients a,
body.inquiries #navinquiries a
{background-position: 0 24px; cursor: default;}

div#navlist a:hover {background-position: 0 24px;}
