/*
Copyright (c)2016 Mobile Soft Inc.
Bruce Thompson - support@mobilesoftinc.com
Created on : Mar 01, 2016
*/

html{
	height: 100px;
	margin: 0;
	padding: 0;
	font-family: 'Arial', 'Helvetica Neue', Helvetica, sans-serif;
}
 body {
	min-height: 130px;
}
footer {
	clear: both;
    float: left;
    width: 100%;
    height: 30px;
    text-align: center;
	position: relative;
	bottom: 0;
}
header {
	min-height: 100px;
    width: 100%;
    float: left;
    border: 0;
    background-image: url(/images/newblue.jpg);
    overflow: hidden;
	display: inline;
}
.page_head {
    overflow: hidden;
	display: inline;
}
.page_head_logo{
    float: left;
    width: 300px;
    height: 92px;
    margin-top: 2px;
    margin-left: 3px;
	display: inline;
}
.page_head_text{
    margin-left: 5px;
    margin-top: 2px;
    width: 30%;
    float: left;
	display: inline;
}
.page_head_contact{
    float: right;
    width: 20%;
    font-size: small;
	display: inline;
}
#contact_head_page a {
    display:inline;
    text-decoration:none;
}
#contact_head_page a:hover {
    color:#dddddd;
    background-color:#000000;
}
#contact_head_page a:active {
    background-color:#4CAF50;
    color:#ffffff;  
}
.page_head_search img{
    background-color: white;
}
.head_form_search{
    display: none;
}
.page_body_outer {
    clear:left;
    float:left;
    width:100%;
    overflow:hidden; 
    min-height: inherit;
	background-color: #ccd2dd;
}
.page_body_middle {
    float:left;
    width:100%;
    background-color: #8f86b7;
    position:relative;
    right:85%;
	min-height: inherit;
}
.page_menu {
    float:left;
    width: 15%;
    position:relative;
    left:85%;
    overflow:hidden; 
	min-height: inherit;
}
.page_menu h2 {
  font-size:14px;
  margin:4px 0 4px 0;
  text-align:center;
}
.page_menu a {
  display:block;
  text-decoration:none;
  /*box-shadow: 5px 5px 5px black;*/
  font-size:12px;
  background-color: white;
  margin-bottom:2px;
  color:blue;
  border-radius:5px;
  border:2px outset black;
}
.page_menu a:hover {
  color:white;
  background-color: black;
}
.page_menu a:active {
  background-color:blue;
  box-shadow: 3px 3px 3px gray;
  color:white;
}
.page_menu ul {
  background-color:black;
  color:black;  
  padding-inline-start: 0px;
}
.page_menu li {
    list-style-type:none;
    margin-left: 0em;
    text-align:center;
}
.page_info{
    float:left;
    width:84%;
    position:relative;
    left:86%;
    overflow:hidden; 
    display:inline-block;
    /*background-image: url(/images/background.jpg);
	background-color: #8f86b7;*/
	min-height: inherit;
}
