.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}

a img {
	border: none;	
}

* {
	margin: 0;
	padding: 0;
}

body, html {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0;
	padding: 0;
}

.active {
	color: #247CC0 !important;
}

body {
	background: url('../images/lnwa_bg.gif') #FFFFFF repeat 0 0;	
}

ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
}

ul li {
	padding-left: 15px;
	margin: 0 0 5px 0;
	font-size: 12px;
	color: #4D4D4D;
	background: url('../images/bullet.png') transparent no-repeat 0 0;
}

p {
	padding: 0;
	margin: 0;
	color: #4D4D4D;
}

#main-container {
	position: relative;
	width: 800px;
	margin: 0 auto 35px auto;
	padding: 0;
	background-color: #FFFFFF;
}

#main-container b#shadow-bottom {
	position: absolute;
	bottom: -48px;
	left: 0;
	width: 800px;
	height: 48px;
	display: block;
	background: url('../images/shadow-bottom.png') transparent repeat-x 0 0; 
}

#header {
	background-color: #EEEEEE;
	position: relative;
	width: 800px;
	height: 70px;
	padding: 0;
	margin: 0;
}

nav {
	background-color: #FFFFFF;
	height: 30px;
	width: 800px;
	padding: 0;
	margin: 0;
	display: block;
}

nav ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

nav ul li {
	display: block;
	float: left;
	width: 100px;
	height: 16px;
	margin: 7px 0;
	padding: 0;
	line-height: 16px;
	background: none;
	border-right: 1px solid #808080;
	color: #444444;
	font-weight: normal;
	text-align: center;
	font-size: 12px;
}

nav ul li a:link, nav ul li a:visited {
	display: block;
	text-decoration: none;
	color: #444444;
	transition: color 0.35s ease-out;
	-webkit-transition: color 0.35s ease-out;
	-moz-transition: color 0.35s ease-out;
	-o-transition: color 0.35s ease-out;
}

nav ul li a:active, nav ul li a:hover {
	color: #247CC0;
}

#header img#logo {
	float: left;
	display: block;
	margin: 12px 0 0 25px;
	padding: 0;
	width: 145px;
	height: 45px;
}

#header p {
	float: right;
	display: block;
	padding: 0;
	margin: 0 25px 0 0;
	height: 70px;
	line-height: 70px;
}

#header p span {
	font-weight: bold;
	color: #247CC0;
}

#image-banner {
	width: 800px;
	display: block;
	height: 220px;
	position: relative;
	padding: 0;
	margin: 0;
}

#image-banner h2 {
	width: 800px;
	height: 40px;
	line-height: 40px;
	position: absolute;
	display: block;
	bottom: 0;
	left: 0;
	color: #FFFFFF;
	padding: 0;
	margin: 0;
	text-align: center;
	font-weight: bold;
	font-size: 24px;
	background-color: rgba(36, 124, 192, 0.7);
}

#services-snapshot {
	width: 800px;
	position: relative;
	padding: 30px 0;
	margin: 0;
	display: block;
	background-color: #E6E6E6;
	border-bottom: 1px solid #CCCCCC;
}

.service-intro {
	position: relative;
	text-align: center;
	display: block;
	float: left;
	width: 170px;
	height: 125px;
	padding: 0;
	margin: 0 0 0 25px;
}

.service-intro h2 {
	font-size: 14px;
	font-weight: bold;
	padding: 0;
	margin: 0 0 15px 0;
}

.service-intro p {
	font-size: 12px;	
}

.service-intro p.read-more a:link, .service-intro p.read-more a:visited {
	display: block;
	position: absolute;
	bottom: 0;
	left: 40px;
	width: 90px;
	height: 25px;
	text-decoration: none;
	line-height: 25px;
	color: #FFFFFF;
	text-align: center;
	background-color: #247CC0;
	border-radius: 15px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	-o-border-radius: 15px;
	transition: background-color 0.35s ease-out;
	-webkit-transition: background-color 0.35s ease-out;
	-moz-transition: background-color 0.35s ease-out;
	-o-transition: background-color 0.35s ease-out;
}

.service-intro p.read-more a:active, .service-intro p.read-more a:hover {
	background-color: #164A6D;
}

#main-content {
	width: 800px;
	margin: 0;
	padding: 20px 0;
	background-color: #FFFFFF;
	position: relative;
	display: block;
}

#main-content .content-block {
	border-bottom: 1px solid #666666;
	margin: 0 25px 10px 25px;
	padding: 10px 0 20px 0;
	display: block;
}

#main-content .content-block.last {
	border-bottom: none;	
}

#main-content .content-block.home {
	border-bottom: none;
	margin: 0 25px;
}

#main-content h1 {
	color: #000000;
	font-size: 24px;
	margin: 0 0 10px 25px;
}

#main-content .content-block h1 {
	color: #247CC0;
	font-size: 24px;
	font-weight: bold;
	padding: 0;
	margin: 0 0 15px 0;
}

.content-block h2 {
	color: #247CC0;
	font-size: 18px;
	font-weight: bold;
	padding: 0;
	margin: 0 0 10px 0;	
}

#main-content .content-block hgroup#contact h1 {
	margin: 0 0 0 0;
	padding: 0;
}

#main-content .content-block hgroup#contact h2 {
	color: #444444;
	margin: 0 0 25px 0;
	padding: 0;
	font-size: 17px;
}

.content-block p {
	font-size: 12px;
	line-height: 16px;
	padding: 0;
	margin: 0 0 15px 0;
}

footer {
	position: relative;
	background-color: #FFFFFF;
	display: block;
	width: 800px;
	height: 40px;
	margin: 0px 0 15px 0;
	padding: 0;
}

#footer-container {
	width: 750px;
	margin: 0 25px 0 25px;
	border-top: 1px solid #666666;
	height: 40px;
}

footer #copyright {
	font-size: 11px;
	float: left;
	width: 350px;
	display: block;
	height: 30px;
	line-height: 30px;
}

footer #copyright span {
	color: #247CC0;
}

footer #site-map {
	font-size: 11px;
	text-align: right;
	float: right;
	width: 300px;
	display: block;
	height: 30px;
	line-height: 30px;
}

footer #site-map span {
	font-weight: bold;
	color: #247CC0;
}

footer #site-map a:link, footer #site-map a:visited {
	text-decoration: underline;
	color: #444444;
	transition: color 0.35s ease-out;
	-webkit-transition: color 0.35s ease-out;
	-moz-transition: color 0.35s ease-out;
	-o-transition: color 0.35s ease-out;
}

footer #site-map a:active, footer #site-map a:hover {
	color: #247CC0;	
}

ul#contact-info {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

ul#contact-info li {
	padding: 0 0 0 40px;
	line-height: 30px;
	height: 30px;
	font-size: 12px;
	margin: 0 0 10px 0;
}

ul#contact-info li#phone {
	background: url('../images/phone-icon.png') no-repeat 0 -1px;	
}

ul#contact-info li#email {
	background: url('../images/email-icon.png') no-repeat 0 -1px;	
}

ul#contact-info li#po-box {
	background: url('../images/mail-icon.png') no-repeat 0 -1px;	
}

p.contact-heading {
	font-size: 14px;
	font-weight: bold;
}