/* Layout Stylesheet */ 
html {
  padding:0;
  margin:0;
}
body {
	font-family: Verdana, Geneva, sans-serif;
	margin:0;
	/*height:100% auto;*/
	background:#DAE4DC;
}

.twoColElsLtHdr li {
	list-style-image:url(../images/bullet2.jpg);
}
.twoColElsLtHdr #container {
	background-color:#fff;
	width: 800px;
	padding: 0;
	margin: 0 auto;
	font-size:62.5%;
}
.twoColElsLtHdr #container h1, h2, h3{
	color:#244D01;
}

.twoColElsLtHdr #container h1{
	font-size:1.5em;
}
.twoColElsLtHdr #container h2{
	font-size:1.25em;
}

.twoColElsLtHdr #container .bold{
	font-weight:bold;
}
.twoColElsLtHdr #container .border{
	border: 2px solid #5C7941;
}

.twoColElsLtHdr #container hr{
	color: #5C7941;
}
/* --------- header --------------*/
.twoColElsLtHdr #container .header{
	background-image:url(../images/index_01.jpg);
	width:800px;
	height:114px;	
}
.twoColElsLtHdr #container .header .address{
	padding-top:1.3em;
	font-weight:bold;
	font-size:1em;
	color:#666;
	padding-left: 0em;
	margin-left: 23em;

}
/* --------- wrapper --------- */
.twoColElsLtHdr #wrapper {
	width: 100%;
	background-color: #5C7941;
	padding: 0;
	margin: 0 auto;
}
/* ---------- sidebar ----------------- */
.twoColElsLtHdr #sidebar {
	float:left;
	width:176px;
	padding:0;
	margin:0 auto;
	text-align:left;
	font-size:1em;
	font-weight:500;
}
.twoColElsLtHdr #sidebar .menu_bkg{
	background-image:url(../images/menu_bg.jpg);
	background-repeat:repeat-y;
}
.twoColElsLtHdr #sidebar a{
	color: #fff;
	text-decoration: none;	
}
.twoColElsLtHdr #sidebar a:hover{
	color: #FFFF99;
	text-decoration: underline;
}
.twoColElsLtHdr #sidebar ul{
	margin:0 0 0 -1.2em;
}
.twoColElsLtHdr #sidebar li {
	list-style-image:url(../images/bullet.jpg);
	padding-bottom:.5em;
}

.twoColElsLtHdr #sidebar li.sub_item{
	list-style-image:url(../images/sub-arrow.jpg);
	margin-left:-.3em;
}
.twoColElsLtHdr #sidebar li.sub_item a{
	font-size:1em;
}
/*------------- submenu ------------------*/
.twoColElsLtHdr .submenu{
	margin:0 auto;
	text-align:center;
	font-weight:bold;
	height:2.25em;	
	background-color:#5C7941;
}
/* ---------- content ----------------- */
.twoColElsLtHdr #content {
	background-image:url(../images/mai-bg.jpg);
	background-repeat:repeat-x;
	background-color:#FFF;
	padding:0;
	margin:0 auto;
	float:left;
	width:624px;
	font-size:1.2em;
}
.twoColElsLtHdr #content .title{
	padding: .7em 0 .5em .7em;
	font-size:1.75em;
	font-weight:bold;
	color:#360;
}
.twoColElsLtHdr #content .text{
	padding:1em;
}

.twoColElsLtHdr #content #contacts{
	margin:0em 0 0 5em;

}
.twoColElsLtHdr #content #contacts .person{
	margin:0 0 0 1em;
}

.twoColElsLtHdr .clearit {
	clear: both;
	height: 0;
	line-height: 0.0;
	font-size: 0;
}
/* ---------- footer ----------------- */
.twoColElsLtHdr #footer {
	background-image:url(../images/footer-bg.jpg);
	background-repeat:repeat-x;
	color: #000;
	text-align:center;
	height:90px;
	width:800px;
	padding:0;
	margin:0 auto;
	font-size:1em;
}
.twoColElsLtHdr #footer a{
	text-decoration: none;
	color:#000;
}
.twoColElsLtHdr #footer a:hover{
	text-decoration: underline;
	color:#000;
}
.twoColElsLtHdr #footer .menu{
	font-weight:bold;
	padding:5px 2em 8px 2em;	
}
.twoColElsLtHdr #footer .bar{
	height:1px;
	width:80%;
	margin:0 auto;
}
.twoColElsLtHdr #footer .copyright{
	padding:0;
}
