
html{ overflow-x:hidden;}
body  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	background: #526B10 url(../images/bg2_en.jpg) top center no-repeat;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	direction:ltr;
	text-align:left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	overflow-x:hidden;
}

a img{ border:none;}
a:link, a:visited{ color:#81A81A; text-decoration:none;}
a:hover{ color:#526b10;}


h1{ margin:4px; padding:0px; font-size:150%; font-family:Verdana, Arial, Helvetica, sans-serif;}
h2{ margin:4px; padding:0px; font-size:130%;font-family:Verdana, Arial, Helvetica, sans-serif;}
h3{ margin:4px; padding:0px; font-size:110%;font-family:Verdana, Arial, Helvetica, sans-serif;}
hr{ border-top:1px solid #88A634; border-bottom: none;}

.ltr_homepage>.container { 
	width: 800px;  /* this will create a container 80% of the browser width */
	margin: 0px auto 0px auto; /* the auto margins (in conjunction with a width) center the page */
} 
.ltr_homepage .header .topbarbg { 
	background: url(../images/topbg.gif) repeat-x; 
	height:38px;
} 
.ltr_homepage .header .topnavbg{
	background: url(../images/topnavbg.gif) repeat-x;	
}
.ltr_homepage .header .topnavbg .topnav {
	width:830px;
	height:48px;
	margin:0px auto;
	text-align:center;
}

.ltr_homepage .header .topnavbg .topnav a:link,
.ltr_homepage .header .topnavbg .topnav a:visited{line-height:48px; color:#526B10; text-decoration:none; text-shadow:#CEE182 1px 1px 1px; padding-right:15px; padding-left:15px; font-weight:bold;}
.ltr_homepage .header .topnavbg .topnav a:hover{ color:#31410B;}
/* Tips for sidebar1:
1. since we are working in percentages, it's best not to use padding on the sidebar. It will be added to the width for standards compliant browsers creating an unknown actual width. 
2. Space between the side of the div and the elements within it can be created by placing a left and right margin on those elements as seen in the ".ltr_homepage #sidebar1 p" rule.
3. Since Explorer calculates widths after the parent element is rendered, you may occasionally run into unexplained bugs with percentage-based columns. If you need more predictable results, you may choose to change to pixel sized columns.
*/
.ltr_homepage .sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 180px; 
	/*border-left:1px dotted #AFD95B;*/
	 /* the background color will be displayed for the length of the content in the column, but no further */
	padding-top: 0px; /* top and bottom padding create visual space within this div  */
}

.ltr_homepage .sidebar1 .mainmenu{background: url(../images/menubg.gif) bottom center no-repeat; padding-bottom:10px;}
.ltr_homepage .sidebar1 .mainmenu ul{ margin:20px 0px 0px 15px; padding:0px;}
.ltr_homepage .sidebar1 .mainmenu ul li{ list-style-image:url(../images/blt-green.png); text-align:left; direction:ltr; padding:0px 0px 0px 0px;/* border-bottom:1px dotted #678714;*/}
.ltr_homepage .sidebar1 .mainmenu ul li a{ display:block; font-size:90%; text-decoration:none; color:#E1D368; text-shadow: #5C4511 0px 0px 6px 0px; font-weight:bold; padding:5px 0px 5px 0px; font-size:12px;}
.ltr_homepage .sidebar1 .mainmenu ul li a:hover{ color:#EDE4A7;}

.ltr_homepage .sidebar1 .menuads a img{ background:#41550D; border:1px solid #5E7A12; padding:2px; margin:2px auto;}
.ltr_homepage .sidebar1 .menuads a:hover img{ border:1px solid #7CA318;}

.ltr_homepage .sidebar1 .mailList { background:#41550D; border:1px solid #5E7A12; margin-left: 10px; margin-right: 10px;}

.ltr_homepage .sidebar1 h3, .ltr_homepage #sidebar1 p {
	margin-left: 10px; /* the left and right margin should be given to every element that will be placed in the side columns */
	margin-right: 10px;
}

/* Tips for mainContent:
1. the space between the mainContent and sidebar1 is created with the right margin on the mainContent div.  No matter how much content the sidebar1 div contains, the column space will remain. You can remove this right margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends.
2. to avoid float drop at a supported minimum 800 x 600 resolution, elements within the mainContent div should be 430px or smaller (this includes ../images).
3. in the Internet Explorer Conditional Comment below, the zoom property is used to give the mainContent "hasLayout." This avoids several IE-specific bugs.
*/
.ltr_homepage .mainContent { 
	margin: 0px 0px 0px 0px; /* the left margin should mirror the margin on the header and footer for proper alignment. */
	float:right;
	width:620px;
} 
.ltr_homepage .mainContent .langbox{ 
	width:320px; 
	height:25px; 
	position:relative; 
	top:40px; 
	left:241px; 
	background:url(../images/language.gif) right no-repeat; 
	font-size:14px; 
	font-weight:normal; 
	color:#405311; 
	line-height:20px;
}
.ltr_homepage .mainContent .langbox a img{
	margin-top:5px; 
	padding:1px;/* background:#40550A; border:1px solid #818B1B;*/
	}
.ltr_homepage .mainContent .langbox a:link,
.ltr_homepage .mainContent .langbox a:visited
{
	font-weight:bold;
	color:#E1D368;
}
.ltr_homepage .mainContent .langbox a:hover
{
	font-weight:bold;
	color:#FFFF99;
}


.ltr_homepage .topad{ width:620px; margin:40px auto 0px 0px;}
.ltr_homepage .topad .ba_title{/* background:url(../images/bottomad.gif) no-repeat right; width:620px; height:20px;*/}
.ltr_homepage .topad .ba_ad{ width:620px;/* background:#485F0E; border:1px solid #5E7A12;*/ padding:10px 0px/*10px*/;}
.ltr_homepage .topad .ba_ad a img{ border:1px solid #627D2C;}
.ltr_homepage .topad .ba_ad a:hover img{ border:1px solid #B6D345;}


.ltr_homepage .nb{ width:620px; height:25px; background:url(../images/bar1_en.gif) no-repeat; margin:35px auto 2px auto;}
.ltr_homepage .nbc{ width:520px; color:#D3E492; float:right; line-height:22px; font-family:Tahoma; font-size:11px; font-weight:normal; margin-right:10px;}

.ltr_homepage .rb{ width:620px; height:25px; background:url(../images/bar2_en.gif) no-repeat; margin:2px auto;}
.ltr_homepage .rbc{ width:520px; color:#D3E492; float:right; line-height:22px; font-family:Tahoma; font-size:11px; font-weight:normal; margin-right:10px;}




.ltr_homepage .contenty{
	margin-top:4px;
	background:#485F0E;	
	border:1px solid #5E7A12;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	padding:5px;
	font-size:90%;
	}
.ltr_homepage .contenty .mainy{	
	background:#FFFFFF;
	border:1px solid #CCB67B;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	padding:10px;
	color:#485F0E;
	font-family:Tahoma;
	font-weight:normal;
	}

.onecol .celly{	
	background:#FFFFFF url(../images/cellybg.jpg) top repeat-x;
	border:1px solid #3F520C;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	padding:10px;
	margin:0px 4px;
}
.onecol .celly h1{ font-size:110%; padding-left:30px;}
.onecol .celly h1 a{ color:#526b10; text-decoration:none;}

.twocol ul,.onecol ul{ margin:10px 10px 5px 20px; padding:0px;}
.twocol ul li,.onecol ul li{ list-style: none; border-bottom:1px dotted #EEEEEE; padding:4px 0px;}

.more{ background:#EFF5D3; text-align:right; -moz-border-radius: 5px;-webkit-border-radius: 5px; border:1px solid #DCE99E; margin-bottom:3px; }
.more a{ color:#40540a; padding-right:10px; display:block;}
.more a:hover{}

.twocol .twocol_r{ width:50%; float:left;}
.twocol .twocol_l{ width:50%; float:right;}
.twocol .celly {
	background:#FFFFFF url(../images/cellybg.jpg) top repeat-x;
	border:1px solid #3F520C;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	padding:5px;
	margin:3px;
}

.twocol .celly h1{ font-size:110%; padding-left:30px; padding-bottom:3px; padding-top:3px; padding-right:0px;}

.twocol .celly h1 a,
.onecol .celly h1 a{ color:#526b10; text-decoration:none; text-shadow:#FFFFFF 1px -1px 1px; }

.twocol .celly h1 div,
.onecol .celly h1 div{background:url(../images/collapse.gif) right no-repeat;}

h1.ico_1{ background:url(../images/icons.gif) no-repeat left -101px; height:19px;}
h1.ico_2{ background:url(../images/icons.gif) no-repeat left -213px; height:19px;}
h1.ico_3{ background:url(../images/icons.gif) no-repeat left -127px; height:19px;}
h1.ico_4{ background:url(../images/icons.gif) no-repeat left -48px; height:19px;}
h1.ico_5{ background:url(../images/icons.gif) no-repeat left -158px; height:19px;}
h1.ico_6{ background:url(../images/icons.gif) no-repeat left -186px; height:19px;}
h1.ico_7{ background:url(../images/icons.gif) no-repeat left -235px; height:19px;}
h1.ico_8{ background:url(../images/icons.gif) no-repeat left -75px; height:19px;}
h1.ico_9{ background:url(../images/icons.gif) no-repeat left -235px; height:19px;}

.ltr_homepage .bottomad{ width:795px; margin:15px auto 0px auto;}
.ltr_homepage .bottomad .ba_title{ background:url(../images/bottomad_en.gif) no-repeat left; width:795px; height:20px;}
.ltr_homepage .bottomad .ba_ad{ width:773px; background:#31410B; border:1px solid #5E7A12; padding:10px 10px;}
.ltr_homepage .bottomad .ba_ad a img{ border:1px solid #627D2C;}
.ltr_homepage .bottomad .ba_ad a:hover img{ border:1px solid #B6D345;}


/* this is the footer of the temblate */
.ltr_homepage .footer { 
	margin:30px 0px 0px 0px;
	padding: 0px; 
	background: none; 
}
.ltr_homepage .footer .bottomnav{	
	width:900px;
	height:30px;
	margin:0px auto;
	text-align:center;
}
.ltr_homepage .footer .bottomnav a:link,
.ltr_homepage .footer .bottomnav a:visited{ line-height:30px; color:#81A817; text-decoration:none; padding-right:10px; padding-left:10px;
font-size:90%;}
.ltr_homepage .footer .bottomnav a:hover{ color:#B8D346;}
.footer .copyrights{
background:#4E6510 url(../images/footerbg.gif) repeat-x top;
padding-bottom:10px;	
}
.ltr_homepage .footer .copyrights .footericons  a:link img,
.ltr_homepage .footer .copyrights .footericons  a:visited img{
	opacity: .1; 					/* for all other browsers */
	filter: alpha(opacity=10);		/* for IE5-7 */
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=10)";  /* for IE8 */
}
.ltr_homepage .footer .copyrights .footericons  a:hover img{
	opacity: 1; 					/* for all other browsers */
	filter: alpha(opacity=100);		/* for IE5-7 */
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";  /* for IE8 */
}
.ltr_homepage .footer .copyrights p {
	margin: 0px; 
	padding:10px 0px;
	text-align:center;
	color:#E1D368;
	text-shadow:#728F23 1px 1px 1px;
	font-size:90%;
}

/* Miscellaneous classes for reuse */
.ltr_homepage .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;
}
.ltr_homepage .fltlft { /* this class can be used to float an element left in your page. The floated element must precede the element it should be next to on the page. */
	float: left;
	margin-right: 8px;
}
.ltr_homepage .clear { /* 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;
}


/* search sliding page */
.searchpage{ position:absolute; top:0px; left:0px; width:100%; z-index:30;}
.searchpage a:focus {
	outline: none;
}
.searchpage #panel {
	background:#D0B84D;
	height: auto;/* 500px;*/
	display: none;
	opacity: .95; 					/* for all other browsers */
	filter: alpha(opacity=95);		/* for IE5-7 */
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=95)";  /* for IE8 */
}

.searchpage #panel>.searchcontent{ margin:0px auto; position:relative; top:20px; width:800px; /*border: 1px solid #796931;*/}
.searchpage #panel>.searchcontent hr{ border-top:1px solid #9C7A1F; border-bottom: none;}
.searchpage #panel>.searchcontent h1{ margin:0px; padding:10px 10px 10px 50px; font-size:150%; color:#5C4511; background:url(../images/searchicon.gif) no-repeat left;}
.searchpage #panel>.searchcontent span { font-size:11px; font-family:tahoma; font-weight:normal; }
.searchpage #panel>.searchcontent div input{ padding:5px; margin:0px auto;}
.searchpage #panel>.searchcontent div{ margin:0px; padding:5px; }
.searchpage .slide a {
	display:block;
	width:100%;
	background: url(../images/search_en.gif) no-repeat center top;
}
.searchpage .slide{	
	background: url(../images/searchbg.gif) repeat-x top;	
	margin: 0;
	padding: 0;
}
.searchpage .btn-slide {
	/*background: url(../images/white-arrow.gif) no-repeat right -50px;*/
	text-align: center;
	height: 30px;
	padding: 10px 0px 0px 10px;
	margin: 0 auto;
	display: block;
	font: bold 120%/100% Arial, Helvetica, sans-serif;
	color: #fff;
	text-decoration: none;
}
.searchpage .active {
	background-position: left 12px;
}
.docInfo {
	background:#FFFFFF;
	direction:ltr;
	border:1px solid #99CC00;
	width : 100%;
}
.td_title {
	background:#B1CD67;
	text-align:left;
}
.td_cont {
	background:#C8DC94;
	text-align:left;
}
.hits {
	float:right;
}
