
/* ///////////////////////////////////// Global */

body {
	margin: 0;
	padding-bottom: 30px;
	background: #b9a297 url(../_img/sitewide/tile-bg-brown.png) repeat;
	font-family: "Times New Roman", Times, serif;
	font-size: 0.875em;
	line-height:1.50em;
	color: #fff;
	}
	
.supText {
	font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
	font-size: 0.75em;
	line-height: 1.25em;
	}	
	
img {border: 0;}

a {outline: none;}

a:link, a:visited {
	color: #e9c4b3;
	text-decoration: none;
	}
	
a:active, a:hover {
	color: #fff;
	text-decoration: none;
	border-bottom: 1px dotted;
	border-top: 1px dotted;
	padding: 1px 0;
	}	

#actualContent ul.noBulletsMargins {
	margin: 0;
	padding: 0;
	list-style: none;
	}
	
#printLogo, hr {
	display: none;
	}	
	
.dispInln {
	display: inline;
	}
	
.rm3em {
	margin-right: 3.00em;
	}
	
.rule {
	position: relative;
	height: 1px;
	background: #fff;
	margin: 4.00em 0;
	}
	
.underline {
	text-decoration: underline;
	}
	
div#ie6warning {
	background: #ffcc00;
	color: #48305e;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	font-family: Helvetica, Arial, "Lucida Grande", "Trebuchet MS", sans-serif;
	font-size: 16px;
	}
	
div#ie6warning a:link, div#ie6warning a:visited {
	color: #cc0000;
	font-weight: bold;
	}
	
div#ie6warning a:hover {
	text-decoration: underline;
	border: none;
	}						

/* ///////////////////////////////////// Structure */

#cornersTop {
	position: relative;
	width: 804px;
	height: 17px;
	background: url(../_img/sitewide/corners-top.png) no-repeat;
	margin: 0 auto;
	}

#container {
	position: relative;
	width: 800px;
	margin: 0 auto;
	border-left: 2px solid #fff;
	border-right: 2px solid #fff;
	background: #51443f;
	}
	
#header {
	position: relative;
	background: #48305e;
	height: 50px;
	border-bottom: 2px solid #fff;
	}		

#content {
	overflow: auto;
	}
	
#footer {
	position: relative;
	background: #48305e;
	border-top: 2px solid #fff;
	padding: 20px 0 15px 285px;
	}
	
#cornersBottom {
	position: relative;
	width: 804px;
	height: 17px;
	background: url(../_img/sitewide/corners-bottom.png) no-repeat;
	margin: 0 auto;
	}	
	
/* ///////////////////////////////////// Navigation */


ul#nav {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 555px;
	height: 30px;
	border-bottom: 2px solid;
	}

ul#nav li {
	text-indent: -9999px;
	float: left;
	margin: 0;
	position: relative;
	}
	
ul#nav li.main {
	width: 81px;
	background: url(../_img/sitewide/nav-main.gif) no-repeat 0 0;
	}
	
ul#nav li.attorneys {
	width: 118px;
	height: 30px;
	background: url(../_img/sitewide/nav-attorneys.gif) no-repeat 0 0;
	}
	
ul#nav li.attorneys ul {
	border-left: 2px solid;
	border-right: 2px solid;
	border-bottom: 2px solid;
	position: absolute;
	left: -9999px;
	background-image: none;
	width: 10em;
	list-style: none;
	padding: 0;
	margin: 0;
	}
	
ul#nav li.attorneys:hover {
	height: auto;
	}	
	
ul#nav li.attorneys:hover ul {
	left: -2px;
	}	

ul#nav li.attorneys ul li {
	background: #877367;
	text-indent: 0;
	float: none;
	border-top: 2px solid;
	}
	
ul#nav li.attorneys ul li:hover {
	background-color: #b9a297;
	}
	
ul#nav li.attorneys ul li a {
	color: #fff;
	padding: 5px 10px;
	height: auto;
	}
	
ul#nav li.attorneys ul li a:hover {
	color: #51443f;
	}	
	
ul#nav li.attorneys ul li.subSelected {
	background: #70706d;
	padding: 5px 10px;
	height: auto;
	}	
	
ul#nav li.areas {
	width: 147px;
	background: url(../_img/sitewide/nav-areas.gif) no-repeat 0 0;
	}
	
ul#nav li.contact {
	width: 124px;
	background: url(../_img/sitewide/nav-contact.gif) no-repeat 0 0;
	}
	
ul#nav li.links {
	width: 85px;
	background: url(../_img/sitewide/nav-links.gif) no-repeat 0 0;
	}

ul#nav li.main:hover {background-position: 0px -30px;}
ul#nav li.attorneys:hover  {background-position: 0px -30px;}
ul#nav li.areas:hover  {background-position: 0px -30px;}
ul#nav li.contact:hover  {background-position: 0px -30px;}
ul#nav li.links:hover  {background-position: 0px -30px;}


ul#nav a {
	display: block;
	height: 30px;
	}
	
ul#nav a:hover {
	border: none;
	padding: 0;
	}	

ul#nav li.selected, ul#nav li.attySelected {
	background-position: 0 -60px;
	height: 30px;
	}
	
ul#nav li.selected:hover {
	background-position: 0 -60px;
	}
	
ul#nav li.attySelected:hover {
	background-position: 0 -30px;
	}		

/* ///////////////////////////////////// Content */

#leftColumn {
	position: relative;
	width: 243px;
	height: 258px;
	float: left;
	background: url(../_img/sitewide/bac-logo.gif) no-repeat 0 38px;
	}
	
#leftColumn.index {
	width: 243px;
	height: 445px;
	background: url(../_img/index/bac-logo-index.gif) no-repeat;
	margin-top: 38px;
	}
	
#rightColumn {
	position: relative;
	width: 555px;
	border-left: 2px solid #fff;
	float: right;
	background: #877367;
	}
	
#actualContent {
	padding: 40px 40px 80px 40px;
	}
	
#actualContent ul {
	padding-left: 1.50em;
	}		
	
#actualContent ul li {
	line-height: 1.125em;
	margin: 0.75em 0;
	}
	
h2 {
	margin-bottom: 40px;
	}
	
h4 {
	font-size: 1.25em;
	margin-bottom: 0.50em;
	margin-top: 2.25em;
	}		
	
/* ///////////////////////////////////// Attorney Profiles */

div.attorneyDetails {
	overflow: auto;
	}
	
div.attorneyDetails div.photo {
	width: 120px;
	float: left;
	margin-right: 40px;
	}
	
div.photo img {
	border: 2px solid;
	}	
	
div.attorneyDetails	div.titleContacts {
	width: 315px;
	float: right;
	}
	
/* ///////////////////////////////////// Links */

#linksWrapper {
	min-height: 500px;
	}	

/* ///////////////////////////////////// Footer */
	
#footer ul {
	margin: 0;
	padding: 0;
	list-style: none;
	}

#footer li {
	margin-top: 1.00em;
	}
	
#footer li img {
	position: absolute;
	left: 245px;
	}		
	
		
	