@charset "utf-8";

@font-face {

	font-family: 'MyriadProRegular';

	src: url('../fonts/MyriadPro-Regular.eot');

	src: url('../fonts/MyriadPro-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/MyriadPro-Regular.woff') format('woff'), url('../fonts/MyriadPro-Regular.ttf') format('truetype'), url('../fonts/MyriadPro-Regular.svg#MyriadProRegular') format('svg');

	font-weight: normal;

	font-style: normal;

}

img {

	max-width: 100%;

	border: 0;

}

h1, h2, h3, h4, h5, h6, h7 {

	font-weight: normal;

	padding: 4px 0;

}

h2 {

	font-size: 34px;

	color: #103d82;

	letter-spacing: .6px;

}

h1 {

	font-size: 38px;

	color: #103d82;

	letter-spacing: .6px;

}

h5 {

	color: #103d82;

	font-weight: bold;

	font-style: italic;

	font-size: 15px;

	line-height: 29px;

	padding: 10px 0;

}

.light-blue {

	color: #0a5ee2 !important;

}

.mid-blue {

	color: #0d4fb6 !important;

}

.red {

	color: #FF0000 !important;

}

.font-size60percent {

	font-size: 60% !important;

}

h7 {

	font-size: 11px;

	color: #FF000;

	letter-spacing: .6px;

}
table {

	border-collapse: collapse;

	border-spacing: 0;

}

p {

	line-height: 29px;

	padding: 7px 0;
	
	color: #1e62a1;

}

a {

	text-decoration: none;

	color: #1e62a1;

}

article h5 {

	padding: 0;

}

article p {

	padding: 0 0 15px;

}

article {

	padding: 10px 0 14px;

}

article blockquote {

	display: block;

	line-height: 22px;

	padding: 4px 20px 15px 42px;

}

:focus {

	outline: none;

}

li {

	list-style: none;

}

* {

	margin: 0;

	padding: 0;

}

.clear {

	clear: both;

	display: block;

}

body {

	font-size: 15px;

	color: #434850;

	font-family: Arial, Helvetica, sans-serif;

}

.page-wrap {

	position: relative;

	width: 100%;

	overflow: hidden;

}

.wrapper {

	position: relative;

	width: 960px;

	margin: 0 auto;

}

/*top*/

header {

}

.index-header {

}

.header-top {

	position: absolute;

	left: 0;

	top: 0;

	z-index: 999;

	background: url(../images/top.png) repeat-x;

	height: 110px;

	box-shadow: 0 0 8px #999;

	-moz-box-shadow: 0 0 8px #999;

	-webkit-box-shadow: 0 0 8px #999;

	border-radius: 0 0 10px 10px;

	-moz-border-radius: 0 0 10px 10px;

	-webkit-border-radius: 0 0 10px 10px;

}

a.logo {

	display: block;

	float: left;

	padding: 14px 20px;

	margin: 0;

}

.main-menu {

	width: 640px;

	float: right;

	padding: 16px 0 22px;

	text-align: right;

}

.main-menu a {

	color: #495361;

	margin: 0 8px;

	font-size: 13px;

}

.main-menu a:hover {

	color: #14812f;

}

.main-menu a.current-page {

	color: #1782c5;

}

.main-menu .no-mobile {

	background: url(../images/menu-sep.png) no-repeat center 10px;

	margin: 0 8px;

}

.main-menu a.contact {

	padding: 4px 12px 8px;

 *padding: 6px 12px 6px;

	color: #ffffff;

	background: #1b8ad2;

	background: -moz-linear-gradient(top, #1b8ad2 0%, #0668a4 100%);

	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #1b8ad2), color-stop(100%, #0668a4));

	background: -webkit-linear-gradient(top, #1b8ad2 0%, #0668a4 100%);

	background: -o-linear-gradient(top, #1b8ad2 0%, #0668a4 100%);

	background: -ms-linear-gradient(top, #1b8ad2 0%, #0668a4 100%);

	background: linear-gradient(to bottom, #1b8ad2 0%, #0668a4 100%);

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1b8ad2', endColorstr='#0668a4', GradientType=0 );

	border: 1px solid #1164c5;

	border-radius: 3px;

	-moz-border-radius: 3px;

	-webkit-border-radius: 3px;

	-ms-border-radius: 3px;

	-o-border-radius: 3px;

}

.main-menu a.contact:hover {

	background: #1ba236;

	background: -moz-linear-gradient(top, #1ba236 0%, #196a27 100%);

	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #1ba236), color-stop(100%, #196a27));

	background: -webkit-linear-gradient(top, #1ba236 0%, #196a27 100%);

	background: -o-linear-gradient(top, #1ba236 0%, #196a27 100%);

	background: -ms-linear-gradient(top, #1ba236 0%, #196a27 100%);

	background: linear-gradient(to bottom, #1ba236 0%, #196a27 100%);

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1ba236', endColorstr='#196a27', GradientType=0 );

	border-color: #155721;

}

.main-menu a.contact span {

	background: url(../images/contact-icon.png) no-repeat left 6px;

 *background-position:left 3px;

	padding-left: 18px;

}

.main-menu a.current-page span {

	color: #acdfff;

}

.secondary-menu {

	width: 640px;

	float: right;

	padding: 16px 0 22px;

	text-align: right;

}

.secondary-menu a {

	color: #ffffff;

	margin: 0 4px;

	font-size: 15px;

	border-radius: 3px;

	-moz-border-radius: 3px;

	-webkit-border-radius: 3px;

	-ms-border-radius: 3px;

	-o-border-radius: 3px;

	padding: 5px 24px 7px;

 *padding: 5px 24px 5px;

}

.secondary-menu a:hover {

	color: #98de12;

}

.secondary-menu a.current-page {

	background: url(../images/menu-btn.jpg) repeat-x top center #e8e5de;

	color: #095f26;

}

/*top*/	

/*banner*/	

.banner {

	position: relative;

	overflow: hidden;

	left: -419px;

	height: 500px;

	width: 1800px;

	background: url(../images/border-gradient.jpg) repeat center bottom;

	padding-bottom: 8px;

}

.slides_container {

	width: 1800px;

	display: none;

}

.slides_container div {

	width: 1800px;

	height: 500px;

	display: block;

}

.slides_container div img {

	max-width: 100%;

}

.pagination {

	list-style: none;

	padding: 0;

	display: block;

	padding-left: 795px;

	width: 165px;

	margin: -25px auto 0;

	z-index: 999;

	position: relative;

}

.pagination li {

	float: left;

	margin: 0 8px;

}

.pagination li a {

	background: url(../images/banner-dots.png) no-repeat center top;

	display: block;

	height: 8px;

	width: 8px;

	color: transparent;

	text-indent: -99999999px;

}

.pagination li a:hover {

	background-position: center bottom;

}

.pagination .current a {

	background-position: center bottom;

}

/*banner*/

/*thumbs-menu*/

.thumbs-menu {

	margin: 0px auto 0;

	width: 845px;

}

.thumbs-menu ul {

}

.thumbs-menu ul li {

	float: left;

}

.thumbs-menu table {

}

.thumbs-menu table td {

	vertical-align: top;

}

.thumbs-menu ul ul li:first-child {

	width: 110px;

}

.thumbs-menu ul ul li a {

	background: #067d2a;

	box-shadow: 0 0px 35px #033713 inset;

	-moz-box-shadow: 0 0px 35px #033713 inset;

	-moz-box-shadow: 0 0px 35px #033713 inset;

	width: 134px;

	text-align: center;

	height: 92px;

	display: block;

	color: #99f7b5;

	font-size: 11px;

	font-style: italic;

	letter-spacing: 1px;

	line-height: 17px;

	padding: 18px 18px;

	overflow: hidden;

}

.thumbs-menu ul ul li a span.trajan_pro_regular {

	font-style: normal;

	font-family: Trajan Pro, "Trebuchet MS", Arial, Helvetica, sans-serif;

	color: #ffffff;

	font-size: 22px;

	padding-bottom: 8px;

	margin-bottom: 8px;

	display: block;

	border-bottom: 1px solid #198c55;

}

.thumbs-menu ul ul li a span.trajan_pro_regular span {

	font-size: 18px;

	cursor: pointer;

	display: block;

}

.thumbs-menu ul ul li a:hover {

	color: #7db8ef;

	background: #1173ac;

	box-shadow: 0 0px 35px #063652 inset;

	-moz-box-shadow: 0 0px 35px #063652 inset;

	-moz-box-shadow: 0 0px 35px #063652 inset;

}

.thumbs-menu ul ul li a:hover span {

	border-color: #1a80dd;

}

/*thumbs-menu*/



.home .container {

}

.container {

}

.container hgroup {

	padding: 20px 0 26px;

	text-align: center;

}

.container hgroup h1 {

	font-family: Trajan Pro, "Trebuchet MS", Arial, Helvetica, sans-serif;

	font-size: 30px;

	font-weight: bold;

	padding: 0;

	color: #103d82;

}

.container hgroup h5 {

	font-family: Trajan Pro, "Trebuchet MS", Arial, Helvetica, sans-serif;

	font-size: 16px;

	padding: 0;

	font-weight: normal;

	color: #2c333d;

}

.container hgroup h5 span {

	color: #04862c;

}

/*client-steps*/	

.client-steps {

	background: url(../images/gray-bx.jpg) no-repeat center top #edf0f1;

	min-height: 200px;

	padding: 25px 0;

}

.client-steps h2 {

	font-family: Trajan Pro, "Trebuchet MS", Arial, Helvetica, sans-serif;

	font-size: 31px;

	padding: 12px 0;

	text-align: left;

	color: #103d82;

}

.enquery-form-btn {

	padding: 15px 0;

}

.enquery-form-btn a {

	font-size: 16px;

	padding: 6px 12px 9px;

 *padding: 7px 12px 7px;

	color: #ffffff;

	background: #1b8ad2;

	background: -moz-linear-gradient(top, #1b8ad2 0%, #0668a4 100%);

	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #1b8ad2), color-stop(100%, #0668a4));

	background: -webkit-linear-gradient(top, #1b8ad2 0%, #0668a4 100%);

	background: -o-linear-gradient(top, #1b8ad2 0%, #0668a4 100%);

	background: -ms-linear-gradient(top, #1b8ad2 0%, #0668a4 100%);

	background: linear-gradient(to bottom, #1b8ad2 0%, #0668a4 100%);

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1b8ad2', endColorstr='#0668a4', GradientType=0 );

	border: 1px solid #1164c5;

	border-radius: 3px;

	-moz-border-radius: 3px;

	-webkit-border-radius: 3px;

	-ms-border-radius: 3px;

	-o-border-radius: 3px;

}

.enquery-form-btn a:hover {

	background: #1ba236;

	background: -moz-linear-gradient(top, #1ba236 0%, #196a27 100%);

	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #1ba236), color-stop(100%, #196a27));

	background: -webkit-linear-gradient(top, #1ba236 0%, #196a27 100%);

	background: -o-linear-gradient(top, #1ba236 0%, #196a27 100%);

	background: -ms-linear-gradient(top, #1ba236 0%, #196a27 100%);

	background: linear-gradient(to bottom, #1ba236 0%, #196a27 100%);

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1ba236', endColorstr='#196a27', GradientType=0 );

	border-color: #155721;

}

.enquery-form-btn a span {

	background: url(../images/enquiry.png) no-repeat left center;

	padding-left: 18px;

	padding-bottom: 2px;

}

.next-step {

	width: 430px;

	float: left;

	padding: 20px;

}

.where-we-are {

	width: 430px;

	float: right;

	padding: 20px;

}

.where-we-are li {

	float: left;

}

.where-we-are p {

	width: 122px;

	margin-left: 26px;

	font-size: 14px;

}

.where-we-are p span {

	font-weight: bold;

	font-size: 15px;

	color: #298236;

	display: block;

}

/*client-steps*/



/*financial-license*/

.financial-license {

	padding: 5px 0 10px;

	text-align: center;

}

.financial-license h4 {

	color: #054a9b;

	font-size: 18px;

	padding: 7px 0 14px;

}

.financial-license h4 img {

	position: relative;

	top: 6px;

}

.financial-license p {

	font-size: 12px;

}

.financial-license p span {

	color: #00316a;

}

/*financial-license*/



/*footer*/

footer {

	font-size: 12px;

	border-top: 2px solid #ccf2dc;

}

.footer-left {

	float: left;

	width: 410px;

	padding: 20px;

	color: #5c686b;

}

.footer-right {

	text-align: right;

	float: right;

	width: 410px;

	padding: 20px;

}

.footer-right nav {

	padding-bottom: 14px;

}

.footer-right nav a {

	color: #495361;

	font-size: 13px;

}

.footer-right nav a:hover {

	color: #00316a;

}

.footer-right nav span {

	background: url(../images/menu-sep.png) no-repeat center 10px;

	margin: 0 8px;

}

.designed-by {

}

.designed-by a {

	color: #00316a;

}

.designed-by a:hover {

	color: #298236;

}

/*footer*/





/*inner-pages*/

.inner-pages {

	position: relative;

	overflow: hidden;

	left: -419px;

	width: 1800px;

	background: url(../images/border-gradient.jpg) repeat center bottom;

	padding-bottom: 4px;

}

.inner-banner01 {

	background: url(../images/inner-banner01.jpg) repeat-x center top;

}

.inner-banner02 {

	background: url(../images/inner-banner02.jpg) repeat-x center top;

}

.inner-banner03 {

	background: url(../images/inner-banner03.jpg) repeat-x center top;

}

.inner-banner04 {

	background: url(../images/inner-banner04.jpg) repeat-x center top;

}



.page-banner {

	padding-top: 308px;

}

.banner-box {

	width: 637px;

	background: url(../images/inner-banner-box.jpg) no-repeat left top;

	height: 239px;

}

.banner-box ul {

}

.banner-box ul li {

	float: left;

}

.banner-box ul li:first-child {

	position: relative;

	width: 306px;

	padding-left: 11px;

}

.banner-box ul li:first-child .image-arrow {

	position: absolute;

	right: -1px;

	top: 101px;

	width: 20px;

	z-index: 99;

}

.banner-box ul li section {

	width: 270px;

	height: 190px;

	padding: 25px;

	text-align: center;

	overflow: hidden;

}

.banner-box ul li section span.trajan_pro_regular {

	font-style: normal;

	font-family: Trajan Pro, "Trebuchet MS", Arial, Helvetica, sans-serif;

	color: #ffffff;

	font-size: 30px;

	margin-bottom: 12px;

	padding-bottom: 12px;

	padding-top: 10px;

	display: block;

	border-bottom: 1px solid #198c55;

}

.banner-box ul li section span.trajan_pro_regular span {

	font-size: 28px;

	cursor: pointer;

	display: block;

}

.banner-box ul li section label {

	padding: 1px 15px;

	font-size: 14px;

	font-style: italic;

	color: #99f7b5;

	font-family: Georgia, "Times New Roman", Times, serif;

	line-height: 25px;

	letter-spacing: 1px;

	text-align: center;

	display: block;

}

.page-container {

	font-size: 15px;

	font-family: Arial, Helvetica, sans-serif;

	background-color: #f0f9f2;

}

.page-content {

	background-color: #fff;

	padding: 15px 35px 15px 0;

	min-height: 830px;

	float: left;

	width: 605px;

}

.content-listing {

	padding: 15px 10px 14px 15px;

}

.content-listing li {

	color: #434850;

	font-size: 15px;

	padding: 10px 0 10px 5px;

	list-style-image: url(../images/bullet.png);

}

aside {

	background: url(../images/aside.png) no-repeat left top;

	width: 320px;

	float: right;

	padding: 15px 0;

	min-height: 830px;

}



aside h1 {

    margin: 4px 15px 10px 13px;

	overflow:hidden;

}

aside nav {

	font-size: 14px;

	font-family: Arial, Helvetica, sans-serif;

}

aside nav ul {

}

aside nav ul li {

	padding: 1px 0;

}

aside nav ul li a {

    color: #103D82;

    display: block;

    height: 37px;

    line-height: 37px;

    padding: 0 18px 0 20px;

    position: relative;

}

aside nav ul li span {

    color: #103D82;

    display: block;

    height: 37px;

    line-height: 37px;

    padding: 0 18px 0 20px;

    position: relative;

}

aside nav ul li a:hover {

	background: url(../images/aside-nav.gif) repeat-x;

	color: #079a34;

}

aside nav ul li.active a {

	background: url(../images/aside-nav.gif) repeat-x;

	color: #079a34;

}

aside nav ul li a img {

	position: absolute;

	left: -33px;

	top: 0;

	display: none;

}

aside nav ul li a:hover img {

	display: block;

}

aside nav ul li.active a img {

	display: block;

}

/*our-services*/

.our-services {

}

.our-services h2 {

	color: #008d4f;

	text-align: center;

}

.our-services ol {

	border-top: 1px solid #bac6be;

	margin: 5px 15px;

}

.our-services ol li {

	padding: 15px 0 12px;

	list-style: decimal inside;

	border-bottom: 1px solid #bac6be;

}

.our-services ol li a {

	position: relative;

	top: -5px;

	background: url(../images/facts-download-button.gif) repeat-x top center;

	height: 27px;

	line-height: 27px;

	text-align: center;

	display: block;

	width: 85px;

	color: #fff;

	float: right;

	border-radius: 4px;

	-moz-border-radius: 4px;

	-webkit-border-radius: 4px;

}

.our-services ol li a:hover {

	background-position: bottom center;

}

/*our-services*/



/*our-team*/

.our-team {

}

.our-team figure {

	float: left;

	padding: 0 15px 15px 0;

}

.our-team figure img {

	padding-left: 8px;

}

.our-team figcaption {

	padding: 8px 0;

	display: block;

	color: #0e4fb6;

	font-size: 15px;

	font-weight: bold;

	font-family: Arial, Helvetica, sans-serif;

	font-style: italic;

	line-height: normal;

}

.our-team li {

	color: #434850;

	padding: 10px 0;

	font-size: 15px;

	font-family: Arial, Helvetica, sans-serif;

	line-height: 29px;

}

/*our-team*/

/*contact-us*/



.contact-us {

	padding: 20px 0;

}

.contact-us iframe {

	height: 235px;

	width: 586px;

	border: 0;

}

.contact-us ul li {

	float: left;

	width: 50%;

	line-height: 22px;

	padding: 15px 0;

}

.contact-us ul li.planner {

	float: right;

	width: 222px;

}

.contact-us ul li p {

	line-height: 22px;

}

.contact-us ul li p strong {

	color: #103d82;

	display: block;

}

/*contact-us*/	



/*about-us*/

.about-us-banner {

	background: url(../images/about-us-banner.jpg) repeat-x center top;

}

.about-us {

	color: #535860;

}

.about-us h5 {

	background: url(../images/cotation-start.gif) no-repeat left top;

	width: 432px;

	margin: 0 auto;

	padding: 10px 45px;

	position: relative;

}

.about-us h5 img {

	right: 15px;

	bottom: 0;

	position: absolute;

}

.about-us p {

	width: 432px;

	margin: 0 auto;

	padding: 15px 0;

}

.download-pdf {

	margin: 0 auto;

	padding: 15px 0 30px;

	text-align: center;

	width: 316px;

}

.download-pdf h6 {

	font-family: Georgia, "Times New Roman", Times, serif;

	font-size: 13px;

	font-style: italic;

	font-weight: bold;

	padding: 5px 0;

}

.download-pdf h2 {

	color: #008d4f;

	padding: 0 0 12px;

}

.download-pdf span {

	display: block;

	padding: 10px;

	border: 1px solid #cfdde1;

	border-radius: 4px;

	-moz-border-radius: 4px;

	-webkit-border-radius: 4px;

}

.team-members-list {

	width: 250px;

	margin: 10px auto;

}

.team-members-list .team-listing {

	clear: both;

	background: url(../images/team-members-list.jpg) no-repeat center bottom #99afc4;

}

.team-members-list figcaption {

	color: #FFFFFF;

	display: block;

	float: left;

	font-size: 11px;

	font-style: italic;

	font-weight: bold;

	line-height: 16px;

	padding: 24px 5% 10px;

	width: 40%;

}

.team-members-list figure figcaption:first-child {

	text-align: right;

}

.team-members-list figcaption span {

	font-size: 15px;

	display: block;

	padding-bottom: 7px;

}

.team-members-list img {

	float: left;

	width: 50%;

}

.team-members-list span.clear {

	clear: both;

	display: block;

	max-height: 0px;

	overflow: hidden;

	padding: 0;

}

/*about-us*/



/*enquiry-form*/

.enquiry-form {

	width: 488px;

	margin: 15px auto 40px;

}

.enquiry-form ul li {

	clear: both;

	padding: 20px 0 0;

}

.enquiry-form ul li label {

	font-size: 13px;

}

.enquiry-form ul label span {

	float: left;

	height: 39px;

	line-height: 39px;

	color: #062e6d;

	display: block;

	float: left;

}

.enquiry-form input[type='text'], .enquiry-form textarea {

	float: right;

	border: 1px solid #b6c1bd;

	font-family: Arial, Helvetica, sans-serif;

	background: #f2fcfc;

	background: -moz-linear-gradient(top, #f2fcfc 0%, #ffffff 100%);

	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f2fcfc), color-stop(100%, #ffffff));

	background: -webkit-linear-gradient(top, #f2fcfc 0%, #ffffff 100%);

	background: -o-linear-gradient(top, #f2fcfc 0%, #ffffff 100%);

	background: -ms-linear-gradient(top, #f2fcfc 0%, #ffffff 100%);

	background: linear-gradient(to bottom, #f2fcfc 0%, #ffffff 100%);

 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2fcfc', endColorstr='#ffffff', GradientType=0 );

	border-radius: 3px;

	-moz-border-radius: 3px;

	-webkit-border-radius: 3px;

	line-height: 37px;

	color: #555;

	font-size: 13px;

	width: 360px;

	padding: 0 15px;

}

.enquiry-form input[type='text'] {

	height: 37px;

}

.enquiry-form textarea {

	resize: none;

	height: 147px;

}

.enquiry-form input[type='submit'] {

	float: right;

}

.enquiry-form input[type='text']:hover, .enquiry-form textarea:hover {

	background: #F0F9F2;

}

.enquiry-form input[type='text']:focus, .enquiry-form textarea:focus {

	background: #f0ffee;

	border-color: #a4d4b3;

}

.blue-button {

	background: #1b8ad2;

	background: -moz-linear-gradient(top, #1b8ad2 0%, #0668a4 100%);

	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #1b8ad2), color-stop(100%, #0668a4));

	background: -webkit-linear-gradient(top, #1b8ad2 0%, #0668a4 100%);

	background: -o-linear-gradient(top, #1b8ad2 0%, #0668a4 100%);

	background: -ms-linear-gradient(top, #1b8ad2 0%, #0668a4 100%);

	background: linear-gradient(to bottom, #1b8ad2 0%, #0668a4 100%);

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1b8ad2', endColorstr='#0668a4', GradientType=0 );

	border: 1px solid #1164C5;

	display: block;

	height: 28px;

	line-height: 28px;

	color: #fff;

	width: 88px;

	border-radius: 4px;

	-moz-border-radius: 4px;

	-webkit-border-radius: 4px;

	text-align: center;

	border: 0;

	cursor: pointer;

}

.blue-button:hover {

	background: #1ba236;

	background: -moz-linear-gradient(top, #1ba236 0%, #196a27 100%);

	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #1ba236), color-stop(100%, #196a27));

	background: -webkit-linear-gradient(top, #1ba236 0%, #196a27 100%);

	background: -o-linear-gradient(top, #1ba236 0%, #196a27 100%);

	background: -ms-linear-gradient(top, #1ba236 0%, #196a27 100%);

	background: linear-gradient(to bottom, #1ba236 0%, #196a27 100%);

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1ba236', endColorstr='#196a27', GradientType=0 );

	border-color: #155721;

}

.enquiry-form ul li ul {

	padding: 10px 0;

}

.enquiry-form ul li li {

	color: #434850;

	padding: 11px 0 0;

}

.enquiry-form input[type='checkbox'] {

	position: relative;

	top: 3px;

	margin: 0 20px 10px 0;

}

.enquiry-form ul li li strong {

	color: #062e6d;

	font-weight: normal;

}

/*enquiry-form*/



/*inner-pages*/

.counter { margin:0; padding:0; }

.counter p{font-weight:bold; color:#666666; padding: 3px 0 0 2px;}