html {
padding: 0;
margin: 0;
}

body {
	margin:0;
	color:#474747;
	font:12px Helvetica, Arial, sans-serif;
	background:#a1b6d1;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat;
	letter-spacing: 0.02em;
}

a:visited,
a
{
color: #001F6A;
text-decoration: underline;
}

a:hover {
color: #0033CC;
text-decoration: none;
}

.box-main {
margin: 10px auto 8px;
background: #fff;
border: 1px solid #C7C7C7;
width: 1000px;
line-height: 16px;
}

#header {
width: 960px;
height: 107px;
margin: 15px auto 0;
background-image: url(../images/header-bg.jpg);
background-repeat: repeat-x;
}

#header h1.logo {
background-image: url(../images/logo.jpg);
background-repeat: no-repeat;
text-indent:-9999px;
height: 87px;
width: 238px;
float: left;
margin: 9px 0 0 15px;
}

#header h2.slogan {
background-image: url(../images/slogan.jpg);
background-repeat: no-repeat;
text-indent:-9999px;
height: 47px;
width: 340px;
float: right;
margin: 30px 20px 0 0;
}

#wrapper {
  background:#fff url(../images/navbar-bg.jpg) left repeat-y;
  margin-left: 20px;
}

.clearing {
  height: 0;
  clear: both;
}

#navbar {
height: 100%;
/*background-image: url(../images/navbar-bg.jpg);
background-repeat: repeat-y;
*/
float: left;
width: 146px;
padding: 15px 0 0 0;
}

#navbar ul {
list-style-type: none;
width: 146px;
margin: 0;
padding: 0;
}

#navbar li {
height: 34px;
background-image: url(../images/navbar-shadow-bg.jpg);
background-position: bottom;
background-repeat: no-repeat;
font-size: 12px;
font-family: Georgia, Times, serif;
font-weight:  bold;
letter-spacing: -0.06em;
background-color: #9C9C9C;
margin: 5px 0;
text-align: center;
}

#navbar li a  {
color: white;
text-decoration: none;
line-height: 24px;
display: block;
background-image: url(../images/navbar-li-bg.jpg);
background-repeat: repeat-x;
}

#navbar li a:hover {
background-color: #5C5C5C;
text-decoration: none;
display: block;
background-image: none;
}

#box-main-right {
margin: 0 20px 40px 0;
float: right;
width: 790px;
}


#mission {
width: 280px;
padding: 10px;
margin: 36px 20px 0 0;
border: 1px solid #979797;
background: #F2F2F2;
color: #464646;
float: right;
}

#mission h1.mission {
background-image: url(../images/mission.jpg);
background-repeat: no-repeat;
text-indent:-9999px;
height: 48px;
width: 266px;
margin: 0 auto 8px;
}

#mission p {
font-family: sans-serif;
font-size: 13px;
line-height: 19px;
margin: 0 auto;
}

#box-main-news {
clear: left;
width: 760px;
margin: 10px 0 0 15px;
}

#box-main-news h2 {
color: #003366;
font-size: 15px;
font-weight: bold;
font-family: "Tahoma" sans-serif;
margin: 4px 0 15px 0;
}

#box-main-news h3 {
color: #474747;
font-size: 13px;
font-weight: bold;
font-family: "Tahoma" sans-serif;
margin: 4px 0 4px 0;
}

#box-main-news p {
margin: 0 auto 16px;
}


#box-page {
clear: left;
width: 760px;
margin: 10px 0 25px 15px;
}

#box-page img {
border: 2px solid white;
padding: 0;
margin: 0;
}

#box-page h2 {
color: #001F6A;
background-color: #F2F2F2;
padding: 10px 0 10px 18px;
font-family: Georgia,"Times New Roman",Times,serif;
letter-spacing: -0.03em;
font-size:1.5em;
line-height:1.25em;
font-style:italic;
font-weight:bold;
margin: 15px 0 15px 0;
border-top: 1px solid #979797;
border-right: 1px solid #979797;
border-bottom: 4px solid #001F6A;
border-left: 1px solid #979797;
}

#box-page .attorney-bio {
padding:15px;
background-color: #F9F9F9;
/* border-top: 1px solid #DADADA; */
border-bottom: 1px solid #DADADA;
margin: 0;
height: 110px;
}


#box-page .attorney-bio2 {
padding:10px;
background-color: #fff;
/* border-top: 1px solid #DADADA; */
border-bottom: 1px solid #DADADA;
margin: 0;
height: 105px;
}

#box-page strong {
font-size: 13px;
margin: 0 0 25px 0;
}


#box-page .attorney-intro {
width: 550px;
float: right;
line-height: 16px;
}


#box-page .attorney-info {
float: left;
font-size: 11px;
margin: 0 0px 0 0;
padding: 0px;
width: 150px
}



#box-page .practice-grey {
padding:15px;
background-color: #F2F2F2;
/* border-top: 1px solid #DADADA; */
border-bottom: 1px solid #c7c7c7;
margin: 0;
height: 130px;
}


#box-page .practice-white {
padding:10px;
background-color: #fff;
/* border-top: 1px solid #DADADA; */
border-bottom: 1px solid #DADADA;
margin: 0;
height: 130px;
}


#box-page .practice-intro {
width: 580px;
float: right;
line-height: 16px;
}


#box-page .practice-image {
float: left;
margin: 0;
padding: 0;
width: 120px
}

.entry .excerpt p {
margin: 0 0 20px 0;
text-align: justify;
}

.entry p {
text-align: justify;
}


.entry h3 {
margin:0 0 2px 0;
padding:0;
font-size: 14px;
font-weight: bold;
letter-spacing: -0.01em;
}

.entry .time {
margin: 0;
font-size: 10px;
font-style: italic;
}




#footer {
clear: both;
width: 1000px;
margin: 0 auto;
color: #fff;
font-size: 10px;
text-align: center;
}

#footer p {
margin: 2px;
padding: 0;
letter-spacing: 0.4px;
}

#footer h3 {
font-size: 12px;
margin: 0 0 4px 0;
padding: 0;
}

/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 10px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 10px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */

.small {font-size: 11px;font-style: italic;}

#slideshow {
    position:relative;
    height:290px;
    float: left;
    margin: 20px 0 0 0px;

}

#slideshow p{ 
margin: 2px 0 0 0;
padding: 0;
top: 173px;
left: 8px;
position:absolute;

}

#slideshow p a {
display: block;
width: 410px;
color: #fff;
font-size: 13px;
font-weight: normal;
text-decoration: none;
}

#slideshow p a:hover {
color: #fff;
font-size: 13px;
font-weight: normal;
text-decoration: none;
}

#slideshow h3 {
color: #fff;
font-size: 17px;
line-height: 19px;
letter-spacing: -0.04em;
font-weight: bold;
font-family: Georgia, Times, serif;
margin: 0;
padding: 0;
top: 155px;
left: 8px;
position:absolute;
}


#slideshow DIV {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
    height: 230px;
    background-color: white;
}

#slideshow DIV.active {
    z-index:10;
    opacity:1.0;
}

#slideshow DIV.last-active {
    z-index:9;
}

#slideshow DIV IMG {
    height: 230px;
    display: block;
    border: 0;
    margin-bottom: 10px;
}


