/* Columns: 12, Gutter Width: 1.5, Breakpoints:  */ 

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
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%;
  vertical-align:baseline;
  background:transparent;
} 

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section { 
    display:block;
}

nav ul, nav li { margin: 0; } 
nav ul, ul { list-style:none; }

.span1, .span2, .span3, .span4, .span5, .span6, .span7, .span8, .span9, .span10, .span11, .span12{
    float:left;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
}

.col{
  margin-left: 1.5%;
}

.col:first-child {
  margin-left:0;
}

.span1{
  width: 6.95833333333%;
  
}
.span2{
  width: 15.4166666667%;
  
}
.span3{
  width: 23.875%;
  background: #E0ECF8;
  padding: 5px 8px 5px 12px; 
  
}
.span4{
  width: 32.3333333333%;
  
}
.span5{
  width: 40.7916666667%;
  
}
.span6{
  width: 49.25%; 
}



.span7{
  width: 57.7083333333%;
  
}
.span8{
  width: 66.1666666667%;
  padding-left: 50px;  
}

.span9{
  width: 74.625%;
  
}
.span10{
  width: 83.0833333333%;
  
}
.span11{
  width: 91.5416666667%;
  
}
.span12{
 width: 100%;
  margin-left: 0;
}

body{ 
  font-size: 87.5%;
  color: #252e35; 
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; 
  line-height: 1.5em;
  background: #f6f6f6;  
}

h1{
    font-size: 1.5em; /* 24 / 14 */
    line-height: 1.5em; /* 21 / 14 */
    color: #0174DF;
    padding:5px 0 5px 10px; 
}

h2{
  font-size: 1.5em; /* 21 / 14 */
  line-height: .8em; /* 21 / 14 */
  color: #0174DF;  
  padding:0px 0 0 0;
}

aside h2{
  font-size: 1.3em; /* 21 / 14 */
  line-height: 1.3em; /* 21 / 14 */
  color: #0174DF;  
  padding:0px 0 0 0;
}

h3{
  font-size: 1.1em; 
  line-height: 1.5em;
  color: #0174DF;  
  padding: 10px 0 10px 0;
}


p{
    font-size: 1em; /* 14 / 14 */
    line-height: 1.5em; /* 21 / 14 */
    margin-bottom: 1.5em; /* 21 / 14 */
}

.lrgtxt {
	font-size: 1.3em;
	 margin-bottom: 1em;
}

div.centered {
    text-align: center;
	}

#container, .inner{
  margin: 0 auto;
}

header{
  background: #005B9A;
}

header h2{
padding: 10px 0 0 15px;
}

footer{
  background: #005B9A;
}

footer p{
 color: white;
 padding: 15px 0 2px 20px;
}

#container{
  clear: both;
  padding-top: 20px;
  padding-left: 50px;
  padding-right: 50px;
}

.alt{
  color: #fff;
  color: rgba(255,255,255, 0.9);
  letter-spacing: 0.05em;
}


/* TABLES */

.table {
	text-align: left;
	border: 1px solid black;
	border-collapse: collapse;	
	margin: 20px 0 20px 0;
	margin: auto;
}


.table td{	
	padding: 5px 0 5px 10px;
	border: 1px solid grey;	
}


.table th{	
	padding: 5px 0 5px 10px;
	border: 1px solid grey;	
}


.table2 {
	text-align: center;
	border: 0px;
	border-collapse: collapse;	
	margin: 100px 0px 100px 0px;
	font-size: 1.1em;
	margin: auto;
}

.table2 td{
	padding: 10px;
	text-align: center;
	border: 0px;
	border-collapse: collapse;	
	margin: 00px 10px 10px 10px;
	font-size: 1.1em;
	margin: auto;
}



}

.table3 {
	text-align: left;
	border: 1px solid black;
	border-collapse: collapse;	
	margin: 20px 0 20px 0;
	margin: auto;
}

.table3 td{	
	padding: 10px;
	border: 1px solid grey;	
}

.table3 th{	
	padding: 5px 0 5px 10px;
	border: 1px solid grey;	
}


.tablecurrency {
	text-align: left;
	border: 1px solid grey;
	border-collapse: collapse;	
	padding: 10px 10px 10px 10px;
	margin: auto;
}

.tablecurrency th {
	background-color: #FFF090;
	text-align: center;
	padding: 10px 10px 10px 10px;
	font-size: 1.5em;	
}

.tablecurrency td {
	text-align: left;
	vertical-align: top;
	padding: 5px 10px 5px 10px;
	font-size: 1.0em;	
}


/* IMAGES */

img { border: 0; }

.imgposLeft {
 	float: left;
 	border: none;
 	margin: 5px 15px 0px 10px;
}
	
.imgposRight {
 	float: right;
 	border: none;
 	margin: 5px 15px 0px 10px;
	}
	
.picborder {
	 border: 1px solid black;
}	

.italicize {
	font-style: italic;
	color: red;
}

.boldtxt {
	font-weight: bold;
}

.smalltxt {
	font-size: .8em;
}
.smallertxt {
	font-size: .8em;
	color: grey;
}

.lrgtxt {
	font-size: 1.1em;
}


/* LISTS */

div.listformat ul{
	list-style: square;
	margin-left: 20px;
	}
	
div.listformat2 ul{
	list-style-type: none;
	margin-left: 20px;
	}
	
div.listformat3 ol{
	margin-left: 30px;
	}	

/* NAVIGATION */


nav{
  margin: 7px 0px 7px 0;
}

nav ul{
  text-align: right;
  overflow: auto;
  width: 100%;
}

nav ul li{
  margin: 0 0 0 0;
  text-align: center;
  overflow: auto;
  float: left;
  width: 20%;
  font-size: .8em;
}



nav a{
  text-decoration: none;
  margin: 0;
  display: block;
  padding: 7px 0 7px 5%;
  margin: 0 0 0 4%;
  background-color: rgba(255,255,255,0.1);
}

/*  */



.menu5 ul li{

  width: 20%;
}






/*  */



/* MEDIA QUERIES */

/* Responsify Defaults */

@media screen and (max-width: 800px){
  nav .span6{
    width: 100%;
  }
  
  															
  .span8, article{
    width: 100%;
    padding-left: 5px;  
  }
    
  
  .span4, aside{
    width: 100%;
    margin-left: 0;
  }

 
   .span1, aside{
    width: 0%;
    margin-left: 0;
  }
  
  .span3, aside{
    width: 100%;
    margin-left: 0;
    margin-top: 10px;
  }

  #container, .inner{
    width: 90%;
    padding: 0 5% 0 5%;
  }
nav ul li{
  font-size: .7em;
}  
  
}

@media screen and (max-width: 480px){
  nav ul li{
    width: 100%;
    margin: 2px 0 2px 0;
  }

  .menu5 ul li{
  width: 100%;
  }
  
  nav a{
    margin: 0;
    padding: 5px 0 5px 0;
  }

h1{
  font-size: 1.3em;
  line-height: 1.3em; 
}
  
 h2{
  font-size: 1.2em;
  line-height: 1.2em; 
}

}

/* Custom Breakpoints */

@media screen and (max-width: 320px) {
 /* Add your styles for devices with a maximum width of  */
 
.table3 { 
font-size: .8em; 
	}

#container, .inner{
    width: 98%;
    padding: 0 1% 0 1%;
  }
	
h1 {
  font-size: 1.1m; 
  line-height: 1.1em; 
} 
  
h2 {
  font-size: 1.1em;
  line-height: 1.1em;  
}

}

/* Micro Clearfix */

/* For modern browsers */
.cf:before,
.cf:after {
    content:"";
    display:table;
}

.cf:after {
    clear:both;
}

/* For IE 6/7 (trigger hasLayout) */
.cf {
    zoom:1;
}


