@charset "UTF-8";

/*
Created By: Eric Campbell
Website: http://www.established1986.com
Date: 4/23/2008

*/


/* CSS Document */

body{
	background: url(../img/nav.png) repeat-x;
	margin: 0px;
	padding: 0px;
	color: #666666;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 18px;
}

#container{
	margin: 0 auto;
	width: 800px;
}

/* Menu */

#menu {
	display: none;
	height: 34px;
	width: 800px;
	z-index: 2;
	color: #000000;
}

#menu ul {
	height: 34px;
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#menu ul li {
	float: left;
	display: inline;
}

#menu ul li a {
	display: block;
	background-repeat: no-repeat;
	background-position: left top;
}

#menu ul li a:hover {
	background-position: left -34px;
}

#menu ul li a.selected, #menu ul li a.selected:hover {
	background-position: left -34px;
}

#menu ul li a:selected {
	background-position: left -34px;
}

#menu ul li a#mi-home {
	background-image: url(../img/m_01.png);
}
#menu ul li a#mi-about {
	background-image: url(../img/m_02.png);
}
#menu ul li a#mi-attorneys {
	background-image: url(../img/m_03.png);
}
#menu ul li a#mi-news {
	background-image: url(../img/m_04.png);
}
#menu ul li a#mi-publications {
	background-image: url(../img/m_05.png);
}
#menu ul li a#mi-links {
	background-image: url(../img/m_06.png);
}
#menu ul li a#mi-contact {
	background-image: url(../img/m_07.png);
}


/* Logo */

#logo{
	display: none;
	background: url(../img/logo.gif) no-repeat;
	margin-top: 70px;
	width: 459px;
	height: 85px;
	overflow: hidden;
	text-indent: 1000px;
}

/* Dividers */

#divider{
display: none;
	width: 800px;
	margin-top: 30px;
	border-bottom: 1px dotted #CCCCCC;
}

#divider02{
display: none;
	width: 800px;
	border-bottom: 2px solid #CCCCCC;
}

#divider03{
display: none;
	width: 800px;
	border-bottom: 1px solid #eaeaea;
}

/* Home Page Image */

#FeaturedImg{
	margin-top: 20px;
	border: 4px solid #CCCCCC;
}

h1 {
color: #957043;
font-size: 22px;
}

h2 {
display: none;
font-size: 18px;
font-weight: bold;
}

h3 {
color: #666666;
font-size: 16px;
font-weight: bold;
}

h4 {
display: none;
color: #666666;
font-size: 14px;
font-weight: bold;
padding: 0px;
line-height: 16px;
margin: 0 0 5px 0;
}

h5 {
display: none;
color: #666666;
font-size: 14px;
font-weight: bold;
padding: 10px 0 0 0;
line-height: 16px;
margin: 0 0 5px 0;
}

/* Linkage */

a{
	color:#97ab72;
	font-weight: bold;
	text-decoration: none;
}

a:hover{
	color: #957043;
	border-bottom: #957043 1px dotted;
}

/* Attorney Page */

#P_Wright{
	display:none;
}

#J_Leonard{
	display:none;
}

#R_Moore{
	display:none;
}

#K_Moore{
	display:none;
}

#A_Seegers{
	display:none;
}

#D_Pennington{
	display:none;
}

/* Publication List */

#publications{
	padding: 0px;
	height: 450px;
}

#publications ul{
	padding: 0px;
	margin: 0px;
}

#publications li{
	float: left;
	display: inline;
	font-weight: bold;
	list-style: none;
	font-size: 14px;
	line-height: 38px;
}

#publications-title li{
	float: left;
	width: 460px;
	list-style: none;
	display: inline;
}

#publications-author li{
	font-weight: normal;
	width: 190px;
	display: list-item;
}

#publications-date li{
	font-weight: normal;
	width: 150px;
	display: list-item;
}

/* Contact Info */

#contactContainer{
	width: 600px;
}

#subContactInfo{
float: right;
width: 250px;
}

#subContactInfo p{
	font-size: 14px;
	padding: 0px;
	line-height: .15em;
}

form {
margin: 5px 0 0 0;
padding: 0 1em;
}

label {
width: 150px;
}

input {
width:150px;
margin-bottom:5px;
border:1px solid #ccc;
color:#333;
padding:1px;
}

textarea {
display: none;
width:160px;
border:1px solid #ccc;
color:#333;
padding:1px;
}

select {
display: none;
padding:1px;
}

input:focus,textarea:focus {
display: none;
background: #fcf8b4;
color: #000;
}

input.submit:focus {
display: none;
background:#957043;
color:#fff;
}

.submit {
display: none;
background:#97ab72;
border:1px solid #777;
color:#fff;
margin-top:10px;
padding:1px;
}


/* Footer */

#footer{
	height: 150px;
	background-color: #f4f4f4;
	border-top: 1px solid #cccccc;
	padding:10px 10px 25px 10px;
}

#footer li{
	font-weight: bold;
	float: left;
	width: 175px;
	list-style: none;
	display: inline;
	font-size: 12px;
}

#footer-attorneyPage{
	height: 300px;
	background-color: #f4f4f4;
	border-top: 1px solid #cccccc;
	padding:10px 10px 25px 10px;
}

#footer-attorneyPage li{
	padding: 0px 10px 0px 0px;
	font-weight: normal;
	float: left;
	width: 380px;
	list-style: none;
	display: inline;
	font-size: 12px;
}

#disclaimer{
	display: none;
	color: #999999;
	font-size: 12px;
	padding: 10px 0px 50px 0px;
}

#bravura {
	display: none;
	float: right;
	color: #999999;
	font-size: 12px;
	width: 400px;
	margin: 20px 0 0 0;
	padding: 0 0 20px 0;
	text-align: right;
}

.lbAction{
display: none;
}
