/* MMH-Law.com CSS */


/* CSS Reset */
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, 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-weight: inherit;font-style: inherit;font-size: 100%;font-family: inherit;vertical-align: baseline;} :focus {outline: 0;}body {line-height: 1;} ol, ul {list-style: none;}table {border-collapse: separate;border-spacing: 0;}caption, th, td {text-align: left;font-weight: normal;}blockquote:before, blockquote:after,q:before, q:after {content: "";}blockquote, q {quotes: "" "";}

/* General */

body {
	background:#0d0085 url(../images/sub_bg.jpg) 0 143px repeat-x;
	font:85% Georgia, serif;
	color:#666;
}

p {
	line-height:1.2em;
	padding:0 0 1em;
}

input {
	font-size:0.9em;
	font-weight:bold;
}

/* Sections */

#wrapper_bg {
	background:#0d0085 url(../images/wrapper_bg.jpg) repeat-y;
	width:830px;
	margin:0 auto;
}

#wrapper {
	background-color:#FFF;
	padding:0 15px;
	height:348px;
	background:url(../images/sub_wrapper.jpg) 0 143px no-repeat;
}

#header {
	background:#0d0085 url(../images/header.jpg) no-repeat;
	height:119px;
	width:800px;
}

#nav {
	background:url(../images/nav_bg.jpg) repeat-x;
	height:28px;
	width:785px;
	padding-left:15px;
}

#nav li {
  float: left;
  list-style-type: none;
  position: relative;
}

#nav li a {
  display: block;
  height: 28px;
  text-decoration: none;
}

/* Nav Buttons */


#nav_about, #nav_about a {  background: url(../images/nav/about.gif) no-repeat; width: 119px;  }
#nav_about a:hover, #nav_about a:active {  background: url(../images/nav/about-over.gif) no-repeat;  }

#nav_business, #nav_business a {  background: url(../images/nav/business.gif) no-repeat; width: 132px;  }
#nav_business a:hover, #nav_business a:active {  background: url(../images/nav/business-over.gif) no-repeat;  }

#nav_litigation, #nav_litigation a {  background: url(../images/nav/litigation.gif) no-repeat; width: 126px;  }
#nav_litigation a:hover, #nav_litigation a:active {  background: url(../images/nav/litigation-over.gif) no-repeat;  }

#nav_attorney, #nav_attorney a {  background: url(../images/nav/attorney.gif) no-repeat; width: 129px;  }
#nav_attorney a:hover, #nav_attorney a:active {  background: url(../images/nav/attorney-over.gif) no-repeat;  }

#nav_clients, #nav_clients a {  background: url(../images/nav/clients.gif) no-repeat; width: 68px;  }
#nav_clients a:hover, #nav_clients a:active {background: url(../images/nav/clients-over.gif) no-repeat;}

#nav_testimonials, #nav_testimonials a {background: url(../images/nav/testimonials.gif) no-repeat; width: 104px;  }
#nav_testimonials a:hover, #nav_testimonials a:active {background: url(../images/nav/testimonials-over.gif) no-repeat;}

#nav_contact, #nav_contact a {background: url(../images/nav/contact.gif) no-repeat; width: 93px;}
#nav_contact a:hover, #nav_contact a:active {background: url(../images/nav/contact-over.gif) no-repeat;}


#banner {
	background-color:#690009;
	height:190px;
	border-bottom:3px solid #7e7e7e;
}

#sub_banner {
	height:95px;
	border-bottom:3px solid #7e7e7e;
	margin-bottom:3px;
	background:url(../images/sub_banner.gif) no-repeat;
}

#sub_banner h1 {
	text-indent:1.75em;
	font:1.75em "trebuchet ms", trebuchet, sans-serif;
	color:#FFF;
	line-height:95px;
}	

.yellow {
	color:#f9d878;
}

#left_column {
	margin:20px 0;
	padding:0px 30px;
	width:540px;
	float:left;
	background:url(../images/doubledots.jpg) 580px repeat-y;
}

#left_column p {
	padding-left:8px;	
}

.sub_nav {
	font:0.7em Arial, Helvetica, sans-serif;
	color:#666;
	font-weight:bold;
	padding-bottom:3px;
}

.sub_nav li {
	display:inline;
	
}

.sub_nav li a {
	color:#0d0085;
	text-decoration:none;
}

.sub_nav li a:hover {
	color: #FF0000;
	text-decoration:none;
}

.picture {
	float:right;
	padding:0 20px 15px;
}

.intro {
	font-size:115%;
	color:#0d0085;
}

.intro p {
	padding:10px 0;
}

.intro li {
	margin-left:20px;
	margin-bottom:2px;
	font-size:70%;
	font-weight:bold;
	list-style-image:url(../images/arrow.jpg);
}

.intro li a {
	text-decoration:none;
	color:#0d0085;
}

.intro li a:hover {
	text-decoration:none;
	color: #FF0000;
}


#right_column {
	float:left;
	width:170px;	
	font:80% arial, helvetica, sans-serif;
	font-weight:bold;
	color:#666;
	padding-top:20px;
}

#right_column p {
	padding:3px 0 3px 2px;
	line-height:1.1em;
}

.red {
	color:#0d0085;
}

#hr {
	border-bottom:1px dotted #CCC;
	clear:both;
	height:1px;
	width:100%;
	padding-top:10px;
	margin-bottom:10px;
}	

#footer {
	font:70% arial, helvetica, sans-serif;
	clear:both;
	padding:0 30px;
}

#footer li {
	float:left;
	padding:0 4px;
	border-right:1px solid #CCC;
}

#footer li a {
	text-decoration:none;
	color:#0d0085;
}

#footer li a:hover {
	text-decoration:none;
	color: #FF0000;
}

#footer p {
	clear:both;
	padding:2px 7px;
	color:#999;
}

#bottom {
	height:26px;
	clear:both;
	background:url(../images/footer.jpg) no-repeat;
}

h2
 {
	font-size:135%;
	font-weight: bold;	color:#0d0085;
}
