body {
	margin:0;
	padding:0;
	background:#125796;
	font-family: 'HelveticaNeueCondensed';
	font-family: 'Roboto', sans-serif;
}
#wrapper {
	z-index:99999;
	position:absolute;
	height:auto;
	left:0;
	top:0;
	bottom:0;
	right:0;
}
.topbar {
	width:1000px;
	height:auto;
	overflow:hidden;
	margin:0 auto;
}
.enq-txt {
	float: right;
	margin:10px 0 0 0;
	height:26px;
	background:url(../images/mail-icon.png) no-repeat 1px 0px;
}
.enq-txt a {
	color:#FFFFFF;
	font-size:14px;
	display:block;
	padding-left: 40px;
	padding-top:5px;
	text-decoration:underline;
}
#header {
	width:100%;
	margin-top:10px;
	height:auto;
	overflow:hidden;
	background-size:cover;
	border-top:2px solid #fff;
	border-bottom:2px solid #fff;
	background:url(../images/header-bg.png) center repeat-x;
}
.header {
	width:1000px;
	height: auto;
	overflow:hidden;
	min-height:75px;
	margin:0 auto;
}
.logo {
	width:230px;
	height:105px;
	position:absolute;
	top:30px;
	z-index:9999;
}
.contact-number {
	background:url(../images/phone.png) no-repeat 1px 0px;
	height:45px;
	margin-top:12px;
	float:right;
}
.contact-number span {
	color:#FFFFFF;
	font-size:19px;
	font-weight:bold;
	display:block;
	padding-left: 60px;
	line-height:25px;
}
#mainmenu {
	width:100%;
	height:70px;
	overflow:hidden;
	background:url(../images/menu-bg.png) center repeat-x;
}
#menu {
	width:1000px;
	height: 70px;
	margin:0 auto;
}
.menu, .menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.menu:before, .menu:after {
	content: "";
	display: table;
}
.menu:after {
	clear: both;
}
.menu {
	zoom: 1;
}
.menu li {
	position: relative;
	float: left;
	padding:20px 15px;
}
.menu ul li {
	padding-left: 0;
	margin-left:0px;
}
.menu li:first-child {
	padding-left: 30px;
}
.menu ul li:first-child {
	padding-left: 0;
}
.menu a {
	float: left;
	display: block;
	padding: 10px 42px;
	color: #fff;
	text-transform:uppercase;
	font-size: 15px;
	text-align: center;
	text-decoration: none;
}
.menu .active {
	color: #A0E26B;
}
.menu li:hover > a {
	color: #A0E26B;
}
*html .menu li a:hover { /* IE6 only */
	color: #fff;
	background: #43A707;
}
.menu ul {
	margin: 20px 0 0 0;
	_margin: 0; /*IE6 only*/
	opacity: 0;
	visibility: hidden;
	position: absolute;
	top: 42px;
	width: 252px;
	left: 42px;
	z-index: 9999;
	background: #43A707;
 -webkit-transition: all .2s ease-in-out;
 -moz-transition: all .2s ease-in-out;
 -ms-transition: all .2s ease-in-out;
 -o-transition: all .2s ease-in-out;
 transition: all .2s ease-in-out;
}
.menu ul a {
	padding-left: 10px !important;
}
.menu ul ul {
	top: 0px !important;
}
.menu li:hover > ul {
	opacity: 1;
	visibility: visible;
	margin: 0;
}
.menu ul ul {
	position: absolute;
	left: 100%;
	/*left: 130px;*/
	margin: 0 0 0 10px;
	font-size: 12px !important;
	_margin: 0; /*IE6 only*/
	-moz-box-shadow: -1px 0 0 rgba(255, 255, 255, .3);
	-webkit-box-shadow: -1px 0 0 rgba(255, 255, 255, .3);
	box-shadow: -1px 0 0 rgba(255, 255, 255, .3);
}
.menu ul li {
	float: none;
	display: block;
	border: 0;
	/*border-bottom:1px solid #179BFF;*/
	_line-height: 0; /*IE6 only*/
}
.menu ul li:last-child {
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.menu ul a {
	/*padding: 10px;*/
	width: 200px;
	color: #fff;
	font-size: 13px !important;
	_height: 10px; /*IE6 only*/
	display: block;
	text-align: left;
	white-space: nowrap;
	float: none;
	text-transform: none;
}
.menu ul a:hover {
	background-color: #179BFF;
	color: #fff;
}
.menu ul li:first-child > a {
	-moz-border-radius: 3px 3px 0 0;
	-webkit-border-radius: 3px 3px 0 0;
	border-radius: 3px 3px 0 0;
}
.menu ul li:first-child > a:after {
	content: '';
	position: absolute;
	left: 100px;
	top: -6px;/*	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-bottom: 6px solid #A1DCF8;*/
}
.menu ul ul li:first-child a:after {
	left: -6px;
	top: 50%;
	margin-top: -6px;
	border-left: 0;
	border-bottom: 6px solid transparent;
	border-top: 6px solid transparent;
	border-right: 6px solid #A1DCF8;
}
.menu ul li:first-child a:hover:after {
	border-bottom-color: #04acec;
}
.menu ul ul li:first-child a:hover:after {
	border-right-color: #0299d3;
	border-bottom-color: transparent;
}
.menu ul li:last-child > a {
	-moz-border-radius: 0 0 3px 3px;
	-webkit-border-radius: 0 0 3px 3px;
	border-radius: 0 0 3px 3px;
}
.sub-banner {
	width:100%;
	height:480px;
	border-bottom:2px solid #fff;
}
.subpage {
	margin-top:24% !important;
}
#maincontent {
	width:1000px;
	margin:0 auto;
	height:auto;
	overflow:hidden;
	/*margin-top:460px;*/
	margin-top:35.5%;
	margin-bottom:10px;
}
.content-lft {
	width:740px;
	float:left;
	padding-right:10px;
}
.content-rgt {
	width:250px;
	float:left;
}
#maincontent h1,#maincontent h2 {
	font-size:20px;
	color:#99FF00;
	font-weight:normal;
	padding: 10px 0 10px 20px;
}
#maincontent h1 span {
	color:#DFDFDF;
}
.headtext {
	background-color: rgba(5, 44, 78, 0.2);
	vertical-align:middle;
}
#maincontent p {
	color:#DFDFDF;
	font-size:15px;
	text-align:left;
	text-align:justify;
	line-height:25px;
	padding:20px;
}
#maincontent p a {
	color:#99FF00;
	text-decoration:underline;
}
#maincontent p a:hover {
	color:#FFFFFF;
	text-decoration:none;
}
#maincontent ul {
	color:#DFDFDF;
	font-size:15px;
	text-align:left;
	line-height:25px;
	padding:0 10px 0px 10px;
}
#maincontent ul li {
	padding:15px 0 15px 20px;
	border-bottom:1px solid #3F875E;
	margin:0 10px 0 10px;
	font-size:15px;
	list-style:none;
	background:url(../images/arrow.png) no-repeat 0px 24px;
}
#maincontent ul li.lft {
	float:left;
}
.services {
	width:250px;
	height:auto;
	overflow:hidden;
}
.service-tab {
	background: #fff;
	line-height:40px;
	height:40px;
	font-size:20px;
	text-align:center;
	font-weight:bold;
}
.services ul {
	padding:0;
	margin:10px 0 0 0;
 *+background: #70c927;
	background: #70c927; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzcwYzkyNyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM2OWFjMjYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, #70c927 0%, #69ac26 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #70c927), color-stop(100%, #69ac26)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #70c927 0%, #69ac26 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #70c927 0%, #69ac26 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #70c927 0%, #69ac26 100%); /* IE10+ */
	background: linear-gradient(to bottom, #70c927 0%, #69ac26 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#70c927', endColorstr='#69ac26', GradientType=0 ); /* IE6-8 */
}
.services ul li {
	padding:15px 0 15px 20px;
	border-bottom:1px solid #B6DB93 !important;
	margin:0 10px 0 10px;
	font-size:15px;
	list-style:none;
	background:url(../images/arrow.png) no-repeat 0px 24px;
}
.services ul li a {
	color:#000;
}
.services ul li a:hover {
	color:#FFFFFF;
}
.services ul li:last-child {
	border-bottom:none;
}
#footer {
	background:url(../images/footer-bg.png) no-repeat;
	background-size: cover;
	width:100%;
	border-top:2px solid #fff;
	border-bottom:2px solid #fff;
	margin-top:20px;
	margin-bottom:10px;
}
.footer {
	height:75px;
	width:1000px;
	margin:0 auto;
}
.footer .enq-txt {
	border-left:1px solid #6FC827;
	background:url(../images/mail-icon.png) no-repeat 15px 0px;
	margin-top: 20px !important;
	margin-left: 20px !important;
	padding-right: 20px !important;
	padding-left:10px;
}
.footer .contact-number, .footer .enq-txt {
	float:left;
	margin:10px;
}
.copyright {
	float:right;
	text-align:right;
	line-height:20px;
	padding:20px 0 0 0;
	color:#FFFFFF;
	font-size:12px;
}
.copyright a {
	color:#FFFFFF;
}
.sumbit_reset {
	width: 100px;
	height: 34px;
	float: left;
	border: 0px;
	margin-right: 10px;
	font-weight: bold;
	border: none;
	background: #99FF00;
	cursor: pointer;
	color: #333;
	margin-bottom: 20px;
}
.sumbit_reset:hover {
	background-color: rgba(5, 44, 78, 0.2);
	color:#fff;
}
.required {
	height: 35px;
	width: 70%;
	font-size: 11px;
	padding-left: 10px;
	float: left;
	border: 1px #99FF00 dashed;
	background-color : transparent;
	margin-bottom: 20px;
	font-size: 15px;
	color: #DFDFDF;
	font-family: 'HelveticaNeueCondensed';
	font-family: 'Roboto', sans-serif;
	background-repeat: no-repeat;
}
.optional {
	background-color : transparent;
	height: 123px;
	width: 70%;
	border: 0px;
	margin-bottom: 20px;
	float: left;
	border: 1px #99FF00 dashed;
	background-repeat: no-repeat;
	font-size: 15px;
	color: #DFDFDF;
	line-height: 19px;
	font-family: 'HelveticaNeueCondensed';
	font-family: 'Roboto', sans-serif;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 10px;
}