/* --
----- Douglas M. Wade Law
----- default.css
----- main site foundation layout
----- ver. 1.0
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

ul, li {
	list-style: none;
}

a {
	text-decoration: none;
	outline: none;
	font-weight: bold;
	color: #999;
}


body {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; 
	text-align: center;
	font-size: 16px;
	line-height: 1.125em;
	color: #999;
	background: #fff url(../img/dmw_law-BG-3.1.jpg) repeat top left;
}

h1 {
	font-size: 150%;
	font-weight: bold;
	letter-spacing: .05em;
	line-height: 1.5em;
}

h2 {
	font-size: 130%;
	font-weight: bold;
	letter-spacing: .05em;
	line-height: 1.5em;
}

h3 {
	font-size: 120%;
	font-weight: bold;
	letter-spacing: .05em;
	line-height: 1.25em;
}

h4 {
	font-size: 110%;
	font-weight: bold;
	letter-spacing: .05em;
	line-height: 1.25em;
}

p {
	line-height: 1.5em;
	padding: 0 0 1.5em 0;
}
#wrapper {
	width: 100%;
	margin: 0;
	padding: 100px 0 0 0;
	height: 140px;
	background: url(../img/dmw_header_bg.jpg) repeat-x top left;

}

#header {
	width: 770px;
	margin: 0 auto;
	padding: 0px;
	text-align: left;
}

#header_main {
	width: 70px;
	float: left;
	padding: 0px 0 0px 0;
	text-align: left;
}

#header_nav {
	width: 700px;
	position: relative;
	margin: 0;
	padding: 20px 0 0 0;
	float: right;
}

#header_nav a {
	color: #999;
}

#header_nav a:hover {
	color: #990000;
}


#header_nav ul, #header_nav li {
	display: inline;
}
#main_body {
	width: 770px;
	margin: 0 auto;
	padding: 0;
	text-align: left;
}

#nav li {
	padding: 0 0 0 1em;
}

.bullets {
	padding-bottom: 2em;
}
.bullets ul, .bullets li {
	list-style-type: disc;
	margin-left: 3em;
	padding-left: 1em;
	text-indent: -.1em;
	line-height: 1.5em;
}

#col_1 {
	padding: 2em 0 2em 0;
}

#about {
	width: 770px;
	float: left;
}
.about_img {
	float: right;
	padding: .5em 0 0 2em;
}

.home_img {
	float: left;
	padding: .5em 2em 25em 0em;
}

#footer {
	clear: both;
	width: 100%;
	padding: 0 0 3em 0;
	background: #000;
}

#footer_contact {
	clear: both;
	width: 100%;
	margin: 19em 0 0 0;
	padding: 0 0 3em 0;
	background: #000;
}

#disclaimer {
	width: 770px;
	margin: 0 auto;
	color: #999;
	text-align: left;
	font-size:80%;
	padding: 2em 1em 0 1em;
	line-height: 1em;
}

.inline {
	display: inline;
	padding: 0 1em 3em 0;
}

.attention {
	font-style: italic;
	font-weight: bold;
	text-align: center;
}

.contact {
	font-size: 130%;
	font-weight: normal;
	letter-spacing: .05em;
	line-height: 1.5em;
}
