/** D&R LLP STYLESHEET **/

html
{
	height: 100%;
}

/** Container and body elements **/
body
{
	background: url('grafix/bg.jpg') repeat;
	background-attachment: fixed;
	font-family: Arial, "Sans-Serif";
	color: #333333;
	font-size: 13px;
	margin: 0;
	padding: 0;
}

#container
{
	background: white;
	width: 940px;
	margin-left: auto;
	margin-right: auto;
	-webkit-box-shadow: #000 0px 3px 20px;
	-moz-box-shadow: #000 0px 3px 20px;
	box-shadow: #000 0px 3px 20px;
}

#header
{
	background: url('grafix/header.jpg') no-repeat;
	width: 940px;
	height: 129px;
}

#footer
{
	background: #663300;
	width: 940px;
	height: 20px;
	font-size: 10px;
	color: white;
}

#legal
{
	position: absolute;
	margin-left: 770px;
}

#shadow-footer
{
	background: url('grafix/shadow-footer.png') no-repeat;
	width: 995px;
	height: 15px;
	margin-left: auto;
	margin-right: auto;
}

#footerpad
{
	padding: 4px;
}

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

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

#pagetitle
{
	position: absolute;
	margin-top: 104px;
	font-weight: bold;
	color: white;
	font-family: Times New Roman;
	text-align: center;
	font-size: 20px;
	width: 249px;
	height: 28px;
}

table#master
{
	border: 0;
	padding: 0;
	border-collapse: collapse;
}

table#master td#left
{
	background: url('grafix/side.jpg') repeat;
	width: 249px;
	text-align: center;
	border: 0;
	vertical-align: top;
}

table#master td#right
{
	vertical-align: top;
	text-align: left;
}

table#attorneystable
{
	padding: 0;
	border: 0;
}

table#attorneystable td
{
	padding: 10px;
	border: 0;
	vertical-align: top;
}

/** Navigation */
#navigation
{
	position: absolute;
	margin-left: 264px;
	margin-top: 108px;
	font-family:  “Trebuchet MS”, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 13px;
}

#navigation a
{
	color: #663300;
	text-decoration: none;
}

#navigation a:hover
{
	color: #993300;
	text-decoration: underline;
}

ul#links
{
	display: inline;
	list-style: none;
}

ul#links li
{
	display: inline;
	list-style: none;
	padding-left: 20px;
	padding-right: 20px;
}

/** Default links and images */
a img
{
	border: 0;
}

a
{
	color: #7E3817;
	text-decoration: underline;
}

a:hover
{
	color: #7F5217;
	text-decoration: none;
}

/** Text and styling elements **/
pre
{
	font-family: Arial, "Sans-Serif";
}

p
{
	line-height: 160%;
}

.bold
{
	font-weight: bold;
}

.italic
{
	font-style: italic;
}

.underline
{
	text-decoration: underline;
}

.strike
{
	text-decoration: line-through;
}

.padding
{
	padding: 20px;
}

.date
{
	font-size: 14px;
	font-weight: bold;
	font-style: italic;
}

ul
{
	list-style: circle;
}

ul li
{
	padding-top: 3px;
	padding-bottom: 3px;
}

hr
{
	background: #cccccc;
	height: 1px;
	width: 100%;
	border: 0;
	margin: 4px;
}

dl
{
	margin: 25px;
	margin-left: 10px;
}

dt
{
	font-size: 14px;
	font-weight: bold;
	font-style: italic;
	margin-top: 20px;
}

dd
{
	padding: 0;
	margin: 0;
	margin-left: 5px;
}

/** HEADINGS **/
h1
{
	margin: 10px;
	color: #8A4117;
	font-size: 22px;
	letter-spacing: 0.1em;
	margin-left: 0;
}

h3
{
	margin: 10px;
	margin-top: 0px;
	margin-left: 0;
}

/** forms */
form#contact
{
	background: #EFEFEF;
	margin: 10px;
	padding: 20px;
}

