@charset "utf-8";

body {
	background-image: url(../images/bg-back.jpg);
	background-repeat: repeat;
	margin:0px;
}

#wrap
{
 width:1019px;
 margin:0px auto;	
}
/*#page{
	float:left;
	margin:0px;
	padding:0px;
	width:1019px;
	height:auto;
	background:url(../images/page-bg.png) repeat-y;
}
#page-inner{
	width:1000px;
	margin:0px auto;
}*/
.header-top
{
 width:1000px;
 float:left;
 border-bottom:1px solid #dcdcdc;
 height:36px;	
}
.header
{
 width:1000px;
 float:left;
}

.header-left
{
 float:left;
 width:370px;	
}

.logo
{
	width:345px;
	float:left;
	height:80px;
	background-image: url(../images/logo.png);
	background-repeat: no-repeat;
	margin-top:5px;
}

.header-right
{
 float:right;
 width:650px;
 text-align:right;	
}

.top-but
{

 float:right;
 margin-top:3px;	
}

.register_but
{
	background-image: url(../images/register.png);
	background-repeat: no-repeat;
	float: right;
	height: 28px;
	width: 89px;	
}

.register_but:hover
{
	background-image: url(../images/register.png);
	background-repeat: no-repeat;
	background-position:0px -28px;	
}

.signin_but
{
	float:right;
	background-image: url(../images/signin.png);
	background-repeat: no-repeat;
	height: 28px;
	width: 89px;
}

.signin_but:hover
{
	float:right;
	background-image: url(../images/signin.png);
	background-repeat: no-repeat;
	background-position:0px -28px;
}

.middle-links
{
float:right;
margin-top:10px;
margin-right:20px;


}
.middle-links .myproject{
	float:left;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #ec1c24;
	text-decoration: none;
	
}
.middle-links .myproject:hover{
	float:left;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #de151d;
	text-decoration: none;
	
}
.middle-links a
{
	float:left;

	font-family:  Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #848484;
	text-decoration: none;
	letter-spacing:.4px;
}
.middle-links a:hover
{
	float:left;

	font-family:  Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #5ab306;
	text-decoration: none;
	letter-spacing:.4px;
}
.divider
{

 float:left;
 font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
 font-size: 12px;
 font-weight: normal;
 color: #929292;
 text-decoration: none;
 padding:0px 8px 0px 8px;
 margin-top:-2px;	
}
.search-back
{
	float:right;
	width: 600px;
	margin-left:20px; 
}

.search-box{
	float:right;
	margin:12px 0px 0px 0px;
	padding:0px;
	width:290px;
}
.search-box .search-field{
	float:left;
	margin:0px 0px 0px 10px;
	padding:0px 10px 0px 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #bfbfbf;
	background:url(../images/serach-field-bg.png);
	background-repeat:no-repeat;
	width:224px;
	height:31px;
	border:0px;
}
.search-box .search{
	background-image: url(../images/serach-right.png);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	float: left;
	height: 31px;
	width: 36px;
	border:0px;
	cursor:pointer;
}

.search-box .search:hover{
	background-image: url(../images/serach-right.png);
	background-repeat: no-repeat;
	background-position:0px -31px;
	margin: 0px;
	padding: 0px;
	float: left;
	border:0px;
	cursor:pointer;
}

.menu{
	float:left;
	margin:5px 0px 0px 0px;
	padding:0px;
	width:1000px;
}

.menu-mid{
	float:left;
	margin:0px;
	padding:0px;
	height: 40px;
	width: 1000px;
	background-image: url(../images/header.gif);
	background-repeat: repeat-x;
}

.menu-mid ul{
	margin:0px;
	padding:0px;
}
.menu-mid ul li{
	float:left;
	margin:0px;
	padding:0px;
	list-style-type:none;
	display:block;
}

/* menu */
ul.menumenu {list-style:none; margin:0px 0px 0px 0px; padding:0;float:left;}
ul.menumenu * {margin:0; padding:0}
ul.menumenu a {display:block; color:#000; text-decoration:none}
ul.menumenu li {position:relative; float:left; margin-right:0px;z-index:9997;}
ul.menumenu ul {position:absolute; top:35px; left:0; display:none; opacity:0; list-style:none;background-color:#387100;z-index:10000;}
ul.menumenu ul li {position:relative; border-top:none;  min-width:150px; margin:0;z-index:10001;}
ul.menumenu ul li a {
	display:block;
	padding:10px 9px 10px 9px;
	background-color:#387100;
	color:#fff;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color:#2d5802;
	z-index:10002;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
}
ul.menumenu ul li a:hover {background-color:#c14708;color:#ffffff;z-index:10003;}

.sizemenu {
	display:block;
	padding:6px 7px 6px 7px;
	background-color:#387100;
	color:#fff;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color:#2d5802;
	z-index:10002;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	min-width:150px;
}

.sizemenu-1 {
	display:block;
	padding:6px 7px 6px 7px;
	background-color:#387100;
	color:#fff;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color:#2d5802;
	z-index:10002;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	min-width:160px;
}

#size-menu {
	display:block;
	padding:6px 7px 6px 7px;
	background-color:#174889;
	color:#fff;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color:#093267;
	z-index:10002;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	min-width:150px;
	z-index:10004;
	
}
#size-menu:hover {
	background-color:#811508;color:#ffffff;z-index:10004;}
ul.menumenu ul ul {top:-1px}
ul.menumenu .menumenulink { padding:0px 0px 0px 0px; font-weight:bold; background:url(../images/header.gif); height:40px;float:left;}
ul.menumenu .menumenulink:hover, ul.menumenu .menumenuhover {background:url(../images/header_over.gif);height:40px;}
ul.menumenu .sub {background:#d1d1d1 url(../images/arrow.gif) 136px 8px no-repeat}
ul.menumenu .topline {border-top:1px solid #aaa}


.dividers
{
	background-image: url(../images/divider.gif);
	background-repeat: no-repeat;
	float: left;
	height: 40px;
	width: 2px;	
	position:relative;
		
}



#myGallery, #myGallerySet, #flickrGallery
{
	width: 750px;
	height: 300px;
	z-index:5;
	
}

.jdGallery a
{
	outline:0;
}

#flickrGallery
{
	width: 700px;
	height: 300px;
}

#myGallery img.thumbnail, #myGallerySet img.thumbnail
{
	display: none;
}

.jdGallery
{
	overflow: hidden;
	position: relative;
}

.jdGallery img
{
	border: 0;
	margin: 0;
}

.jdGallery .slideElement
{
	width: 100%;
	height: 100%;
	background-color: #dddddd;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url('img/loading-bar-black.gif');
}

.jdGallery .loadingElement
{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background-color: #dddddd;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url('img/loading-bar-black.gif');
}

.jdGallery .slideInfoZone
{
	position: absolute;
	z-index: 10;
	width: 100%;
	margin: 0px;
	left: 0;
	bottom: 0;
	height: 40px;
	background: #333;
	color: #fff;
	text-indent: 0;
	overflow: hidden;
}

* html .jdGallery .slideInfoZone
{
	bottom: -1px;
}

.jdGallery .slideInfoZone h2
{
	padding: 0;
	font-size: 80%;
	margin: 0;
	margin: 2px 5px;
	font-weight: bold;
	color: inherit;
}

.jdGallery .slideInfoZone p
{
	padding: 0;
	font-size: 60%;
	margin: 2px 5px;
	color: #eee;
}

.jdGallery div.carouselContainer
{
	position: absolute;
	height: 135px;
	width: 100%;
	z-index: 10;
	margin: 0px;
	left: 0;
	top: 0;
}

.jdGallery a.carouselBtn
{
	position: absolute;
	bottom: 0;
	right: 30px;
	height: 20px;
	/*width: 100px; background: url('img/carousel_btn.gif') no-repeat;*/
	text-align: center;
	padding: 0 10px;
	font-size: 13px;
	background: #333;
	color: #fff;
	cursor: pointer;
}

.jdGallery .carousel
{
	position: absolute;
	width: 100%;
	margin: 0px;
	left: 0;
	top: 0;
	height: 115px;
	background: #333;
	color: #fff;
	text-indent: 0;
	overflow: hidden;
}

.jdExtCarousel
{
	overflow: hidden;
	position: relative;
}

.jdGallery .carousel .carouselWrapper, .jdExtCarousel .carouselWrapper
{
	position: absolute;
	width: 100%;
	height: 78px;
	top: 10px;
	left: 0;
	overflow: hidden;
}

.jdGallery .carousel .carouselInner, .jdExtCarousel .carouselInner
{
	position: relative;
}

.jdGallery .carousel .carouselInner .thumbnail, .jdExtCarousel .carouselInner .thumbnail
{
	cursor: pointer;
	background: #000;
	background-position: center center;
	float: left;
	border: solid 1px #fff;
}

.jdGallery .wall .thumbnail, .jdExtCarousel .wall .thumbnail
{
	margin-bottom: 10px;
}

.jdGallery .carousel .label, .jdExtCarousel .label
{
	font-size: 13px;
	position: absolute;
	bottom: 5px;
	left: 10px;
	padding: 0;
	margin: 0;
}

.jdGallery .carousel .wallButton, .jdExtCarousel .wallButton
{
	
	position: absolute;
	bottom: 5px;
	right: 10px;
	padding: 1px 2px;
	margin: 0;
	background: #222;
	border: 1px solid #888;
	cursor: pointer;
}

.jdGallery .carousel .label .number, .jdExtCarousel .label .number
{
	color: #b5b5b5;
}

.jdGallery a
{
	font-size: 100%;
	text-decoration: none;
	color: inherit;
}

.jdGallery a.right, .jdGallery a.left
{
	position: absolute;
	height: 99%;
	width: 25%;
	cursor: pointer;
	z-index:10;
	filter:alpha(opacity=20);
	-moz-opacity:0.2;
	-khtml-opacity: 0.2;
	opacity: 0.2;
}

* html .jdGallery a.right, * html .jdGallery a.left
{
	filter:alpha(opacity=50);
}

.jdGallery a.right:hover, .jdGallery a.left:hover
{
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
}

.jdGallery a.left
{
	left: 0;
	top: 0;
	background: url('img/back.png') no-repeat center left;
}

* html .jdGallery a.left { background: url('img/back.png') no-repeat center left; }

.jdGallery a.right
{
	right: 0;
	top: 0;
	background: url('img/forward.png') no-repeat center right;
}

* html .jdGallery a.right { background: url('img/forward.png') no-repeat center right; }

.jdGallery a.open
{
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.withArrows a.open
{
	position: absolute;
	top: 0;
	left: 25%;
	height: 99%;
	width: 50%;
	cursor: pointer;
	z-index: 10;
	background: none;
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
}

.withArrows a.open:hover { no-repeat center center; }

* html .withArrows a.open:hover { no-repeat center center;
	filter:alpha(opacity=80); }
	
	
/* Gallery Sets */

.jdGallery a.gallerySelectorBtn
{
	z-index: 15;
	position: absolute;
	top: 0;
	left: 30px;
	height: 20px;
	/*width: 100px; background: url('img/carousel_btn.gif') no-repeat;*/
	text-align: center;
	padding: 0 10px;
	font-size: 13px;
	background: #333;
	color: #fff;
	cursor: pointer;
	opacity: .4;
	-moz-opacity: .4;
	-khtml-opacity: 0.4;
	filter:alpha(opacity=40);
}

.jdGallery .gallerySelector
{
	z-index: 20;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: #000;
}

.jdGallery .gallerySelector h2
{
	margin: 0;
	padding: 10px 20px 10px 20px;
	font-size: 20px;
	line-height: 30px;
	color: #fff;
}

.jdGallery .gallerySelector .gallerySelectorWrapper
{
	overflow: hidden;
}

.jdGallery .gallerySelector .gallerySelectorInner div.galleryButton
{
	margin-left: 10px;
	margin-top: 10px;
	border: 1px solid #888;
	padding: 5px;
	height: 40px;
	color: #fff;
	cursor: pointer;
	float: left;
}

.jdGallery .gallerySelector .gallerySelectorInner div.hover
{
	background: #333;
}

.jdGallery .gallerySelector .gallerySelectorInner div.galleryButton div.preview
{
	background: #000;
	background-position: center center;
	float: left;
	border: none;
	width: 40px;
	height: 40px;
	margin-right: 5px;
}

.jdGallery .gallerySelector .gallerySelectorInner div.galleryButton h3
{
	margin: 0;
	padding: 0;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 19px;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
}

.jdGallery .gallerySelector .gallerySelectorInner div.galleryButton p.info
{
	margin: 0;
	padding: 0;
	color: #aaa;
}

#myGallery
{
	text-align: left;
	float:left;
	width:750px;
}


#full-slide
{
 width:1000px;
 float:left;	
}

.slide-right
{
 width:250px;
 float:left;

 height:330px;	
}

.slide-right ul
{
 margin:0px 0px 0px 0px;
 padding:0px;

}

.slide-right ul li
{
	float:left;
	list-style-type:none;
	margin:0px 0px 1px 0px;

}

.slide-right ul li a
{
	float:left;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #626163;
	text-decoration: none;
	
}

.slide-right ul li a:hover
{
	float:left;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #d24e09;
	text-decoration: none;
		
}

#content-part
{
 width:1000px;
 float:left;
 margin:15px 0px 0px 0px;	
}

#rss-feed
{
 width:20px;
 float:right;
 margin-top:8px;
 margin-bottom:5px;
 margin-left:0px;	
}

#t-slidesContainer {
	margin:0px;
	width:350px;
	height:240px;
	overflow:auto;
	padding-top:5px;
	/* allow scrollbar */
  	position:relative;
	float:left;

}

.t-slide {
  float:left;
  width:350px; /* reduce by 20 pixels of #slidesContainer to avoid horizontal scroll */
 }
 
 .t-slide-inner
{
  float:left;
  width:350px;
  margin-top:10px;
  margin-bottom:10px;

}
.t-slide-inner h2 {
	margin:0px 0px 10px 0px;
	padding:0px;
	float:left;
	width:350px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #6c6c6c;
	letter-spacing:.4px;
	text-decoration: none;
}

.t-slide-inner img {
	
	float:left;
	width:50px;
	height:50px;
	padding:2px;
	border:2px solid #e5e5e5;
	
}


.t-slide-inner p{
	float:left;
	width:280px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #7f7f7f;
	text-decoration: none;
	line-height:18px;
	margin:0px 0px 5px 8px;
	letter-spacing:.4px;
	text-align:justify;
}
.t-slide-inner a{
	float:left;
	width:280px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #7f7f7f;
	text-decoration: none;
	line-height:18px;
	margin:0px 0px 5px 8px;
	letter-spacing:.4px;
	text-align:justify;
}
.t-slide-inner a:hover{
	color:#17B533;
}


/** 
 * Slideshow controls style rules.
 */
.t-control {
  display:block;
  width:32px;
  height:17px;
  text-indent:-10000px;
  position:absolute;
  cursor: pointer;
}
#t-leftControl {
  top:-15px;
 right:25px;
  background:transparent url(../images/control_left-1.png) no-repeat 0 0;
  width:30px;
  height:28px;
  float:left;
  margin-bottom:10px;
  margin-top:15px;
}
#t-rightControl {
  top:-15px;
  right:0px;
  background:transparent url(../images/control_right-1.png) no-repeat 0 0;
  width:30px;
  height:28px;
  float:left;
  margin-bottom:10px;
  margin-top:15px;
}



.automobile
{
 width:200px;
 float:left;
 margin-top:8px;	
}

.automobile a
{
	float:left;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #0758a6;	
	text-decoration:none;
	margin-left:5px;
}

.automobile a:hover
{
	float:left;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #252525;	
	text-decoration:none;
	margin-left:5px;
}

.postedon
{

 float:right;
 margin-top:0px;
 text-align:right;
 margin-right:0px;

}

.postedon h4
{
	float:left;
	margin-right:10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #7f7f7f;
	text-decoration: none;
	margin:0px;

}


.postedon ul
{
 margin:0px;
 padding:0px;
}

.postedon ul li
{
 float:left;
 margin-left:30px;
 list-style-type:none;
 
}

.postedon a
{
 
float:left;
font-family:  Arial, Helvetica, sans-serif;
font-size: 12px;
font-weight: normal;
color: #11537c;	
text-decoration:none;
margin-left:20px;

}

.postedon a:hover
{
 
float:left;
font-family:  Arial, Helvetica, sans-serif;
font-size: 12px;
font-weight: normal;
color: #171717;	
text-decoration:underline;
margin-left:20px;

}


.postedon ul li a:hover
{
float:left;
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
font-size: 12px;
font-weight: bold;
color: #171717;	
text-decoration:none;

}

.inner-about-portfolio
{
	width:730px;
	float:left;
    margin-left:6px;
}

.rss-icon
{
	background-image: url(../images/rss-icon.png);
	background-repeat: no-repeat;
	float: left;
	height: 20px;
	width: 20px;	
}

.rss-icon:hover
{
	background-image: url(../images/rss-icon.png);
	background-repeat: no-repeat;
	background-position:0px -20px;
}
.header-top-img
{
 float:left;
 width:345px;
}
.header-top-img img
{
 float:left;
 margin-top:5px;
 
}
#new-events
{
 width:350px;
 float:left;
}

.slideshow-right
{
 width:250px;
 float:right;
 height:265px;
}

#testimonials
{
 width:248px;
 float:left;
 margin-left:2px;
 margin-top:0px;	
}

.featured-right-top
{
	background-image: url(../images/featured-right-top.png);
	background-repeat: no-repeat;
	float: left;
	height: 11px;
	width: 248px;
	margin-top:2px;	
}

.featured-right-middle
{
	background-image: url(../images/featured-right-middle.png);
	background-repeat: repeat-y;
	float: left;
	width: 238px;
	padding-left:10px;
}

.featured-right-middle-inner
{
	background-image: url(../images/featured-right-middle.png);
	background-repeat: repeat-y;
	float: left;
	width: 248px;
	
}



.featured-right-bottom
{
	background-image: url(../images/featured-right-bottom.png);
	background-repeat: no-repeat;
	float: left;
	width: 248px;
	height: 10px;
}


.calender
{
	float:left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #4d4d4d;
	text-decoration: none;
	margin-top:0px;
	padding:0px 10px 0px 1px;
}

.calender:hover
{
	float:left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #0297b7;
	text-decoration: none;
	margin-top:0px;
	padding:0px 10px 0px 1px;
}

.view-all-1
{
	float:right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #4d4d4d;
	text-decoration: none;
	margin-top:0px;
	padding:0px 1px 0px 10px;
	margin-right:0px;
}

.view-all-1:hover
{
	float:right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #5fb60c;
	text-decoration: none;
	margin-top:0px;
	padding:0px 1px 0px 10px;
	margin-right:0px
}

.view-all-2
{
	float:right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #4d4d4d;
	text-decoration: none;
	margin-top:0px;
	padding:2px 1px 0px 10px;
	margin-right:10px;
}

.view-all-2:hover
{
	float:right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #0297b7;
	text-decoration: none;
	margin-top:0px;
	padding:2px 1px 0px 10px;
	margin-right:10px
}


.map
{
 width:248px;
 float:left;
 margin-left:2px;	
}

.partners
{
  float:left;
  width:1000px;
  margin:10px 0px 0px 0px;
  padding:0px;

}

.all_logos
{
	float:left;
	margin:10px 0px 0px 0px;
	padding:0px;
}
.all_logos-left
{
	float:left;
	margin:0px;
	padding:0px;
	background-image: url(../images/partners-left.png);
	background-repeat: no-repeat;
	height: 88px;
	width: 7px;
}
.all_logos-right
{
	float:left;
	margin:0px;
	padding:0px;
	background-image:url(../images/partners-right.png);
	background-repeat: no-repeat;
	height: 88px;
	width: 9px;
}
.all_logos-mid
{
	float:left;
	margin:0px;
	padding:0px;
	width: 1000px;
}
.stepcarousel{
	position: relative;
	overflow: scroll; 
	width:960px; 
	height: 90px;
	left:20px;
	right:20px;	
}

.stepcarousel .belt-1{
	position: absolute;
	width:960px;
	left: 0px;
	float:left;
}

.stepcarousel .panel-1{
	float: left;
	overflow: hidden; 
	margin-top: 14px;
	margin-left:20px;
	margin-right: 20px; 
}

.partners h5
{
  padding:0px 0px 10px 0px;
  margin:0px;
  float:left;
  width:1000px;
}
.connect
{
 float:left;
 width:900px;	
 margin-left:10px;
}

.connect h2
{
	float:left;
	margin:4px 0px 0px 0px;
	padding:0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 19px;
	font-weight: normal;
	color: #9d9d9d;
	text-decoration: none;
	letter-spacing:1px;
}

.connect ul
{
 margin:0px;
 padding:0px;
}

.connect ul li
{
 float:left;
 list-style-type:none;
 margin:0px 8px 0px 8px;
}





.facebook{
	background-image: url(../images/facebook.png);
	background-repeat: no-repeat;
	margin: 0px 0px 0px 0px;
	float: left;
	height: 28px;
	width: 31px;
}
.facebook:hover{
	background-image: url(../images/facebook.png);
	background-repeat: no-repeat;
	background-position: 0px -28px;
}
.footer-twitter
{
	background-image: url(../images/footer-twitter.png);
	background-repeat: no-repeat;
	float: left;
	height: 28px;
	width: 31px;
	
}

.footer-twitter:hover
{
	background-image: url(../images/footer-twitter.png);
	background-repeat: no-repeat;
	background-position:0px -28px;	
}

.linked-in
{
	background-image: url(../images/linked-in.png);
	background-repeat: no-repeat;
	float: left;
	height: 28px;
	width: 31px;	
}

.linked-in:hover
{
	background-image: url(../images/linked-in.png);
	background-repeat: no-repeat;
	background-position:0px -28px;
}
.google-plus{
	background-image: url(../images/google+.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	margin: 0px;
	padding: 0px;
	float: left;
	height: 28px;
	width: 31px;
}
.google-plus:hover{
	background-image: url(../images/google+.png);
	background-repeat: no-repeat;
	background-position: 0px -28px;
}

.youtube{
	background-image: url(../images/youtube.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	margin: 0px;
	padding: 0px;
	float: left;
	height: 28px;
	width: 31px;
}
.youtube:hover{
	background-image: url(../images/youtube.png);
	background-repeat: no-repeat;
	background-position: 0px -28px;
}
.rss{
	background-image: url(../images/rss-icon.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	margin: 0px;
	padding: 0px;
	float: left;
	height: 20px;
	width: 20px;
}
.rss:hover{
	background-image: url(../images/rss.png);
	background-repeat: no-repeat;
	background-position: 0px -20px;
}

.copyright
{
	width:1000px;
	float:left;
	background-image: url(../images/copyright.png);
	background-repeat: repeat-x;
	padding: 5px 0px 0px 0px;
	margin-top:10px;
	margin-bottom:5px;
}

.copyright p
{
	float:left;
	margin:0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #787878;
	text-decoration: none;
}

.copyright span
{
	float:right;
	margin:0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #787878;
	text-decoration: none;
}

.copyright span a
{
	
	margin:0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #4d8714;
	text-decoration: none;
}

.copyright span a:hover
{
	
	margin:0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #04b7eb;
	text-decoration: none;
}

/*********** Slideshow CSS *******************/
.slide-left{
	float:left;
	margin:0px;
	padding:0px;
	width:750px;
	height:300px;
}
.aviaslider{ 
height:300px; 	/*this changes the height of the image slider*/
width:710px;
overflow: hidden;
position: relative;
background: #fff url(../images/preload.gif) center center no-repeat;
float:left;
margin:0px;
}

.aviaslider li, .aviaslider .featured{
display: block;
width:100%;
height:100%;
position: absolute;
top:0;
left:0;
z-index: 1;
}

.js_active .aviaslider li, .js_active .aviaslider .featured{
display:none;
}

.aviaslider img, .aviaslider a img, .aviaslider a{
border:none;
text-decoration: none;
}

.slidecontrolls{
margin:0px 0px 0px 0px;
position: relative;
float:left;
z-index:999;
bottom:280px;
left:650px;
}

.slidecontrolls a{
height:19px;
width:19px;
display:block;
cursor: pointer;
background:url(../images/controlls.png) center bottom no-repeat;
float:left;
outline: none;
border:0px;
margin:0px 0px 0px 3px;
}

.slidecontrolls a:hover, .slidecontrolls .active_item{
background:url(../images/controlls.png) center top no-repeat;
}

.feature_excerpt{
width:720px;
position: absolute;
display: block;
bottom: 0;
left:0;
z-index: 2;
padding:14px 15px;
font-size: 11.5px;
line-height:1.5em;
cursor: pointer;
background: #000;
color: #fff;
}

.feature_excerpt strong{
display: block;
font-size: 15px;
padding-bottom: 3px;
}


#inner-content
{
 width:1000px;
 float:left;
 margin-top:10px;	
}

.inner-content-top
{
	background-image: url(../images/inner-cintent-top.png);
	background-repeat: no-repeat;
	float: left;
	height: 20px;
	width: 1000px;	
}

.inner-content-middle
{
	background-image: url(../images/inner-content-middle.png);
	background-repeat: repeat-y;
	float: left;
	width: 1000px;
	margin:0px;
	padding:0px;	
}

.inner-content-bottom
{
	float:left;
	width:1000px;
	background-image: url(../images/inner-content-bottom.png);
	background-repeat: no-repeat;
	height: 15px;
}

.inner-content-middle h1
{
	float: left;
	width: 900px;
	margin:0px 0px 0px 25px;
	padding:0px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #00c0e9;
	text-decoration: none;
}

.inner-content-middle h2
{
	float: left;
	margin:15px 0px 0px 25px;
	padding:0px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #333;
	text-decoration: none;
}

.inner-content-middle table
{
	float: left;
	width: 950px;
	margin:15px 0px 0px 25px;
	padding:0px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #ccc;
	border-right-color: #ccc;	
		
}

.inner-content-middle table th
{
	background-color:#333;
	padding:7px 0px 7px 0px;
	color:#fff;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	border-left:1px solid #ccc;
}

.inner-content-middle table tr
{
	
	
}


.inner-content-middle table td
{
	background-color:#fff;
	padding:7px 0px 7px 0px;
	color:#333;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	border-left:1px solid #ccc;
	border-bottom:1px solid #ccc;
	text-align:center;
}

.inner-content-middle table td a
{
	background-color:#fff;
	padding:7px 0px 7px 0px;
	color:#d24e09;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	
	text-align:center;
}

.inner-content-middle table td a:hover
{
	background-color:#fff;
	padding:7px 0px 7px 0px;
	color:#569a14;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	
	text-align:center;
}

.download
{
 float:right;
 margin-top:16px;
 margin-right:27px;
	
}

.download a 
{
	float:left;
	margin-top:0px;

	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #007400;
	text-decoration: none;	
}

.download a img
{
 float:left;
 margin-top:0px;
 margin-right:5px;
	
}

.apply-to-mksp
{
	width:250px;
	float:left;
	background-image: url(../images/jattu-bhavasamakhya.gif);
	background-repeat: no-repeat;
	height: 57px;
}

.guidlines
{
	width:261px;
	float:left;
	background-image: url(../images/prakruti.gif);
	background-repeat: no-repeat;
	height: 57px;
}

.knowledge
{
	width:250px;
	float:left;
	background-image: url(../images/apply-jattu.gif);
	background-repeat: no-repeat;
	height: 42px;
}

.faqs
{
	width:250px;
	float:left;
	background-image: url(../images/faq.gif);
	background-repeat: no-repeat;
	height: 42px;
}
.feedback
{
	width:255px;
	float:left;
	background-image: url(../images/nabard.gif);
	background-repeat: no-repeat;
	height: 42px;
}
.mksp
{
	width:250px;
	float:left;
	background-image:url(../images/mksp.gif);
	background-repeat: no-repeat;
	height: 49px;
}

.blog
{
	width:250px;
	float:left;
	background-image:url(../images/feedback.gif);
	background-repeat: no-repeat;
	height: 42px;
}

.calender-bg
{
	width:248px;	
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #dddddd;
	float:left;
	margin-left:3px;
	padding-top:5px;
	margin-top:10px;
	
	
}

.news-divide
{
 width:350px;
 float:left;
 border-top-width: 1px;
border-top-style: solid;
border-top-color: #e3e3e3;	
}


#slider {
	position:relative;
	background:url(../images/loading.gif) no-repeat 50% 40%;
	height:330px;
}
#slider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
	z-index:1;
}

/* The Nivo Slider styles */
.nivoSlider {
	position:relative;
	height:370px;
}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	border:none;
}
/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	border:0;
	padding:0;
	margin:0;
	z-index:60;
	display:none;
}
/* The slices in the Slider */
.nivo-slice {
	display:block;
	position:absolute;
	z-index:50;
	height:100%;
}
/* Caption styles */
.nivo-caption {
	position:absolute;
	left:0px;
	bottom:0px;
	background:url(../images/trans-bg.png) repeat;
	color:#fff;
	width:100%;
	z-index:89;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 30px;
	font-weight: normal;
	text-decoration: none;
}
.nivo-caption p {
	padding:10px 10px;
	margin:0;
	font-size:30px;
}
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
	position:absolute;
	top:35%;
	z-index:99;
	cursor:pointer;
}
.nivo-prevNav {
	left:0px;
	width:47px;
	height:47px;
	display:block;
	background:url(../images/but_prev.png) 0 0 no-repeat;
	text-indent:-9999px;
}
.nivo-nextNav {
	right:0px;
	width:47px;
	height:47px;
	display:block;
	background:url(../images/but_next.png) 0 0 no-repeat;
	text-indent:-9999px;
}
/* Control nav styles (e.g. 1,2,3...) */

.nivo-controlNav {
	padding-top:25px;
	text-align:center;
	overflow:hidden;
	margin-left:25px;
	display:none;
}

.nivo-controlNav a {
	position:relative;
	z-index:99;
	cursor:pointer;
	display:block;
	float:left;
	background:url(../images/slider_controlnav.png) -20px 0 no-repeat;
	text-indent:-9999px;
	width:20px;
	height:20px;
	
}
.nivo-controlNav a.active {
	font-weight:bold;
	background:url(../images/slider_controlnav.png) 0 0 no-repeat;
}
.main-menu{
	background-image: url(../images/menu-bg.png);
	background-repeat: repeat-x;
	margin:-1px 0px 0px 0px;
	padding: 0px;
	float: left;
	height: 44px;
	width: 984px;
	font-family:"Segoe UI", Arial, Helvetica, sans-serif;
}
ul.menu {
	list-style:none;
	margin:0;
	padding:0
}
ul.menu * {
	margin:0;
	padding:0
}
ul.menu a {
	display:block;
	color:#fff;
	text-decoration:none;
	font-size:12px;
	text-transform:capitalize;
}
ul.menu li {
	position:relative;
	float:left;
	margin-right:0px
}
ul.menu ul {
	position:absolute;
	top:40px;
	left:0;
	background:#5eb50c;
	display:none;
	opacity:0;
	list-style:none;
	z-index:999;
}
ul.menu ul li {
	position:relative;
	border:1px solid #499006;
	border-top:none;
	width:148px;
	margin:0px;
}
ul.menu ul li a {
	display:block;
	padding:3px 7px 5px;
	background-color:#5eb50c;
}
ul.menu ul li a:hover {
	background-color:#499006
}

ul.menu .menulink {
	padding:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
}

.home{
	background-image: url(../images/m-home.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	margin: 0px;
	padding: 0px;
	float: left;
	height: 44px;
	width: 78px;
	border:0px;
	text-indent:-9999px;
}
.home:hover{
	background-image: url(../images/m-home.png);
	background-repeat: no-repeat;
	background-position: 0px -44px;
}
.about{
	background-image: url(../images/m-about.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	margin: 0px;
	padding: 0px;
	float: left;
	height: 44px;
	width: 94px;
	text-indent:-9999px;
	border:0px;
}
.about:hover{
	background-image: url(../images/m-about.png);
	background-repeat: no-repeat;
	background-position: 0px -44px;
}
.our-initiatives{
	background-image: url(../images/m-our-initiatives.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	margin: 0px;
	padding: 0px;
	float: left;
	height: 44px;
	width: 124px;
	text-indent:-9999px;
	border:0px;
}
.our-initiatives:hover{
	background-image: url(../images/m-our-initiatives.png);
	background-repeat: no-repeat;
	background-position: 0px -44px;
}
.media-center{
	background-image: url(../images/m-media-center.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	margin: 0px;
	padding: 0px;
	float: left;
	height: 44px;
	width: 123px;
	text-indent:-9999px;
	border:0px;
}
.media-center:hover{
	background-image: url(../images/m-media-center.png);
	background-repeat: no-repeat;
	background-position: 0px -44px;
}
.programs{
	background-image: url(../images/programs.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	margin: 0px;
	padding: 0px;
	float: left;
	height: 44px;
	width: 94px;
	text-indent:-9999px;
	border:0px;
}
.programs:hover{
	background-image: url(../images/programs.png);
	background-repeat: no-repeat;
	background-position: 0px -44px;
}
.project-area{
	background-image: url(../images/m-project-area.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	margin: 0px;
	padding: 0px;
	float: left;
	height: 44px;
	width: 113px;
	text-indent:-9999px;
	border:0px;
}
.project-area:hover{
	background-image: url(../images/m-project-area.png);
	background-repeat: no-repeat;
	background-position: 0px -44px;
}
.case-study{
	background-image: url(../images/m-casestudy.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	margin: 0px;
	padding: 0px;
	float: left;
	height: 44px;
	width: 107px;
	text-indent:-9999px;
	border:0px;
}
.case-study:hover{
	background-image: url(../images/m-casestudy.png);
	background-repeat: no-repeat;
	background-position: 0px -44px;
}
.reports{
	background-image: url(../images/m-reports.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	margin: 0px;
	padding: 0px;
	float: left;
	height: 44px;
	width: 82px;
	text-indent:-9999px;
	border:0px;
}
.reports:hover{
	background-image: url(../images/m-reports.png);
	background-repeat: no-repeat;
	background-position: 0px -44px;
}
.contact{
	background-image: url(../images/m-contact.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	margin: 0px;
	padding: 0px;
	float: left;
	height: 44px;
	width: 98px;
	text-indent:-9999px;
	border:0px;
}
.contact:hover{
	background-image: url(../images/m-contact.png);
	background-repeat: no-repeat;
	background-position: 0px -44px;
}
.home-active{
	background-image: url(../images/m-home.png);
	background-repeat: no-repeat;
	background-position: 0px -44px;
	margin: 0px;
	padding: 0px;
	float: left;
	height: 44px;
	width: 78px;
	border:0px;
	text-indent:-9999px;
}
.home-active:hover{
	background-image: url(../images/m-home.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
.about-active{
	background-image: url(../images/m-about.png);
	background-repeat: no-repeat;
	background-position: 0px -44px;
	margin: 0px;
	padding: 0px;
	float: left;
	height: 44px;
	width: 94px;
	text-indent:-9999px;
	border:0px;
}
.about-active:hover{
	background-image: url(../images/m-about.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
.our-initiatives-active{
	background-image: url(../images/m-our-initiatives.png);
	background-repeat: no-repeat;
	background-position: 0px -44px;
	margin: 0px;
	padding: 0px;
	float: left;
	height: 44px;
	width: 124px;
	text-indent:-9999px;
	border:0px;
}
.our-initiatives-active:hover{
	background-image: url(../images/m-our-initiatives.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
.media-center-active{
	background-image: url(../images/m-media-center.png);
	background-repeat: no-repeat;
	background-position: 0px -44px;
	margin: 0px;
	padding: 0px;
	float: left;
	height: 44px;
	width: 123px;
	text-indent:-9999px;
	border:0px;
}
.media-center-active:hover{
	background-image: url(../images/m-media-center.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
.programs-active{
	background-image: url(../images/programs.png);
	background-repeat: no-repeat;
	background-position: 0px -44px;
	margin: 0px;
	padding: 0px;
	float: left;
	height: 44px;
	width: 94px;
	text-indent:-9999px;
	border:0px;
}
.programs-active:hover{
	background-image: url(../images/programs.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
.project-area-active{
	background-image: url(../images/m-project-area.png);
	background-repeat: no-repeat;
	background-position: 0px -44px;
	margin: 0px;
	padding: 0px;
	float: left;
	height: 44px;
	width: 113px;
	text-indent:-9999px;
	border:0px;
}
.project-area-active:hover{
	background-image: url(../images/m-project-area.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
.case-study-active{
	background-image: url(../images/m-casestudy.png);
	background-repeat: no-repeat;
	background-position: 0px -44px;
	margin: 0px;
	padding: 0px;
	float: left;
	height: 44px;
	width: 107px;
	text-indent:-9999px;
	border:0px;
}
.case-study-active:hover{
	background-image: url(../images/m-casestudy.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
.reports-active{
	background-image: url(../images/m-reports.png);
	background-repeat: no-repeat;
	background-position: 0px -44px;
	margin: 0px;
	padding: 0px;
	float: left;
	height: 44px;
	width: 82px;
	text-indent:-9999px;
	border:0px;
}
.reports-active:hover{
	background-image: url(../images/m-reports.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
.contact-active{
	background-image: url(../images/m-contact.png);
	background-repeat: no-repeat;
	background-position: 0px -44px;
	margin: 0px;
	padding: 0px;
	float: left;
	height: 44px;
	width: 98px;
	text-indent:-9999px;
	border:0px;
}
.contact-active:hover{
	background-image: url(../images/m-contact.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
.menu-right{
	background-image: url(../images/menu-right.png);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	float: left;
	height: 44px;
	width: 87px;
	border:0px;
}
.news-devider{
	background-image: url(../images/devider.png);
	background-repeat: repeat-x;
	margin: 3px 0px 0px 0px;
	padding: 0px;
	float: left;
	height: 2px;
	width: 250px;
}
.publication-devider{
	background-image: url(../images/devider.png);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
	float: left;
	height: 2px;
	width: 345px;
}
.p-devider{
	background-image: url(../images/devider.png);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
	float: left;
	height: 2px;
	width: 1000px;
}
.v-devider{
	background-image: url(../images/V-0DEVIDER.png);
	background-repeat: no-repeat;
	margin: 30px 10px 0px 15px;
	padding: 0px;
	float: left;
	height: 262px;
	width: 2px;
	border:0PX;
}
.testimo{
	float:left;
	margin:0px;
	padding:0px;
	width:340px;
	height:280px;
}
#ticker
{ 
    color: #7f7f7f;
    padding: 0px;
    width: 339px;
	float:left;
	margin:20px 0px 0px 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	text-align:justify;
	line-height:19px;
	background:url(../images/testi-bg.png) no-repeat;
	height:195px;
	border:0px;
}
#ticker a
{
    color: #7f7f7f;
    text-decoration: none;
	position:relative;
	width:240px;
	padding:40px 50px 20px 50px;
	height:95px;
	float:left;
}
#ticker a span{
	float: right;
	text-align:right;
	margin:10px 0px 0px 0px;
	padding:0px;
	color:#565656;
	font-style:italic;
	font-weight:bold;
	position:absolute;
	z-index:99;
	bottom:-55px;
	right:60px;
	font-size:14px;
}
.footer-main{
	background-image: url(../images/footer-bg.jpg);
	background-repeat: repeat-x;
	margin: 20px 0px 0px 0px;
	padding: 0px;
	float: left;
	height: 84px;
	width: 100%;
}
.footer{
	margin:0px auto;
	padding:0px;
	width:984px;
}
.footer ul{
	margin:20px 0px 0px 120px;
	padding:0px;
	float:left;
}
.footer ul li{
	margin:0px;
	padding:0px;
	float:left;
	display:inline;
	list-style-type:none;
	font-weight:normal;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#0c9905;
}
.footer ul li a{
	margin:0px 10px 0px 10px;
	padding:0px;
	float:left;
	font-weight:normal;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#0c9905;
	text-decoration:none;
	text-transform:uppercase;
}
.footer ul li a:hover{
	color:#0fc106;
}
.footer p{
	margin:26px 0px 0px 0px;
	padding:0px;
	float:left;
	font-weight:normal;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#0c9905;
	text-decoration:none;
	text-transform:capitalize;
}
.footer h5{
	margin:20px 0px 0px 0px;
	padding:0px;
	float:right;
	font-weight:normal;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#0c9905;
	text-decoration:none;
	text-transform:capitalize;
} 
.footer h5 span{
	margin:6px 10px 0px 0px;
	padding:0px;
	float:left;
	font-weight:normal;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#0c9905;
	text-decoration:none;
	text-transform:capitalize;
}
.footer h5 .rapra-logo{
	text-decoration:none;
	color:#686868;
	font-weight:bold;
	text-indent:-9999px;
	background-image: url(../images/rapra-logo.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding: 0px;
	clear: 0;
	float: left;
	height: 28px;
	width: 82px;
}
.footer h5 .rapra-logo:hover{
	background-position: 0px -28px;
}
.jattu-bhavasamaakya{
	background-image: url(../images/jattu-1.png);
	background-repeat: no-repeat;
	margin: 60px 0px 0px 0px;
	padding: 0px;
	float: right;
	height: 53px;
	width: 262px;
	border:0px;
}
.jattu-logo{
	background-image: url(../images/jattu.gif);
	background-repeat: no-repeat;
	margin: 35px 20px 0px 30px;
	padding: 0px;
	float: left;
	height: 93px;
	width: 150px;
}
.jattu-trust{
	background-image: url(../images/Arch-must-come-on-JATTU-TRUST.png);
	background-repeat: no-repeat;
	margin: 10px 0px 0px 0px;
	padding: 0px;
	float: left;
	height: 149px;
	width: 297px;
}

/********* HOVER MENU **********/
.slide-right ul li nav 
{
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
	float:left;
}
.slide-right ul li nav ul {
    padding: 0px 0px 0px 0px;
    position: relative;
    margin: 0px 0px 0px 0px;
    text-align: left;
    text-decoration: none;
	float:left;
}
.slide-right ul li nav ul li 
{
    list-style: none;
    display: inline-block;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
	float:left;
}
.slide-right ul li nav ul ul {
    display: none;
    position:absolute;
    padding:0px;
    margin: 40px 0px 0px 10px;
    width: 255px;
	float:left;
	z-index:999;
}
.slide-right ul li nav ul ul li 
{
    display:block;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 10px;
	width:230px;
	float:left;
}
.slide-right ul li nav ul ul li .links{
    display:block;
    color: #fff;
    padding:5px;
    margin: 0px 0px 0px 0px;
    text-decoration: none;
	width:220px;
}
.slide-right ul li nav ul ul li .links:hover {
    background-color: #fff;
    color: #5eb50c;
    text-decoration: none;
}
.slide-right ul li nav ul li ul .contact-top
{
	background: url(../images/hover-top.png);
	background-repeat: no-repeat;
	float: left;
	height: 15px;
	width: 252px;
	margin:0px 0px 0px 0px;
	padding:0px;
	border:0px;
	
}

.slide-right ul li nav ul li ul .contact-middle
{
	background: url(../images/hover-mid.png);
	background-repeat: repeat-y;
	float: left;
	width: 252px;
	margin:0px 0px 0px 0px;
	padding:4px 0px 4px 0px;
}

.slide-right ul li nav ul li ul .contact-bottom
{
	background: url(../images/hover-bottom.png);
	background-repeat: no-repeat;
	float: left;
	width: 252px;
	height: 7px;
	margin:0px 0px 0px 0px;
	padding:0px;
}
.slider-inner{
	float:left;
	margin:0px;
	padding:0px;
	width:750px;
	height:330px;
}
.inner-page-content{
	float:left;
	margin:0px 0px 10px 0px;
	padding:0px;
	width:1000px;
	height:auto;
}
.inner-page-content h1{
	float:left;
	margin:0px 0px 0px 0px;
	padding:0px;
	width:1000px;
	height:auto;
	font-family:Arial, Helvetica, sans-serif;
	font-size:25px;
	font-weight:normal;
	color:#5eb50c;
	text-transform:capitalize;
}
.inner-page-content h2{
	float:left;
	margin:10px 0px 0px 0px;
	padding:0px;
	width:1000px;
	height:auto;
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:normal;
	color:#565656;
	text-transform:capitalize;
}
.inner-page-content h3{
	float:left;
	margin:10px 0px 0px 0px;
	padding:0px;
	width:1000px;
	height:auto;
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	font-weight:bold;
	color:#4d9607;
	text-transform:capitalize;
}
.devider{
	float:left;
	margin:0px;
	padding:0px;
	background:url(../images/devider.png) repeat-x;
	height:2px;
	width:1000px;
}
.inner-page-content p{
	float:left;
	margin:10px 0px 0px 0px;
	padding:0px;
	width:1000px;
	height:auto;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	color:#565656;
	line-height:19px;
	text-align:justify;
}
.inner-page-content p a{
	float:left;
	margin:0px 5px 0px 0px;
	padding:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#fe6a0a;
	text-align:justify;
	text-decoration:none;
}
.inner-page-content p a:hover{
	color:#565656;
}
.inner-lists{
	float:left;
	margin:0px 0px 0px 40px;
	padding:0px 0px 0px 0px;
	width:960px;
}
.inner-lists li{
	float:left;
	margin:10px 0px 0px 0px;
	padding:0px;
	width:960px;
	list-style-type:disc;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	color:#565656;
	line-height:19px;
	text-align:justify;
}
.inner-lists li ul{
	float:left;
	margin:0px 0px 0px 20px;
	padding:0px;
	width:920px;
}
.inner-lists li ul li{
	float:left;
	margin:10px 0px 0px 0px;
	padding:0px;
	width:920px;
	list-style-type:circle;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	color:#565656;
	line-height:19px;
	text-align:justify;
}
.slide-left{
	position:relative;
}
.slide-left h5{
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:25px;
	color:#fe6a0a;
	position:absolute;
	z-index:99;
	bottom:-60px;
	right:20px;
	background:#fff;
	border-radius:10px;
	padding:5px 20px 5px 20px;
}
.gallery {
	float:left;
	margin:0px;
	padding:0px;
	width:1000px;
}
.gallery a{
	float:left;
	margin:10px 6px 0px 6px;
	padding:5px;
	width:140px;
	height:140px;
	border:2px solid #e5e5e5;
}
.gallery a img{
	float:left;
	margin:0px;
	padding:0px;
	width:140px;
	height:140px;
	border:0px;
}
#lightbox {
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}
#lightbox a img {
	border: none;
}
#outerImageContainer {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}
#imageContainer {
	padding: 10px;
}
#loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#hoverNav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#imageContainer>#hoverNav {
	left: 0;
}
#hoverNav a {
	outline: none;
}
#prevLink, #nextLink {
	width: 49%;
	height: 100%;
	background: transparent url(../images/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
}
#prevLink {
	left: 0;
	float: left;
}
#nextLink {
	right: 0;
	float: right;
}
#prevLink:hover, #prevLink:visited:hover {
	background: url(../images/prev.gif) left 50% no-repeat;
}
#nextLink:hover, #nextLink:visited:hover {
	background: url(../images/next.gif) right 50% no-repeat;
}
/*** START : next / previous text links ***/
#nextLinkText, #prevLinkText {
	color: #FF9834;
	font-weight:bold;
	text-decoration: none;
}
#nextLinkText {
	padding-left: 20px;
}
#prevLinkText {
	padding-right: 20px;
}
/*** END : next / previous text links ***/
/*** START : added padding when navbar is on top ***/

.ontop #imageData {
	padding-top: 5px;
}
/*** END : added padding when navbar is on top ***/

#imageDataContainer {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
}
#imageData {
	padding:0 10px;
}
#imageData #imageDetails {
	width: 70%;
	float: left;
	text-align: left;
}
#imageData #caption {
	font-weight: bold;
}
#imageData #numberDisplay {
	display: block;
	clear: left;
	padding-bottom: 1.0em;
}
#imageData #numberDisplay a {
	color: black;
	padding-left: 5px;
	padding-right: 5px;
}
#imageData #bottomNavClose {
	width: 66px;
	float: right;
	padding-bottom: 0.7em;
}
#imageData #helpDisplay {
	clear: left;
	float: left;
	display: block;
}
#overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6 !important;
	display: none;
}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
* html>body .clearfix {
	display: inline-block;
	width: 100%;
}
* html .clearfix {
	/* Hides from IE-mac \*/
	height: 1%;/* End hide from IE-mac */
}
#lightboxIframe {
	display: none;
}
.contact-left {
	float:left;
	margin:20px 0px 20px 0px;
	padding:0px;
	width:350px;
}
.contact-left ul {
	float:left;
	margin:10px 0px 0px 0px;
	padding:0px;
	width:350px;
}
.contact-left ul li {
	float:left;
	margin:0px;
	padding:0px;
	width:350px;
	display:block;
	list-style-type:none;
}
.contact-left ul li h4 {
	float:left;
	margin:5px 0px 0px 0px;
	padding:0px;
	width:300px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#579d13;
}
.contact-left h5 {
	float:left;
	margin:0px;
	padding:0px;
	width:350px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:bold;
	color:#565656;
}
.address-devider {
	float:left;
	margin:0px;
	padding:0px;
	width:350px;
	height:2px;
	background:url(../images/devider.png) repeat-x;
	border:0px;
}
.contact-left ul li p {
	float:left;
	margin:0px 0px 0px 32px;
	padding:0px;
	width:350px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#565656;
	line-height:19px;
}
.contact-left ul li h5 {
	float:left;
	margin:10px 0px 0px 0px;
	padding:0px;
	width:300px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	font-weight:bold;
	color:#be323b;
}
.contact-left ul li img {
	float:left;
	margin:5px 10px 0px 0px;
	padding:0px;
}
.contact-left ul li a {
	float:left;
	margin:10px 0px 0px 0px;
	padding:0px;
	width:300px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#4ba400;
	text-decoration:none;
}
.contact-left ul li a:hover {
	color:#ffb200;
}
.contact-right {
	float:right;
	margin:20px 0px 20px 0px;
	padding:0px;
	width:350px;
}
.contact-right ul {
	float:left;
	margin:10px 0px 0px 0px;
	padding:0px;
	width:350px;
}
.contact-right ul li {
	float:left;
	margin:0px;
	padding:0px;
	width:350px;
	display:block;
	list-style-type:none;
}
.contact-right ul li h4 {
	float:left;
	margin:0px;
	padding:0px;
	width:350px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#579d13;
}
.contact-right h5 {
	float:left;
	margin:0px;
	padding:0px;
	width:350px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:bold;
	color:#565656;
}
.contact-right ul li p {
	float:left;
	margin:10px 0px 0px 0px;
	padding:0px;
	width:350px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#565656;
	line-height:19px;
}
.contact-right ul li .txt-field {
	float:left;
	margin:0px;
	padding:5px;
	width:340px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	color:#565656;
	border:1px solid #e5e5e5;
	background:#fff;
}
.contact-right ul li .txt-field:hover {
	border:1px solid #5bbf07;
	background:#e2f8d1;
}
.contact-right ul li .txt-field:focus {
	border:1px solid #5bbf07;
	background:#e2f8d1;
}
.submit-btn {
	background-image: url(../images/submit-btn.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	margin: 10px 0px 0px 0px;
	padding: 0px;
	float: right;
	height: 39px;
	width: 99px;
	border:0px;
	cursor:pointer;
}
.submit-btn:hover {
	background-position: 0px -39px;
}
.profile-table{
	float:left;
	margin:10px 0px 0px 0px;
	padding:0px;
	font-family:Arial, Helvetica, sans-serif;
	border:1px solid #4d9607;
}
.profile-table tr th{
	font-size:12px;
	font-weight:bold;
	color:#fff;
	background:#4d9607;
	text-align:center;
	border:1px solid #4d9607;
}
.profile-table tr td{
	border:1px solid #4d9607;
	font-size:12px;
	color:#565656;
}
.profile-table tr th .profile-table2{
	float:left;
	margin:10px 0px 0px 0px;
	padding:0px;
	font-family:Arial, Helvetica, sans-serif;
	border:1px solid #4d9607;
}
.profile-table tr th .profile-table2 tr th{
	font-size:12px;
	font-weight:bold;
	color:#fff;
	background:#4d9607;
	text-align:center;
	border:1px solid #4d9607;
}
.profile-table tr th .profile-table2 tr td{
	border:1px solid #4d9607;
	font-size:12px;
	color:#565656;
}
.reports-links{
	float:left;
	margin:0px;
	padding:0px;
	width:1000px;
}
.reports-links li{
	float:left;
	margin:10px 0px 0px 0px;
	padding:0px;
	width:1000px;
	display:block;
	list-style-type:none;
}
.reports-links li a{
	float:left;
	margin:0px;
	padding:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:normal;
	color:#565656;
	text-decoration:none;
}
.reports-links li a:hover{
	color:#5eb50c;
}
.reports-links li img{
	float:left;
	margin:4px 5px 0px 0px;
	padding:0px;
	width:15px;
	height:12px;
	border:0px;
}
ul#topnav-1 {
	margin: 0px 0px 0px 0px;
	padding: 0;
	float: left;
	width: 240px;
	list-style: none;
	position: relative;
	font-size: 1.2em;
	left:0px;

}
ul#topnav-1 li {
	float: left;
	width:240px;
}
ul#topnav-1 li span {
	float: left;
	padding: 0px;
	position: absolute;
	left: 10px; 
	top:40px;
	display: none;
	width: 343px;	
	color: #000;
	z-index:999999;

}
ul#topnav-1 li:hover span {
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #fe6a0a;
	text-decoration: none;
}
.contact-top
{
	background: url(../images/hover-top.png);
	background-repeat: no-repeat;
	float: left;
	height: 15px;
	width: 252px;
	margin:0px 0px 0px 0px;
	padding:0px;
	border:0px;
	
}

.contact-middle
{
	background: url(../images/hover-mid.png);
	background-repeat: repeat-y;
	float: left;
	width: 252px;
	margin:0px 0px 0px 0px;
	padding:0px;
}

.contact-middle h4
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #f38e4d;
	text-decoration: none;
	float:left;
	margin:1px 0px 10px 20px;
	width:210px;

}
.contact-bottom
{
	background: url(../images/hover-bottom.png);
	background-repeat: no-repeat;
	float: left;
	width: 252px;
	height: 7px;
	margin:0px 0px 0px 0px;
	padding:0px;
}
.contact-countries .links
{
	float:left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #f4f4f4;
	text-decoration: none;
	margin:0px 0px 0px 15px;
	border-bottom:1px solid #66a06d;
	width:212px;
	padding:6px;

	
}

.contact-countries .links:hover
{
	float:left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #009345;
	text-decoration: none;
	margin:0px 0px 0px 15px;
	background:#f4f4f4;
	padding:6px;
	
}
.pop {
	width: 240px;
	padding: 10px;
	background: #fff;
	color: #565656;
	border: 1px solid #f9cf01;
	font-size: 12px;
	top:-50px;
	float:left;
	position:absolute;
}
.contact-top2
{
	background: url(../images/pop-top.png);
	background-repeat: no-repeat;
	float: left;
	height: 10px;
	width: 351px;
	margin:0px 0px 0px 0px;
	padding:0px;
	border:0px;
	
}

.contact-middle2
{
	background: url(../images/pop-mid.png);
	background-repeat: repeat-y;
	float: left;
	width: 351px;
	margin:0px 0px 0px 0px;
	padding:0px;
}

.contact-middle2 p
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #f38e4d;
	text-decoration: none;
	float:left;
	margin:1px 0px 10px 20px;
	width:300px;

}
.contact-bottom2
{
	background: url(../images/pop-bottom.png);
	background-repeat: no-repeat;
	float: left;
	width: 351px;
	height: 24px;
	margin:0px 0px 0px 0px;
	padding:0px;
}
table
{
	margin:15px 20px 50px 20px;
	font-family:Arial, Helvetica, sans-serif;
	color:#565656;
	width:100%;
	float:left;
	
}
table thead th
{
	background-color:#D7D7D7;
	font-size:14px;
	padding:10px 10px;
	font-weight:normal;
}
table tbody td
{
	
	font-size:12px;
	text-align:center;
/*	text-transform:lowercase;*/

}
h4 a
{
	color:#65A9A3;
	float:left;
	margin-left:715px;
	text-decoration:none;
}
h4 a:hover
{
	color:#65A9A3;
	float:left;
	margin-left:715px;
	text-decoration:underline;
}
.content {
	float: left;
	margin: 20px 0px 0px 6px;
	padding: 0px;
	width: 990px;
	/*background: #fff;*/
}
.content h4 {
	margin: 0px 0px 0px 30px;
	padding: 0px;
	float: left;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #5d7602;
	width: 990px;
}
.submit {
	width:85px;
	height:37px;
	margin:20px 0 0 15px;
	float:left;
	font:normal 18px/37px Arial, Helvetica, sans-serif;
	color:#fff;
	text-decoration:none;
	text-transform:uppercase;
	text-align:center;
	background:#108eb1;
	border:none;
}

.submit :hover{
	background:#333;
}
.lft-aligned {
	float: left;
	/*line-height:22px;*/
	font-size: 14px;
	text-align: left;
	width: auto;
	margin: 0px 10px 0px 5px;
	color: #fff;
}
.lft-aligned span {
	float: left;
	text-align: left;
	font-size: 15px;
	padding-right: 5px;
	color: #fff;
}


.training-modules {
	width:990px;
	margin-bottom:69px;
	float:left;
}
.training-modules-tbl {
	width:958px;
	margin:15px 15px 0 15px;
	padding-bottom:15px;
	padding-top:10px;
	float:left;
	border:1px solid #cdcdcd;
}

.training-modules-td {
	width:236px;
	float:left;
}
.training-modules-td span{
	font:normal 17px Arial, Helvetica, sans-serif;
	color:#595959;
	line-height:30px;
	width:auto;
	margin-left:10px;
	float:left;
}

.training-modules-td span select{
	font:normal 15px Arial, Helvetica, sans-serif;
	color:#777;
	line-height:30px;
	width:216px;
	height:32px;
	padding:4px;
	float:left;
	border:1px solid #b5b5b5;
}

.reports-full {
	width:500px !important;
}
.reports-full li {
	width:490px !important;
}
.reports-full li a {
	width:470px !important;
}