/* @group Eric Meyers CSS Reset */

/**
 * Style sheet lzs
 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/* @end */

HTML, body {
	font-family: Arial, Helvetica, Verdana;
	font-size: 9pt;
	line-height:12pt
	
}

H1 {
	font-family: Verdana;
	font-size: 12pt;
	padding-bottom: 20pt;
	line-height: 14pt;
}
H2 {
	border-top: 1px solid #ccc ;
	line-height: 12pt;
	font-weight: bold;
	padding-top: 20px;
}

strong, b {
	font-weight: bold;
}

#header 			{  }
#container			{ height: 430px; background: URL(tl_files/lzs/background.gif) repeat-y;}
#container #left 	{ background-color: #DAE2F3;}
#container #right 	{ background-color: #DAE2F3;}
#container #right .inside { padding: 40px 15px 0; }
#container #main 	{ width: 605px; height: 430px; overflow: auto;}
#container #main DIV.inside	{ padding: 20px 25px; margin-top: 20px;}
* HTML #container #main 	{ width: 599px; height: 429px; overflow: auto; }
* HTML #container #main DIV.inside { padding: 20px 25px; }
#footer 			{ background-color: #DAE2F3;}

#footer .inside {
	margin-left: 150px;
	margin-right: 255px;
	padding-top: 10px;
}
* HTML #footer .inside { width:555px; margin-left:100px; margin-right:215px;}

#footer .inside .copyright {
	font-size: 7pt;
}

#footer .inside .right {
	position: absolute;
	right: 0;
}


UL.level_1 LI {
	margin-bottom: 15px;
	background-color: #fff;
	padding: 2px 5px 2px 20px;
}

UL.level_1 LI.active {
	background-color: #091A46;
	color: #fff;
	font-size: 8.5pt;
	font-weight: bold;
	text-transform: uppercase;
}

UL.level_1 LI A,
#footer .inside .right A {
	font-size: 8.5pt;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	color: #4578A1;
}

UL.level_1 LI A:hover {
	text-decoration: underline;
	color: #091A46;
}

#main .inside A {
	color: #4578A1;
	text-decoration:none;
	font-weight:normal;
}

#main .inside A:hover {
	color: #091A46;
	text-decoration:underline;
}
.blue {
	font-weight: bold;
	color: #4578A1;
}
.blue A {
	font-weight: bold;
	color: #4578A1;
	text-decoration: none;
}

.ce_gallery {
	width:120px;
	float:right;
}
.w170 {
	width:180px;
}
.ce_list ul {
	list-style-type: disc;
}
.ce_list ul li {
		margin-left: 20px;
		padding-bottom:5px;
}
.toggler {
	font-weight: bold;
}
.accordion {
	margin-left:20px;
	padding-bottom:20px;
}
.caption {
	font-size: 8pt;
	width:160px;
	line-height:9pt;
	margin-bottom:10px;
}
DIV.striche UL {
	list-style-type:none;
	list-style-image: url(tl_files/lzs/strich.gif);
	
}
