﻿/*CSS Layout*/
header, section, footer, aside, nav, main, article, figure, figcaption {
    display: block;
} 

.header {
float:left;
width:960px
}
/* iphone */
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
	img { max-width: 50%; }
}

/* ipad */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
	img { max-width: 100%; }
}

.clearfix:after {
   content: " "; /* Older browser do not support empty content */
   visibility: hidden;
   display: block;
   height: 0;
   clear: both;
}
.floating-box {
    display: inline-block;
    width: 45%;
    height: 100%;
    margin: 25px;
    padding: 5 %;
    vertical-align:top;

    border: collapse;  
}

/* boxes-bordered-types */
.box20 {
	width:220px;
	/*float:left;*/
	display: inline-block;
	margin: 10px;
	text-align:left;
	border-collapse: separate;
	border-radius: 10px;
	border:thin solid navy;
	padding: 5 px;
	box-shadow: 5px 5px 5px grey;
	word-wrap:normal;	
	overflow-x:auto;
	overflow-y:auto;
	vertical-align:top;

	
}
.box33 {
	width:300px;
	display: inline-block;
	margin: 10px;
	text-align:left;
	border-collapse: separate;
	border-radius: 10px;
	border:thin solid navy;
	padding: 10 px;
	box-shadow: 5px 5px 5px grey;
	vertical-align:top;
	overflow-x:auto;
	overflow-y:auto;

}
.box50 {
	width:460px;
	margin: 15px;
	text-align:left;
	border-collapse: separate;
	border-radius: 10px;
	border:thin solid navy;
	padding: 5 px;
	box-shadow: 5px 5px 5px grey;
	display: inline-block;
	overflow-x:auto;
	overflow-y:auto;
	vertical-align:top;

}
.box100 {
	width:80%;
	margin-left:auto;margin-right:auto;
	
	border-collapse: separate;
	border-radius: 10px;
	border:thin solid navy;
	padding: 5 px;
	box-shadow: 5px 5px 5px grey;
	overflow-x:auto;
	overflow-y:auto;

	
}
/* borderless box types*/
.box_logo {
	width:220px;
	display: inline-block;
	margin: 10px;
	padding: 5 px;
	word-wrap:break-word;	
	overflow-x:auto;
	overflow-y:auto;
	vertical-align:top;
}
.box_25 {
	width:220px;
	display: inline-block;
	margin: 10px;
	text-align:center;
	padding: 5 px;
	word-wrap:break-word;	
	overflow-x:auto;
	overflow-y:auto;
	vertical-align:top;

	
}
.box_33 {
	width:300px;
	display: inline-block;
	margin: 10px;
	text-align:center;
	padding: 5 px;
	vertical-align:top;
	overflow-x:auto;
	overflow-y:auto;

}

.box_50 {
	display: inline-block;
	width:40%;
	height: 850px;
	margin: 5px;
	text-align:left;
	padding: 5 px;
	overflow-x:auto;
	overflow-y:auto;
	word-wrap:break-word;
	vertical-align:top;
}
.box_100 {
	width:80%;
	display: inline-block;
	margin-left:auto;margin-right:auto;
	padding: 5 px;
	overflow-x:auto;
	overflow-y:auto;
	word-wrap:break-word;
	vertical-align:top;
}

.rows {
	width:80%;
	margin: 10px;
	text-align:center;
	border:thin solid black;
	float:left
}
.rowcenter {
	width:90%;
	margin-left:  auto;
	margin-right:  auto;
	margin-bottom:10px;
	text-align:center;
	/*border:thin solid black;*/
	
	vertical-align:top;
	
}
.divcenter {
	margin-left:auto;margin-right:auto
}
 /* .flex-container {
 We first create a flex layout context -IE11 compatible only
  display: flex; */
  
  /* Then we define the flow direction and if we allow the items to wrap 
   * Remember this is the same as:
   * flex-direction: row;
   * flex-wrap: wrap;
   */
 /* flex-flow: row wrap;*/
  
  /* Then we define how is distributed the remaining space 
  justify-content: space-around;
}*/
.menu1 {
	float: left;
	width:10%
}

.content1 {
	float: right;
}
.spacer {
	clear: both;
	height:5px;
}
.nav1 {
	clear:both;
	
}
.center {
	text-align: center;
	font-family: Arial;
	padding:1%;
	}
.topctr {
	text-align: center;
	font-family: Arial;
	font-size:x-small;
	vertical-align:top;
}
.tdmiddle {
	text-align:center;
	font-family:Arial;
	font-size:small;
	vertical-align:middle
}

.right {
	text-align: right;
	font-family: Arial;
}
.smalltext {
	font-size:x-small;
}
.mediumtext {
	font-size:small;
}

.left {
	text-align: left;
	font-family: Arial;
}

.tnr-sm {
	font-family: "Times New Roman";
	font-size: small;
	text-align:center
}
.indent120 {
	margin-left: 120px;
}

.indent160 {
	margin-left: 160px;
}
.indent60 {
	margin-left: 60px;
}

.underline {text-decoration:underline
}

.highlight {
	background-color: #FFFF00;
	font-weight: 700;
}

/* begin image styles*/
img.noborder {
	margin:3px;
	border:0px;
}
.imgleft {
	display:inline-block;
	float:left;
	padding:5px
}

/* background colors */
.bgwhite {background-color:white}
.bggold {background-color:#FFFFCC}
.bggray {background-color:#D3D3D3}
.ltblue {background-color:#C2DFFF
}

/* begin classic style tables */
table.main {
	width: 600px;
	background-color:white;
	border-style: solid;
	border-width: 4px;
	border-color:#28b;	
	border-collapse: collapse;
	text-align:center;
	font-family:Arial;
	font-size:small;
}

/* begin classic table cells */	
td.borders {
	border-style: solid;
	border-width: thin;
	border-color:#C2DFFF;
	text-align:center;
}
td.bluback {
	border-style: solid;
	border-width: thin;
	border-color:#C2DFFF;
	background-color:#C2DFFF;
	text-align:center;
}
/*end table style-classic*/
.copyrightjw {
	text-align: center;
	font-family: Arial;font-size:small;
	color:white;
	padding:1%;
	}
.tealfont {
	font-family: "Franklin Gothic Medium", "Arial Narrow", Arial, sans-serif;
	color: #03498d;
}
.gradientBox {
background: #03498d; /* Older browsers */
background: -moz-linear-gradient(left,  #03498d 0%, #cce5fe 100%); /* FF3.6+ */
background: -webkit-linear-gradient(left,  #03498d 0%,#cce5fe 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(left,  #03498d 0%,#cce5fe 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(left, #03498d 0%,#cce5fe 100%); /* IE10+ */
background: linear-gradient(left,  #03498d 0%,#cce5fe 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#03498d', endColorstr='#cce5fe',GradientType=0 ); /* IE6-9 */
}

/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#1e5799+0,2989d8+58,7db9e8+100 */
.tealgradientbox {
background: #1e5799; /* Old browsers */
background: -moz-linear-gradient(left, #1e5799 0%, #2989d8 58%, #7db9e8 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left, #1e5799 0%,#2989d8 58%,#7db9e8 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right, #1e5799 0%,#2989d8 58%,#7db9e8 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#7db9e8',GradientType=1 ); /* IE6-9 */
}
h6
{
	font-family: Arial, Tahoma, "Times New Roman", sans-serif;
	color: rgb(0,0,0);
	font-size: xx-small;
	text-align: center;
}
h5
{
	font-family: Arial, Tahoma, "Times New Roman", sans-serif;
	color: rgb(0,0,0);
	font-size:x-small;
	text-align:center
}
h4
{
	font-family: Arial, Tahoma, "Times New Roman", sans-serif;
	color: rgb(0,0,0);
	font-size:small;
	text-align:center
}
h3
{
	font-family: Arial, Tahoma, "Times New Roman", sans-serif;
	color: rgb(0,0,0);
	font-size:medium;
	text-align:center
}
h2
{
	font-family: Arial, Tahoma, "Times New Roman", sans-serif;
	color: rgb(0,0,0);
	font-size:large;
	text-align:center
}
h1
{
	font-family: Arial, Tahoma, "Times New Roman", sans-serif;
	color: rgb(0,0,0);
	font-size:x-large;
	text-align:center
}
th
{
	font-family: Arial, Tahoma, "Times New Roman", sans-serif;
	color: rgb(0,0,0);
	font-size:large;
	text-align:center
}

