@charset "utf-8";
/* CSS Document */
body{
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	background:url(../images/bg.jpg) repeat fixed;

	
}
.total_area{
	width:1000px;
	min-height:500px;
	/*background:url(../images/bg_new.png) repeat-y;*/
	margin:0 auto;
	clear:both;
	
	background: -moz-linear-gradient(top,  rgba(0,0,0,0.03) 0%, rgba(0,0,0,0.03) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.03)), color-stop(100%,rgba(0,0,0,0.03))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(0,0,0,0.03) 0%,rgba(0,0,0,0.03) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(0,0,0,0.03) 0%,rgba(0,0,0,0.03) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(0,0,0,0.03) 0%,rgba(0,0,0,0.03) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(0,0,0,0.03) 0%,rgba(0,0,0,0.03) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#08000000', endColorstr='#08000000',GradientType=0 ); /* IE6-9 */

}
.top_header{
	width:1000px;
	min-height:125px;
	margin:0 auto;

}
.logo{
	width:415px;
	min-height:110px;
	float:left;
	padding-top:15px;
	margin-left:30px;
}
.nav
{
width:990px;
height:45px;
border-radius:3px 3px 0 0 ;
background: #7abcff; /* Old browsers */
background: -moz-linear-gradient(top,  #7abcff 0%, #60abf8 44%, #3191d0 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#7abcff), color-stop(44%,#60abf8), color-stop(100%,#3191d0)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #7abcff 0%,#60abf8 44%,#3191d0 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #7abcff 0%,#60abf8 44%,#3191d0 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #7abcff 0%,#60abf8 44%,#3191d0 100%); /* IE10+ */
background: linear-gradient(to bottom,  #7abcff 0%,#60abf8 44%,#3191d0 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7abcff', endColorstr='#3191d0',GradientType=0 ); /* IE6-9 */
}

.nav ul 
{
margin:0;
padding:0;
}

.nav ul li
{
float:left;
position:relative; 
list-style:none;
border-left:1px solid #1a5ff3;
border-right:1px solid #38b7c2;
}

.nav ul li:first-child
{
border-left:none;	
}
.nav ul li:last-child
{
border-right:none;	
}
.nav ul li a
{
display:block;
text-decoration:none;
padding:10px 15px 10px 15px;
color:#FFF;
line-height:25px;
text-align:left;
text-transform:uppercase;

}
.selected
{
color:#000;
background: #00aadd; /* Old browsers */
background: -moz-linear-gradient(top,  #00aadd 0%, #1c83ea 44%, #005bcc 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#00aadd), color-stop(44%,#1c83ea), color-stop(100%,#005bcc)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #00aadd 0%,#1c83ea 44%,#005bcc 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #00aadd 0%,#1c83ea 44%,#005bcc 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #00aadd 0%,#1c83ea 44%,#005bcc 100%); /* IE10+ */
background: linear-gradient(to bottom,  #00aadd 0%,#1c83ea 44%,#005bcc 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00aadd', endColorstr='#005bcc',GradientType=0 ); /* IE6-9 */
}
.nav ul li a:hover
{

background: #00aadd; /* Old browsers */
background: -moz-linear-gradient(top,  #00aadd 0%, #1c83ea 44%, #005bcc 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#00aadd), color-stop(44%,#1c83ea), color-stop(100%,#005bcc)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #00aadd 0%,#1c83ea 44%,#005bcc 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #00aadd 0%,#1c83ea 44%,#005bcc 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #00aadd 0%,#1c83ea 44%,#005bcc 100%); /* IE10+ */
background: linear-gradient(to bottom,  #00aadd 0%,#1c83ea 44%,#005bcc 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00aadd', endColorstr='#005bcc',GradientType=0 ); /* IE6-9 */

}

.nav ul ul 
	{ 
	position:absolute; 
	visibility:hidden; 
	top:45px; 
	z-index:99;
	}
	
	
.nav ul li:hover ul 
	{ 
	visibility:visible;
	background:#238fd1;
	box-shadow:2px 2px 5px #999;
	}
	
/******************************************************/
.nav ul li:hover ul li
	{
	border-bottom:1px solid #1a5ff3;
	border-top:1px solid #38b7c2;
	display:block;
	width:200px;
	text-align:left;
	}
	
.nav ul li:hover ul li:first-child
{
border-top:none;
border-right:none;
}	
.nav ul li:hover ul li:last-child
{
border-bottom:none;
border-left:none;
}	
.nav ul li:hover ul li a:hover 
	{
	color:#000;
	}
.slide{
	width:990px;
	min-height:320px;
	float:left;
	margin-top:5px;
	
}
.middle_area{
	width:1000px;
	min-height:534px;
	margin-top:15px;
	clear:both;
	padding-top:20px;
}
.clr{clear:both; margin:0 auto; padding:20;}
.left_contant{width:695px; min-height:300px; float:left; padding:0 10px;}
.right_contant{width:240px; min-height:300px; float:left; margin-left:20px; padding:0 10px;}
.midlehead{
	color:#FFF;
	border-radius:5px;
	margin-top:10px;
	padding:5px 20px;
text-transform:uppercase;
	font-weight:bold;
	background: #7abcff; /* Old browsers */
background: -moz-linear-gradient(top,  #7abcff 0%, #60abf8 44%, #3191d0 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#7abcff), color-stop(44%,#60abf8), color-stop(100%,#3191d0)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #7abcff 0%,#60abf8 44%,#3191d0 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #7abcff 0%,#60abf8 44%,#3191d0 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #7abcff 0%,#60abf8 44%,#3191d0 100%); /* IE10+ */
background: linear-gradient(to bottom,  #7abcff 0%,#60abf8 44%,#3191d0 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7abcff', endColorstr='#3191d0',GradientType=0 ); /* IE6-9 */

}
.midlehead:hover{
	color:#36F;
}
.about_us{
	width:700px;
	min-height:100px;
	float:left;
	padding-left:20px;
	text-align:justify;
	font-size:17px;
	line-height:25px;
}
.about_us:hover{
	color:#36C;
}
.management{
	width:740px;
	min-height:220px;
	margin-top:10px;
	float:left;
	padding-left:20px;
	line-height:25px;
}
.management ul li:hover{
	color:#36C;
}
.membership{
	width:350px;
	min-height:100px;
	float:left;
	margin-left:20px;
	line-height:25px;
}
.membership ul li:hover{
	color:#36C;
}
.membership_head{
	width:335px;
	min-height:30px;
	color:#FFF;
	padding-left:15px;
	line-height:30px;
	float:left;
	font-weight:bold;
	margin-bottom:15px;
	border-radius:5px;
	background: #7abcff; /* Old browsers */
background: -moz-linear-gradient(top,  #7abcff 0%, #60abf8 44%, #3191d0 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#7abcff), color-stop(44%,#60abf8), color-stop(100%,#3191d0)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #7abcff 0%,#60abf8 44%,#3191d0 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #7abcff 0%,#60abf8 44%,#3191d0 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #7abcff 0%,#60abf8 44%,#3191d0 100%); /* IE10+ */
background: linear-gradient(to bottom,  #7abcff 0%,#60abf8 44%,#3191d0 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7abcff', endColorstr='#3191d0',GradientType=0 ); /* IE6-9 */
}
.membership_head:hover{
	color:#36C;
}
.pic{
	width:370px;
	min-height:172px;
	margin:0 auto;
	margin-top:20px;
}
.contact{padding:10px; line-height:25px; font-family:Arial, Helvetica, sans-serif; text-align:justify; font-size:20px;}
.petxt{padding:10px 15px; line-height:25px; font-family:Arial, Helvetica, sans-serif; text-align:justify; font-size:16px;}
.petxt_02{padding:10px 15px; line-height:25px; font-family:Arial, Helvetica, sans-serif; text-align:justify; font-size:18px;}
ul{padding-left:22px;}
ol{padding-left:22px;}
.home_content{
	width:370px;
	min-height:172px;
	margin-left:20px;
	margin-top:10px;
	text-align:justify;
	line-height:25px;
}
.pic:hover{
	color:#36C;
}
.leftcontent{
	width:200px;
	min-height:680px;
	float:right;
	margin:30px 10px 10px 10px;
	
}
.home_leftcontent{
	width:200px;
	min-height:700px;
	float:right;
	margin:-33px 10px 10px 10px;
	
}
.aboutus_leftcontent{
	width:200px;
	min-height:680px;
	float:right;
	margin:13px 10px 30px 10px;
	
}
.home1{
padding:6px 10px;
	margin-top:10px;
	text-align:center;
	color:#FFF;
	text-transform:uppercase;
	border-radius:5px;
	background: #7abcff; /* Old browsers */
background: -moz-linear-gradient(top,  #7abcff 0%, #60abf8 44%, #3191d0 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#7abcff), color-stop(44%,#60abf8), color-stop(100%,#3191d0)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #7abcff 0%,#60abf8 44%,#3191d0 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #7abcff 0%,#60abf8 44%,#3191d0 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #7abcff 0%,#60abf8 44%,#3191d0 100%); /* IE10+ */
background: linear-gradient(to bottom,  #7abcff 0%,#60abf8 44%,#3191d0 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7abcff', endColorstr='#3191d0',GradientType=0 ); /* IE6-9 */
}
.home1:hover{
	color:#36C;
}
.leftcontent_head{
	width:200px;
	min-height:30px;
	float:left;
	line-height:30px;
	text-align:center;
	color:#FFF;
	border-radius:5px;
	background: #7abcff; /* Old browsers */
background: -moz-linear-gradient(top,  #7abcff 0%, #60abf8 44%, #3191d0 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#7abcff), color-stop(44%,#60abf8), color-stop(100%,#3191d0)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #7abcff 0%,#60abf8 44%,#3191d0 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #7abcff 0%,#60abf8 44%,#3191d0 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #7abcff 0%,#60abf8 44%,#3191d0 100%); /* IE10+ */
background: linear-gradient(to bottom,  #7abcff 0%,#60abf8 44%,#3191d0 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7abcff', endColorstr='#3191d0',GradientType=0 ); /* IE6-9 */
}
.leftcontent_head:hover{
	color:#36C;
}
	
.web_site_link{
	width:240px;
	min-height:90px;
	float:left;
	margin-top:20px;
border-bottom:1px dashed #CCCCCC;
}
	
.counter{
	width:240px;
	min-height:250px;
	padding-top:20px;
	clear:both;
}
.webmail{
	width:200px;
	min-height:30px;
	float:left;
	line-height:30px;
	text-align:center;
	color:#666;
}
.contenttext{
	width:760px;
	min-height:80px;
	margin-left:20px;
	float:left;
	text-align:justify;
	line-height:25px;
}
.contenttext:hover{
	color:#36C;
}
.visionandmision{
	width:760px;
	min-height:350px;
	float:left;
	margin-top:10px;
	margin-left:20px;
	box-shadow:0 0 5px;
}

.mission {
    box-shadow: 0 0 3px #000000;
    float: left;
    font-size: 16px;
    line-height: 25px;
    margin-left: 70px;
    min-height: 330px;
    padding:10px;
    text-align: justify;
    width: 250px;
}
.mission:hover{
	color:#36c;
}
.heading {
    border-radius: 3px 3px 3px 3px;
    color: #FFFFFF;
    height: 35px;
    line-height: 35px;
    text-align: center;
    width:230px;
	margin:10px;
	background: #7abcff; /* Old browsers */
background: -moz-linear-gradient(top,  #7abcff 0%, #60abf8 44%, #3191d0 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#7abcff), color-stop(44%,#60abf8), color-stop(100%,#3191d0)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #7abcff 0%,#60abf8 44%,#3191d0 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #7abcff 0%,#60abf8 44%,#3191d0 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #7abcff 0%,#60abf8 44%,#3191d0 100%); /* IE10+ */
background: linear-gradient(to bottom,  #7abcff 0%,#60abf8 44%,#3191d0 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7abcff', endColorstr='#3191d0',GradientType=0 ); /* IE6-9 */
}
.heading:hover{
	color:#36F;
}
.footer{
	width:1000px;
	min-height:50px;
	float:left;
	background:#7DBEFF;
	border-radius:5px;
	line-height:50px;
	color:#FFF;
	text-align:center;
}
.services{
	width:700px;
	min-height:400px;
	float:left;
	margin-top:10px;
	padding-left:0 10px;
	line-height:30px;
}
ul li:hover{
	color:#CC0;
}
.input_field_style{
	width:300px;
	height:35px;
	margin:5px;
	float:left;
	border:1px solid #CCC;
	border-radius:5px;
	transition:1s; -moz-transition:1s; -ms-transition:1s; -o-transition:1s; -webkit-transition:1s;
	
}
.input_field_style:hover{
	box-shadow:0 0 5px #3366CC; transition:1s; -moz-transition:1s; -ms-transition:2s; -o-transition:2s; -webkit-transition:2s;
}
.query{
	width:700px;
	min-height:400px;
	margin-top:35px;
	line-height:30px;
}
h3{

	color:#FFF;
	padding:3px 7px;
	border-radius:5px;
	background: #7abcff; /* Old browsers */
background: -moz-linear-gradient(top,  #7abcff 0%, #60abf8 44%, #3191d0 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#7abcff), color-stop(44%,#60abf8), color-stop(100%,#3191d0)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #7abcff 0%,#60abf8 44%,#3191d0 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #7abcff 0%,#60abf8 44%,#3191d0 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #7abcff 0%,#60abf8 44%,#3191d0 100%); /* IE10+ */
background: linear-gradient(to bottom,  #7abcff 0%,#60abf8 44%,#3191d0 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7abcff', endColorstr='#3191d0',GradientType=0 ); /* IE6-9 */
	
}
h3:hover{
	color:#36C;
}

.footer_menu {
	font-size: 12px;
}
.footer_menu a{ text-decoration:none; color:#FFF;}
.footer_menu a:hover{ text-decoration:none; color:#F00;}