/* Basic Style */

* {margin: 0; padding: 0;}

body {
	font-size: .8em;
	line-height: 1em;
	background-image: none;
	background-color: #555;
}

img {border-style: none;}

a	{		color: #4f797b;		text-decoration: none;		}a:link	{		color: #4f797b;		text-decoration: none;		} a:visited	{		color: #4f797b;		text-decoration: none;		} 

a:active	{ 		color: #4f797b;  		text-decoration:underline;		} a:hover		{ 		color: #4f797b; 		text-decoration:underline; 		}
		
.anchor {
	font-size: 10px;
	letter-spacing: 2px;
	text-align: center;
}

#content {
	margin: 0 auto;
	font-family: Arial, Helvetica, Verdana, sans-serif;
}

div#header {
	position:relative;
	padding: 0;
	margin: 0 auto;
	width: 100%;
	height: 156px;
}

div#branding {
	position:relative;
	padding: 0;
	margin: 0 auto;
	width: 771px;
	height: 126px;
}

div#branding h1 {
	position:absolute;
	top: 80px;
	width: 347px;
	height: 18px;
	padding: 0;
	margin: 0;
	border: 0;
	background: url(../images/dg-logo.png) no-repeat;
}

div#branding h1 a{
	display: block;
	width: 347px;
	height: 18px;
	text-indent:-9999px;
}

#main_nav{
	width: 771px;
	background-color:#000;
	position: relative;
	margin: 0 auto;
	text-align:right;
}

#main_nav ul, div#main_nav li {
	display: inline;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#footer{
	position: relative;
	width: 771px;
	height: 20px;
	background: #000;
	text-align: center;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding: 5px 0 0;
}
div#footer p{
	color: #fff;
	font-size: 10px;
}

div#footer a{
	color: #fff;
	text-decoration: none;
}

div#footer a:hover{
	color: #fff;
	text-decoration: underline;
}


/* Index Page */

#main {
	width: 771px;
	height: 280px;
	margin: 0 auto;
}


.left {
	float:left; margin: 0px;
}

/* About Us Page Style */ 

#main_about {
	width: 771px;
	margin: 0 auto;
	padding-top: 10px;
	padding-bottom: 10px;
	background: #dae9c2;
}

#menu	{		float: right; 		width: 250px;
}		#main_text		{	margin-right: 260px;	border-right: 1px solid #666;
}
div#main_text h2 {
	font-size: 1.5em;
	margin: 20px 0 0;
}

div#main_text p {
	line-height: 140%;
	margin: 10px 20px 0;
}

div#menu h3 {
	line-height: 140%;
	margin: 20px 0 0;
}

#menu_practice{
	display: block;
	text-indent:-9999px;
	position:relative;
	width: 250px;
	height: 55px;
	padding: 0;
	margin: 0;
	border: 0;
	background: url(../images/about-sidepractice.png) no-repeat;
}

#menu_offices{
	display: block;
	text-indent:-9999px;
	position:relative;
	width: 250px;
	height: 55px;
	padding: 0;
	margin: 0;
	border: 0;
	background: url(../images/about-sideoffices.png) no-repeat;
}

div#menu p {
	line-height: 140%;
	margin: 10px 0 0 20px;
}

#aboutfirm{
	display: block;
	text-indent:-9999px;
	position:relative;
	width: 350px;
	height: 71px;
	padding: 0;
	margin: 0;
	border: 0;
	background: url(../images/about-firm.png) no-repeat;
}

#aboutappellate{
	display: block;
	text-indent:-9999px;
	position:relative;
	width: 350px;
	height: 71px;
	padding: 0;
	margin: 0;
	border: 0;
	background: url(../images/about-appellate.png) no-repeat;
}

/* attorneys page */

#menu_attorneys{
	display: block;
	text-indent:-9999px;
	position:relative;
	width: 250px;
	height: 55px;
	padding: 0;
	margin: 0;
	border: 0;
	background: url(../images/about-sideattorneys.png) no-repeat;
}

#donahue{
	display: block;
	text-indent:-9999px;
	position:relative;
	width: 350px;
	height: 71px;
	padding: 0;
	margin: 0;
	border: 0;
	background: url(../images/about-donahue.png) no-repeat;
}

#goldberg{
	display: block;
	text-indent:-9999px;
	position:relative;
	width: 350px;
	height: 71px;
	padding: 0;
	margin: 0;
	border: 0;
	background: url(../images/about-goldberg.png) no-repeat;
}

#beckman{
	display: block;
	text-indent:-9999px;
	position:relative;
	width: 350px;
	height: 71px;
	padding: 0;
	margin: 0;
	border: 0;
	background: url(../images/about-beckman.png) no-repeat;
}

.contact {
	font-style: italic;
	font-size: 11px;
}
/* briefs page */

#recent_briefs{
	display: block;
	text-indent:-9999px;
	position:relative;
	width: 250px;
	height: 55px;
	padding: 0;
	margin: 0;
	border: 0;
	background: url(../images/our-briefs.png) no-repeat;
}

#us{
	display: block;
	text-indent:-9999px;
	position:relative;
	width: 350px;
	height: 71px;
	padding: 0;
	margin: 0;
	border: 0;
	background: url(../images/briefs-supreme.png) no-repeat;
}

#state{
	display: block;
	text-indent:-9999px;
	position:relative;
	width: 350px;
	height: 71px;
	padding: 0;
	margin: 0;
	border: 0;
	background: url(../images/briefs-statefed.png) no-repeat;
}
/* Contact */
		#main_empty	{	height: 320px;
	margin-right: 260px;	border-right: 1px solid #666;
}

