*
{
margin:0;
padding:0;
list-style:none;
}

body 
{
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
line-height:21px;
letter-spacing:1px;
margin:0px;
background:#f7f6f6 url(../images/grad.jpg) top left repeat-X;
height:100%;
}

  A:visited {color:#5d5754;text-decoration:none;}
  A:link {color:#c36b02; text-decoration:none;}
  A:hover {color:#999999;text-decoration:none;} 

p
{
margin-top:12px;
}

#fullwrap 
{
position:relative;
width:676px;
top:0px;
margin:0px auto;
text-align:left;
border:0px dashed green;
min-width:676px;
 }


#banner
{
position:relative;
top:10px;
width:676px;
height:151px;
background:url(../images/header.jpg) top left no-repeat;
}

#footer
{
width:676px;
height:93px;
}
 
 #basic-accordian
 {
width:676px;
position:absolute;
top:160px;
z-index:2;
padding-bottom:93px; 
background:url(../images/footer.jpg) bottom left no-repeat;
}




.accordion_headings
{

cursor:pointer;
font-weight:;
text-align:center;
font-size:16px;
line-height:11px;
background:url(../images/navBG.jpg) top left no-repeat;
height:33px;
color:#4a382a;
}



.accordion_child
{

background:;
font-size:14px;
}


.accordion_headings:hover
{
color:#2f5572;
}


.header_highlight
{
color:#2f5572;
background:url(../images/navBG.jpg) top left no-repeat;
}




/* Page Load */

 div.loading-invisible
 {
 display:none;
 }
 
 div.loading-visible
 {
display:block;
position:absolute;
top:0px;
left:0px;
width:100%;
height:150%;
background:#fff;
z-index:1000;
}



/* Attorney Tabs */

div.layout
{
width:630px;
height:20px;
padding:0px;
margin-top:15px;
}

ul.layout
{
list-style-type:none;
display:inline;
}
ul.layout li
{
display:inline;padding-right:20px;
}
ul.layout a
{
text-decoration:none;
font-weight:bold;
color:#777777;
}
ul.layout a:hover
{
text-decoration:none;
font-weight:bold;
color:#2f5572;
}
ul.layout a.active
{
text-decoration:none;
border-bottom:0px;
font-weight:bold;
color:#2f5572;
}



.tab 
{
width:630px;
position:relative;
border-top:1px dashed #999999;
top:5px;
padding-top:5px;
text-align:left;
font-size:10px;
}


