body {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #000000;
	margin:0px;
}

a:link {
	color: #506F50;
}
a:visited {
	color: #506F50;
}
a:hover {
	color: #FFFFFF;
	background-color: #506F50;
}
a:active {
	color: #506F50;
}

h1 {
	margin-left: 32px;
	margin-top: 10px;
	margin-bottom: 0px;
	margin-right: 32px;
	color: #506F50;
	font-size: 24px;
}
.subh1 {
	font-size: 18px;
	margin: 8px 0;
	color: #333;
	display: block;
}

h2 {
	margin-left: 32px;
	margin-top: 0px;
	margin-bottom: 18px;
	margin-right: 32px;
	font-size: 12px;
	color: #666666;
	font-variant: normal;
	text-transform: uppercase;
	font-weight: normal;
}
h2.privacy {
	font-weight: 700;
	text-transform: none;
	font-size: 16px;
	color: #333;
	margin-bottom: 12px;
}

h3 {

	margin-left: 4px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	font-size: 16px;
	color: #506F50;
}


.atty-copy,
.atty-copy label {
	font-size: 12px;
	line-height: 16px;
}

.atty-copyHilight {
	font-size: 18px;
}

.SubpageCopy {
	margin-left: 32px;
	margin-right: 32px;
	margin-top: 0px;
	list-style-type: square;
}
.SubpageCopy b {
	font-weight: 700;
	font-size: 14px;
}

p {
	font-size: 12px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #333333;
}
li {
	font-size: 12px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #333333;
}


.subnavi-text {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 12px;
	text-align:center;
}

.subnavi-text A:link {color: #666666; text-decoration: underline }
.subnavi-text A:visited {color: #666666; text-decoration: underline}
.subnavi-text A:active {color: #666666; text-decoration: underline}
.subnavi-text A:hover {color: #666666; text-decoration: none; background:none}

.copyright-text {
	font-size: 10px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #CCCCCC;
	text-align:center;
}

.copyright-text A:hover {text-decoration: none; background:none}

.copySmall {
	font-size: 10px;
	color: #666666;
}


.copyright-text A:link {color: #CCCCCC; text-decoration: underline}
.copyright-text A:visited {color: #CCCCCC; text-decoration: underline}
.copyright-text A:active {color: #CCCCCC; text-decoration: underline}
.copyright-text A:hover {color: #CCCCCC; text-decoration: none}

.copy {
	font-size: 12px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	margin-top: 10px;
	margin-bottom: 20px;
	color: #333333;
	padding: 0 15px;
}

.contact-hilight {
	font-size: 10px;
	color: #FFFFFF;
}

.list {
	list-style-position: inside;
	list-style-type: square;
	font-weight: bold;
	line-height: 15px;
	color: #666666;
	font-size: 12px;
}


#logo-header {
	position:relative;
	width: 212px;
	
}

#header {
	position:relative;
	width: 584px;
}

#side {
	position:relative;
	width:212px;
	height:100%;
}
.nav-container {
	display: flex;
}
#navigation {
	width:584px;
	height:43px;
}

#main-body {
	position:relative;
	width:322px;
}

#box-special {
	position:relative;
	width:262px;
	height:434px;
}

#contact {
	font-size: 12px;
	color: #BAC2B3;
	background-color: #3B4433;
	width: 182px;
	margin: 10px 30px;
	text-align: left;
	padding: 10px;
}

#box-contact {
	position:relative;
	width:262px;
	height: 100%;
	padding-bottom: 10px;
}

#subnavi-box {
	background-image: url(../_images/subnavi-bg.jpg);
	background-repeat: no-repeat;
	height: 25px;
	padding: 5px;
}

#box {
	background-image: url(../_images/special-bg.jpg);
	height: 100%;
}

.atty-box {
	background-image: url(../_images/attorney-bg.jpg);
	border: 1px solid #000000;
	padding-right: 10px;
	padding-left: 10px;
	margin-top: 10px;
	margin-right: 32px;
	margin-bottom: 10px;
	margin-left: 32px;
}

.attyPhoto {
  float: auto;
	margin-top: 10px;
	margin-bottom: 10px;
  width:130px;
  height:191px;
}

.attyBoxIn {
	float: left;
	padding: 10px;
	margin: 0;
}
#div
{
	background: transparent url(../_images/areas_bg.jpg) no-repeat;
	padding: 0 0 15px 0;
}

/* Contact Us/error styles */
.contactus-form {
    height: 100%;
    padding: 30px;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.centeredBox {
    width: 100%;
    max-width: 530px;
    padding: 30px;
    background-color: #fff;
}
.centeredBox h1 {
    margin: 0;
}
.err {
    font-size: 12px;
    font-weight: bold;
    line-height: 16px;
    color: #fff;
    background-color: #f00;
    padding: 4px 8px;
}

/* Home page slideshow animation styles */
/* side */
.sideSlideshow {
	position: relative;
	height: 771px;
}
.sideSlideshow .slide {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	opacity: 0;
	transition: opacity 1.5s ease-in-out;
	display: block;
}
/* header */
.headerSlideshow {
    position: relative;
    height: 136px;
}
.headerSlideshow .slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0;
    transition: opacity 1.5s ease-in-out;
    display: block;
}
.headerSlideshow > div:first-of-type {
    opacity: 1;
}
.headerSlideshow .slide.fade-in {
    animation-name: fadeIn;
    animation-duration: 1500ms;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
}
.headerSlideshow p {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    margin: 0;
    color: #fdfbfc;
    font-family: 'Times New Roman', Times, serif;
    font-variant: small-caps;
    font-size: 18px;
}
.headerSlideshow p span {
    display: block;
    position: absolute;
    line-height: 1;
    opacity: 0;
}
.headerSlideshow p span.a {
    animation-name: fadeInOut;
    animation-duration: 3000ms;
    animation-delay: 0;
    animation-timing-function: ease-in-out;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
}
.headerSlideshow p .slide1txt.a {
    top: 0;
    left: 0;
    transform: translate(90px, 50px);
}
.headerSlideshow p .slide2txt.a {
    bottom: 0;
    left: 0;
    transform: translate(30px, -40px);
}
.headerSlideshow p .slide3txt strong {
    display: block;
    font-size: 36px;
    font-weight: 400;
}
.headerSlideshow p .slide3txt.a {
    bottom: 0;
    right: 0;
    transform: translate(-50px, -30px);
}
.headerSlideshow p.show-all {
    top: unset;
    left: unset;
    bottom: 10px;
    right: 10px;
    width: auto;
    height: auto;
}
.headerSlideshow p.show-all .slide1txt.a,
.headerSlideshow p.show-all .slide2txt.a,
.headerSlideshow p.show-all .slide3txt.a {
    position: relative;
    animation: none;
    opacity: 1;
    transform: translate(0,0);
    display: flex;
    align-items: start;
}
.headerSlideshow p.show-all .slide3txt strong {
    display: inline;
    font-size: 24px;
    margin-left: 5px;
}

@keyframes fadeIn {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

@keyframes fadeInOut {
	0% {
		opacity: 0;
	}

	25% {
		opacity: 1;
	}

	75% {
		opacity: 1;
	}

	100% {
		opacity: 0;
	}
}