/*       =reset           */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset, img {
	border:0;
}
address, caption, cite, code, dfn, em, strong, th, var {
	font-style:normal;
	font-weight:normal;
}
ol, ul {
	list-style:none;
}
caption, th {
	text-align:left;
}
h1, h2, h3, h4, h5, h6 {
	font-size:100%;
	font-weight:normal;
}
q:before, q:after {
	content:'';
}
abbr, acronym {
	border:0;
}
/* ================ document ================ */

html {
	font-size:100%;
}
body {
	background: transparent url(../images/background-top-2.png) repeat-x;
	background-color:#000000;
	font-size:0.75em;
	font-family:helvetica, arial, sans-serif;
	width:780px;
	margin:0 auto;
}
p, ul {
	font-size:1em;
	line-height:16px;
	margin:0 0 20px 0;
	color:#333333;
}
h1 {
	font-size:2.0em;
	color:#333333;
}
h2 {
	font-size:1.4em;
	margin-bottom:10px;
	color:#999999;
}
h3 {
	font-size:1.6em;
	color:#333333;
}
h4 {
	font-size:1.4em;
	color:#333333;
}
a {
	color:#FFFFFF;
	text-decoration:none;
	outline:none;
}
a:hover {
	color:#127ab9;
	text-decoration:none;
}
a img {
	border:none;
}
div#hd, div#bd, div#ft {
	float:left;
	width:750px;
}
/* ================ div#hd ================ */

div#hd {
	height:458px;
}

ul#address {
	color:#CCCCCC;
	position:relative;
	float:right;
	font-size:.9em;
	letter-spacing:.1em;
	text-align:right;
	width:260px;
	margin-top:76px;
	padding-bottom:2px;
}

ul#address li {
	margin:0 0 3px 0;
	color:#FFFFFF;
}

span.addresscall {
	font-size:.9em;
	font-style:italic;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#80aeca;
}

h4#arendt-logo {
	position:relative;
	background:transparent url(../images/logo.png) no-repeat;
	float:left;
	text-indent:-9999px;
	width:407px;
	height:129px;
	margin:10px 0 0 -13px;
}

/* ================ ul.sf-menu ================ */

ul.sf-menu li {
	font-family:Arial, Helvetica, sans-serif;
	font-size:.96em;
	letter-spacing:.08em;
	z-index:101;
}

ul.sf-menu li#home a, ul.sf-menu li#practice a, ul.sf-menu li#profiles a, ul.sf-menu li#location a, ul.sf-menu li#contact a {
	height:35px;
	display:block;
	text-indent:-9999px;
	z-index:102;
}

ul.sf-menu li#home a:hover, ul.sf-menu li#practice a:hover, ul.sf-menu li#profiles a:hover, ul.sf-menu li#location a:hover, ul.sf-menu li#contact a:hover {
	background-position:0 -35px;
}
 ul.sf-menu li#home a.selected, ul.sf-menu li#practice a.selected, ul.sf-menu li#profiles a.selected, ul.sf-menu li#location a.selected, ul.sf-menu li#contact a.selected {
 background-position:0 -35px;
}
ul.sf-menu li#home a {
	background: transparent url(../images/home-nav.png) no-repeat;
	width:108px;
}
ul.sf-menu li#practice a{
	background: transparent url(../images/practice-areas.png) no-repeat;
	width:174px;
}
ul.sf-menu li#profiles a {
	background: transparent url(../images/attorney-profiles.png) no-repeat;
	width:204px;
}
ul.sf-menu li#location a {
	background: transparent url(../images/location-nav.png) no-repeat;
	width:141px;
}
ul.sf-menu li#contact a {
	background: transparent url(../images/contact-nav.png) no-repeat;
	width:123px;
}

/* ================ Drop Down ================ */

ul.sf-menu li#practice ul, ul.sf-menu li#practice ul li a {
	background:none;
	background-color:#000;
	margin:6px 0 0 0;
	width:174px;
	z-index:103;
}

ul.sf-menu li#practice ul li a {
	margin:0;
	color:#999;
}

ul.sf-menu li#practice ul li a:hover {
	background:#333;
}

ul.sf-menu li#practice ul li a {
	padding-top:10px;
	height:24px;
}

ul.sf-menu li#practice ul li a {
	text-indent:36px;
	border-top:solid 1px #333;
}

ul.sf-menu li#practice ul#divorce {
	margin:0 0 0 63px;
}

/*** Safari-Flash Overlay Fix***/

sf-menu {
    z-index:2;
} 

sf-menu ul {
    z-index:3;
}

sf-menu ul li {
    z-index:4;
}

sf-menu li ul {
    z-index:5;
}

sf-menu ul li ul li {
    z-index:6;
}

sf-menu a {
    z-index:7;
} 

/* ================ Superfish ================ */

/*** ESSENTIAL STYLES ***/
ul.sf-menu {
	float:left;
	width:750px;
}

.sf-menu, .sf-menu * {
	margin: 0;
	padding: 0;
	list-style:	none;
}

.sf-menu ul {
	position:absolute;
	top:-999em;
	width:10em; /* left offset of submenus need to match (see below) */
}
.sf-menu ul li {
	width:100%;
}
.sf-menu li:hover {
	visibility:inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li {
	float:left;
	position:relative;
	/*text-indent:-9999em;*/
}
.sf-menu a {
	display:block;
	position:relative;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left:0;
	top:2.5em; /* match top ul list item height */
	z-index:99;
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
	top:-999em;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
	left:10em; /* match ul width */
	top:0;
}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
	top:-999em;
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
	left:10em; /* match ul width */
	top:0;
}

.sf-menu {
	float:left;
	display:inline-block;
	
}

/* ================ div#bd ================ */

div#wm {
	background:transparent url(../images/watermark.png) no-repeat;
	width:601px;
	height:536px;
	position:absolute;
	z-index:0;
	left:50px;
	top:20px;
}
div#wrapper {
	background:transparent url(../images/wrapper.png) repeat-y;
	width:772px;
	display:block;
	position:relative;
	float:left;
	padding-left:20px;
}
div#bd.twoColumn {
	background:transparent url(../images/body.png) repeat-y;
	background-color:#FFFFFF;
	width:750px;
	border-bottom:#FFF 2px solid;	
}

div#bd {
	background-color:#FFFFFF;
	width:750px;
}

div#headerimage {
	background:transparent url(../images/header_5.jpg) no-repeat;
	height:266px;
}

div#headerimagelocation {
	background:transparent url(../images/header_6.jpg) no-repeat;
	height:266px;
}

div#headerflash {
	width:746px;
	height:266px;
	clear:both;
	border-bottom:#FFF 2px solid;
	border-left:#FFF 2px solid;
	border-right:#FFF 2px solid;
}

div#mainContent {
	width:430px;
	float:left;
	padding-top:30px;
	padding-bottom:20px;
	padding-left:40px;
}
div#mainContent h1 {
	font-size:1.8em;
	letter-spacing:.8px;
	color:#ab2928;
	margin:0 0 10px 0;
}
div#innertext {
	width:630px;
	margin:30px 0 0 30px;
	float:left;
}
div#innertext h1 {
	font-size:1.8em;
	letter-spacing:.8px;
	color:#127ab9;
	margin:0 0 10px 0;
}
div#secondContent {
	width:236px;
	float:right;
	padding-top:22px;
}
ul#sideNav {
	padding-left:7px;
	float:left;
	display:block;
}
ul#sideNav li {
	margin-bottom:15px;
}

ul#sideNav li a:hover {
	text-decoration:underline;
}

span.arrows {
	font-size:12px;
}
li.sideNav1 a, li.sideNav2 a, li.sideNav3 a, li.sideNav4 a, li.sideNav6 a, li.sideNav7 a  {
	color:#ab2928;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	position:absolute;
	margin:120px 0 0 20px;
}
li.sideNav1 {
	background:transparent url(../images/sidenavfam.png) no-repeat;
	width:221px;
	height:149px;
}
li.sideNav2 {
	background:transparent url(../images/sidenav2.png) no-repeat;
	width:221px;
	height:149px;
}
li.sideNav3 {
	background:transparent url(../images/sidenav3.png) no-repeat;
	width:221px;
	height:149px;
}

li.sideNav4 {
	background:transparent url(../images/sidenav1.png) no-repeat;
	width:221px;
	height:149px;
}

li.sideNav6 {
	background:transparent url(../images/sidenav7.png) no-repeat;
	width:221px;
	height:149px;
}

li.sideNav7 {
	background:transparent url(../images/sidenav6.png) no-repeat;
	width:221px;
	height:149px;
}


/* ================ div#ft ================ */

div#ft {
	background:transparent url(../images/ft_bar.gif) no-repeat;
	height:152px;
	width:750px;
}
ul#courtesynav {
	background:transparent url(../images/footer_line.gif) no-repeat;
	background-position:bottom;
	display:block;
	letter-spacing:.5px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:.9em;
	margin:30px 0 0 0;
	padding-left:73px;
	padding-bottom:10px;
}

ul#courtesynav li {
	color:#FFFFFF;
	display:inline;
	margin:0 55px 15px 0;
}

/*div#line {
	background:transparent url(../images/footer_line.gif) no-repeat;
	width:750px;
	height:1px;
	position:relative;
	top:10px;
}*/

span#copyright {
	letter-spacing:.5px;
	font-size:.9em;
	color:#999999;
	float:left;
	margin:20px 0 0 220px;
}
/* ================ Practice Areas ================ */

h2.practiceareas {
	font-size:1.4em;
	margin-bottom:10px;
	color:#999999;
}
p.practiceareas {
	margin-top:15px;
}

ul.bullet {
	list-style:square;
	list-style-position:inside;
	padding-left: 1em;
	text-indent: -1em;
}

li.divorce a, p.practiceareas a {
	color:#127AB9;
}

li.divorce a:hover, span a:hover, p.practiceareas a:hover {
	text-decoration:underline;
}

/*** Preparing for Divorce ***/

ul.secondary {
	margin-left:15px;
}

/*** Preparing for Presentation ***/

span.inlineHeader {
	font-weight:bold;
}

h2#margintop {
	margin-top:20px;
}



/* ================ Attorney Profiles ================ */

ul#profiles li img {
	border: 1px solid #000000;
}

ul#profiles li {
	margin-bottom:25px;
}

div#profiletext {
	width:300px;
	margin:30px 0 0 30px;
	float:left;
}
span.profilecall {
	font-size:1em;
	color:#333333;
	font-weight:bold;
}
div#profiletext ul, div#profiletext p {
	margin:12px 0 0 0;
}
div#profiletext ul li {
	margin:0 0 5px 0;
}
div#profiletextimg {
	width:214px;
	float:left;
	margin:30px 0 0 30px;
}
div#profiletextimg img {
	border: solid #000000 1px;
}
div#profiletextimg a {
	color:#000000;
	display:block;
	margin:10px 0 0 170px;
}
div#profiletextimg a:hover {
	color:#127ab9;
}
div#profiletext h1 {
	letter-spacing:.2px;
	font-weight:bold;
	font-size:1.6em;
	margin:2px 0 2px 0;
}
div#profiletext h2, div#profiletext h3 {
	letter-spacing:.2px;
	font-size:1em;
	margin:2px 0 2px 0;
}
div#profiletext h4 {
	margin:15px 0 0 0;
	letter-spacing:.2px;
	font-weight:bold;
	font-size:1.2em;
}


/* ================ Location ================ */

iframe {
	border:1px solid #666666;
}

/* ================ Contact ================ */

form#contact-form label, textarea {
	display:block;
}

form#contact-form label {
	margin-bottom:2px;
}

form#contact-form input, textarea {
	margin-bottom:10px;
}

fieldset {
	margin-bottom:15px;
}

div#secondContent p, ul.contact  {
	color:#FFF;
	margin:3px 0 10px 15px;
	padding-right:15px;
}

p.bold {
	font-weight:bold;
}

span.address {
	font-weight:bold;
}

p.italics {
	font-style:italic;
}

/* ================ png fix ================ */

h4#arendt-logo, div#wm, div#wrapper, li.sideNav1, li.sideNav2, li.sideNav3 { behavior: url(iepngfix.htc) }