@charset "utf-8";

a img {border: none;}

#header_content_nav{height: 33px; float: left; clear:left; font-family: 'Buda',"Times New Roman", sans-serif; font-size: 20px; width:700px;}
#header_content_nav ul{ float: left; list-style: none; margin: 0 0 0 23px; padding: 0;}
#header_content_nav li{ float: left; padding: 4px 15px 4px 15px; margin:0; border-top: 1px solid #8c8c8c; border-right: 1px solid #8c8c8c; position: relative;}
#header_content_nav li a:hover{ color: #5c631c;}
#header_content_nav li:first-child{ padding-left: 0;}
#header_content_nav li:last-child{ padding-right: 0; border-right: none;}
#header_content_nav li a{ color: #941a13;}
#header_content input{ height: 25px; width: 150px; border: 1px solid #8c8c8c; padding: 0 0 0 5px; color: #8c8c8c; background: #e6e6e6;}
#header_content button{ height: 25px; padding: 0 10px 0 10px; }

/*drop down*/
#header_content_nav ul ul{font-size: 15px; font-family: Arial, Helvetica, sans-serif; color: #5c631c;  min-height: 150px; min-width: 270px; width: 270px; display: none; padding: 20px 60px 20px 0; top: 28px; left: -24px; position: absolute; z-index: 9999; background: #e6e6e6; border-left: 1px solid #8c8c8c; border-right: 1px solid #8c8c8c; border-bottom: 1px solid #8c8c8c;}
#header_content_nav ul ul.first{ left: -38px;}
#header_content_nav ul ul li, #header_content_nav ul ul li:first-child{ float: none; margin: 0 15px 0 0; padding: 0 15px 0 15px; border: none; line-height: 24px; position: static;}
#header_content_nav ul ul li:first-child img{display: block;}
#header_content_nav ul ul li img{position: absolute; display: none; top: 20px; right: 15px; border: 1px solid #5c631c; }
#header_content_nav ul ul li:hover{background: #e4e6c6;}
#header_content_nav ul ul li:hover img{display: block;}
#header_content_nav ul li:hover > ul{display: block;}
#header_content_nav ul ul li a{color: #5c631c;}

body {
	font: 100%/1.4 Verdana, Arial, Helvetica, sans-serif;
	background: #666;
	margin: 0;
	padding: 0;
	color: #000;
	list-style-type: none;
	vertical-align: top;
	background-color: mintcream;
}

/* ~~ Element/tag selectors ~~ */
ul, ol, dl { /* Due to variations between browsers, it's best practices to zero padding and margin on lists. For consistency, you can either specify the amounts you want here, or on the list items (LI, DT, DD) they contain. Remember that what you do here will cascade to the .nav list unless you write a more specific selector. */
	padding: 0;
	margin: 0;
	list-style-type: none;
}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;	 /* removing the top margin gets around an issue where margins can escape from their containing div. The remaining bottom margin will hold it away from any elements that follow. */
	padding-right: 15px;
	padding-left: 15px; /* adding the padding to the sides of the elements within the divs, instead of the divs themselves, gets rid of any box model math. A nested div with side padding can also be used as an alternate method. */
}
a img { /* this selector removes the default blue border displayed in some browsers around an image when it is surrounded by a link */
	border: none;
}
/* ~~ Styling for your site's links must remain in this order - including the group of selectors that create the hover effect. ~~ */
a:link {
	color: #42413C; /* unless you style your links to look extremely unique, it's best to provide underlines for quick visual identification */
	text-decoration: none;
}
a:visited {
	color: #6E6C64;
	text-decoration: none;
}
a:hover, a:active, a:focus { /* this group of selectors will give a keyboard navigator the same hover experience as the person using a mouse. */
	text-decoration: none;
}

/* ~~ this fixed width container surrounds all other elements ~~ */
.container {
	width: 1200px;
	background: #FFF;
	margin: 0 auto; /* the auto value on the sides, coupled with the width, centers the layout */
}

/* ~~ This is the layout information. ~~ 

1) Padding is only placed on the top and/or bottom of the div. The elements within this div have padding on their sides. This saves you from any "box model math". Keep in mind, if you add any side padding or border to the div itself, it will be added to the width you define to create the *total* width. You may also choose to remove the padding on the element in the div and place a second div within it with no width and the padding necessary for your design.

*/
.content {
	padding: 10px 0;
	float: none;
}

/* ~~ miscellaneous float/clear classes ~~ */
.fltrt {  /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page. The floated element must precede the element it should be next to on the page. */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class can be placed on a <br /> or empty div as the final element following the last floated div (within the #container) if the overflow:hidden on the .container is removed */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
.NoBorder {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
}
.BorderON {
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: none;
}
.BlackLine {
	background-color: #FFF;
	font-size: 1px;
}
.container .content table .BlackLine td {
	font-size: 1px;
	color: #FFF;
	font-weight: lighter;
	background-color: #CCC;
}
.BottonButton {
	background-color: #CCC;
}
.ButtonText {
	font-size: 12px;
	background-color: #CCC;
}
.LinkNoUnderline {
	list-style-type: none;
}
.BottonSelection {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	font-style: normal;
}
.container .content h3 a {
	color: #F00;
}
.SML_Display_Formate {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-style: normal;
}


.dropdown {
width: 100%;
	position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
	/*Following line control the display text - disabled rest of the contents move down.  Enabled drop town text overlay next contents*/
/*position: absolute;*/
	  min-width: 20%;
	max-width: 90%;
  background-color: #f9f9f9;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  padding-left: 10px;
  padding-right:10px;
  padding-bottom:10px;
  padding-top:10px;

  /*padding: 12px 12px;*/
  z-index: 1;
}

.dropdown:hover .dropdown-content {
  display: block;
}

textarea.single
{
	border: 1px solid black;
border-radius: 10px;
	text-align: left;
  background: lightgrey;
	font-size: 150%;
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 20px;
	padding-right: 20px;
	width: 90%;
  height: 25px;  
}

textarea.double
{
	border: 1px solid black;
border-radius: 10px;
	text-align: left;
  background: lightgrey;
	font-size: 150%;
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 20px;
	padding-right: 20px;
	width: 90%;
  height: 80px;  
}

textarea.triple
{
	border: 1px solid black;
border-radius: 10px;
	text-align: left;
  background: lightgrey;
	font-size: 150%;
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 20px;
	padding-right: 20px;
	width: 90%;
  height: 100px;  
}

textarea:focus
{
background-color: lightblue;}

mark {
    background-color: yellow;
    color: black;
    font-weight:bold;
    font-size:120%;
}

#loadingMessage {
   display: none;
   position: fixed;
   top: 50%;
   left: 50%;
   transform: translate(-50%, -50%);
   background-color: rgba(255, 255, 255, 0.8);
   padding: 20px;
   border-radius: 10px;
   box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);}
