/* CSS Document */
body{
background-image:url(images/background.gif);
background-repeat:repeat-x;
background-color:#141c35;
}

a{
text-decoration:none;
color:#000000;
}

a:hover{
text-decoration:underline;
}

.small a{
font-family:Arial, Helvetica, sans-serif;
font-size:10px;
color:#000000;
text-decoration:none;
}

.small a:hover{
text-decoration:underline;
}


h1, h2{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#000000;
font-weight:bold;
text-transform:uppercase;
}
h3{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
}
h4{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
font-weight:bold;
}

a img{
border:none;
}

.practiceAreas{
border-top:#003399 solid 1px; 
border-right:#003399 solid 1px; 
border-bottom:#999900 solid 1px; 
border-left:#999900 solid 1px;
}
.goldStripe{
border-left:#837F0F 1px solid;
}

.strips{
background-image:url(images/stripe.gif);
background-position:left;
background-repeat:repeat-y;
}
#building{
background-image:url(images/cellBackground.jpg);
background-repeat:repeat-x;
}

/*footer style*/
span.links_bottom{
color:#FFFFFF; 
font-size:12px; 
font-family:Arial, Helvetica, sans-serif;
}

span.links_bottom a:link, span.links_bottom a:active, span.links_bottom a:visited{
color:#FFFFFF;
text-decoration:none;
}

span.links_bottom a:hover{
color:#FFFFFF;
text-decoration:underline;
}

span.designed_by a{
color:#5e6e67;
font-size:12px; 
font-family:Arial, Helvetica, sans-serif;
text-decoration:none;
}
/*end footer style*/