/* --------------------------------------For All Pages----------------------------------------------- */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #e3ded8;
}
a { 
	color: #666666;
	text-decoration : none; 
	/*
	-webkit-transition: color 100ms ease-in 50ms;
    -moz-transition: color 100ms ease-in 50ms;
    -o-transition: color 100ms ease-in 50ms;
    transition: color 100ms ease-in 50ms;
	*/
} 
a:hover {
	color: #666666;
	text-decoration: none;
}
/* ----------------------------------------------------------------------------------------------------------------------------- */
/* --------------------Dont Delete------------------ */
.clear { 
clear : both; 
} 
/* ----------------------------------------------------------------------------------------------------------------------------- */
.floatleft {
	float: left;
	margin-right: 10px;
	margin-bottom: 2px;
}
.floatright {
	float: right;
}
/* ----------------------------------------------------------------------------------------------------------------------------- */
/* --------------------body text Part------------------ */
.body_text{
	font-family: Calibri, Arial;
	font-size: 15px;
	color: #666666;
	line-height: 18px;
	text-align: justify;
}
.body_text a{
	font-family: Calibri, Arial;
	font-size: 15px;
	color: #666666;
	line-height: 18px;
	text-align: justify;
	text-decoration: underline;
}
.body_text a:hover{
	color: #c21618;
	text-decoration: none;
}
.body_text_center{
	font-family: Calibri, Arial;
	font-size: 15px;
	color: #666666;
	line-height: 18px;
	text-align: center;
}
.body_text_center a{
	font-family: Calibri, Arial;
	font-size: 15px;
	color: #666666;
	line-height: 18px;
	text-align: center;
}
.body_text_center a:hover{
	font-family: Calibri, Arial;
	font-size: 15px;
	color: #93c91b;
	line-height: 18px;
	text-align: center;
}
.body_text_bold{
	font-family: Calibri, Arial;
	font-size: 15px;
	color: #af7955;
	line-height: 18px;
	text-align: justify;
	font-weight:bold;
}
.table_heading_text_center{
	font-family: Calibri, Arial;
	font-size: 16px;
	color: #FFF;
	line-height: 18px;
	text-align: center;
	font-weight:bold;
}
.heading_text{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 17px;
	color: #6c3923;
	line-height: 18px;
	text-align: justify;
	font-style: italic;
}
.heading_text_big{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 21px;
	color: #6c3923;
	line-height: 18px;
	text-align: justify;
	font-style: italic;
}
.top-strip-bg{
	background-image: url(../images/top-strip.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 127px;
	width: 1002px;
}
.banner-bg{
	background-image: url(../images/banner-main-bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 593px;
	width: 1002px;
}
.footer-bg{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #939393;
	line-height: 18px;
	text-align: center;
	background-image: url(../images/footer-bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 48px;
	width: 1002px;
}
.inner-text-bg{
	background-image: url(../images/inner-text-bg.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	width: 1002px;
}
.gallery-bg-bg{
	background-image: url(../images/gallery-btn-bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	width: 200px;
	height: 30px;
	padding-left: 26px;
	padding-top: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #358d95;
	text-align: left;
}
.gallery-bg-bg a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #358d95;
	text-align: left;
}
.gallery-bg-bg a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #666666;
	text-align: left;
}
/* --------------------css-required-for-banner-slider------------------ */
#wrapper{              
			width: 100%;     
			-webkit-user-select: none;	  			
		}
       
		#ep1{
			position:absolute;
			left: 36px;
			top: 50px; 
	
		}

    
		.otherExample{ 
			position: absolute;
			left: 36px;
			top: 520px;
		}
		.otherExample a{ 
			display: block;
			float: left;
			margin-right: 16px;
			color: #0066FF;
		}    
 		.otherExample a:hover{ 
			color: #B22222;
			text-decoration: underline;
		}   