@import "forms.css";
@import "nav.css";
@import "home.css";
@import "footer.css";
@import "links.css";
@import "lists.css";

body {
font-family: Verdana, Arial;
font-size: 11px;
margin: 0;
padding: 0;
background: url(../images/background_bars.gif)
  repeat;
color: #ffe4ba;
line-height: 14px;
}

body.map {
background: none;
background-color: black;
padding: 0;
margin: 0;
}

a {
color: #ffc451;
}

a:visited {
color: #936a32;
}

a:hover {
color: #fff;
}

div#background {
background: url(../images/background_fade.gif)
  repeat-x top left;
/*
IE 6 hack: IE 6 doesn't understand min-height but it will ignore !important, meaning
it will use the height: 800px rule while other browsers will use min-height: 800px.
If the height of the contained elements is > 800px, IE6 will let div#background grow.
*/
min-height: 800px !important;
height: 800px;
}

div#everything {
width: 789px;
margin: 25px auto 0 auto;
padding-bottom: 30px;
}

div#content {
width: 751px;
margin: 0;
padding: 0 19px;
background: black url(../images/container_bg_bottom_sub.gif)
	left bottom no-repeat;
}

div#content.home {
background: black url(../images/container_bg_bottom.gif)
	left bottom no-repeat;
}

div.clear {
clear: both;
}

/* This prevents images from having extra space at the bottom */
div img {
display: block;
border: none;
}

div#main {
width: 748px;
color: black;
}

div#main div#box {
text-align: left;
}

div#main div#box {
background: url(../images/box_home_bg.gif)
  repeat-y;
}

div#main div#box div#bg {
background: url(../images/box_home_bottom.gif)
  no-repeat left bottom;
}

p.light, div.text {
color: #ffe4ba;
}

div.text {
padding: 18px 22px;
}

div#left-pane {
margin: 30px 30px 10px 10px;
}

div#right-pane {
width: 500px;
}

div#left-pane, div#right-pane {
float: left;
}

ul, h1, h2, h3 {
color: #ffe4ba;
}

div#map {
	width: 473px;
	height: 300px;
	border: 1px solid #FFC451;
	color: black;
	margin: 15px auto 8px auto;
}

div#attorney-nav span.arrow {
color: #FFC451;
}

div#attorney-nav div.left {
float: left;
}

div#attorney-nav div.right {
float: right;
}

h2 {
  margin: 0;
  padding: 0;
  font-size: 16pt;
}

h3 {
  font-size: 11pt;
}

div.attorney-img {
float: left;
padding: 4px 30px 18px 10px;
}

div#attorney-nav {
margin: 0 0 15px 0;
padding: 0;
}

div.attorney-content {
float: left;
width: 500px;
}

img.attorney {
border: 1px solid #FFC451;
}

div.attorney-list {
border: 1px solid blue;
}

div.attorney-list div {
float: left;
}

div.main-content {
}

form {
padding: 0;
margin: 0;
}

div.email_page table.form tr th {
width: 200px;
}

div.email_page h3 {
padding: 15px 0 10px 10px;
}

div.email_page h3.first {
padding-top: 0;
}

label.small {
font-size: 9px;
font-family: Verdana;
}

td.indicates div {
padding-bottom: 8px;
}

td.indicates img {
display: inline;
}

.underline {
text-decoration: underline;
}

.centered {
margin: 0 auto;
}

.left {
float: left;
}

.right {
float: right;
}

div.contact {
margin: 0 10px;
}

div.contact-block {
float: left;
margin: 12px 6px 14px 37px;
width: 170px;
}

table#contact-form {
margin: 0 auto;
}

div.about {
padding: 15px 0 25px 0;
.padding: 25px 0 25px 0;
}

div.resource-links {
float: left;
width: 350px;
padding: 20px 0 20px 10px;
}

div.practice-area h2 {
margin-top: 20px;
}

div.profile p {
text-align: justify;
}

div#contact-info {
border-top: 1px solid #936a32;
border-bottom: 1px solid #936a32;
width: 426px;
margin: 20px auto;
}

*.inline {
display: inline;
}

span.external-link {
margin: 0;
padding: 0 0 0 0;
background: url(/images/icon_newwindow.gif) 22px 24px no-repeat;
display: block;
}

a.vcard { background: url(/images/icon_vcard.gif) top left no-repeat; }
a.pdf		{ background: url(/images/icon_pdf.gif)		13px 0 no-repeat; }
a.doc		{ background: url(/images/icon_doc.gif)		top left no-repeat; }
a.xls		{ background: url(/images/icon_xls.gif)		top left no-repeat; }
a.ppt		{ background: url(/images/icon_ppt.gif)		top left no-repeat; }

a.vcard, a.pdf, a.doc, a.xls, a.ppt {
padding: 0 0 0 0;
display: block;
}

ul.about-firm li {
	height:90px;
	_height:100px;
}
