@charset "utf-8";

 /* unvisited link */
a:link {
  color: white
}

/* visited link */
a:visited {
  color: #211BF2;
}

/* mouse over link */
a:hover {
  color: #150E67;
}

/* selected link */
a:active {
  color: blue;
} 
a:link {
    text-decoration: none;
}

a:visited {
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

a:active {
    text-decoration: underline;
}
a.internal {
    color: #2E17F0; text-decoration : none;
	
}
a.internal:hover {color: #2E17F0; text-decoration: underline; }

#text-section p {color: black;}
#text-section H2 {color: black;}

body {
	font-family: source-sans-pro;
	background-color: #FFFFFF;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-style: normal;
	font-weight: 200;
	}
.banner{
	width: auto;
	height: 50px;
	background-color: #4D6A79;
	border-bottom: 1px solid #ffffff;
	margin-left: auto;
	margin-right: auto;
	padding-left: auto;
	padding-right: auto;
	padding-top: 10px;
	text-align: center;
	
	}

.header {
	width: auto;
	height: auto;
	background-color: #ffffff;
	border-bottom: 1px solid #ffffff;
	margin-left: auto;
	margin-right: auto;
	padding-left: auto;
	padding-right: auto;
	text-align: center;
	}
.container {
    width: auto;
   	max-width: 1240px;
    margin: 0 auto;
}
.map {
	background-color: #f2f2f2;;
	padding-top: 20px;
	padding-bottom: 20px;
	text-align: center;
	}
.text {
	background-color: #fffff;;
	padding-top: 20px;
	padding-bottom: 10px;
	text-align: left;
	
}

.image {
	width: auto;
	height: auto;
	padding-top: 10px;
	padding-bottom: 100px;
	text-align: center;
}

.footer{
	
	position: relative;
	padding-top: 20px;
	left: 0;
	bottom: 0;
	height: 28px;
	color: #fff;
	background-color: #4D6A79;
	padding: 0.01em 16px;
	font-family: Verdana,sans-serif;
	font-size: 14px;
	line-height: 1.5;
	text-align: center;
}