@font-face {
	font-family: 'PT Sans';
	src: url('../font/ptsans-bold-webfont.eot');
	src: url('../font/ptsans-bold-webfont.eot@#iefix') format('embedded-opentype'),
		 url('../font/ptsans-bold-webfont.woff') format('woff');
	font-weight: bold;
	font-style: normal;
}
@font-face {
	font-family: 'PT Sans';
	src: url('../font/ptsans-regular-webfont.eot');
	src: url('../font/ptsans-regular-webfont.eot@#iefix') format('embedded-opentype'),
		 url('../font/ptsans-regular-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

body {
	font: 16px/1.4 'PT Sans', 'Arial', 'Helvetica', sans-serif;
	color: #000;
	font-weight: 400;
	min-width: 1200px;
}

body, html {
	background: #fff;
	height: 100%;
}

table, td, th {
	border-collapse: collapse;
	font-size: 100%;
}

h1, h2, h3, h4, h5, h6 {
	color: #000;
	font-weight: normal;
}

img {
	border: 0;
	max-width: 100%;
}

a img {
	border: 0;
}

a {
	color: #3579c0;
	text-decoration: none;
}

a:hover, a:focus, a:active {
	color: #000;
	text-decoration: none;
}

p {
	margin: 10px 0;
}

::-moz-selection {
	background: #fafba7;
}

::selection {
	background: #fafba7;
}

.wrapper {
  max-width: 950px;
  margin-left: auto;
  margin-right: auto;
}

body.f-popup {
  height: 100%;
  overflow: hidden;
}

.no-style ul, .no-style, .no-style li {
	margin: 0;
	padding: 0;
	list-style: none;
}
.no-style li img{
    display: inline-block;
    vertical-align: middle;
    padding-bottom: 2px;
}
.link, .link:hover, .links a, .links a:hover {
	border-bottom-style: solid;
	border-bottom-width: 1px;
}
.half-link, .half-link:hover, .half-links a, .half-links:hover a {
	border-bottom-style: dotted;
	border-bottom-width: 1px;
}
.ln-page {
	overflow: hidden;

}

.ln-page.t-decor .ln-header-holder,
.ln-page.t-decor .ln-content,
.ln-page.t-decor .bn-federal-site,
.ln-page.t-decor .ln-footer {
	background: #fff;
	background-color: rgba(255, 255, 255, 0.8);
	padding-left: 20px;
	padding-right: 20px;

}
.ln-header {
	position: relative;
}
.ln-header-holder {
	position: relative;

}
.ln-content {
	position: relative;
}
	.ln-content-single {
	}
	.ln-content-center {
		float: left;
		width: 630px;
	}
		.ln-content-holder {
			min-height: 10px;
		}
		.ln-content-holder-full {
			margin: 0;
			min-height: 10px;
		}
	.ln-content-right, .ln-content-top-right {
		float: right;
		width: 300px;
	}
.ln-footer {
	position: relative;
	min-height: 135px;
	border-top: 2px solid #a0b4ce;
}

  .ln-footer .counters
  {
  		float: right;
      opacity: 0.6;
      filter: alpha(opacity=60);
  }

  .ln-footer .counters:hover
  {
      opacity: 1;
      filter: alpha(opacity=100);
  }

.b-content h1, .b-content h2, .b-content h3, .b-content h4, .b-content h5, .b-content h6 {
	margin: 20px 0 10px;
}
.b-content h1 {
	font-size: 21px;
}
.b-content h2 {
	font-size: 18px;
}
.b-content h3 {
	font-size: 16px;
	color: #40546a;
}
.b-content h4 {
	font-size: 14px;
}

.h1, h1.h1 {
	margin: 0;
	display: inline;
	font-size: 20px;
	line-height: 1.2;
}
.h2, h2.h2 {
	margin: 0;
	display: inline;
	font-size: 18px;
	line-height: 1.2;
	text-transform: uppercase;
}
.h3, h3.h3 {
	margin: 0;
	display: inline;
	font-size: 16px;
	line-height: 1.2;
	text-transform: uppercase;
}
.hh1, h1.hh1 {
	margin: 0;
	display: inline;
	font-size: 26px;
	line-height: 1.2;
}
table img {
	max-width: none;
}