@charset "utf-8";
/* CSS Document */
a:link {
	text-decoration: none;
	padding:0px;
	color:#78A3AF;
}
a:visited {
	text-decoration: none;
	color:#009;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}

.lowerunderline{
	}
	
body {
  margin:auto;
  margin-top: 0px;
  background-color:#E6E6E6;
}
.bodyText{
	font-size:15px;
	font:Arial;
	color:#000;
	padding-right:20px;
	padding-left:45px;
	padding-top:15px;
	margin-bottom:10px;
}
.outerNavBox {
	margin:auto;
	padding-top:0px;
	width:100%;
	min-width:600px;
	background-color:#325C74;
	position: sticky;
    top: 0px;
}

.innerNavBox {
	margin:auto;
	padding-top:0px;
	max-width:1000px;
	min-width:600px;
	background-color:#325C74;
}
.bodyBox {
	margin:auto;
	padding-top:0px;
	width:100%;
	min-width:600px;
	background-color:#FFF;
}

.callNow:hover {
  background-color:#4A7480;
  color:white;
}

.socialMedia{
	float:left;
	font:Arial;
	font-weight:normal;
	color:#FFF;
	font-size:16px;
	width:90px;
	margin-top:9px;
	margin-left:12px;
	text-align:center;
	margin-bottom:5px;

}
.callNumbers{
	font:Arial;
	font-weight:normal;
	color:#FFF;
	font-size:8px;
}
<!------------------>
.callNowcontainer{
	width:100%;
	margin:auto;
	margin-top:25px;
	height:30px;
	}
	
.callNow {
	margin-top:0px;
	font:Arial;
	font-weight:normal;
	color:#FFF;
	font-size:14px;
	float:right;
	width:100px;
	background-color:#4A7480;
	text-align:center;
	font-weight:bold;
	padding-top:3px;
	display:block;
	border-style:solid;
	border-width:1px;
	border-color:#4A7480;
	border-radius:3px;
	margin-top:85px;
	padding:5px;

}
.callNow:hover {
  background-color:#D1E0E4;
  color:white;
}

.chaptercontainer{
	width:100%;
	margin:auto;
	margin-top:25px;
	height:45px;
	}
	
.chapters {
	margin-top:0px;
	font:Arial;
	font-weight:normal;
	color:#FFF;
	font-size:14px;
	float:left;
	margin-left:30px;
	width:100px;
	height:40px;
	background-color:#4A7480;
	text-align:center;
	font-weight:bold;
	padding-top:3px;
	display:block;
	border-style:solid;
	border-width:1px;
	border-color:#4A7480;
	border-radius:3px;

}
.chapters:hover {
  background-color:#D1E0E4;
  color:white;
}

.sitemap {
	line-height:20px;
	font:Arial;
	font-weight:normal;
	color:#FFF;
	font-size:12px;
	width:250px;
	background-color:#4A7480;
	text-align:left;
	font-weight:normal;
	display:block;
	border-style:solid;
	border-width:1px;
	border-color:#4A7480;
	border-radius:3px;
	margin-top:10px;
}
.sitemap:hover {
  background-color:#D1E0E4;
  color:white;
}
.sitemap:link {
	color:#FFF;
	text-decoration:none;
}
.sitemap:visited {
	color:#999;
	text-decoration:none;
}
.contactlinks {
	line-height:20px;
	font:Arial;
	font-weight:normal;
	color:#FFF;
	font-size:12px;
	width:200px;
	background-color:#4A7480;
	text-align:left;
	font-weight:normal;
	display:block;
	border-style:solid;
	border-width:1px;
	border-color:#4A7480;
	border-radius:3px;
	margin-top:10px;

}
.contactlinks:hover {
  background-color:#D1E0E4;
  color:white;
}

.outersubMenu {
	margin:auto;
	padding-top:0px;
	width:100%;
	background-color:#79A4B0;
}
.innersubMenu {
	margin:auto;
	max-width:1000px;
	min-width:600px;
}
.subMenu{
	background-color:#79A4B0;
	height:35px;
}
spanwhite{
 color:#FFF;	
	}

/* Navbar container */
.navbar {
  overflow: hidden;
  background-color:#325C74;
  font-family: Arial;
  width:100%;
}
.navBox {
	float:right;
	width:445px;
	}

/* Links inside the navbar */
.navbar a {
  float: left;
  font-size: 16px;
  color: white;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}

/* The dropdown container */
.dropdown {
  float: left;
  overflow: hidden;
}

/* Dropdown button */
.dropdown .dropbtn {
  font-size: 16px;
  border: none;
  outline: none;
  color: #FFF;
  padding: 14px 16px;
  background-color: inherit;
  font-family: inherit; /* Important for vertical align on mobile phones */
  margin: 0; /* Important for vertical align on mobile phones */
}

/* Add a steel blue background color to top navbar links on hover */
.navbar a:hover, .dropdown:hover .dropbtn {
	background-color: #79A4B0;
}

/* Dropdown content (hidden by default) */
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

/* Links inside the dropdown */
.dropdown-content a {
  float: none;
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}

/* Add a grey background color to dropdown links on hover */
.dropdown-content a:hover {
  background-color: #ddd;
}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
  display: block;
}

.outerlogoBox {
	margin:auto;
	padding-top:0px;
	width:100%;
	background-color:#FFF;
}
.innerlogoBox {
	margin:auto;
	height: 220px;
	max-width:1000px;
	min-width:600px;
}
.logoBox {
	height: 220px;
	background-image:url(images/Woodruff_Law_1color.png);
	background-repeat:no-repeat;
	background-color:#FFF;
	text-align:right;
	padding-right:15px;
	padding-top:5px;
	font:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	color:#4A7480;
	line-height:22px;
}

.topLine{
	height:2px;
	background-color:#325C74;
}

.outerBody{
	margin:auto;
	padding-top:0px;
	width:100%;
	min-width:600px;
	background-color:#FFF;
}
.innerBody{
	margin:auto;
	padding-top:0px;
	max-width:1000px;
	min-width:600px;
	background-color:#FFF;
}
.h1 {
font: Arial, Helvetica, sans-serif;
font-weight:bold;
font-size:20px;
padding-left: 35px;
color:#325C74;
background-color:#FFF;
padding-left:20px;
}

.welcome{
font: Arial, Helvetica, sans-serif;
font-weight:bold;
font-size:20px;
padding-left: 35px;
color:#325C74;
background-color:#;
padding-left:20px;
padding-top:10px;
margin-top:0px;
margin-bottom:15px;
}


.h2 {
font: Arial, Helvetica, sans-serif;
font-weight: bold;
font-size:18px;
padding-left: 35px;
color: #558391;
background-color:#FFF;
}

.h3 {
	font: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
	font-size: 14px;
	color: #79A4B0;
}

.footer {
padding-top:10px;
background-color:#E6E6E6;
height:20px;
width:100%;	
text-align:center;
font: Arial;
padding-left: 0px;
color: #999;
font-size:10px;
margin:auto;
position: sticky;
bottom: 0px;

}

.bioImage {
	width:200px;
	overflow:hidden;
	box-shadow: 10px 10px 5px #CCC;
	float:left;
	margin-right:30px;
	margin-bottom:30px;
}
.bioText {
	min-width:260px;
	max-width:100%;
	overflow:hidden;
}

/* ------ BEGIN ACCORDION ------ */
.accordBox{
	padding-top:15px;
	padding-right:20px;
	padding-left:20px;
	
}
.accordionMenu{
	width: 90%;
	margin: 0 auto;
	/* offset-x | offset-y | color */
	box-shadow: 10px 10px 5px #CCC;
	font-family: "14";
}

.accordionMenu input[type=radio]{
    display: none;
}

.accordionMenu label{
    display: block;
    height: 30px;
    line-height: 30px;
    padding: 0 0px 0 10px;
    background: #325C74;
    font-size: 18px;
    color: #fff;
    position: relative;
    cursor:pointer;
    border-bottom: 1px solid #e6e6e6;
}

.accordionMenu label::after{
    display: block;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 0 5px 10px;
    border-color: transparent transparent transparent #ffffff;
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 10;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition:all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.accordionMenu .content{
    max-height: 0;
    height: 0;
    overflow: hidden;
    -webkit-transition: all 3s ease-in-out;
    -moz-transition: all 3s ease-in-out;
    -o-transition: all 3s ease-in-out;

    transition: all 3s ease-in-out;
}

.accordionMenu .content .inner{
    font-size: 1.0 rem;
	font:Arial, Helvetica, sans-serif;
    color: #333;
    line-height: 1.5;
    background: white;
    padding: 1px 10px;
}

.accordionMenu input[type=radio]:checked + label:after{
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}

.accordionMenu input[type=radio]:checked + label + .content{
    max-height: 2000px;
    height: auto;
}
/* ------ END ACCORDION ------ */

/* ------ LOWER MENU ------ */
/* Navbar container */
.subMenu_navbar {
  overflow: hidden;
  background-color:#79A4B0;
  font-family: Arial;
  width:100%;
}

/* Links inside the navbar */
.subMenu_navbar a {
  float: left;
  font-size: 14px;
  color: FFF;
  text-align: center;
  padding: 5px 5px;
  text-decoration: none;
}

/* The dropdown container */
.subMenu_dropdown {
  float: left;
  overflow: hidden;
}

/* Dropdown button */
.subMenu_dropdown .dropbtn {
	font-size: 14px;
	border: none;
	outline: none;
	color: #FFF;
	padding: 5px 16px;
	font-family: inherit; /* Important for vertical align on mobile phones */
	margin: 0; /* Important for vertical align on mobile phones */
	background-color: inherit;
}

/* Add a red background color to navbar links on hover */
.subMenu_navbar a:hover, .subMenu_dropdown:hover .dropbtn {
	background-color: #F03;
}

/* Dropdown content (hidden by default) */
.subMenu_dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

/* Links inside the dropdown */
.subMenu_dropdown-content a {
  float: none;
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}

/* Add a grey background color to dropdown links on hover */
.subMenu_dropdown-content a:hover {
  background-color: #ddd;
}

/* Show the dropdown menu on hover */
.subMenu_dropdown:hover .subMenu_dropdown-content {
  display: block;

}

.bodyText_table_w {
	color: #FFF;
	font-weight: normal;
}
.bodyText_table_b {
	color: #000;
	font-weight: bold;
}
/*--scroller--*/
div.scrollmenu {
  background-color: #79A4B0;
  overflow: auto;
  white-space: nowrap;
}

div.scrollmenu a {
  display: inline-block;
  color: white;
  text-align: center;
  padding: 8px;
  text-decoration: none;
}

div.scrollmenu a:hover {
  background-color: #F00;
}
