@charset "UTF-8";


/* 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: 24px;
}

img, img a:hover, img:hover {border:0; padding:0; margin:0; border-bottom:0; }

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

#header {
	clear:both;
	width:100%;
	height:80px;
	margin-top:40px;
}

#logo{
	float:left;
	margin-left:20px;
	border:0;
}

#contactInfo {
	float:right;
	margin: 5px 30px 0px 0px;
 	float:right;
 	width:200px;
 	text-align:right;
	line-height:20px;
	font-size:12px;
	color:#999999;
}

#phone {
	color:#666;
	font-size:16px;
	font-weight:bold;
}

#slider {
	list-style:none;
	padding:0;
	margin:0;
}

/* Menu */

#menu {
	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;
	margin:0px 0px 0px 5px;
	padding:0;
}

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

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

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

#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);
}


/* Dividers */

#divider{
	clear:both;
	width: 800px;
	margin-top: 10px;
	border-bottom: 1px dotted #CCCCCC;
}

#divider02{
	clear:both;
	width: 800px;
	border-bottom: 2px solid #CCCCCC;
}

#divider03{
	clear:both;
	width: 800px;
	border-top: 1px solid #eaeaea;
}

/* Home Page Image */

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

h2 {
font-size: 18px;
font-weight: bold;
margin:0;
padding:0;
}

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

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

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

h6 {
color: #957043;
font-size: 15px;
line-height:100%;
margin:0; 
padding:0;
}

.brown {
color: #957043;
font-weight:bold;
}

.articleDate{
color: #ccc;
font-size: 14px;
line-height: 12px;
padding: 10px 0 0 0;
margin: 0px;
}

/* Linkage */

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

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

/* Publication List */

#pubContainer{
	width: 800px;
	margin: 0px;
	padding: 0px;
	position: relative;
	line-height:26px;
}

#publications{
	width:780px;
	background-color: #f4f4f4;
	border-top: 1px solid #cccccc;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 25px;
	padding-left: 10px;
}

#publications ul{
	list-style: none;
}


#Title{
	width: 500px;
}

#Author{
	clear:none;
	float:right;
	width: 200px;
}

#Date{
	width: 0px;
}

/* More Info Slider */

#panel {
	float: left;
	height: 100%;
	display: none;
}
.slide {
	margin: 0px;
	padding: 0px;
}

.btn-slide {
	float: left;
	padding: 10px 0 20px 0;
	font-size: 12px;
	padding: 0px;
	margin: 20px 0 0 0;
	display: block;
}

/* 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 {
width:160px;
border:1px solid #ccc;
color:#333;
padding:1px;
}

select {
padding:1px;
}

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

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

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

.submit2 {
width:50px;
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;
	margin: 0px;
}

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

#footer-aboutPage{
	height:1300px;
	background-color: #f4f4f4;
	border-top: 1px solid #cccccc;
	margin: 0px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 25px;
	padding-left: 0px;
}

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

#footer-attorneyPage{
	margin: 0px;
	height: 350px;
	background-color: #f4f4f4;
	border-top: 1px solid #cccccc;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 25px;
	padding-left: 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{
	float: left;
	color: #999999;
	font-size: 12px;
	width: 800px;
	margin: 20px 0 0 0;
	padding: 0 0 20px 0;
}

#mapInfo{
display:none;

}

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