/* YUI RESET STYLES */
body,div,dl,dt,dd,ol,ul,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {   
	margin:0;  
	padding:0;  
}  
	
table {  
	border-collapse:collapse;  
	border-spacing:0;  
}  
	
fieldset,img {   
	border-style: none; border-color: inherit; border-width: 0; }  

address,caption,cite,code,dfn,em,strong,th,var {  
	font-style:normal;  
	font-weight:normal;  
}  
/*
ol,ul {  
	list-style:none;  
}  
*/

caption,th {  
	text-align:left;  
}  

h1,h2,h3,h4,h5,h6 {  
	font-size:100%;  
	font-weight:normal;  
}  

q:before,q:after {  
	content:'';  
}  

abbr,acronym { 
	border:0;  
}  

/* END OF YUI RESET STYLES */

html {
	text-align: center;
}

body	{
	width: 977px;	
	position: relative; /* used to establish the body tag as positioning context for other positioned elements */
	margin: 0 auto;
	text-align: left;
	padding-top: 0px;
	background-position: top;
}

#container {
	border: 0px solid;
	margin:0;
	padding:0;
	width: 980px;
	height: 100%;
}

div#branding {
	width:974px;
/*	position: relative;
	top:0px;*/
	height: 300px;
	z-index: 10;
	margin: 0; 
}

#byline {
	clear: right;
	float: right;
	padding: 10px 20px 20px;
}

#branding_info {
	float: left;
	height: 50px;
	width: 974px;
}

div#nav_sub {
	position: relative;
	height: 24px;
	width: 960px;
	padding: 6px 0 0 14px;
}

div#nav_main {
	margin:0pt 0 auto;
	height: 48px;
	margin-bottom: 3px; 
	z-index: 1;
}

div#content { position: relative; /* creates positioning context for content_main and content_sub */ width: 100%; }

div#content_main { /* adjust left and width to change size/pos */
	left: 0%;
	width: 974px;
	padding: 0em 0 0 0em;
	position: relative;
	height: 178px;
}
div#content_left { /* adjust left and width to change size/pos */
	width: 455px;
	float: left;
	padding: 8px 14px 0 14px;
	
}
div#content_right { /* adjust left and width to change size/pos */
	width: 455px;
	float: right;
	padding: 8px 14px 0 14px;
}
div#site_info {
	left: 0%;
	width: 974px;
	height: 50px;
	padding: 5px 0 5px 0;
}

#nav_sub li {
	float: left;
	list-style-type:none;
	padding-right: 5px;
}


.lcpLogo {
	position: relative;
	left: 20px;
	top: 20px;
	width: 125px;
}

div#nav_sub h1 {
	font-family: verdana;
	font-size: 3em;
	letter-spacing: 2px;
	padding-top: 20px;
	padding-left: 36px;
}


#kwick {
	position: relative;
	margin-bottom: 0px;
	padding: 0px 0;
	width: 974px;
}

#kwick .kwicks {
	display: block;
	height: 46px;
}

#kwick li {
	float: left;
	list-style-type:none;
	margin-left: 0px;
	
}
#kwick li a {
outline: 0;
}

#kwick .kwick {
	display: block;
	overflow: hidden;
	height: 46px;
	width: 118px;
	padding: 0px 0px 0 0px;
}

#kwick .kwick span {
	display: none;
}



.home_img {
	margin: 0;
	padding: 0 5px 0 0;
	float: left; height: 112px; width: 101px; }

#EPB_img_ie {
	margin: 10px 10px 0 10px;
	padding: 0;
	float: left;
}

#siteInfo {
	/*float: left;
	width: 512px;
	padding-left:14px;*/
	padding: 0; margin: 0;width: 787px; }

#awards {
	padding-top: 0px;
	padding-right: 0;
	margin-top: 2px; width: 166px; }

.col {
	float: right;
	margin: 0;
	padding: 8px 0 0 0;
	width: 274px;
	font-size: 1em;
	line-height: 1.4em; 
}

.widecol {
	float: left;
	margin: 0;
	padding-left: 14px;
	width: 615px;
	padding-top: 8px;
	font-size: 1em;
	line-height: 1.4em; 
}

.fullcol {
	float: left;
	margin-top: 12px;
	padding-left: 14px;
	width: 918px;
}
.footerLinks {
    padding: 4px 0 0 14px;
}


/* spry*/
@charset "UTF-8";

/* SpryTooltip.css - version 0.1 - Spry Pre-Release 1.6 */

/* Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */

/* HACK FOR IE: to make sure the tooltips show above form controls, we underlay each tooltip with an iframe */
.iframeTooltip
{
	position: absolute;
	z-index: 1010;
	filter:alpha(opacity:0.1);
}

.tooltipContent
{
	background-color: #cbd3eb;
	border: 4px solid #3e50a2;
	/*font-size: 0.91666667em;*/
	font-size: 0.8333333em;
	padding: 0.1em 0 0.5em 1em;
	margin: 0;
}

.tooltipContent img
{
	padding: 0 1em 1.5em 0;
}