﻿/* ------ Navigation Starts ------*/
#navigation{
	height:105px;
	position: relative;
    z-index: 11;
	
}
#navigation .nav{
	background:url(../images/navigationBg.html) center top no-repeat;
	height:110px;
}
#navigation .nav ul{width:1260px;list-style:none;margin:0 10px 0 31px;padding:0px;height: 57px;}
#navigation .nav ul li{float:left;margin: 0 2px 0 0;}
#navigation .nav ul li a{
	font-family: calibri;
	position: relative;
	top: 18px;
	display:block;
	padding:10px 23.8px;
	font-size:16px;
	color:#fff;
	border-radius: 0px 0px 0px 0px;
	}

#navigation .nav ul li a.tab6{
background: #0f1746; /* Old browsers */
color:#fff;
}

#navigation .nav ul li a.tab8{
background: #233189; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzIzMzE4OSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwNzIwNjMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  #233189 0%, #072063 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#233189), color-stop(100%,#072063)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #233189 0%,#072063 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #233189 0%,#072063 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #233189 0%,#072063 100%); /* IE10+ */
background: linear-gradient(to bottom,  #233189 0%,#072063 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#233189', endColorstr='#072063',GradientType=0 ); /* IE6-8 */
}

#navigation .nav ul li a.tab6:hover{
	text-decoration:none;
	font-weight:400;
	background: #0fa5a7 /* Old browsers */

}

#navigation .nav ul li a.tab9{
	font-family: calibri;
	position: relative;
	top: 20px;
	display:block;
	font-size:20px;
	background:none;
	color:#0f1746;
	left:10%;
	font-weight:600;
	
}


 
#navigation .nav ul li a.active{text-decoration:none;padding-bottom:20px;position: relative;top: 8px;}


#navigation .nav ul li ul.navDrop {
	margin: 0;
	padding: 0px;
	position: absolute;
	display: none;
}


#navigation .nav ul li:hover > ul.navDrop { 
	width: auto;
	display: table;
	height:auto;
	visibility: visible;
	margin: 0;
	padding: 0px;
	position: absolute;
	z-index: 5;
	background:#0fa5a7;
	min-width: 200px;
	top: 62px;
	border-radius:0 0 5px 5px ;
}
#navigation .nav ul li ul.navDrop li {
	float: none;
	margin:0 0 0 0;
	border-bottom:1px solid #fff;
}
#navigation .nav ul li ul.navDrop li.last {
	float: none;
	border-bottom:none;
}
#navigation .nav ul li ul.navDrop li a{
	padding: 10px;
	top: 0;
	border-radius:0 0 0 0;
}
#navigation .nav ul li ul.navDrop li a:hover{
	background:#450022;
	color:#fff;
	font-size:16px;
}

/* ------ Navigation Ends ------*/
.SearchHolder{
	height:48px;
}

#navigation .tickercontainer {width: 640px;margin: 0 0 0 30px;padding:5px px;overflow: hidden;}
#navigation .tickercontainer .mask {position: relative;overflow: hidden;}
#navigation #webticker {position: relative;list-style-type: none;margin: 0;padding: 0;height:48px !important;}
#navigation #webticker li {float: left;padding: 0px !important;margin: 0px !important;}
#navigation #webticker li a {
	text-shadow:1px 1px 0px #ffffff !important;
	color:#323232 !important;
	padding: 0px !important;
	margin: 0px 10px !important;
	font-size:18px !important;
	top: 13px !important;
}
#navigation #webticker li a:hover {
	padding-bottom: 0px !important;
	color:#884703 !important;
	top: 13px !important;
}


#searchDiv{
	width:226px;
	height:27px;
	background: url(../images/searchBg.html) no-repeat ;
	margin: 11px 33px 0 0;
}
#searchDiv input{
	background:none;
	border:none !important;
	color:#515151;
	padding: 5px;
    width: 185px;
	outline:none;
}
#searchDiv span{
	background: url(../images/searchIcon.html) no-repeat ;
	display: block;
	width: 24px;
	height: 25px;
	position: absolute;
    right: 37px;
    top: 69px;
	cursor:pointer;
}
/* ------ Banner Starts ------*/
#banner{
	height:417px;
	background:url(../images/bannerBg.html) repeat-x;
	position:relative;
	z-index:10;
}
#banner .bannerHolder{
	
}

/* =========================================================*/

/* ====================== Left Panel =======================*/
.leftSide{width:310px;}
.main{width:310px;}
.wrapper {
	width:100%;
	overflow:hidden;
}
.testimonial {
	width:100%;
	overflow:hidden;
	height:115px;
}
.testimonial  h4{
	color:#cc3300;
	font-size:13px;
	font-weight:bold;
	padding:0 0 2px 0;
}
.testimonial  h4 span{
	color:#cc3300;
	font-size:11px;
	font-weight:normal;
	float:right;
}
.testimonial a {
	display:block;
	text-align:right;
	color:#545f03;
	font-weight:bold;
	font-style:italic;
}
.navigate {
	position:absolute;
	right: 10px;
    top: 10px;
}
.navigate a {
	background:#ffffff;
	margin: 0 0 0 5px;
	display:block;
	float: left;
	height: 12px;
	width: 12px;
	text-indent: 9999px !important;
}
.navigate a:hover {
	background:#545f03;
}
.navigate a.activeSlide {
	background:#850e04;
}
.navigate a:focus {
	outline: none;
}
.example {
	position:relative;
}
.titl2_txt h3 {
    color: #FFFFFF;
    line-height: 30px;
    margin: 0 0 0 0px;
    padding: 0 0 0 10px;
	height:30px;
	background:url(../images/testimonialsTop.html) no-repeat;
}
#sliderTesti {
	background:#ffffff;
	width:308px;
	height:135px;
	border:1px solid #9ead2c;
}
#sliderTesti p {
	clear:both;
	font-family:"Trebuchet MS";
	font-size:12px;
	color:#2d2d2d;
	text-align:justify;
	padding: 0 0 5px 0;
	line-height:16px;
}

.sl-1 {
	padding: 10px 10px 10px 10px;
}
.testiFoot{
	height:30px;
	padding: 0 10px;
	background:url(../images/testimonialsbottom.html) no-repeat;
	line-height: 29px;
}
.link_1, .link_2{
    color: #ffffff !important;
    display: inline-block !important;
    font-size: 11px;
    text-align: right;
    text-decoration: none;
    text-transform: uppercase;
}
.link_1:hover, .link_2:hover {
    color: #000000 !important;
}


.HP_news{}
.HP_news h4{
	font-size:30px;
	color:#616161;
	padding:0 0 5px 0;
	font-weight:normal;
}
.newsSection{
	border-top: 1px dashed #94A42A;
	padding: 10px 0;
}
.HP_news a{
	background:#98a82b;
    color: #FFFFFF;
    display: block;
    font-size: 12px;
    padding: 5px 10px 5px 0;
    text-align: right;
    text-transform: uppercase;
}
.HP_news a:hover{
	background:#5c6a01;
    color: #FFFFFF;
	text-decoration:none;
	padding: 5px 7px 5px 0;
}
.newsSection span{
	background:url(../images/newsDate.html) no-repeat;
	display:inline-block;
	width:40px;
	height:33px;
	padding-top: 17px;
	text-align:center;
	font-size:11px;
	color:#000000;
	line-height: 13px;
}
.newsSection h5{
	color:#616161;
	font-weight:normal;
	font-size:14px;
	text-transform:uppercase;
	display:inline-block;
	vertical-align: top;
	margin-left: 10px;
	width: 250px;
	padding: 5px 0 0;
}
.newsSection p{
	color:#9e9e9e;
	font-size:14px;
	padding: 5px 0;
}
.newsSection a{
	width: 75px;
	color:#98a82b;
	font-size:14px;
	display:block;
	padding: 4px 10px 5px 0;
	text-transform: capitalize;
	background:url(../images/ReaddetailsArrow.html) no-repeat center right;
}
.newsSection a:hover{
	color:#cc3300;
	text-decoration:none;
	width: 80px;
	padding: 4px 10px 5px 0;
	background:url(../images/ReaddetailsArrow.html) no-repeat center right;
}

.videos_btn a
{
	display:block;
	text-shadow:1px 1px 0px #2d2d2d;
	color:#ffffff;
	background:#398dc9;
	margin: 0 0 10px 0;
    padding: 10px 10px;
	vertical-align:middle;
	text-align:left;
	font-size: 14px;
	
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzZiYjVmNCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwNTY5YjkiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  #6bb5f4 0%, #0569b9 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#6bb5f4), color-stop(100%,#0569b9)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #6bb5f4 0%,#0569b9 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #6bb5f4 0%,#0569b9 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #6bb5f4 0%,#0569b9 100%); /* IE10+ */
background: linear-gradient(to bottom,  #6bb5f4 0%,#0569b9 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6bb5f4', endColorstr='#0569b9',GradientType=0 ); /* IE6-8 */
}
.videos_btn a:hover
{
	color:#f5f5f5;
	padding: 10px 20px;
}
.Videopanel {
position: fixed;
top: 50px;
left: 0;
display: none;
background: #f5f5f5;

-moz-border-radius:    0px 10px 10px 0px;
-webkit-border-radius: 0px 10px 10px 0px;
border-radius:         0px 10px 10px 0px;
box-shadow:         2px 0px 10px #333333;
-webkit-box-shadow: 2px 0px 10px #333333;
-moz-box-shadow:    2px 0px 10px #333333;
width: 280px;border:1px solid #111111;
height: auto;
padding: 5px 10px 10px 15px;
z-index:151;
}
.Videopanel h3 {color:#ff0000;padding:0 0 5px 0;font-size:16px;}
.Videopanel iframe {
margin:0px;
box-shadow:         0px 0px 5px #EAEAEA;
-webkit-box-shadow: 0px 0px 5px #EAEAEA;
-moz-box-shadow:    0px 0px 5px #EAEAEA;
}

a.trigger{
position: fixed;
text-decoration: none;
top: 435px; 
left: 0;
font-size: 16px;
color:#fff;
padding: 15px 40px 15px 10px;
background:#333333 url(../images/VideopanelPlus.png) 85% 55% no-repeat;
border:1px solid #444444;

-moz-border-radius:    0px 10px 10px 0px;
-webkit-border-radius: 0px 10px 10px 0px;
border-radius:         0px 10px 10px 0px;

display: block;
z-index:150;
}

a.trigger:hover{
background:#222222 url(../images/VideopanelPlus.png) 85% 55% no-repeat;
}

a.video_active.trigger {
background:#222222 url(../images/Videopanelminus.png) 85% 55% no-repeat;
}


/* =========================================================*/

/* ====================== Right Panel =======================*/

.rightSide{width:640px;}

.HPLoginSection{padding:0 0px 0 0;position:relative;top:-25px;}
.HPLoginSection ul{list-style:none;float:right;}
.HPLoginSection ul li{float:left;margin:0 10px 0 0;width: 120px;height:35px;}
.HPLoginSection ul li a{
	background:url(../images/HP_loginBtn.html) no-repeat 0 -5px;
	color: #FFFFFF;
	font-size: 14px;
    display: block;
    padding:10px 0;
    text-align: center;
    text-decoration: none;
    width: 120px;
}
.HPLoginSection ul li a:hover{background:url(../images/HP_loginBtn.html) no-repeat 0 0px;padding:15px 0 10px 0;}


.pageContent{}
.pageContent h1{
	font-family: 'Happy Monkey', cursive;
	font-size: 25px;
	font-weight: normal;
	border-bottom: 1px dotted #7f9200;
}
.pageContent p img{
	float: left;
	margin:0 10px 2px 0;
}
.pageContent p{
	color: #333333;
	font-size: 14px;
    padding:10px 0 5px;
    text-align: justify;
	line-height: 20px;
}
.pageContent p strong{
	color: #7f9200;
}
.pageContent .more{padding:8px 10px;color:#ffffff;background:#323232; text-decoration:none;float:right;}
.pageContent .more:hover{color:#ffffff;background:#7f9200;text-decoration:none;}

.tabs{

	float:left;
}
.tabs .photos
{
	text-shadow:1px 1px 0px #ffffff;
	color:#000000;
	background:#979797;
    padding: 10px 25px;
	vertical-align:middle;
	text-align:left;
	font-size: 14px;
	top: 1px;
	position: relative;
	border: 1px solid #b1b1b1;
	border-bottom: none;
	
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzZiYjVmNCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwNTY5YjkiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  #979797 0%, #ffffff 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#979797), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #979797 0%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #979797 0%,#ffffff 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #979797 0%,#ffffff 100%); /* IE10+ */
background: linear-gradient(to bottom,  #979797 0%,#ffffff 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#979797', endColorstr='#ffffff',GradientType=0 ); /* IE6-8 */
}


/* =========================================================*/
.footerSection1{
	padding: 10px;
	height:140px;
	width:300px;
}
.footerSection1 ul{list-style:none;display:inline-block;}
.footerSection1 ul li{margin:0 10px 6px;}
.footerSection1 ul li a{color:#ffffff;}
.footerSection1 ul li a:hover{}


.footerSection2{
	background:url(../images/footerSeperator.html) top left repeat-y;
	padding: 10px;
	height:140px;
	width:295px;
}
.footerSection2 p{
	color:#ffffff;
	font-size:13px;
	padding:0px 20px;
}
.footerSection2 p strong{
	color:#3b5301;
}
.footerSection3{
	background:url(../images/footerSeperator.html) top left repeat-y;
	padding: 10px;
	height:140px;
	width:320px;
}
.footerSection3 h3{color:#3b5301;font-size:14px;font-weight:bold;}
.footerSection3 ul {list-style:none; margin: 0 20px;}
.footerSection3 ul li{margin:5px 0;}
.footerSection3 ul li a{
	display:block;
	background:#323232;
	color: #FFFFFF;
	float: right;
	margin: 5px 5px 0 0;
	padding: 5px 10px;
	border-bottom:1px solid #b2c43a;
	border-right:1px solid #b2c43a;
}
.footerSection3 ul li a:hover{
	background:#ff6000;
	color: #ffffff;
	text-decoration:none;
	border-bottom:1px solid #323232;
	border-right:1px solid #323232;
}
.footerSection3 ul li label{font-size:12px;color:#ffffff;}
.footerSection3 ul li input{
	font-family:calibri;
	font-size:12px;
	color:#c8e50d;
	width:270px;
	border-top:none;
	border-left:none;
	border-bottom:1px solid #b2c43a;
	border-right:1px solid #b2c43a;
	padding:2px 0 2px 2px;
	outline:none;
	
	background: #5c6a01;
	box-shadow: inset 1px 1px 0px #000000;
	-webkit-box-shadow: inset 1px 1px 0px #000000;
	-moz-box-shadow:    inset 1px 1px 0px #000000;
}

.footerSectionshadow{
	background:url(../images/footerSeperator.html) top left repeat-y;
	width:5px;
	height:160px;
}
.copy{padding:10px;text-align:center;font-size:12px;background:#5C6A01;color:#CCFF00;font-family:calibri;}
.copy a{color:#FFCC00}


/* ============================================ */
.shareWithUs{
	background: #ffffff;
	position:fixed;
	left:-5px;
	top:21%;
	width:68px;
	padding:5px 5px 5px 10px;
	min-height:160px;
	z-index:20;
	
	box-shadow: 0px 0px 5px #000000;
	-webkit-box-shadow: 0px 0px 5px #000000;
	-moz-box-shadow:    0px 0px 5px #000000;
	
	/*-webkit-border-radius: 0px 1px 1px 0px;
	-moz-border-radius: 0px 1px 1px 0px;
	border-radius: 0px 1px 1px 0px;*/
}
.shareWithUs ul{margin:0px;padding:0px;list-style:none;}
.shareWithUs ul li{margin:5px;width: 58px;}
.shareWithUs ul li a{display:block;width:30px;height:30px;text-indent:-9999px;margin: 0 0 0 12px;}
.shareWithUs ul li a.facebook{background: url(../images/icon_facebook1.html) -30px 0 no-repeat;}
.shareWithUs ul li a.twitter{background: url(../images/icon_twitter1.html) -30px 0 no-repeat;}
.shareWithUs ul li a.picasa{background: url(../images/icon_picasa1.html) -30px 0 no-repeat;}
.shareWithUs ul li a.youtube{background: url(../images/icon_youtube1.html) -30px 0 no-repeat;}

.shareWithUs ul li a:hover{background-position: 0px 0px;}

.HP_Enquiry{
	position:absolute;
	right:0px;
	top:260px;
	width:35px;
	height:87px;
	z-index:20;
}

/* ====================== inner pages =====================*/

#backtotop {
	cursor : pointer;
	display : none;
	position : fixed;
	bottom : 50px;
	right:90px;
	padding:15px;
	color:#ffffff;
	background : url(../images/backToTop.html) 0 0 no-repeat;
	filter : alpha(opacity=60);
	-khtml-opacity : 0.6;
	-moz-opacity : 0.6;
	opacity : 0.6;
	z-index : 1000;
	width: 70px;
	text-align: center;
}
#backtotop:hover
{
	filter : alpha(opacity=90);
	-khtml-opacity : 0.9;
	-moz-opacity : 0.9;
	opacity : 0.9;
}
/* ---------------------------------------------- */
#innerbanner{
	height:370px;
	background:url(../images/bannerBg.html) 0 -45px repeat-x;
	position:relative;
	z-index:10;
}
.innerBannerHolder{
	-webkit-border-radius: 0px 0px 20px 20px;
	-moz-border-radius: 0px 0px 20px 20px;
	border-radius: 0px 0px 20px 20px;
	-webkit-box-shadow: 0 1px 5px #000000;
	-moz-box-shadow: 0 1px 5px #000000;
	box-shadow: 0 1px 5px #000000;
	overflow: hidden;
	height: 350px;
}


.innerPageContent{padding: 10px 0 10px 10px;}
.innerPageContent h1{
	font-family: 'Happy Monkey', cursive;
	font-size: 25px;
	font-weight: normal;
	border-bottom: 1px dotted #7f9200;
}
.innerPageContent p img{
	float: left;
	margin:0 10px 2px 0;
}
.innerPageContent p{
	color: #333333;
	font-size: 14px !important;
	font-family:calibri !important;
    padding:10px 0;
    text-align: justify;
	line-height: 20px;
	
}
.innerPageContent ul{
	list-style: outside;
	line-height: 20px;
	padding: 0 0 20px 25px;
}
.innerPageContent ul li{
	font-size: 14px !important;
	font-family:calibri !important;
	text-align: justify;
}
.innerPageContent p strong{
	color: #7f9200;
	font-size: 14px !important;
}
.innerPageContent strong{
	color: #7f9200;
	font-size: 14px !important;
}

.box{}
.box h3 {
    color: #FFFFFF;
    line-height: 30px;
    margin: 0 0 0 0px;
    padding: 0 0 0 10px;
	height:30px;
	background:url(../images/testimonialsTop.html) no-repeat;
}
.boxDiv{
	border:1px solid #9EAD2C;
	padding: 10px;
	font-size:14px;
	line-height: 20px;
}

/* ========= Gallery Page ============*/

.leftpanel_Gallery{
	width:270px;
	margin:20px 0 0 0;
}

.ArchiveGroup{
	list-style:none;
}
.ArchiveGroup li{
	margin:0px;
}
.ArchiveGroup li a{
	color:#222222;
	display:block;
	background:#d5d6d5;
	border-bottom: 1px solid #f9f9f9;
	padding:5px 0 5px 8px;
}
.ArchiveGroup li a span{
	width: 17px;
	height: 17px;
	background-image: url(../js/gallery_js/ui-icons_454545_256x240.html);
	background-repeat: none;
	background-position: 224px 192px;
    display: inline-block;
	margin:0 5px 0 0px;
}
.ArchiveGroup li a:hover{
	color:#ffffff;
	background:#919191;
	text-decoration:none;
	padding:5px 0 5px 13px;
}



.leftpanel_Gallery .newsSection h5{
	color:#616161;
	font-weight:normal;
	font-size:12px;
	text-transform:uppercase;
	display:inline-block;
	vertical-align: top;
	margin-left: 10px;
	width: 215px;
	padding: 5px 0 0;
}

.GalleryHeadings{
	font-family: 'Happy Monkey', cursive;
	font-size: 25px;
	padding: 0 0 5px;
	font-weight: normal;
	border-bottom: 1px dotted #7f9200;
}

.rightpanel_Gallery{
	width: 680px;
	padding-top: 10px;
}

/* =================Gallery_contentsGroup =================== */

#Gallery_contents{
	
}
#Gallery_contents .Gallery_contentsGroup{
	padding: 20px 0 0;
	margin: 0;
	list-style:none;
}
#Gallery_contents .Gallery_contentsGroup li{
	float:left;
    margin: 0 15px 10px 0;
	width:150px;
}
#Gallery_contents .Gallery_contentsGroup li:hover{
	background:#849E5A;
}
#Gallery_contents .Gallery_contentsGroup li a span{
    display: block;
    margin: 0px 0 10px;
    text-align: center;
}
#Gallery_contents .Gallery_contentsGroup li a img{
    padding: 7px;
    width: 135px;
	border:1px solid #849E5A;
}

/* =================== Contact Us Page ----------------------*/
.contactPage{
	width:630px;
	margin:20px 0 0 0px;
}
.mapHolder{
	width: 945px;
	height: 250px;
	margin: 20px 0 0 0px;
	border: 1px solid #999999;
	box-shadow: 0 0 5px #323232;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	overflow: hidden;
}
.formHolder{
	width:630px;
	margin:0px 0px 0 0px;
	overflow:hidden;
}
.feedbackbtn{
	float: left;
	margin: 0 0px 0 5px;
}
.enquirybtn{
	float: left;
	margin: 0 0 0px 0;
}

#myHeader1, #myHeader2 {
background: #808080;
display: block;
color: #ffffff;
padding: 8px 20px;
font-size: 18px;
border-bottom: 3px solid #cc3300;
min-width:70px;
text-align:center;
}

.FormsDiv {display: none;}
.EnquiryForm {
    border: 1px solid #808080;
    padding: 10px 10px 10px 20px;
    position: relative;
}
.EnquiryForm h4 {
    color: #7F9200;
    font-size: 20px;
}
.EnquiryForm ul {
    display: inline-table;
    list-style: none outside none;
    margin: 15px 0 0;
    padding: 0;
}
.EnquiryForm ul li {
    display: inline-block;
    margin: 0;
    padding: 5px 4px 5px 0;
}
.EnquiryForm ul li label {
    color: #515151;
    display: block;
    font-size: 16px;
    font-weight: bold;
}
.EnquiryForm ul li label span {
    color: #CC3300;
    font-size: 13px;
    padding: 0 3px;
}
.EnquiryForm ul li input {
    border: 1px solid #C0C0C0;
    color: #515151;
    font-size: 16px;
    width: 280px;
}
.EnquiryForm ul li select {
    border: 1px solid #C0C0C0;
    color: #515151;
    font-size: 15px;
    width: 282px;
}
.EnquiryForm ul li textarea {
    border: 1px solid #C0C0C0;
    color: #515151;
    font-family: Arial;
    font-size: 16px;
    height: 150px;
    resize: none;
    width: 585px;
}
.EnquiryForm ul li.mandatory {
    background: none repeat scroll 0 0 transparent;
    border: medium none;
    color: #555555;
    display: inline-block;
    float: left;
    font-size: 12px;
    margin: 0 5px 10px;
    padding: 0;
}
.EnquiryForm ul li.last {
    background: none repeat scroll 0 0 transparent;
    border: medium none;
    display: inline-block;
    float: right;
    margin: 0 20px 10px 0;
    padding: 0;
}
.EnquiryForm ul li .SubmitBtn {
    background: none repeat scroll 0 0 #6E9E2D;
    border: 1px solid #777777;
    border-radius: 4px 4px 4px 4px;
    color: #FFFFFF;
    cursor: pointer;
    float: right;
    font: bold 11px 'Trebuchet MS';
    padding: 4px;
    width: 110px;
}
.EnquiryForm ul li .SubmitBtn:hover {
    background: none repeat scroll 0 0 #5C6A01;
    border: 1px solid #999999;
}
.EnquiryForm .mandatory {
    color: #555555;
    font-size: 12px;
}
.EnquiryForm .mandatory span {
    color: #CC3300;
    font-size: 12px;
}
.EnquiryForm .thanks {
    border-top: 1px solid #C0C0C0;
    color: #444444;
    font-size: 16px;
    margin-right: 10px;
    padding: 10px 0 0;
}
.FeedbackSelected {
    background: url("../images/contact_tabs_selected.html") no-repeat scroll center top #808080;
    display: block;
    height: 11px;
    left: 114px;
    position: absolute;
    top: -11px;
    width: 110px;
}
.enquirySelected {
    background: url("../images/contact_tabs_selected.html") no-repeat scroll center top #808080;
    display: block;
    height: 11px;
    left: -1px;
    position: absolute;
    top: -11px;
    width: 110px;
}
.AddressHolder {
    margin: 15px 0 0;
	float:left;
}
.Address {
    font-size: 16px;
    line-height: 20px;
    margin: 0;
    padding: 0 0 10px 20px;
    width: 280px;
	float:left;
	}
.Address h4 {
    border-bottom: 1px dotted #7F9200;
    color: #7F9200;
    font-size: 18px;
    margin: 0 0 5px;
    padding: 0 0 5px;
}
.Address strong {
    color: #000000;
    font-size: 15px;
}
.Address a {
    color: #CC3300;
    font-size: 15px;
}
.Address a:hover {
    text-decoration: underline !important;
}
.parentsLoginpanel {
    background: none repeat scroll 0 0 #4D4D4D;
    border: 1px solid #111111;
    box-shadow: 2px 0 10px #333333;
    display: none;
    height: 200px;
    margin-right: -470px;
    padding: 10px 20px 20px;
    position: absolute;
    right: 50%;
    top: 365px;
    width: 330px;
    z-index: 1001;
}
.studentLoginpanel {
    background: none repeat scroll 0 0 #4D4D4D;
    border: 1px solid #111111;
    box-shadow: 2px 0 10px #333333;
    display: none;
    height: 200px;
    margin-right: -470px;
    padding: 10px 20px 20px;
    position: absolute;
    right: 50%;
    top: 365px;
    width: 330px;
    z-index: 1001;
}
.closePanel {
    background: url("../images/close.html") no-repeat scroll 0 0 transparent;
    cursor: pointer;
    display: block;
    height: 43px;
    position: absolute;
    right: -20px;
    top: -20px;
    width: 43px;
}

.maindiv
{
    width:100%;margin:20px;font-size: 15px
}
.desc
{
    width:68%;float:left;text-align:justify
}
.image
{
    width:24%;float:left;margin:0 10px  10px 21px
}
.imgname
{
float:right; text-align: center;
    width: 200px;
}

.descacadam
{
float: left;
    text-align: justify;
    width: 62%;
}
.imagenamedesc
{
 
    float: right;
    text-align: center;
    width: 300px;
    padding-right: 34px;
}
