@charset "ISO-8859-1";

/* body {background-image:   url(../images/bkgd.jpg); background-repeat: repeat-x; } */

body {
	background-color:#82bced;   /*  #79c9ea    */
	margin:0;
	padding:0;
	font-family:Helvetica, Verdana, Arial, sans-serif;
	font-size:14px;
	line-height:14px;
	color:#000;
	border:none;
}

#container {
	width:800px;
	margin:0 auto;
	background-color:#fff;
}

@media screen and (max-width:799px){
	#container{
		width:100%;
	}
	#navigation{
    	width;100%;
	}
	#mainContent{
    	width;100%;
	}
	#footer{
    	width;100%;
	}
	#headHomeLink{
    height:90px;
	}
}


/* ------------------------------------------------------ Head ------------------------------------------------------ */

#head {
	max-width:100%;
	height:auto;
	padding:0px;
	position:relative;
}

#headHomeLink {

	float:left;
	position:absolute;
	top:0px;
    left:0px;
	width:30%;
	height:191px;
}

#headHomeLink img {
	max-width: 100%;
	height: 191px;
}

@media screen and (max-width:796px){
	#headHomeLink {
    height:150px;
	}
	#headHomeLink img {
    height:150px;
	}
}

@media screen and (max-width:640px){
	#headHomeLink {
    height:90px;
	}	
	#headHomeLink img {
    height:90px;
	}
}
@media screen and (max-width:390px){
	#headHomeLink {
    height:70px;
	}
	#headHomeLink img {
    height:70px;
	}
}

#head p {
	padding:0;
	margin:0;
	color:#fff;
	font-weight:bold;
	padding-bottom:3px;
	font-size: 1.5vw;
}

@media screen and (max-width:566px){
	#head p{
    padding-bottom: 0;
	}
}

#head a:link {
	color:#000000;
	text-decoration:none;
}

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

#head a:hover {
	color:#000;
	text-decoration:none;
}

#head a:active {
	color:#000000;
	text-decoration:none;
}


/* ------------------------------------------------------------- Navigation --------------------------------------------------------- */


#navigation {
	width: 100%;
	background: #3264a3;
	margin-bottom: 20px;
	font-size: 14px;
	
}

ul {
	width: 80%;
	margin: 0 auto;
	padding: 0;
}

ul li {
	list-style: none;
	display: inline-block;
	padding: 20px;
}

ul li:hover {
    background-color: #001f44;
}

ul li a {
	color: #fff;
	text-decoration: none;
}
/* #5892c5
edf2f9
#3264a3
#001f44*/
.toggle {
    width: 100%;
    padding: 16px 20px;
    background: #3264a3;
    text-align: right;
    box-sizing: border-box;
    color: #fff;
    font-size: 20px;
    display: none;
	cursor: pointer;
	border-bottom: 1px solid #001f44;
}
@media screen and (max-width:720px){
	.toggle {
        display: block;
    }
    ul {
        width:100%;
        display:none;
    }
	ul li {
        display: block;
        text-align: center;
    	padding: 20px;
    	border-bottom: 1px solid #001f44;
    }
    .active {
        display: block;
    }
}
/* ---------------------------------------------------------------- Main Content -------------------------------------------------------- */

#mainContent {
	margin:0;
	padding:0px 20px 5px 20px;
}

a:link {
	color: #3264a3;
	text-decoration:none;
}

a:visited {
	color:#3264a3;
	text-decoration:none;
}

a:hover {
	color:#001f44;
	text-decoration:none;
}

a:active {
	color:#3264a3;
	text-decoration:none;
}

h1 {
	margin:0px;
	font-size:20px;
	font-weight:normal;
	line-height:20px;
	padding:0 0 9px 0;
}

h2 {
	margin:0px;
	padding:0 0 6px 0;
	font-size:18px;
	line-height:18px;
	font-weight:normal
}

h3 {
	margin:0px;
	padding:0 0 4px;
	font-size:16px;
	line-height:14px;
	font-weight:bold;
}

p {
	margin:0;
	padding:0;
	padding-bottom:6px;
}

img {
	border:none;
	max-width:100%;
}


#mainContent ul { 
    display: block;
	width: auto;
	margin: 0px 0px 0px 15px;
	padding: 0;
}

#mainContent ul li {

	list-style: initial;	
	margin-bottom: 6px;
	display: list-item;
	border: none;
	padding: 0;
}

#mainContent ul li:hover {
	background-color: #fff;
}
@media screen and (max-width:720px){
    #mainContent ul {
        width:auto;
        display:block;
    }
	#mainContent ul li {
	list-style: initial;	
	margin-bottom: 6px;
	display: list-item;
	border: none;
	padding: 0;
    text-align:left;
}
}

.tableBorder {
	border:#3264a3 solid 2px;
	border-collapse: collapse;
}

.tableBorder th {
	background-color:#3264a3;
	color:#fff;
	text-align:center;
	padding:6px 12px;
	font-weight:bold;
	font-size:12px;
	line-height:14px;
}

.tableBorder td {
	border:#3264a3 solid 1px;
	border-collapse:collapse;
	padding:6px 12px;
}

.tableBorder td.bolded {
	font-weight:bold;
}

.tableBorder tr {
	vertical-align:top;
}

.fRight {
  float:right;
	margin:0 0 9px 20px;
}

.testimonials {
	margin:0 40px;
	font-size:14px;
	line-height:22px;
	padding-bottom:9px;
}

.testimonialsStart {
	margin:40px 40px 0 40px;
	font-size:14px;
	line-height:22px;
	padding-bottom:9px;
}

.testimonialsTag {
	margin:0 40px;
	font-size:14px;
	line-height:16px;
	padding-bottom:0px;
}

/* ---------------------------------------------------------- Footer ---------------------------------------------- */

#footer {
	margin:0;
	padding:6px 20px 3px 20px;
	background-color:#3264a3;
}

#footer h2 {
	font-size:15px;
	line-height:17px;
	color:#fff;
	font-weight:mormal;
	text-align:center;
}

#footer h3 {
	font-size:13px;
	color:#fff;
	font-weight:normal;
	text-align:center;
}

#footer p {
	color:#fff;
	font-weight:normal;
}

#footer a {
	font-weight:bold;
}

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

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

#footer a:hover {
	color:#80c0ff;
	text-decoration:none;
	
}

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

.alignRight {
	text-align:right;
}
