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


body {
	margin:0px;
	padding:0px;
	font-family:Arial;
	font-size:12px;
	color:#000;
}
a {
	outline:none;
}
.repeat-x {
	background-repeat:repeat-x;
}
.repeat-y {
	background-repeat:repeat-y;
}
.no-repeat {
	background-repeat:no-repeat;
}
.contentBgimage {
	background:url(../images/content_bg_image.jpg) no-repeat top center;
}
.menuBg {
	background:url(../images/menu_bg.jpg) no-repeat center #8c9299;
	height:27px;
}
.footerTxt {
	font-family:"Trebuchet MS";
	font-size:12px;
	color:#FFFFFF;
	font-weight:bold;
	text-decoration:none;
}
.footerTxt a {
	font-family:"Trebuchet MS";
	font-size:12px;
	color:#FFFFFF;
	font-weight:bold;
	text-decoration:none;
}
.footerTxt a:hover {
	font-family:"Trebuchet MS";
	font-size:12px;
	color:#FFFFFF;
	font-weight:bold;
	text-decoration:underline;
}
.leftSideSubTitle {
	font-family:"Times New Roman";
	font-size:23px;
	color:#FFF;
	font-weight:bold;
}
.leftSideContactTxt {
	font-family:"Times New Roman";
	font-size:16px;
	font-weight:bold;
}

.ContactTxt {
	font-family:"Times New Roman";
	font-size:14px;
	color:#000;
	font-weight:bold;
	padding:5px;
}
.leftSideTestimonialTxt {
	padding:0 5px 0 10px;
}
.runTxt {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	text-align:justify;
	text-decoration:none;
}
.runTxt a {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	text-align:justify;
	text-decoration:none;
}
.runTxt a:hover {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	text-align:justify;
	text-decoration:underline;
}
.topTxt {
	font-size:14px;
	color:#000000;
	text-align:justify;
}
.tblTitle {
	font-size:16px;
	color:#1a3d60;
	font-weight:bold;
}
.subTitle {
	font-size:18px;
	color:#1a3d60;
	font-weight:bold;
}
.drupMenuDiv {
	position:absolute;
	top: 0;
	font-family:tahoma;
	font-size:14px;
	font-weight:bold;
	text-align:center;
	color:#FFFFFF;
	z-index:100;
	background-color:#949ba3;
	width:241px;
	visibility: hidden;
	border-bottom:#494b4d solid 1px;
	border-left:#494b4d solid 1px;
	border-right:#494b4d solid 1px;
	margin-left:-1px;
	margin-top:-4px;
}
.drupMenuDiv a {
	font-family:tahoma;
	font-size:14px;
	font-weight:bold;
	text-align:center;
	color:#FFFFFF;
	display: block;
	padding: 8px 10px 0px 10px;
	text-decoration: none;
	height:27px;
	border-top:#494b4d solid 1px;
}
.drupMenuDiv a.current {
	font-family:tahoma;
	font-size:14px;
	font-weight:bold;
	text-align:center;
	color:#FFFFFF;
	display: block;
	padding: 3px 10px 3px 10px;
	text-decoration: none;
	height:35px;
	border-top:#494b4d solid 1px;
}
.drupMenuDiv a:hover {
	background-color:#7c8389;
	color:#FFFFFF;
	font-weight:bold;
}
/*Side Bar Menu*/
ul.sidebarMenu {
	padding:0px;
	margin:7px 0 0 0;
	list-style:none;
	font-family:"Times New Roman", Times, serif;
	font-size:16px;
	width:227px;
	color:#000;
	text-decoration:none;
	text-align:center;
	font-weight:bold;
}
ul.sidebarMenu li {
	padding:0px;
	margin:0px;
	line-height:37px;
	border-bottom:#aba894 solid 1px;
	font-family:"Times New Roman", Times, serif;
	font-size:16px;
	text-align:center;
	width:229px;
	color:#000;
	text-decoration:none;
	height:36px;
	font-weight:bold;	line-height:37px;
}
ul.sidebarMenu li a {
	padding:0px;
	line-height:36px;
	margin:0px;
	font-size:16px;
	width:229px;
	color:#000;
	text-decoration:none;
	height:36px;
}
ul.sidebarMenu li a.current {
	color:#FFFFFF;
	text-decoration:none;
	background: url(../images/saidMenu_bg_hover.jpg) repeat-x;
	display:block;
	overflow:hidden;
}
ul.sidebarMenu a:hover {
	color:#FFFFFF;
	background: url(../images/saidMenu_bg_hover.jpg) repeat-x;	text-decoration:none;
	display:block;
	overflow:hidden;
}
.beforeAfterGalleryBdr {
    border-bottom:#764c24 solid 1px;
	border-left:#764c24 solid 1px;
	border-right:#764c24 solid 1px;
}

