/* CSS Document */

body {
	background-color:#FBF9E0;
	background-image:url(../images/bodybg.jpg);
	background-position:center top;
	background-repeat:repeat-x;
	margin: 0px;

	scrollbar-face-color: #8AB200;
	scrollbar-shadow-color: #FFFFFF;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-3dlight-color:#53670D;
	scrollbar-darkshadow-color: #53670D;
	scrollbar-track-color: #D4E597;
	scrollbar-arrow-color: #53670D;

}
p {
	margin-bottom:2px;
}

/*sytle for scroller div starts here */

#maintxt {
	width: 100%;
	height:340px;
	overflow:auto;
}

/*sytle for scroller div starts here */

/*sytle for bg-image starts here */

.leftbg {
	background-image:url(../images/leftbg.jpg);
	background-position:left top;
	background-repeat:repeat-y;
	padding-left: 20px
}

.tablebg {
	background-image:url(../images/bottom-design.jpg);
	background-position:center top;
	background-repeat:no-repeat;
}

/*sytle for bg-image starts here */

/*sytle for href stars here */
.paddright{padding-right::10px;}
.addressText {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#85A842;
	font-weight: normal;
	text-align:justify;
	padding: 0 1px 0 1px;
}
.gentxt {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#2E2E2E;
	font-weight: normal;
	text-align:justify;
	line-height:18px;
	padding: 0 1px 0 1px;
}
a.email {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#2E2E2E;
	font-weight:normal;
	text-align:justify;
	text-decoration:none;	
}
a:hover.email {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#2E2E2E;
	font-weight:normal;
	text-align:justify;
	text-decoration:underline;
}
a.gentxts {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#2E2E2E;
	font-weight:normal;
	text-align:justify;
	text-decoration:none;	
}
a:hover.gentxts {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#2E2E2E;
	font-weight:normal;
	text-align:justify;
	text-decoration:underline;
}
.boldgentxt {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#5A8011;
	font-weight:bold;
	padding: 0px 1px 0 1px;
	text-decoration:none;
}
a.boldgentxts {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#5A8011;
	font-weight:bold;
	text-align:justify;
	text-decoration:none;	
}
a:hover.boldgentxts {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#5A8011;
	font-weight:bold;
	text-align:justify;
	text-decoration:underline;
}

/*sytle for href ends here */

/*sytle for ul starts here */

.gen-ul {
	padding: 5px 0 0 15px; 
	list-style-type:none; 
	margin:0px;
}
.bull-ul {
	padding: 5px 0 0 15px; 
	list-style-type:disc; 
	margin:0px;
}
/*sytle for ul ends here */

/*sytle for hr starts here */

HR { text-align: center; width: 80%; height: 1px; background-color:#5A8011; border: none; clear:both; margin-top:5px;} /* For Internet Explorer */
HTML>BODY HR {width: 80%; height: 1px; background-color:#5A8011; border: none; clear:both; margin-top:5px;} /* For Gecko-based browsers */
HTML>BODY HR {width: 80%; height: 1px; background-color:#5A8011; clear:both; margin-top:5px;} /* For Opera and Gecko-based browsers */	


/*sytle for hr ends here */




/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.gallerycontainer{
position: relative;
/*Add a height attribute and set to largest image's height to prevent overlaying*/
}

.thumbnail img{
border: 1px solid white;
margin: 0 5px 5px 0;
}

.thumbnail:hover{
background-color: transparent;
}

.thumbnail:hover img{
border: 1px solid blue;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: lightyellow;
padding: 5px;
left: -1000px;
border: 1px dashed gray;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image*/
visibility: visible;
top: 0;
left: 400px; /*position where enlarged image should offset horizontally */
z-index: 50;
}


.boldgentxtnew {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 18px;
	color:#5A8011;
	font-weight:bold;
	text-decoration:none;
	padding-top: 0;
	padding-right: 1px;
	padding-bottom: 0;
	padding-left: 13px;
}
.boldgentxtnew1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 18px;
	color:#5A8011;
	font-weight:bold;
	text-decoration:none;
	padding-top: 0;
	padding-right: 1px;
	padding-bottom: 0;
	padding-left: 0px;
}

