* {
	outline : none;
}

html, body {
	margin : 0px;
	height : 100%;
	overflow : hidden;
}

body {
	font-family : tahoma, arial, helvetica, sans-serif;
	font-size : 9pt;
	color : #897C72;
}

img {
	border : none;
}

a {
	color : #9e9ea0;
}
/*
a:hover {
	color : #8A2C0F
}
*/

#bgContainer {
	position : absolute;
	top : 0px;
	left : 0px;
	width : 100%;
	height : 100%;
	overflow : hidden;
	text-align : center;
}

#bg {
	width : 100%;
	height : 100%;
	min-height : 100%;
	min-width : 100%;
}

#siteContainer {
	position : absolute;
	z-index : 100;
	text-align : center;
	height : 100%;
	width : 100%;
}

#scroll {
	overflow-y : auto;
	position : absolute;
	left : 0px;
	width : 100%;
}

#header {
	background : #000;
	height : 45px;
	width : 100%;
	text-align : center;
	position : absolute;
	top : 0px;
	left : 0px;
}

#header div {
	width : 970px;
	margin : 0px auto;
	position : relative;
}

#shadow {
	position : absolute;
	top : 69px;
	left : 0px;
	background : url(/images/layout/header_shadow.png) repeat-x;
	height : 6px;
	line-height : 6px;
	width : 100%;
}

#logo {
	float : left;
	margin-top : 15px;
}

#tagline {
	float : right;
	margin-top : 15px;
}

#nav {
	height : 24px;
	background : #7A7068;
	width : 100%;
	position : absolute;
	top : 45px;
	left : 0px;
	font-size : 0px;
}

#subnav {
	height : 24px;
	background : #000;
	width : 100%;
	position : absolute;
	top : 69px;
	left : 0px;
	font-size : 0px;
}

#footer {
	color : #fff;
	height : 25px;
	line-height : 25px;
	text-align : center;
	background : #000;
	width : 100%;
	font-size : 7pt;
	position : absolute;
	bottom : 0px;
	left : 0px;
}

#shadowBottom {
	display : block;
}

#content {
	background : url(/images/layout/content_bg.png) repeat-y; 
	padding : 10px; 
	padding-right : 17px; 
	text-align : left;
	zoom : 1;
}

.photoLeft {
	margin-right : 10px;
	float : left;
}

.contentRight {
	float: right;
	margin-right : 10px;
	line-height : 1.5em;
}

.photoRight {
	margin-left : 10px;
	float : right;
}

.contentLeft {
	float: left;
	margin-left : 10px;
	line-height : 1.5em;
}

.centered {
	text-align : center;
}

.flourish {
	text-align : center;
}

h1 {
	margin : 10px 0px;
}

h2 {
	font-size : 12pt;
	font-family : times new roman, times, serif;
	color : #9e9ea0;
	margin : 5px 0px;
}

h3 {
	font-size : 10pt;
	color : #9e9ea0;
	margin : 0px;
}

a.bold {
	text-transform : uppercase;
	text-decoration : none;
	font-size : 8pt;
	border : 2px solid #5E5650;
	padding : 5px;
}



ul.fancyDropdown {
	margin : 0px;
	padding : 0px;
	list-style : none;
	text-align : left;
	text-decoration : none;
	text-transform : uppercase;
	font-weight : bold;
	font-size : 8pt;
	position : absolute;
}

ul.fancyDropdown ul {
	display : none;
	list-style : none;
	margin : 0px;
	padding : 0px;
}

ul.fancyDropdown:hover {
	background : #8A2C0F;
}

ul.fancyDropdown:hover ul {
	display : block;

}

ul.fancyDropdown ul li {
	border-top : 1px solid #5E5650;
	border-bottom : 1px solid #5E5650;
	border-left : 2px solid #5E5650;
	border-right : 2px solid #5E5650;	
}



ul.fancyDropdown ul li a {
	display : block;
	background : #000;
	padding : 3px 10px;
}

ul.fancyDropdown ul li a:hover {
	background : #8A2C0F;
}



.lawyerLeft, .resultsLeft {
	float : left;
	width : 361px;
	text-align : right;
	line-height : 150%;
}

.lawyerRight, .resultsRight {
	float : right;
	width : 555px;
	height : 461px;
	line-height : 150%;
	margin-right : 10px;
}

.dotted {
	padding : 3px;
	border : 1px dotted #7B7167;
	font-size : 0px;
}

.lawyerRight .downloads {
	font-size : 8pt;
	line-height : 125%;
}

.lawyerRight .staff {
	float : right;
	font-size : 8pt;
	line-height : 125%;
}


.lawyerLeft .contact {
	font-size : 8pt;
}
