﻿/* CSS RESET */

html, body, 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, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video 
{
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section 
{
	display: block;
}
body 
{
	line-height: 5;
}

ol, ul 
{
	list-style: none;
}

blockquote, q 
{
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after 
{
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

p {
  padding-left:10px;
  padding-right:10px;
  padding-bottom:10px;
  line-height: 1.5em;
  font-family: Arial, Helvetica, sans-serif;
}

.logo{
	width: 1100px;
	margin-left: auto; 
	margin-right: auto;
	padding-bottom: 100px;
	position: absolute; 
	top: 10px; z-index: 3; 
	bottom: 20px; 
	margin-left: auto; 
	margin-right: auto; 
	display: block;
	width: 100%;
	text-align: center;
    margin:0 auto;
	
}

.tags{
	 font-size: x-small;
	 color: gray;
}


.elements{
	display: flex;
	justify-content: center; 
  	margin-top: -385px;
	margin-bottom: auto;
	margin-right: auto;
	margin-left: auto;	
}

.featureslocation{
	position: relative; 
	margin-top: -100px; 
	margin-bottom: auto; 
	margin-right: auto; 
	margin-left: auto; 
	clear: none; 
	width:1100px;
}

.headertitle{
	display: inline; 
	justify-content: center; 
	display: block;
}

.wrapper{
	position: absolute; 
	top: 10px; z-index: 3; 
	bottom: 20px; 
	margin-left: auto; 
	margin-right: auto; 
	display: block;
	width: 100%;
	text-align: center;
    margin:0 auto;
}


.currentlocation{
	font:normal 14px Arial;
	position: relative;
	float: inherit;
	margin-top: 330px;
	margin-bottom: auto;
	margin-right: auto;
	margin-left: auto;	
	clear: none;
	width:1084px;
	padding: 10px 0px 10px 10px;
	border: 1px;
	border-style: solid;
	border-color: #317abf;
    border-radius: 5px;
    background: rgba(178, 178, 178, 0.5);	
}


#footer {
	position: absolute; 
	text-align:center; 
	font-size: 10px; 
	width: 1100px; 
	clear: both;
}

.headertitle{
	display: flex; 
	justify-content: left;
}

.footermenu{
	position: relative;  
	margin-right: auto; 
	margin-left: auto; 
	clear: none; 
	height: 200px; 
	width:1100px; 
	padding: 5px 0px 5px 5px; 
	border: 1px solid; 
	border-color: #317abf; 
	border-radius: 5px;
	background: rgba( 38, 38, 38, 0.5);
}

.col{
	padding:0em; 
	display:table-cell; 
	font:normal 14px Arial; 
	font-weight: none; 
	color: #ffcc33; 
	width: 14%;
}

a.footeritem:link{
	text-decoration: none; 
	color: #ffffff; 
	font:normal 11px Arial;
}

a.footeritem:visited {
	text-decoration: none; 
	color: white; 
	font:normal 11px Arial;
}

a.footeritem:hover {
	text-decoration: underline; 
	color: #ffcc33; 
	font:normal 11px Arial;
}

a.footeritem:active {
	font:normal 11px Arial;
} 

/* Banner Button */

.butn {
   border-top: 1px solid #96d1f8;
   background: #65a9d7;
   background: -webkit-gradient(linear, left top, left bottom, from(#3e779d), to(#65a9d7));
   background: -webkit-linear-gradient(top, #3e779d, #65a9d7);
   background: -moz-linear-gradient(top, #3e779d, #65a9d7);
   background: -ms-linear-gradient(top, #3e779d, #65a9d7);
   background: -o-linear-gradient(top, #3e779d, #65a9d7);
   padding: 5px 10px;
   -webkit-border-radius: 8px;
   -moz-border-radius: 8px;
   border-radius: 8px;
   -webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
   -moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
   box-shadow: rgba(0,0,0,1) 0 1px 0;
   text-shadow: rgba(0,0,0,.4) 0 1px 0;
   color: white;
   font-size: 14px;
   font-family: Arial;
   text-decoration: none;
   vertical-align: middle;
   }
.butn:hover {
   border-top-color: #28597a;
   background: #28597a;
   color: #ccc;
   }
.butn:active {
   border-top-color: #1b435e;
   background: #1b435e;
   }  
   .container{
        width: 200px;
        height: 200px;
        position: relative;
        margin: 20px;
    }
    
    .blended_grid{
	display : block;
	width : 1100px;
	overflow : auto;
	margin : 0px auto 0 auto;
}

.pageColumnLeft{
	float : left;
	clear : none;
	height : 1250px;
	width : 200px;
}

.pageColumnMid{
	float : left;
	clear : none;
	height : 1250px;
	width : 450px;
}

.pageColumnRight{
	float : left;
	clear : none;
	height : 1250px;
	width : 450px;
}

.pageColumnMerged{
	float : left;
	clear : none;
	height : 1250px;
	width : 900px;
}

h1 {
  display: block;
  font-size: 1.5em;
  margin-top: 0.83em;
  margin-bottom: 0.83em;
  margin-left: 10px;
  margin-right: 0;
  font-weight: bold;
  font-family: "One Stroke Script LET";
}

h2 {
  display: block;
  font-size: 1.5em;
  margin-top: 0.83em;
  margin-bottom: 0.83em;
  margin-left: 10px;
  margin-right: 0;
  font-weight: bold;
  font-family: "One Stroke Script LET";
	
}

h3 {
  display: block;
  font-size: 1.17em;
  margin-top: 1em;
  margin-bottom: 1em;
  margin-left: 10px;
  margin-right: 0;
  font-weight: bold;
  font-family: Arial, Helvetica, sans-serif;
}

h4 {
  display: block;
  font-size: 1em;
  margin-top: 1.33em;
  margin-bottom: 1.33em;
  margin-left: 10;
  margin-right: 0;
  font-weight: bold;
  font-family: Arial, Helvetica, sans-serif;
}

h5 {
  display: block;
  font-size: .83em;
  margin-top: 1.67em;
  margin-bottom: 1.67em;
  margin-left: 10;
  margin-right: 0;
  font-weight: bold;
  font-family: Arial, Helvetica, sans-serif;
}

h6 {
  display: block;
  font-size: .67em;
  margin-top: 2.33em;
  margin-bottom: 2.33em;
  margin-left: 00;
  margin-right: 0;
  font-weight: bold;
  font-family: Arial, Helvetica, sans-serif;
}

uul {
  display: block;
  list-style-type: disc;
  margin-top: 1em;
  margin-bottom: 1 em;
  margin-left: 0;
  margin-right: 0;
  padding-left: 40px;
  line-height: 1.5em;
}

.myButtonBody {
font-size:14px;
  font-family:Arial;
  width:140px;
  height:50px;
  border-width:1px;
  color:#ffffff;
  border-color:rgba(208, 2, 27, 1);
  border-top-left-radius:6px;
  border-top-right-radius:6px;
  border-bottom-left-radius:6px;
  border-bottom-right-radius:6px;
  box-shadow:inset 0px 1px 0px 0px #f29c93;
  text-shadow:inset 0px 1px 0px #b23e35;
  background:linear-gradient(90deg, rgba(2,0,36,1) 0%, rgba(49,123,191,1) 35%, rgba(0,212,255,1) 100%);	
}
.myButtonBody:hover {
  background: linear-gradient(90deg, rgba(2,0,36,1) 0%, rgba(0,212,255,1) 35%, rgba(49,123,191,1) 100%);
  }
.myButtonBody:active {
	position:relative;
	top:1px;
}

ul.a {
  list-style-type: circle;
    padding-left:30px;
  padding-right:10px;
  padding-bottom:10px;
  line-height: 1.5em;
  font-family: Arial, Helvetica, sans-serif;

}

ul.b {
  list-style-type: square;
}

ol.c {
  list-style-type: upper-roman;
}

ol.d {
  list-style-type: lower-alpha;
}

