@charset "utf-8";
@import url(https://fonts.googleapis.com/css?family=Lato:400,700,400italic);
/*
	Dreamweaver Fluid Grid Properties
	----------------------------------
	dw-num-cols-mobile:		5;
	dw-num-cols-tablet:		8;
	dw-num-cols-desktop:	10;
	dw-gutter-percentage:	25;
	
	Inspiration from "Responsive Web Design" by Ethan Marcotte 
	http://www.alistapart.com/articles/responsive-web-design
	
	and Golden Grid System by Joni Korpi
	http://goldengridsystem.com/
*/

/* Mobile Layout: 480px and below. */

body{
	font-size:14px;
	line-height:1.7;
	text-align:justify;
	font-family:'Lato', sans-serif;
}

h1{
	font-family:'Lato', sans-serif;
    color: #2b5472;
    margin: 0 0 0 0;
	font-size:22px;
	font-weight:400;
	font-style:normal;
    position: relative;
}

h2{
	font-family:'Lato', sans-serif;
    color: #2b5472;
    margin: 0 0 0 0;
	font-size:18px;
	font-weight:700;
	font-style:normal;
    position: relative;
}

a{
	color: #000000;
	text-decoration: underline;
}

a:hover{
	color: #000000;
	text-decoration: underline;
}

a:visited{
	color: #000000;
	text-decoration: underline;
}

.gridContainer {

}
#headerHolder {
	
}
#navbarHolder {
	
}

#navbarHolderInner {
	
}
#navbar {
	font-size:16px;
}

#mediaHolder {
	
}

#contentHolder {
	background-color:#fff;
}
#contentHolderBlue {
	background-color:#c0e4f0;
}
#contentHolderInner {
	
}
#content2Holder {
	color:#000;
}
#content2HolderInner {
	
}
#contentRightBlue{
	
	background-repeat:no-repeat;
	background-position:bottom right;
}

#footer {
	background-color:#234660;
	color:#fff;

}
#footer a{
	color: #FFF;
	text-decoration: none;
}

#footer a:hover{
	color: #FFF;
	text-decoration: underline;
}

#footer a:visited{
	color: #FFF;
	text-decoration: none;
}
#footer ul
{
	text-align: left;
	list-style: none;
	padding: 0;
	margin: 0 auto;
	width: 100%;
	clear:both;
}

#footer ul li
{
	display: block;
	margin: 0;
	padding: 0;
}

#footer ul li a
{
	display: block;
	width: 35%;
	float:left;
	padding: 0em 0.2em 0em 0.5em;
	color: #2b5472;
	text-decoration: none;
}

#footer ul li a { width: auto; }

#footer ul li a:active
{
	color: #549fb6;
}

#footer ul li a:hover
{
	color: #549fb6;
}
@media only screen and (max-width:480px) and    
(orientation: portrait), only screen and (max-width:800px) and (orientation:  
landscape){
   /* styles for mobile browsers smaller than 480px; (iPhone) BUTTONS FOR PHONE*/
#contentRight {
}

#navbar
{
	background: #20201f;
	text-align: left;
}

#navbar ul
{
	text-align: left;
	list-style: none;
	padding: 0;
	margin: 0 auto;
	width: 100%;
}

#navbar ul li
{
	display: block;
	margin: 0;
	padding: 0;
}

#navbar ul li a
{
	display: block;
	width: 100%;
	padding: 0.5em 0.5em 0.5em 2em;
	border-bottom:thin #676768 solid;
	color: #676768;
	text-decoration: none;
	background: #20201f;
}

#navbar ul li a { width: auto; }

#navbar ul li a:active
{
	background: #1f1f1f;
	color: #a0a0a4;
}

.active
{
	background: #1f1f1f;
	color: #a0a0a4;
}

#navbar ul li a:hover
{
	color: #a0a0a4;
	background: #20201f;
	
}
}

/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */
@media only screen and (min-width: 481px) {
.gridContainer {

}

#navbar
{
}


#navbar ul
{
	text-align: left;
	list-style: none;
	padding: 0;
	margin: 0 auto;
	width: 100%;
}

#navbar ul li
{
	display: block;
	margin: 0;
	padding: 0;
}

#navbar ul li a
{
	display: block;
	width: 35%;
	float:left;
	padding: 0em 1.2em 0em 1.2em;
	color: #2b5472;
	text-decoration: none;
	border-bottom:thin #fff solid;
	border-width: 3px;
}

#navbar ul li a { width: auto; }

#navbar ul li a:active
{
	color: #549fb6;
}

#navbar ul li a:hover
{
	color: #549fb6;
	border-bottom:thin #549fb6 solid;
	border-width: 3px;
}

.active
{
	color: #549fb6;
	border-bottom:3px #549fb6 solid;
}

#footer {
	
}

}

/* Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 769px) {
.gridContainer {

}

#headerHolder {
}

#mediaHolder {
	
}

#navbar{
	color:#fff;
	font-family: 'Lato', sans-serif;
	padding-top:1%;
	padding-bottom:1%;
}

#contentHolder {
	background-color:#fff;
}

#footer {
	background-color:#234660;
	color:#fff;
}

#footerContent {
	
}
#footerLeft {
	text-align:left;

}
#footerRight {
	text-align:right;
	
}

}