/* MWH Law Firm style sheet*/

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-style: normal;
	color: #000000;
	background-color: white;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;	
	text-align: left;
}
caption {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: bold;
	color: #999999;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: xx-large;
	color: black;
	text-align: center;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-large;
	color: #FFFFFF;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	color: black;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
}

h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	color: black;
	font-weight: bold;
	text-decoration: none;
	text-align: left;
}

img.floatRight { 
	float: right;
	margin: 4px;
	border: 1px solid black;
}

img.floatLeft {
	float: left;
	margin: 4px; 
	border: 1px solid black;
}

#copyright {
	margin: 20px 190px 20px 190px;
	padding: 3px;
	border-top: 1px solid black;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	color: #000000;
	text-align: center;
}

/* layout */
#top {
	margin: 0px 0px 0px 0px;
	padding: 0px;
	border: 0px solid #ccc;
	background: #cccccc;
	height: 17px;
	}
#mwhhead {
	margin: 0px 0px 0px 0px;
	padding: 0px;
	border: 0px solid #ccc;
	background: #000066;
	height: 70px;
	}
#address {
	margin: 0px 0px 0px 0px;
	padding: 0px;
	border: 0px solid #ccc;
	background: #cccccc;
	height: 25px;
	text-align: center;
	}
#left {
	position: absolute;
	height: 80%;
	top: 113px;
	left: 0px;
	margin: 0px;
	padding: 0px;
	border: 0px solid #ccc;
	background: #999999;
	width: 120px; 
}
#middle {
	margin: 20px 190px 20px 190px;
	padding: 3px;
	border: none;
	background: white;
	}

#right {
	position: absolute;
	top: 120px;
	right: 0px; /* Opera5.02 will show a space 
	at right when there is no scroll bar */
	margin: 20px;
	padding: 0px;
	border: none;
	background: none;
	width: 120px; 
}
/* nav -------- */
div#navigation {
	margin-top: 3px;
	margin-right: auto;
	margin-left: 0px;
	width: 99%;
	voice-family: "\"]\"";
	voice-family:inherit;
	width:99%;
}
ul#navmenu {
width:120px;
height:249px;
top: 0px;
margin:0px;
padding:0;
background:url(graphics/nav.jpg) no-repeat;
text-align: left;
position:relative;
/*border-right:4px solid white;*/
}
#navmenu li {
margin: 0; 
padding: 0; 
list-style: none;
position: absolute;
}
#navmenu li,#navmenu a {
width: 120px; 
height: 31px;
display: block;
}
img {
	border:none;
}
#navmenu a{
text-decoration:none;
}
#navmenu a i { 
visibility: hidden;
 }
 
#home, #homecurrent {left: 0; width: 120px; height: 31px;}
#firm, #firmcurrent {left: 0; top: 31px; width: 120px; height: 31px;}
#attorneys, #attorneyscurrent {left: 0; top: 62px; width: 120px; height: 31px;}
#news, #newscurrent {left: 0; top: 93px; width: 120px; height: 31px;}
#practice, #practicecurrent {left: 0; top: 124px; width: 120px; height: 31px;}
#clients, #clientscurrent {left: 0; top: 155px; width: 120px; height: 31px;}
#resources, #resourcescurrent {left: 0; top: 186px; width: 120px; height: 31px;}
#contact, #contactcurrent {left: 0; top: 217px; width: 120px; height: 31px;}

#home a:hover,#home a:active, #homecurrent a {
background:transparent url(graphics/nav.jpg) no-repeat -120px 0px;
}
#firm a:hover,#firm a:active, #firmcurrent a {
background:url(graphics/nav.jpg) -120px -31px no-repeat;
}
#attorneys a:hover,#attorneys a:active, #attorneyscurrent a {
background:url(graphics/nav.jpg) -120px -62px no-repeat;
}
#news a:hover,#news a:active, #newscurrent a {
background:url(graphics/nav.jpg) -120px -93px no-repeat;
}
#practice a:hover,#practice a:active, #practicecurrent a {
background:url(graphics/nav.jpg) -120px -124px no-repeat;
}
#clients a:hover,#clients a:active, #clientscurrent a {
background:url(graphics/nav.jpg) -120px -155px no-repeat;
}
#resources a:hover,#resources a:active, #resourcescurrent a {
background:url(graphics/nav.jpg) -120px -186px no-repeat;
}
#contact a:hover,#contact a:active, #contactcurrent a {
background:url(graphics/nav.jpg) -120px -217px no-repeat;
}
