@charset "utf-8";
/* CSS Document */

/* Globel Property Start */

* {
	margin:0px auto;
	padding:0px;
}
body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:normal;
	color:#000;
	background:url(../images/header_topbg.png) repeat-x;
	margin:0 auto;
	min-width:1050px;
}
ul {
	list-style:none;
}

a,img {
	border:none;
	outline:none;
}
p {
	line-height:22px;
}
.clr {
	clear:both;
}

/* Globel Property End */

/* Header Start */

#headerframe {
	width:971px;
	margin:0 auto;
}
#mainheader {
	width:971px;
	float:left;
}
#mainheader .logo {
	float:left;
	margin-top:7px;
}
#mainheader #header_right {
	width:680px;
	float:right;
}
#mainheader #header_right .header_textarea{
	width:680px;
	float:left;
}
#mainheader #header_right .header_textarea h1{
	width:850px;
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:35px;
	color:#049B37;
	font-weight:normal;
	margin-top:25px;
	padding-left:30px;
}
#mainheader #header_right .header_textarea h2{
	width:650px;
	float:left;
	font-family:"Arial Narrow";
	font-size:24px;
	color:#313131;
	font-weight:normal;
	padding-left:30px;
}
#mainheader #header_right #navmenu {
	width:680px;
	float:right;
	margin-top:16px;
	margin-bottom:2px;
}
#mainheader #header_right #navmenu ul{
	float:right;
}
#mainheader #header_right #navmenu ul li {
	background:url(../images/menubg.png) repeat-x;
	height:53px;
	float:left;
	width:126px;
	border:1px solid #1C79A9;
	border-radius:4px;
	margin-left:2px;
}
#mainheader #header_right #navmenu ul li a {
	background:url(../images/menubg.png) repeat-x;
	height:55px;
	float:left;
	text-decoration:none;
	color:#FFFFFF;
	line-height:54px;
	text-transform:uppercase;
	text-align:center;
	width:128px;
	border-radius:4px;
	margin-left:-1px;
	margin-top:-1px;
}

#mainheader #header_right #navmenu ul li a:hover{
	background:#0F963C;
	color:#fff;
	height:55px;
	margin-top:-1px;
}
#mainheader #header_right #navmenu ul li a.selected{
	background:#0F963C;
	color:#fff;
	height:55px;
	margin-top:-1px;
	
}

/* Header End */

/* Banner Start */

#bannerframe {
	width:100%;
	float:left;
	background:url(../images/banner_bg.png) repeat-x;
	height:461px;
}
#bannerframe #mainbanner {
	width:971px;
	margin:0 auto;
}
#bannerframe #mainbanner #bannerimg{
	width:971px;
	height:420px;
	background:none;
	overflow:hidden;
	float:left;
	padding-top:15px;
}
#bannerframe #mainbanner .bannershadow {
	background:url(../images/banner_shadow.png) no-repeat;
	width:971px;
	height:46px;
	float:left;
}

/* Banner End */

/* Content Start */

#contentframe {
	width:971px;
	margin:0 auto;
}
#contentframe #content {
	width:971px;
	float:left;
	padding-top:40px;
}
#contentframe #content #leftpanle {
	width:677px;
	float:left; 
	margin-top:-10px;
}
.heading {
	width:100%;
	float:left;
	padding-bottom:12px;
	margin-bottom:10px;
	border-bottom:1px solid #CCC;
}
.heading .heading_dotimg{
	background:url(../images/heading_dot.png) no-repeat;
	width:16px;
	height:16px;
	float:left;
	margin-right:10px;
	margin-top:4px;
	}
.heading h1{
	font-size:17px;
	color:#000;
	font-weight:bold;
}
#contentframe #content #leftpanle #serviceslist {
	width:677px;
	float:left;
	padding-bottom:15px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:500;
}
#contentframe #content #leftpanle #serviceslist ul{
	float:left;
	width:677px;
}
#contentframe #content #leftpanle #serviceslist ul li{
	float:left;
	padding-left:22px;
	font-size:15px;
	width:670px;
	line-height:30px;
    background:url(../images/circularrow.jpg) no-repeat scroll 0 10px transparent;
}
#contentframe #content #leftpanle #serviceslist ul li a:hover{
	color:#666;
}
#contentframe #content #rightpanle {
	width:265px;
	height:230px;
	float:right;
	background:url(../images/phone.png) no-repeat;
}
/* Content End */

/* Picture box Start */

#picturebox {
	width:100%;
	float:left;
	background:url(../images/picturebox_bg.png) repeat-x;
	height:370px;
}
#picturebox #picturebox_frame{
	width:971px;
	margin:0 auto;
} 
#picturebox #picturebox_frame .gallerybox{
	width:310px;
	float:left;
	height:320px;
	background:#F5F5F5;
	border-radius:5px;
	margin-top:30px;
	margin-right:20px;
} 
#picturebox #picturebox_frame .gallerybox .boxheading{
	width:310px;
	float:left;
	height:56px;
	background:#019934;
	border-radius:5px 5px  0 0;
} 
#picturebox #picturebox_frame .gallerybox .boxheading h1{
	font-size:26px;
	color:#fff;
	font-weight:normal;
	font-family:Arial, Helvetica, sans-serif;
	padding-left:20px;
	line-height:56px;
}
#picturebox #picturebox_frame .gallerybox .imgbox {
	width:276px;
	float:left;
	padding:15px;
}
#picturebox #picturebox_frame .removebox_margin {
	margin-right:0px;
}

/* Picture box End */

/* footer Start */

#footerframe {
	width:100%;
	float:left;
	height:78px;
	background:#019934;
}
#footerframe #footer {
	width:971px;
	margin:0 auto;
}
#footerframe #footer .footerlink{
	width:500px;
	margin-left:307px;
	float:left;
	margin-top:22px;
}
#footerframe #footer .footerlink ul{
	float:left;
	width:900px;
}
#footerframe #footer .footerlinkul ul li{
	float:left;
}
#footerframe #footer .footerlink ul li a{
	font-size:15px;
	color:#fff;
	float:left;
	text-decoration:none;
	padding:0 10px;
}
#footerframe #footer .footerlink li a:hover{
	color:#000;
}
#footerframe #footer .copyright {
	width:971px;
	text-align:center;
	font-size:12px;
	float:left;
	color:#85F1A9;
	margin-top:10px;
}
#footerframe #footer .copyright a {
	text-align:center;
	float:left;
	font-size:12px;
	color:#85F1A9;
	text-decoration:underline;
}

#footerframe #footer .copyright a:hover{
	color:#fff;
}
/* footer End */

#rightpanle ul{
	float:left;
	width:240px;
	padding:0 0 0 25px;
	padding-left:
}
#rightpanle ul li{
	background:url(../images/bullets.jpg) no-repeat 0 4px scroll;
	font-size:14px;
	margin-bottom:25px;
	
}
#rightpanle ul li a{
	color:#000;
	text-decoration:none;	
	padding-left:15px;
}
#rightpanle ul li a:hover{
	color:#000;
	background:url(../images/green_bullets.jpg) no-repeat 0 4px scroll;
}