﻿/* {
  height: 100%;*/
  /*background: linear-gradient(90deg, white, gray);*/
/*  background-color: #eee;
}
*/



body {
  background-color: #ededed;
  color: #424242;
  font-size:14px;
  font-family: "Helvetica Neue", "Segoe UI", Segoe, Helvetica, Arial, "Lucida Grande", sans-serif;
  font-weight: normal;
  margin: 0;
  padding: 0;
  line-height:1.428571429;
  /*background: linear-gradient(90deg, white, gray);*/
  background-color: #eee;
}

.body2 {
  background-color: #ededed;
  color: #424242;
  font-size:14px;
  font-family: "Helvetica Neue", "Segoe UI", Segoe, Helvetica, Arial, "Lucida Grande", sans-serif;
  font-weight: normal;
  margin: 0;
  padding: 0;
  line-height:1.428571429;
  background-image:url('KC Birney 1533 FAKE_03.jpg');
  }

h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6{font-family:"HelveticaNeue-Light","Helvetica Neue Light",
	"Helvetica Neue",Helvetica,Arial,"Lucida Grande",sans-serif;font-weight:normal;line-height:1.1;color:#333}

h1 small,h2 small,h3 small,h4 small,h5 small,h6 small       {font-weight:normal;line-height:1}

.h1 small,.h2 small,.h3 small,.h4 small,.h5 small,.h6 small{font-weight:normal;line-height:1}

h1,.h1{font-size:45px;line-height:48px}

h2,.h2{font-size:36px;line-height:42px}
h3,.h3{font-size:28px;line-height:36px}
h4,.h4{font-size:24px;line-height:25px}
h5,.h5{font-size:20px;line-height:24px}
h6,.h6{font-size:18px;line-height:24px}

.lead {
  font-size: 25px;
  font-weight: 200;
  margin-bottom: 10px;
}


.container {
  margin-left:  auto;
  margin-right:  auto;
  max-width: 1170px;
  padding-right: 15px;
  padding-left: 15px;
}
body_heading{
  width :502px;
  height: 100%;
  }

.boxa {	
   border-width : 3px; 
   border-style: solid;
}

.boxb {	
   border-width : 5px; 
   border-style:dashed;
   outline:lime;
   outline-style:groove;
 width: 90%;
 border: thin;
}

.boxc {	
   border-width : 3px; 
   border-style: solid;
   width: 15%;
   text-align: center;
}

a { color: #0000FF;  text-decoration:underline;}
a:hover {color:#165db5;text-decoration:underline}
a:focus {color:#165db5;text-decoration:underline}

p {
  font-size:14px;
  margin: 0 0 10px;
}


/* column2 --- added 08 28 19 aw */
.column2 {
  float: left;
  width: 50%;
}

/* ---------------------------- */


/* column3 --- added 04-21-19 */
.column3 {
	font-size:19px;
	margin: 0 0 10px;
	text-align:center;
/* added 4/26/19 SB */
/* border-width : 3px; 
   border-style: solid;
   border-color: #F00; */
}

/* ------------Center image----------- */
.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}

/* -------------Added Mar 11 2020  aw--------------- */
.menu1 {
  position: absolute;
  left: 150px;
    width: 100%;
  border: 3px solid green;
}
.menu1a {
  position: absolute;
  left: 150px;
    width: 100%;

}


/* ---------------------------- */

.text-center{text-align:center}

.CopyRight{
	text-align:center;
}

.left {
       float: left;
    width: 50%;
}

.right {
        margin-left: 50%;
}
.tda { height:120px;
 border-bottom-color:black;
 border-bottom-style:solid;border-left-width:thin
	
}

.wrap {
  min-height: 100%;
  .display: table;
  .height: 100%;
}

.welcome-container {
  width: 500px;
  margin: 0 auto;
  overflow: auto;
  padding-bottom: 60px;
}

.coming-soon-wrap {
  margin-top: 90px;
}

.frowny-face {
  text-align: center;
  font-size: 130px;
  color: #919191;
  line-height: 1.1;
  margin-top: 90px;
  margin-bottom: 70px;
}

.welcome-container h1 {
  margin-bottom: 1em;
}
	
.btn-primary {
    background-color: #7FB141;
    border-color: #648C33;
    color: #FFFFFF;
}

input, button, select, textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}
button, html input[type=button], input[type=reset], input[type=submit] {
    cursor: pointer;
}
button, select {
    text-transform: none;
}
button, input {
    line-height: normal;
}
button, input, select, textarea {
    font-family: inherit;
    font-size: 100%;
    margin: 0;
}

.btn {
    border-left: 0 solid transparent;
	border-right: 0 solid transparent;
	border-top: 0 solid transparent;
	border-bottom: 3px solid transparent;
	-moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-image: url('') none;
    border-radius: 0 0 0 0;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.42857;
    margin-bottom: 0;
    padding: 8px 20px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    text-decoration: none;
}

.btn-primary {
    background-color: #7FB141;
    border-color: #648C33;
    color: #FFFFFF;
}

.btn-primary:hover, 
.btn-primary:focus, 
.btn-primary:active, 
.btn-primary.active {
    background-color: #729E3A;
    border-color: #496626;
    color: #fff;
}

.btn:hover, 
.btn:focus {
    text-decoration: none;
}

.login-container {
  text-align: right;
  margin: 20px;
}

.footer {
  position: relative;
  margin-top: -60px; /* negative value of footer height */
  height: 60px;
  clear:both;
  text-align: center;
  font-size: 14px;
}


/* ------------------------------------------------------- */
/* Clear floats after the columns --- added 08 29 19 aw */
.row:after {
  content: "";
  display: table;
  clear: both;
}

/* used on 404 page */
.row:before {
  display: table;
  content: " ";
}

/* home icons */	
#icons	{
  color: #000fff;
  font-size:8pt;font-weight:bold;
  width:200px;
  left: 70px; top: 140px; position: absolute
}
#icons a:link		{color:#DFDFDF;} 
#icons a:visited	{color:#000fff;} 
#icons a:hover		{color:#000fff; 	text-decoration:underline;} 
#icons a:active		{color:#000fff;}


/* ------------------------------------------------------- */
/* ------------------------------------------------------- */
/*  SET in kc1533_01.css
#all {
 width: 100%;
 height: auto;
 margin-left: auto;
 margin-right: auto;
 border: 1px solid gray;
}


#header {
 background-color: #e2e393;
 border-bottom: 3px solid black;
 text-align: center;
 width: 100%;
 height: 100px;
 padding-top: 1em;
}
*/

#left {
 float: left;
 width: 200px;
 clear: left;
 border-right: 1px solid black;
 /* height 400px; */
 height: 100%;
 padding-right: .5em;
}


#right {
 float: left;
 width: 580px;
 /* height 400px; */
 height: 100%;
 padding-left: .5em;
}

/* ADDED 9/23/2018 SB  */
/* ---------------- BottomBar Division --------------------- */
.BottomBar {
	position: fixed;
	bottom: 0px;
	height:30px;
	width: 100%;
	clear:both;
	background-color:#e2e393; 
}

#BottomBarCenter {
	color:#000;
	margin-top: 8px;
	text-align:center;
}

/* ADDED 9/23/2018 SB  */
/*  -----------  Added for 2018 Repaint  -----------  */
#MainContainer {
	background-color: #EEE;
	width:100%;
	heigth:500px;
}
.GalleryBox {
	background-color:#eee;
	padding:15px;
	margin-bottom:5px;
	max-width: 800px;
	height:100%;
	border:medium #000;
/* added 4/26/19 SB for testing */
/* border-width : 3px; 
   border-style: solid;
   border-color: #F00; */
}
.box {
	display: inline-table;
	float: none;
	text-align:center;
	width: 180px;
	height: 100px;
	margin: 10px;
	padding: 5px; 
	background-color:#EEE;
	color:#EEE;
	border-bottom: 2px solid #424242;}
.after-box {
	clear: left;
	background-color: #e2e393;
	width:auto;
	margin-top: 10px;
}

