@charset "utf-8";

body {
	font: .75em Verdana, Arial, Helvetica, sans-serif;
	background: #ffffff;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0 5px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	color: #006400;
	font-size:1.25em;
}
h2 {
	color: #006400;
	font-size:1.6em;
	margin-bottom: -10px;
}
h3 {
	color: #006400;
	font-size:1.4em;
}
h4 {
	color: #006400;
	font-size:1.2em;
}
hr {
	border: 0 0 1px 0;
	border-bottom: 1px dotted #007cc2;
	width: 100%;
	height: 2px;
	margin: 0;
	color:#FFF;
}
img {
	border-style: none;
}
.bubble {
	float: right;
	margin-left: 0px;
	z-index: 0;
	position: absolute;
	left: 410px;
	top: 410px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	height:0;
	font-size: 0px;
	line-height: 0px;
}

.contactInfo {
	float:left;
	width: 168px;
	padding: 0 10px 0 0;
	z-index: 10;
	margin-top: 110px;
	font-size:10px;
	line-height:13px;
	text-align:right;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
}
.fltrtSwoosh {
	float: right;
	margin: 40px 0 0 0;
}

.gear1 {
	float: right;
	z-index: 2;
	background-image: url(../images/testing/images/bubble.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	height: 215px;
	width: 288px;
	padding: 40px 190px 20px 50px;
	margin: 0;
	overflow: hidden;
}
.gear2 {
	float: right;
	margin-left: 0px;
	margin-top: 108px;
	z-index: 5;
}
.img_padding {
	padding-bottom: .5em;
	
}
.LC_logo {
	margin: 0;
	position: absolute;
	z-index: 2001;
}
.pkg_box  {
	padding: 0 0 10px 0;
	position: absolute;
	z-index: 100;
	left: 220px;
	top: 306px;
}
.text {
	margin: 0 -20px 0 -21px;
	width: 335px;
	padding: 5px 0 5px 253px;
	background-color: #682576;
}
.text  ul     {
	font-size: 14px;
	font-family: Trebuchet MS, Verdana, sans-serif;
	margin: 0;
	padding: 0px;
	color: #ffffff;
	list-style: none;
}

.text      li {
	background: url(../images/inserts/bullet_white.png) no-repeat 3px center;
	padding: 2px 0 2px 25px;
}

.thrColFixHdr #banner {

}
.thrColFixHdr #container {
	width: 960px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: none;
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding: 0 7px;
	background: url(../images/testing/images/LC_edges_3col.gif) repeat-y center;
	position: relative;
}
.thrColFixHdr #header {
	background: url(../images/testing/images/LC2009_3col_hdr2.jpg) no-repeat right top;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	padding: 0;
	margin: 0 0 -2px 0;
}
.thrColFixHdr #hdrLt {
	background: url(../images/testing/images/LC2009_3col_hdr1.jpg) no-repeat;
	margin: 0px;
	padding: 0px;
	height: 127px;
	width: 180px;
	float: left;
}

.thrColFixHdr #banner {
	padding: 0;
	margin: -2px 0 0 0;
	margin: 0;
	height: 157px;
	width: 768px;
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
	text-align: left;
}
.thrColFixHdr    #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 166px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: url(../Templates/testing/none) no-repeat; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 10px 15px 10px;
	margin: 0 0 -130px 0;
	z-index: 100;
}
.thrColFixHdr       #sidebar2 {
	float: left; /* since this element is floated, a width must be given */
	width: 160px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: url(../images/testing/images/LC2009_3col_left2.jpg) no-repeat left top; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0 10px; /* padding keeps the content of the div away from the edges */
	margin: 0 0 -120px 0;
}
.thrColFixHdr #mainContent {
	margin: 0 190px 0 181px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
.thrColFixHdr  #mainContent p {
	line-height: 1.5em;

} 
.thrColFix #navbar {
	width: 755px;
	background-image: url(../images/testing/images/LC_Spry_Up.jpg);
	background-repeat: repeat-x;
	margin: 0px;
	height: 28px;
	padding: 0px 10px 0px 10px;
}
#hdr_1 {
	height: 95px;
	width: 780px;
	position: relative;
	margin-left: 180px;
	padding: 0;
}
#links /*Navigation line1 Definitions*/ {
	position: absolute;
	width: 760px;
	bottom: 5px;
	right: 0px;
	margin: 0 0 0 20px;
	vertical-align: bottom;
}
/* SpryMenuBarHorizontal.css - Revision: Spry Preview Release 1.4 */

/* Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */

/*******************************************************************************

 LAYOUT INFORMATION: describes box model, positioning, z-order

 *******************************************************************************/

/* The outermost container of the Menu Bar, an auto width box with no margin or padding */

#links ul.MenuBarLinks {
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 11px;
	cursor: default;
	width: auto;
}
/* Menu item containers, position children relative to this container and are a fixed width */
#links ul.MenuBarLinks li {
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	position: relative;
	text-align: left;
	cursor: pointer;
	width: auto;
	float: left;
}
/* Menu items are a light gray block with padding and no text decoration */
#links ul.MenuBarLinks a {
	display: block;
	padding: 0 .8em .5em 0.8em;
	color: #682576;
	background: none;
	font-weight: bold;
	text-decoration: none;
}
#links ul.MenuBarLinks a:hover {
	color: #007cc2;
	text-decoration: underline;
}
/*hdr_2 definition*/
#hdr_2 {
	margin: 4px 0 0 180px;
	padding: 0px;
	height: 30px;
	width: 780px;
	position: relative;
}
#navbar {
	width: 760px;
	background-image: url(../images/testing/images/LC_Spry_Up.jpg);
	background-repeat: repeat-x;
	margin: 0px;
	height: 28px;
	padding: 0 0 0 20px;
}
#sidebar1 .moreInfo {
	padding-top: 50px;
}
#sidebar1      h4 {
	color: #ffffff;
	font-size:1.3em;
	text-align: center;
	margin: 10px -40px 0;
	background: url(../images/testing/images/green_dark.png) no-repeat center top;
	height: 35px;
	padding-top: 8px;
}
#sidebar2 h3 {
	color: #006400;
	font-size:1.1em;
	font-weight: bold;
	margin: 0 0 5px 0;
}
#sidebar2 ul.crumbs {
	font-size:0.9em;
	text-align: left;
	margin: 6px 0 0 0;
	padding: 0;
}

#sidebar2 ul.crumbs li {
	border-bottom: 1px dotted #682576;
	text-align: left;
	list-style: none;
	background: url(/images/bullet_dbl.png) 0 .4em no-repeat;
	margin-top: 6px;
	margin-bottom: 6px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 14px;
}
#sidebar2 .left_shade {
	background: url(../images/left_shade.png) repeat-x;
	width: 159px;
	margin-left: -10px;
	border-top: 1px solid #007cc2;
	border-bottom: 1px solid #007cc2;
	padding: 0 10px;
}

#sidebar2     h4 {
	color: #ffffff;
	font-size:1.3em;
	text-align: center;
	margin: 24px -9px 0 -11px;
	background: url(../images/h4purple.png) no-repeat center top;
	height: 35px;
	padding-top: 8px;
}

#sidebar2 li {
	border-bottom: 1px dotted #682576;
	text-align: center;
}
#sidebar2   div.bkgd {
	background: url(../images/testing/images/purple_trans.png);
	border-bottom: 1px solid #682576;
}
#sidebar2   div.bkgd {
	font-size:1em;
	text-align: left;
	margin: 0px -8px 0 -10px;
	padding: 10px;
	list-style: none;
}
#sidebar2  div.bkgd  p {
	padding: 5px 0;
	margin: 0px;
}
#sidebar2 ul {
	font-size:.9em;
	text-align: left;
	margin: 0px -8px 0 -10px;
	padding: 5px 10px;
	list-style: none;
}
#sidebar2 li {
	padding: 10px 0;
}
#mainContent  h1, #mainContent h2   {
	padding: 5px 0 0 232px;
}
#mainContent h2   {
	color:#682576;
	font-size:36px;
	font-family:Trebuchet MS, Verdana, sans-serif;
	font-weight:bold;
	padding: 15px 0 15px 232px;
}
.gear1     ul   {
	list-style: url(/images/bulletG.gif) outside;
	padding: 0 20px 0 30px;
}
.gear1    li    {
	margin-bottom: 0.3em;
}
#footer {
	background: url(../images/testing/images/LC_footer_shadow.gif) no-repeat center bottom;
	margin: 0px -10px;
	width: 960px;
	padding: 0px 10px 22px;
}
#ftr_content {
	padding: 6px 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:url(../images/testing/images/LC_footer_bkgd.jpg) repeat-x;
	color: #ffffff;
	font-weight: bold;
	font-size: 12px;
	height: 48px;
	margin-bottom: -20px;
}
#ftr_content p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 15px 0 0 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	line-height: 15px;
}
#ftrNav_top {
	background: url(../images/testing/images/ftrNav_top.gif) no-repeat center top;
	width: 964px;
	padding-top: 16px;
	margin-bottom: -8px;
}
#ftrNav_main {
	background: url(../images/testing/images/ftrNav_bkgd.gif) repeat-y center;
	width: 964px;
	padding: 0;
	margin: 0 auto -6px auto;
}
#ftrNav_main  .box2 {
	font-size: 1em;
	text-align: left;
	vertical-align: top;
	width: 240px;
	margin: 0 45px;
	padding: 0;
	float: left;
}
#ftrNav_main   .box2 p,  #ftrNav_main .boxLast p   {
	margin-top: 0px;
	margin-bottom: 10px;
}
#ftrNav_main  .box2 ul, #ftrNav_main .boxLast ul {
	list-style: url(../images/bulletG.gif) outside;
	margin: 0;
	padding: 0px 0px 0px 20px;
}
#ftrNav_main  .box2 li, #ftrNav_main .boxLast li {
	margin-bottom: 3px;
}
#ftrNav_main  .box2 a, #ftrNav_main .boxLast a {
	font-size: 0.95em;
}
#ftrNav_main .boxLast {
	font-size: 1em;
	text-align: left;
	vertical-align: top;
	width: 240px;
	margin: 0 10px 0 45px;
	padding: 0;
	float: left;
}
#ftrNav_btm {
	background: url(../images/testing/images/ftrNav_btm.gif) no-repeat center bottom;
	width: 964px;
	padding-bottom: 16px;
	margin: 0 auto;
}
