﻿

/*=Global Reset
************************************************************/

div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	*zoom: 1;
    
    
}

/*=Global Elements
************************************************************/

html {
	margin-left:auto;
	margin-right:auto;
	font-size:15px;
	width:100%;
	background-color:#fff
}


body {
    color:#3c3c3c;
    margin-top:10px;
    position:relative;
    text-align:center;
    font-family:"Arial","Helvetica","Trebuchet MS","Verdana","Times New Roman","Sans-Serif";
    margin-left:auto;
    margin-right:auto;

}

legend 
{
    font-size:1em;
    margin-left:10px;
    text-align:center
}

strong {
    font-weight: bold;
}

label>i 
{
    color:gray;
    font-weight:normal;
    display:block;
    font-size:.8em
}


img 
{
    border:0;
    border-collapse:collapse
}

th
{
     color:#0b5a9c;
}

h1,h2,h3,h4,h5,h6,h7{text-align:left}



h1 
{
    padding: 20px 10px;
    color:#0b5a9c;
    font-size:24px;
    line-height:32px
}



h2 
{
    padding-left: 10px;
    color:#0d4f8b;
    font-size:18px;
    line-height:24px
}



h3 
{
    padding: 0px 0px 5px 10px;
    color:#444;
    font-size:14px;
    font-weight:bold;
    line-height:18px;
}



h4 
{
    padding-left: 10px;
    color:#222;
    font-size:12px;
    line-height:15px
}



h5 
{
    padding-left: 10px;
    font-size:10px;
    line-height:12px
}



ol 
{
    list-style:none;
    margin:0;
    margin-top:10px;
    position:relative;
    padding-left:0;
    margin-bottom:10px
}

#header 
{
    text-align:left;
    overflow:visible;
    background-color:#fff
}



#footer-wrapper{background-color:#fff}



#footer 
{
    clear:both;
    position:relative;
    background-color: #0b5a9c;
    color:#fff;
    padding:0;
    text-align:center;
    height:150px;
    padding-top:10px;
    width:100%
}



#footer p {text-align:center}



#footer a 
{
    color:#fff;
}

#footer-links
{
    padding-bottom:2px;
}


* html #left {left:220px}



* html body {overflow:hidden}

.horizontalcssmenu {
    text-align:justify;
    height:34px;
    padding:5px 1px 0 1px
}

.showmenubar 
{
    background-color:#edf3f8;
    border-bottom:1px solid #b4cde2;
    display:block;
    padding:3px;
    margin:0
}



.horizontalcssmenu ul 
{
    list-style-type:none;
    margin:0;
    padding:0
}



.horizontalcssmenu>ul>li 
{
    display:inline-block;
    zoom:1;
    display:inline;
    list-style:none;
    margin:0;
    position:relative
}



.horizontalcssmenu>ul>li>ul 
{
    float:right;
    left:0%;
    top:32px;
    position:absolute;
    display:inline;
    visibility:hidden;
    z-index:100;
    border:1px solid #909090;
    padding-bottom:2px;
    background:#f3f3f3;
    margin:0;
    padding:0
}


.horizontalcssmenu>ul>li ul>li>a 
{
    width:190px;
    font-size:1em;
    font-weight:normal;
    padding:8px 8px;
    background:#f3f3f3;
    border:none;
    text-decoration:none;
    color:#333;
    border-top:1px solid transparent;
    border-bottom:1px solid transparent
}



.horizontalcssmenu>ul>li a 
{
    display:block;
    width:auto;
    text-decoration:none;
    color:#fff;
    font-size:.97em;
    font-weight:100
}

.horizontalcssmenu>ul>li ul>li 
{
    display:block;
    float:none;
    margin-bottom:0;
    position:relative;
    color:#000
}

.graymenu>ul>li a 
{
    background-color: #0b5a9c;
    -moz-border-radius:2px;
    border-radius:2px;
    border:1px solid #6d8280;
    padding:8px 10px 8px 10px

}

.graymenu>ul>li a:hover 
{
    background-color:#f2f3f2;
    text-decoration:none;
    color:#333
}

* {
  box-sizing: border-box;
}
/* Style inputs, select elements and textareas */
input[type=text], select, textarea{
  width: 100%;
  padding: 5px;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  resize: vertical;
}

/* Style the label to display next to the inputs */
label {
  padding: 2px 2px 2px 0;
  display: inline-block;
}

/* Style the submit button */
input[type=submit] {
  background-color: #4CAF50;
  color: white;
  padding: 15px 30px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  float: none;

}

.btn {
  background-color: #4CAF50;
  color: white;
  padding: 12px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  float:left;
}

/* Style the container */
.container {
  border-radius: 5px;
  background-color: #f2f2f2;
  padding: 20px;
}

/* Floating column for labels: 25% width */
.col-25 {
  float: left;
  width: 25%;
  margin-top: 6px;
  text-align:left;
}

/* Floating column for labels: 50% width */
.col-50 {
  float: left;
  width: 50%;
  margin-top: 6px;
  text-align:left;
  
}

/* Floating column for labels: 100% width */
.col-100 {
  float: left;
  width: 100%;
  margin-top: 6px;
  

}
.col-100r {
  float: right;
  width: 100%;
  margin-top: 6px;

}

/* Floating column for inputs: 75% width */
.col-75 {
  float: left;
  width:75%;
  margin-top: 6px;
  text-align:left;
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}



/* Responsive layout - when the screen is less than 600px wide, make the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
  .col-25, .col-75, .col-50, input[type=submit] {
    width: 100%;
    margin-top: 0;
  }
}


