﻿/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */ button,hr{overflow:visible}img,legend{border:0}html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background-color:transparent}a:active,a:hover{outline:0}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}dfn{font-style:italic}h1{font-size:2em;margin:.67em 0}mark{background-color:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{box-sizing:content-box;height:0}pre,textarea{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{font:inherit;margin:0}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}button:-moz-focusring,input:-moz-focusring{outline:ButtonText dotted 1px}input{line-height:normal}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto}input[type=search]{-webkit-appearance:textfield}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:0;margin:0;padding:0}legend{padding:0}optgroup{font-weight:700}

body {
	margin: 0px;
	padding: 0px;
	
    font-size: 15px;
    color: #364e6c;
    font-family: 'Open Sans', sans-serif;
}
main {margin: 0 auto;}
.content {
    max-width: 960px;
    margin: 0 auto;
}
p {line-height: 1.8em;}
a {
    color: #2786df;
    text-decoration: none;
}
a:hover {color: #e83838 !important;}
h2, h4 {font-family: 'Libre Baskerville', serif;}
h2 {
    color: #49bafb;
    font-style: italic;
    font-weight: 400;
    font-size: 1.733em;
    margin-top: 0;
    margin-top: .5em;
}
h3 {
    font-size: 1em;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    border-left: 1px solid #b6e3fd;
    padding: 5px 0 5px 15px;
}
h4 {margin-bottom: 0;}
h4 + p {margin-top: 0;}
ul {
    list-style: none;
    padding-left: 0;
}
main ul {
    list-style-type: disc; 
    margin-left: 1.2em;
}
li {
    line-height: 1.5em;
    margin: .25em 0;
}main ol {
    margin-left: 1.2em;
    padding-left: 0;
}

hr {
    display: block;
    width: 100%;
    height: 12px;
    border: none;
    background-image: url("waves.png");
}
.ir {
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}
.cf {
    content: "";
    display: table;
    clear: both;
}
form input[type=submit] {letter-spacing: 0.2em;}
form input[type=submit]:hover {background-color: #3980b6;}


/* Header Styling */
h1 {
	vertical-align: middle;
	margin: 0;
	padding-top: 24px;
	font-size: 1.267em;
	font-weight: 600;
	letter-spacing: 0.4em;
	text-transform: uppercase;
}

#bgColors {
	top: 0;
	position: absolute;
	width: 100%;
	z-index: -1;
}

	#bgColors div {
		height: 156px;
		width: 50%;
		float: left;
	}

	#bgColors .left {
		background-color: #3980b6;
	}

	#bgColors .right {
		background-color: #8ac4e2;
	}

header {
	margin-bottom: 6px;
}

	header section {
		position: relative;
		max-width: 1366px;
		height: 156px;
		padding-top: 25px;
		margin: 0 auto;
		background: url("../Images/headerBG.jpg") no-repeat center top;
	}

		header section div {
			max-width: 900px;
			margin: 0 auto;
		}

	header img {
		float: left;
		margin-right: 45px;
		max-width: 114px;
	}

	header nav {
		width: 100%;
	}

		header nav > ul li {
			position: relative;
		}

		header nav > ul > li:hover > a {
			color: #e83838;
		}

		header nav li.subNav:hover > a {
			padding-bottom: 35px;
			background: url("../img/navArrow.png") no-repeat center 32px;
		}

		header nav ul li ul {
			display: none;
			width: 236px;
			top: 50px;
			z-index: 5;
			position: absolute;
			background-color: #fff;
			box-shadow: 0px 8px 8.82px 0.18px rgba(0, 0, 0, 0.21);
		}

			header nav ul li ul li {
				border-top: 1px solid #ddeff6;
			}

				header nav ul li ul li:first-child {
					border: none;
				}

				header nav ul li ul li a {
					display: block;
					padding: 11px 0 14px 16px;
					font-size: 1em;
					color: #2667a4 !important;
				}

					header nav ul li ul li a:hover {
						color: #fff !important;
						background-color: #5bb6e7;
					}

		header nav > ul > li:hover ul {
			display: block;
		}

		header nav > ul > li {
			display: inline-block;
			border-left: 2px solid #a8bfcb;
		}

		header nav ul li:first-child {
			border: none;
		}

		header nav ul li a {
			color: #2667a4;
			font-size: 1.2em;
			padding: 0 14px;			
		}

		header nav > ul > li:first-child > a {
			padding-left: 0;
		}

	header .form {
		margin-top: 6px;
		background: url("waves.png");
	}

		header .form fieldset {
			width: 100%;
			max-width: 960px;
			margin: 0 auto;
			text-align: right;
		}

			header .form fieldset div {
				display: inline-block;
				padding: 0 4px;
				background-color: #fff;
			}

		header .form input[type=search] {
			display: inline-block;
			width: 364px;
			color: #484545;
			font-size: 1.133em;
			font-style: italic;
			font-family: 'Libre Baskerville', serif;
			background-color: #dceef9;
			padding: 9px 0 10px 40px;
			vertical-align: top;
			-webkit-border-radius: 0;
			border-radius: 0;
			-webkit-appearance: none;
		}

		header .form input[type=submit] {
			display: inline-block;
			vertical-align: top;
			color: #fff;
			padding: 10px 22px;
			background-color: #5bb6e7;
			text-transform: uppercase;
		}
/* End Header Styling */

/* Footer Styling */
footer {
	/*padding-bottom: 20px;*/
	text-align: center;
	color: #9b9a9a;
	background-color: #364e6c;

	position: relative;
	top: 50px;
	bottom: 0;
	width: 100%;
}

	footer:before {
		content: "";
		display: block;
		width: 100%;
		height: 20px;
		margin-bottom: 10px;
		border-bottom: 6px solid #fff;
		background: url("waves.png");
	}

	footer nav {
		display: inline-block;
		text-align: left;
	}

		footer nav ul {
			line-height: 2em;
			display: inline-block;
			padding-left: 16px;
			border-left: 1px solid #6eb6dc;
		}

			footer nav ul + ul {
				margin-left: 80px;
			}

		footer nav a {
			color: #5bb6e7;
		}

	footer div {
		display: inline-block;
		text-align: left;
		margin-left: 120px;
	}

	footer p {
		font-size: 1.067em;
		font-style: italic;
		font-family: 'Libre Baskerville', serif;
	}

		footer p a {
			display: inline-block;
			vertical-align: middle;
			height: 29px;
			margin: 0 8px;
		}

			footer p a:hover {
				background-position: center bottom;
			}

	footer .facebook {
		width: 30px;
		background: url("facebook.png") no-repeat;
		background-size: 30px;
	}

	footer .twitter {
		width: 35px;
		background: url("twitter.png") no-repeat;
		background-size: 35px;
	}

	footer small {
		font-size: 0.733em;
		text-transform: uppercase;
		letter-spacing: 0.2em;
	}
/* End Footer Styling */






