@charset "utf-8";

body {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.container {
	background-color: #FFFFFF;
	width: 100%;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	border-bottom-width: 0px;
	padding-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}


header {
	text-align: center;
	margin-left: 5%;
	margin-right: 5%;
	color: #003399;
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
	font-style: normal;
	font-weight: 200;
	font-size: 1.4em;
	/* [disabled]clear: left; */
	background-position: 0% 0%;
	background-size: 180px auto;
	background-repeat: no-repeat;
	background-origin: padding-box;
	text-indent: 0;
}
.primary_header {
	width: 100%;
	background-color: #52bad5;
	padding-top: 10px;
	padding-bottom: 10px;
	clear: left;
	border-bottom: 2px solid #2C9AB7;
}
.not-hmpg {
	background-color: #ffffff;
	min-height: 150px;
	background-image: url(images/lfwclogo-250.gif);
	background-repeat: no-repeat;
	background-position: 0.5% 45%;
	padding-left: 10px;
	padding-right: 10px;
	margin-bottom: 5px;
	padding-top: 10px;
	padding-bottom: 10px;
}


nav {
	font-family: Constantia, "Lucida Bright", "DejaVu Serif", Georgia, serif;
	font-size: 1.3em;
	background-color: #FFFFFF;
	color: #1a4a3e;
	border-style: none none solid;
	margin-left: 200px;
	margin-right: 125px;
	text-align: center;
	margin-bottom: 5px;
	border-bottom-color: #020b75;
	padding-bottom: 5px;
}

h1 {
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
	font-size: 2em;
	color: #020b75;
	padding-top: 2%;
	padding-left: 20%;
	padding-right: 15%;
}
h2 {
	color: #b73827;
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
	font-size: 1.8em;
	text-align: center;
}
h3 {
	color: #b72727;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
	font-size: 1.4em;
	font-style: italic;
	text-align: center;
}

h5 {
	color: #b72727;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
	font-size: 1.2em;
	text-align: center;
}
p {
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
	font-size: 1em;
	line-height: 1.3em;
	color: #000000;
	text-align: center;
}
p-red {
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
	font-size: 1em;
	line-height: 1.3em;
	color: #FC0005;
	text-align: center;
}

.asideleft {
	width: 40%;
	margin-left: 5%;
	margin-right: 2.5%;
	float: left;
	clear: right;
}
.sectionright {
	width: 45%;
	margin-left: 2.5%;
	float: right;
	margin-top: 5%;
	padding-top: 5px;
}
a {
	color: #1a4a3e;
	text-decoration: none;
}

a:link {
	text-decoration: none;
	color: #1a4a3e;
}
a:visited {
	text-decoration: none;
	color: #3D7B3D;
}
a:hover {
	text-decoration: none;
	color: #2662B7;
}
a:active {
	text-decoration: none;
	text-align: center;
}


.frame {
	display: inline-table;

}
.asideright {
	float: right;
	margin-top: 2%;
	margin-right: 5%;
	clear: both;
}
.sectionleft {
	margin-top: 5%;
	margin-left: 20%;
	margin-right: 16%;
	background-color: #fbcb7f;
	background-image: -webkit-linear-gradient(270deg,rgba(255,255,255,1.00) 0%,rgba(251,203,127,1.00) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(255,255,255,1.00) 0%,rgba(251,203,127,1.00) 100%);
	background-image: -o-linear-gradient(270deg,rgba(255,255,255,1.00) 0%,rgba(251,203,127,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(255,255,255,1.00) 0%,rgba(251,203,127,1.00) 100%);
	padding-left: 5%;
	padding-right: 5%;
	padding-top: 1%;
	padding-bottom: 5%;
	margin-bottom: 5%;
}

.sectionleft ul {
}

.sectioncenter {
	text-align: center;
	margin-top: 5%;
	width: 64%;
	margin-left: 20%;
	background-color: #fbcb7f;
	background-image: -webkit-linear-gradient(270deg,rgba(255,255,255,1.00) 0%,rgba(251,203,127,1.00) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(255,255,255,1.00) 0%,rgba(251,203,127,1.00) 100%);
	background-image: -o-linear-gradient(270deg,rgba(255,255,255,1.00) 0%,rgba(251,203,127,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(255,255,255,1.00) 0%,rgba(251,203,127,1.00) 100%);
	padding-left: 5%;
	padding-right: 3%;
	padding-top: 1%;
	padding-bottom: 1%;
	margin-right: 16%;
	margin-bottom: 5%;
}

.centerframe {
	text-align: center;
	
}
.sectionbottom {


}

.footercenter {
	color: #ffffff;
	background-color: #020b75;
	margin-left: 5%;
	margin-top: 5%;
	margin-right: 5%;
	margin-bottom: 5%;
	clear: both;
	text-align: center;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
	font-size: 1em;
}
.centered {
	text-align: center;
}
.boundary {
	padding-left: 1%;
	padding-right: 1%;
	padding-top: 1%;
	padding-bottom: 5%;
}
.sectionleft p {
	font-size: 1em;
	line-height: 1.3em;
	text-align: left;
}
.linespc-resourcelist {
	line-height: 2em;
	font-size: 1.2em;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
	text-align: center;
}
.contact {
	text-align: left;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
	font-size: 0.8em;
}
.foot {
	color: #FFFFFF;
}
.lj {
	text-align: left;
}
.note {
	text-align: left;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
	font-size: small;
}

.liq {
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
	color: #000000;
	font-size: 1em;
	line-height: 1.3em;
	font-weight: bold;
	list-style-type: none;
}
.lia {
	color: #000000;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
	font-style: normal;
	font-size: 1em;
	line-height: 1.4em;
	list-style-type: none;
}

.libullets {
	color: #000000;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
	font-style: normal;
	font-size: 1em;
	line-height: 1.4em;
	list-style-type: circle;
}

.li-nobullets {
	list-style-type: none;
	margin-left: 0px;
	padding-right: 35px;

}
.textstyle {
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
	font-size: 1em;
	line-height: 1.3em;
	text-align: center;
}

.justify {
	text-align: justify;

}

img {
  vertical-align: middle;
  max-width: 100%;
    height: auto;
}
