html
{
    margin-bottom: 1px;
    padding: 0;
    max-width: 100%!important;
	min-width: 700px;
    }

html, body
{
    background-color: #ffffff;
	min-height: 100% !important;
	height: 100% !important;
}

body {
	font-size: 16px;
    line-height: 1.25;
    font-family: lato,Helvetica,Arial,sans-serif;
    color: #595959;
}

#container
{
    max-width: 1000px;
	width: 984px;
    margin: -8px auto;
    padding: 0;
    position: relative;
    z-index: 3;
    background-color: #ffffff;
    height: auto;
    image-rendering: -moz-crisp-edges;
    -ms-interpolation-mode: bicubic;
    border-bottom: none;
}

#header
{
    float: left;
    margin: 0;
    padding: 0;
    background-color: #ffffff;
    min-width:961px;
    border-bottom: solid #E07400 2px;
}

#header h1 {
	font-size: 1.35rem;
	padding-left: 20px;
    margin-top: 10px;
}

#logo
 {
    float: left;
    border: none;
    padding: 0;
    margin: 26px 10px 0 26px;
    width: 173px;
    height: 37px;
     }

 #wrapper
{
    width:100%;
    position: relative;
    left: 15px !important;
    top: 0;
    padding: 0;
    margin: 0 auto;
    float: left !important;
    z-index: 1;
    background: #fff;
    height: auto;
    -ms-interpolation-mode: bicubic;   /* Internet Explorer 7.0; default in IE8+ */
    image-rendering: -moz-crisp-edges;         /* Firefox */
}

   #main
  {
    clear: both;
    float: left;
    width: 100%;
    margin:0;
    padding: 0 10px 0 10px;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 700;
    margin-bottom: 1.25rem;
    line-height: 1.25;
    margin-top: 1.2em;
 }

h1 {
	margin-bottom: 0;
    padding-bottom: 1.5rem;
    max-width: 45rem;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    font-size: 2.25rem;
    font-weight: 700;
    line-height: 1.2;
}

h2 {
    font-size: 1.925rem;
    margin-top: 1.2em;
}

h3 {
    display: block;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: 400;
    font-size: 1.5rem;
}

p {
	font-size: 1.125rem;
    margin-bottom: 1.125rem;
    font-weight: 400;
}

a, a:link, a:visited {
    text-decoration: none;
}

a {
    background-color: transparent;
    color: #0098C2;
}

ul {
	padding-top: .5rem;
	list-style-type: disc;
	padding: 1.125rem 0 1rem 2rem;
    max-width: 45rem;
    margin-left: 0;
}

li {
	margin-bottom: 1rem;
    font-size: 1.125rem;
    line-height: 1.35;
}

table {
	border-collapse: collapse;
    border-spacing: 0;
    background-image: none;
    width: 100%;
    height: auto;
    border: 1px solid transparent;
}

td, th {
    padding: .75rem 0 .75rem 1.5rem;
}

th {
	background: #fff;
    text-align: left;
    color: #000;
    border-top: 3px solid #d7dbde;
    padding-top: 1rem;
}

tr {
	border-bottom: 2px solid #EFF3F7;
}

td {
    color: #595959;
    font-weight: 400;
}

select, input, p input {
	margin-bottom: 8px;
    border: 2px solid #B8C4D0;
    border-radius: 3px;
    padding: .1rem .5rem;
    height: 2.25rem;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-size: 16px;
}

.info {
	color:red;
	font-size: 1.5em;
}

.modal { display: none; position: fixed; z-index: 1; padding-top: 25px; left: 0; top: 0; width: 100%; height: 100%; overflow: auto; background-color: rgb( 0, 0, 0 ); background-color: rgba( 0, 0, 0, 0.5 ); }

.modalcontent { background-color: #fefefe; margin: auto; padding: 10px; border: 1px solid #888; width: 75%; border-top: solid #E07400 4px;}

.close { color: #aaaaaa; float: right; font-size: 28px; font-weight: bold;}

.close:hover, .close:focus { color: #000; text-decoration: none; cursor: pointer; }

.allocationamt, .balamt { font-weight: bold; }

.error { color: red; }

p .button.shadow, button.shadow {
    box-shadow: 0 4px 8px rgba(51,40,28,.25);
    background-color: #E07400;
    border: 2px solid #E07400;
    color: #fff;
    display: inline-block;
    border: none;
    text-align: center;
    font-size: 1rem;
    line-height: 1.35;
    -webkit-transition: background-color .15s ease-out,border-color .15s ease-out;
    transition: background-color .15s ease-out,border-color .15s ease-out;
    border-radius: 2px;
}

.button.dark-blue:focus, .button.dark-blue:hover, button.dark-blue:focus, button.dark-blue:hover, input[type=submit].dark-blue:focus, input[type=submit].dark-blue:hover {
    box-shadow: 0 4px 8px rgba(51,40,28,.25);
    background-color: rgb(246, 178, 33);
    border: 2px solid rgb(246, 178, 33);
    color: #fff;
    display: inline-block;
    border: none;
    text-align: center;
    font-size: 1rem;
    line-height: 1.35;
    -webkit-transition: background-color .15s ease-out,border-color .15s ease-out;
    transition: background-color .15s ease-out,border-color .15s ease-out;
    border-radius: 2px;
}

 #footer
    {
    clear: left;
    position: relative;
    margin: 50px auto;
    min-width: 961px;
    padding: 0;
    background-color: #353432;
    height: 50px;
    background: linear-gradient(to bottom right,#353432,#4f4d4b);
    padding: 1rem;
    position: relative;
    margin-bottom: -1px;
    width: 100%;
     }

 .footer-address
    {
    font-size: 1rem;
    line-height: 1.6em;
    font-weight: 400;
    width: 100%;
    color: #EFF3F7;
    text-align:center;
    }
