@charset "utf-8";
html {overflow-y:scroll;}
body  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background: #fff;
	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;
}

.side_by_side_border {
	border: 1px solid #66ccff;
	
	float:left;
	height:240px;
	width:253px;
	padding:10px 10px 10px 10px;
	margin: 10px 4px 10px 0px;
	
}

.blue_text_box {
	margin:10px 5px 10px 0;
	padding:5px;
	text-align:left;
	background-color:#fff;
	border:1px solid #66ccff;
	line-height:1.5;
	color:#000;
	clear:right;
}

.border {
	border: 1px solid #66ccff;
	
	
	height:240px;
	width:253px;
	padding:10px 10px 10px 10px;
	margin: 10px 4px 10px 0px;
	
}

#faqRoot {width: 610px;margin: 0 auto;padding: 0;}
#faqindex {float: right;width: 190px;}
#faqindex a, #faqindex a:visited {text-decoration: none;color: #666;}
#faqindex a:active, #faqindex a:hover {color: #000;border-bottom:dotted #ccc 1px;}
#faqindex ul {list-style-type: square;list-style-image: none;list-style-position: outside;padding-left:25px;line-height: 18px;margin-top: 5px;font-size:100%;}
#faqindex ul li {color:#666666;white-space:nowrap;}
#faqindex h2 {padding: 0;margin-bottom: 0;border-bottom: dotted 1px #6cf;color: #;}
#faq {float:left;width: 610px;margin: 0 auto; }
#faq {margin-bottom: 25px;}
#faq .faqcontent {margin: 0 10px 0 10px;font-size: 100%; }
#faq h2.faqopened, #faq h2.faqclosed {cursor: pointer;padding: 0 0 0 15px;border-bottom: dotted 1px #6cf;margin-bottom: 0;}
#faq h2.faqclosed:hover {color: #4486a4;}
#faq h2.faqclosed {color: #6cf;background: transparent url(images/collapsed.png) no-repeat scroll 0 3px;}
#faq h2.faqopened {color: #6cf;background: transparent url(images/expanded.png) no-repeat scroll 0 3px;}


div#commentForm, div#commentForm2, div#commentForm3, div#commentForm4, div#commentForm5, div#commentForm6, div#commentForm7, div#commentForm8, div#commentForm9, div#commentForm10, div#commentForm11, div#commentForm12, div#commentForm13,div#commentForm14, div#commentForm15, div#commentForm16{  margin: 0px 20px 0px 20px;  display: none; background-color:#ddd;}

.install {float:left; border-left:1px solid #CCC; margin-left:2px; padding-left:10px; width:200px;}
.step1 {background-image:url(offline/images/one.jpg);padding-left:45px!important;background-position:top left;background-repeat:no-repeat;margin-left:-25px;}
.step2 {background-image:url(offline/images/two.jpg);padding-left:45px!important;background-position:top left;background-repeat:no-repeat;margin-left:-25px;}
.step3 {background-image:url(offline/images/three.jpg);padding-left:45px!important;background-position:top left;background-repeat:no-repeat;margin-left:-25px;}
.step4 {background-image:url(offline/images/four.jpg);padding-left:45px!important;background-position:top left;background-repeat:no-repeat;margin-left:-25px;}
.offlinemovie {
	border:1px solid #000;
}
	
li {list-style-type:square;}
img {border: none;}
a:link {text-decoration:none; color:#6cf;}

.twoColFixLtHdr #cse {
	float:right;
	width:640px;
}

.Bottom a:link {
	color: #444444;
	text-decoration: none;
}
.Bottom a:visited {
	text-decoration: none;
	color: #444444;
}
.Bottom a:hover {
	text-decoration: none;
	color: #000000;
}
.Bottom a:active {
	text-decoration: none;
	color: #339999;
}

a:visited {
	text-decoration: none;
	color: #3399FF;
}
a:hover {
	text-decoration: none;
	color: #4486a4;
}
a:active {
	text-decoration: none;
	color: #00DFFF;
}


.oneColFixCtrHdr #homecontainer {
	width: 1000px;
	color:#444;
	margin:0 auto;
	border:0;
	text-align:left;
}

.oneColFixCtrHdr #homesearch {
	float:right;
	clear:both;
}
.oneColFixCtrHdr #homenavigation {
	padding: 0 0 3px 100px; 
	float:left;
	clear:both;
}

.oneColFixCtrHdr #homeCases {
	padding: 0 0 3px 100px;
	float:left;
	clear:both;
	
}



.twoColFixLtHdr #container { 

	width: 1000px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	color:#444;
	list-style:square;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border:0;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 

.twoColFixLtHdr #search {
	float:right;
	clear:right;
}

.twoColFixLtHdr #navigation { 
	padding: 0 0 3px 100px; 
	float:left;
	clear:right;/* 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. */
} 
.twoColFixLtHdr #navigation h2 {
	float:left;
	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; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

.twoColFixLtHdr #header {
	background:none;

	float:left;
	width:100px;
	height:35px;
	padding: 0 0 0 0;  /* 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. */
} 

.twoColFixLtHdr #header h2 {
	text-indent:-9999px;
	width:100px;
	height:35px;
	background:url(images/lccilogo.jpg) no-repeat center;
	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: 0 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	cursor:pointer;
}

.twoColFixLtHdr #header2 {
	float:left;
	width:256px;
	height:35px;
	background: #6cf;
	margin-bottom:2px;	
	border-right: 2px solid #fff;	/* 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. */
}


.twoColFixLtHdr #header2 h2 {
	font-size:14px;
	text-indent: 11px;
	color:#FFF;
	margin: 0;
	padding: 12px 0 0 0;
	font-weight:bolder;

}
.twoColFixLtHdr #header3 {
	float:right;
	width:642px;
	clear:right;
	height:35px;
	background:#D8EAF4;
	margin-bottom:2px;	
	/* 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. */
} 
.twoColFixLtHdr #header3 h1, .twoColFixLtHdr #mainContent h1 {
	font-size:14px;
	text-indent: 11px;
	margin: 0;
	padding: 12px 0 0 0;
}

.twoColFixLtHdr #sidebar1 {
	float:left;
	clear:both;
	vertical-align:top;
	 /* since this element is floated, a width must be given */
	width: 246px; /* 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 */
/* the background color will be displayed for the length of the content in the column, but no further */
/*	padding: 0px 10px 15px 100px;*/
	border-right:solid 2px #fff;
	
}

div.button {float:left; width:256px; top:0px; left: 0px; padding-left:100px; padding-bottom:20px;}
div.button img {margin-top:1px;}
div.button p {
	width:236px; display:block; text-align:left; padding-top:4px; padding-bottom:4px; padding-left:10px; padding-right:10px;  background-color:#66ccff; color:#fff; margin:0;  
	font-weight:bold;
}
div.button a  {width:256px; display:block; padding:4px 0 4px 0;
 text-align:left; text-indent:10px;border-bottom: 1px #FFF solid; background-color:#D8D9DB;}
div.button a:link {color:#444;  text-decoration:none;}
div.button a:hover {color:#444; text-decoration:none; background-color:#D8EAF4;}
div.button a:visited {color:#444; text-decoration:none;}
div.gap {width:105px;  background-color:#ffffff; display:inline; text-indent:10px; color:#FFF}
div.selected {width:105px;  background-color:#66ccff; display:inline; text-align:left; text-indent:10px; color:#FFF; border-bottom: 1px #FFF solid;}
div.menu {width:105px; background-color:#66ccff; display:inline; text-align:left; text-indent:10px; color:#FFF; }
div.menu a  {width:105px; display:block; padding:2px 0 2px 0;
 text-align:left; text-indent:10px;border-bottom: 1px #FFF solid; background-color:#D8D9DB;}
div.menu a:link {color:#444;  text-decoration:none;}
div.menu a:hover {color:#444; text-decoration:none; background-color:#D8EAF4;}
div.menu a:visited {color:#444; text-decoration:none;}
div.gap {width:105px; background-color:#ffffff; display:inline; text-indent:10px; color:#FFF}
div.selected {width:105px; background-color:#66ccff; display:inline; text-align:left; text-indent:10px; color:#FFF; border-bottom: 1px #FFF solid;}
div.menu {width:105px; background-color:#66ccff; display:inline; text-align:left; text-indent:10px; color:#FFF; }
div.menu a  {width:105px; display:block; padding:2px 0 2px 0;
 text-align:left; text-indent:10px;border-bottom: 1px #FFF solid; background-color:#D8D9DB;}
div.menu a:link {color:#444;  text-decoration:none;}
div.menu a:hover {color:#444; text-decoration:none; background-color:#D8EAF4;}
div.menu a:visited {color:#444; text-decoration:none;}

.twoColFixLtHdr #mainContent {
	margin:0 0 0 348px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 5px 0px 20px 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	clear:right;
	
} 

.twoColFixLtHdr #mainContent-sitemap {
	margin:0 0 0 348px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 5px 0px 20px 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	clear:right;
} 

.twoColFixLtHdr #mainContent h2 {
	font-size:110%;
}

.twoColFixLtHdr #mainContentcf {
	float:right;

	overflow-x:hidden;
	overflow-y:auto;
	width:642px;
	height:350px;
	margin:0; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	clear:right;
} 

.twoColFixLtHdr #mainContentcf h2 {
	font-size:110%;
}


.twoColFixLtHdr #logo, .oneColFixCtrHdr #logo {
	background:url(images/lccilogo2.jpg) no-repeat bottom;
	float:left;
	text-indent:-9999px;	
	width:100px;
	height:53px;
	clear:left;
}


.twoColFixLtHdr #bottomnav, .oneColFixCtrHdr #bottomnav {
	float:left;
	padding: 0px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	width:900px;
	height:43px;
	margin-left:0px;
	color: #fff;
	clear:right;
} 

.twoColFixLtHdr #bottomnav p, .oneColFixCtrHdr #bottomnav 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: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

.twoColFixLtHdr #bottomnav img, .oneColFixCtrHdrr #bottomnav img {
	border:none;
	vertical-align:middle;	
}
.twoColFixLtHdr #footer, .oneColFixCtrHdr #footer {
	clear:both;	
	float:left;
	padding: 10px 10px 5px 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	width:600px;
	height:43px;
	margin-left:100px;
	color: #000;
} 

.twoColFixLtHdr #footer p, .oneColFixCtrHdr #footer 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: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

.twoColFixLtHdr #footer img, .oneColFixCtrHdr #footer img {
	border:none;
	vertical-align:top;
}
.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;
	margin-left: 8px;
	border:none;
}

.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.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: 1px;
    line-height: 0px;
}

.banner {
	margin-left:2px;
	float:right;
	
}
img.bannerright {
	float:right;
	padding: 0px 0 40px 10px;
}
table#lcci-qualification-levels {
	background:#D8EAF4;
	width:100%;
}

table#lcci-qualification-levels td{
	vertical-align:top;

	
	
}


