/*====================================== reset.css is here ========================================*/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, p, blockquote, th, td {
	margin: 0;
	padding: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
fieldset, img {
	border: 0;
}
address, caption, cite, code, dfn, em, strong, th, var {
	font-style: normal;
	font-weight: normal;
}
ol, ul {
	list-style: none;
}
caption, th {
	text-align: left;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: bold;
}
q:before, q:after {
	content: '';
}
abbr, acronym {
	border: 0;
}
.clear {
	clear: both;
	font-size: 1px;
	line-height: 1px;
	display: block;
	height: 0;
}
.clrflt {
	clear: both;
}
.last {
	margin: 0 !important;
}
.pad_last {
	padding: 0 !important;
}
.no_bg {
	background: none !important;
}
/**************************************************************************************/
a {
	color: #000;
	text-decoration: none;
	outline: 0 none;
}
a:hover {
	color: #fff;
	text-decoration: none;
}
h1 {
	font-size: 24px;
}
h2 {
	font-size: 22px;
}
h3 {
	font-size: 18px;
}
h4 {
	font-size: 16px;
}
h5 {
	font-size: 14px;
}
h6 {
	font-size: 12px;
}
/*----------------------------------------------------------------------------------*/
html {
}
body {
	color: #b1b1b1;
	font-family: "Arial", Verdana, Tahoma;
	font-size: 12px;
	background-image:url(../images/texture1.jpg);
	background-repeat:repeat-x,y;
}
.flt_lt {
	float: left;
	display: inline;
}
.flt_rt {
	float: right;
	display: inline;
}
/* ---------------------------------------------------------------------------------*/


/*----------------------------------------------------------------------------------*/
a.menu {
	text-decoration: none;
	color: #e2e2e2;
}
a.menu:hover {
	text-decoration: underline;
	color: #e2e2e2;
}
a.menu1 {
	text-decoration: none;
	color: #e2e2e2;
}
a.menu1:hover {
	text-decoration: underline;
	color: #e2e2e2;
}
a.menu2 {
	text-decoration: none;
	color: #e2e2e2;
}
a.menu2:hover {
	text-decoration: underline;
	color: #e2e2e2;
}
a.menu3 {
	text-decoration: none;
	color: #e2e2e2;
}
a.menu3:hover {
	text-decoration: underline;
	color: #e2e2e2;
}
a.menu4 {
	text-decoration: none;
	color: #e2e2e2;
}
a.menu4:hover {
	text-decoration: underline;
	color: #e2e2e2;
}
/* ---------------------------------------------------------------------------------*/


/* ----------------------- layout ----------*/
.wrapper {
	margin: 0 auto;
}
.main {
	width: 100%;
	margin: 0 auto;
	 background: #DADFE9;
}
.header {
	width: 980px;
	background: #fff;
	margin: 0 auto;
}
.banner {
}
.footer {
}
/*-------------------------------------------*/


/* ------------------ HEADER HERE -------------------*/
.logo {
width: 190px;
margin: 0 0 0 25px;
padding: 30px 0 7px 0;
}
.logo h1 {
	font-family: "Helvetica";
	font-size: 38px;
	font-weight: bold;
	color: #333333;
}
.logo h1 span {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 38px;
	font-weight: bold;
	color: #339933;
}
.logo p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: italic;
	color: #666666;
	line-height: 20px;
}
.header_right {
width: 267px;
padding: 25px 0 0 0;
height: 18px;
}
.header_right ul {
}
.header_right ul li {
	float: left;
	padding: 0 29px 0 0;
}
.header_right ul li a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	text-align: center;
	display: inline-block;
	text-transform: capitalize;
}
.header_right ul li a span {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	text-align: center;
	display: inline-block;
	padding: 2px 0px 0 6px;
}
.header_right ul li a .img {
	padding: 0px 0 0 90px;
	display: inline-block;
	margin: 0 0 -3px 0
}
.header_right ul li a span:hover {
	color: #000;
}
/* ------------------------- NAVIGATION HERE ---------------*/
#nav {
	background-repeat: repeat-x;
	background-position: left top;
	/* ----background-image: url(../images/nav_bg.jpg);--*/
	width: 940px;
	height: 44px;
	background-color: #51DCF6;
	margin-left: 20px;
}
#nav ul {
	padding-top: 15px;
	padding-right: 0;
	padding-left: 110px;
	padding-bottom: 0;
}
#nav ul li {
	float: left;
	padding-top: 0;
	padding-right: 65px;
	padding-left: 0;
	padding-bottom: 0;
}
#nav ul li a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #333333;
	text-align: center;
}
#nav ul li a span {
}
#nav ul li a:hover {
	color: #fff;
}
/* ---------------------------------------------------------*/

.content {
	width: 980px;
	margin: 0 auto;
	background: #fff;
}
.banner {
	padding: 23px 20px 0px 20px;
	position: relative;
}
.banner_text {
	width: 400px;
	position: absolute;
	right: 90px;
	top: 65px;
	color: #000;
    font-family: Trebuchet MS;
	font-size: 14px;
	border-radius: 10px;
	line-height: 22px;
	text-align: justify;
	display: block;
	background-color: rgba(255,255,255,0.50);
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}
.content1 {
width: 940px;
/* padding-top: 0; */
/* padding-right: 0; */
padding: 20px;
/* padding-bottom: 15px; */
}
.content1_box1 {
	width: 940px
}
.content1_box1 h2 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 22px;
	color: #333333;
	padding: 0 0 15px 0;
	line-height: 18px;
	font-weight: normal;
}
.content1_box1 h3 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 19px;
	color: #333333;
    color:rgb(0, 101, 169);
	padding: 0px 0 10px 0;
	line-height: 18px;
	font-weight: normal;
}
.content1_box1 h4 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 17px;
	color: #333333;
    color:rgb(0, 101, 169);
	padding: 13px 0 15px 0;
	line-height: 18px;
	margin-top: 10px;
	font-weight: normal;
}

.content1_box1 p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	padding-top: 0;
	padding-right: 15px;
	padding-left: 0;
	padding-bottom: 15px;
	line-height: 20px;
}
.content1_box1 a {
	color: #333333;
	text-decoration: underline;
}
.content1_box1 p a:hover {
	color: #000;
}
.content1_box2 {
	width: 450px;
	margin: 0 0 0 10px;
}
.content1_box2 h2 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 22px;
	color: #333333;
	padding-right: 0;
	padding-left: 0;
	padding-bottom: 20px;
	line-height: 18px;
	font-weight: normal;
}
.content1_box2_img {
	width: 440px;
}
.content1_box2 p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	line-height: 20px;
	padding-top: 8px;
	padding-right: 0;
	padding-left: 0;
	padding-bottom: 25px;
}
.content1_box2 p a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	text-decoration: underline;
}
.content1_box2 p a:hover {
	color: #fff;
}
.content1_box2 ul {
}
.content1_box2 ul li {
	background-image: url(../images/square.png);
	background-repeat: no-repeat;
	padding-left: 20px;
	line-height: 24px;
	background-position: 0 8px;
}
.content1_box2 ul li a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	text-decoration: underline;
}
.content1_box2 ul li a:hover {
	color: #000;
	text-decoration: none;
}
.content1_box2 ul {
}
/* ---------------------------------------------------------*/

/* ------------------------- NAVIGATION HERE ---------------*/

.footer {
width: 980px;
background: #184163;
margin: 0px auto 0;
}
.footer p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #F5F5F5;
	text-align: center;
	padding: 13px 0 6px 0;
}
.footer p a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #F5F5F5;
	text-decoration: underline;
}
.footer p a:hover {
	color: #fff;
}
/* ---------------------------------------------------------*/
.banner_text h2 {
	font-size: 24px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #333333;
	font-weight: normal;
	margin-bottom: 20px;
	text-shadow: 2px 2px #d2d2d0;
}
.banner_text a {
	background-color: #333333;
	padding-top: 4px;
	padding-right: 9px;
	padding-bottom: 4px;
	padding-left: 9px;
	color: #cccccc;
	float: left;
	margin-top: 20px;
	border-radius: 5px;
}
.banner_text p {
	text-shadow: 1px 1px #ffffff;
}
.banner_text a:hover {
	background-color: #77c2d5;
	color: #333333;
}


.nav {
    width: 940px;
	padding:0px 20px;
}
.nav ul {
    float: left;
    height: 35px;
    width: 940px;
    opacity: 0.95;
    border-radius: 0px;
    list-style-type: none;
    box-shadow: 0 250px 150px rgba(0,0,0,.2);
    margin: 0;
    padding: 0;
}
.nav ul li {
    float: left;
    height: 35px;
	text-align:center;
}
.nav ul li a {
    font: normal 16px "Trebuchet MS", Arial, Helvetica, sans-serif;
	padding-top:6px;
    display: block;
    height: 35px;
    background-color: #0f6fb2;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(15, 111, 178)), to(rgb(34, 65, 112)));
    background-image: -webkit-linear-gradient(top, rgb(15, 111, 178), rgb(34, 65, 112));
    background-image: -moz-linear-gradient(top, rgb(15, 111, 178), rgb(34, 65, 112));
    background-image: -o-linear-gradient(top, rgb(15, 111, 178), rgb(34, 65, 112));
    background-image: -ms-linear-gradient(top, rgb(15, 111, 178), rgb(34, 65, 112));
    background-image: linear-gradient(top, rgb(15, 111, 178), rgb(34, 65, 112));
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#0f6fb2', EndColorStr='#224170');
    color: #fff;
    text-decoration: none;
    box-shadow: inset 0 1px 0 #0081bd,inset 0 2px 0 #0078b0,inset 0 3px 0 #0070a3, 0 0 10px rgba(0,0,0,0.2);
    box-sizing: border-box;
    transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    -moz-transition: all .2s ease-in;
    -webkit-transition: all .2s ease-in;
}
.nav ul li a { width: 156px;}
.nav ul li:first-child a {

}
.nav ul li:last-child a {

}
.nav ul li a:hover {
    box-shadow: inset 0 1px 0 #0070a3,inset 0 0 30px 0 #142a4a;
    text-shadow: 0 1px 3px #143157;
    border-bottom: 1px solid #0e223d;
}
.nav ul li a:active,
.nav ul li a.active {
    border-bottom: 1px solid #0e223d;
    height: 35px;
    box-shadow: inset 0 1px 0 #0070a3,inset 0 0 40px 0 #0d1b30;
}
.nav ul li a span {
    border-left: 1px solid #143157;
    border-right: 1px solid #1563a3;
    height: 100%;
    display: block;
    width: 100%;
    text-align: center;
    box-sizing: border-box;
}
.nav ul li:first-child a span { border-left: none }
.nav ul li:last-child a span { border-right: none }
#mapview{
border:0px solid black;
}
.contactnum{
color:black;
font-size:15px;

}