/*
Theme Name: Emerald Green
Theme URI: http://wordpress.org/extend/themes/twentytwelve
Author: the WordPress team
Author URI: http://wordpress.org/
Description: The 2012 theme for WordPress is a fully responsive theme that looks great on any device. Features include a front page template with its own widgets, an optional display font, styling for post formats on both index and single views, and an optional no-sidebar page template. Make it yours with a custom menu, header image, and background.
Version: 1.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: light, gray, white, one-column, two-columns, right-sidebar, flexible-width, custom-background, custom-header, custom-menu, editor-style, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready
Text Domain: twentytwelve

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

/* =Notes
--------------------------------------------------------------
This stylesheet uses rem values with a pixel fallback. The rem
values (and line heights) are calculated using two variables:

$rembase:     14;
$line-height: 24;

---------- Examples

* Use a pixel value with a rem fallback for font-size, padding, margins, etc.
	padding: 5px 0;
	padding: 0.357142857rem 0; (5 / $rembase)

* Set a font-size and then set a line-height based on the font-size
	font-size: 16px
	font-size: 1.142857143rem; (16 / $rembase)
	line-height: 1.5; ($line-height / 16)

---------- Vertical spacing

Vertical spacing between most elements should use 24px or 48px
to maintain vertical rhythm:

.my-new-div {
	margin: 24px 0;
	margin: 1.714285714rem 0; ( 24 / $rembase )
}

---------- Further reading

http://snook.ca/archives/html_and_css/font-size-with-rem
http://blog.typekit.com/2011/11/09/type-study-sizing-the-legible-letter/


/* =Reset
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
}
body {
	line-height: 1;
}
ol,
ul {
	list-style: none;
}
blockquote,
q {
	quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption,
th,
td {
	font-weight: normal;
	text-align: left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}
/*---- font css ----*/
@font-face {
 font-family: 'GothamLight';
 src: url('fonts/gotham-light.eot');
 src: url('fonts/gotham-light.eot') format('embedded-opentype'), url('fonts/gotham-light.woff') format('woff'), url('fonts/gotham-light.ttf') format('truetype'), url('fonts/gotham-light.svg#GothamLight') format('svg');
}
 @font-face {
 font-family: 'open_sansregular';
 src: url('fonts/opensans-regular-webfont.eot');
 src: url('fonts/opensans-regular-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/opensans-regular-webfont.woff') format('woff'), url('fonts/opensans-regular-webfont.ttf') format('truetype');
 font-weight: normal;
 font-style: normal;
}
 @font-face {
 font-family: 'helveticamedium';
 src: url('fonts/1-webfont.eot');
 src: url('fonts/1-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/1-webfont.woff') format('woff'), url('fonts/1-webfont.ttf') format('truetype');
 font-weight: normal;
 font-style: normal;
}
/*---- end font css ----*/

/*---- global css ----*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
:focus {
	outline: 0;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
input[type="text"], input[type="password"], textarea, select {
	padding:0;
	margin:0;
}
img {
	border:none;
	outline:none;
}
.speacer {
	clear:both;
}
hr {
	border:1px solid #d7d7d7;
	outline:none;
	margin:10px 0;
}
h1 {
	display:block;
	font:normal 34px 'GothamLight';
	color:#004438;
	font-stretch:semi-expanded;
	margin-bottom:20px;
	text-transform:uppercase;
}
h2 {
	display:block;
	font:bold 25px 'helveticamedium';
	color:#2b2829;
	margin-bottom:15px;
	font-weight:bold;
	font-stretch:condensed;
	text-transform:uppercase;
}
p {
	font: normal 13px/18px 'open_sansregular';
	color:#5d5d5d;
	margin:0 0 12px 0;
}
p span{
	font: normal 13px/18px 'open_sansregular';
	color:#4294d8;
}

p span.gray{
color:#5d5d5d;
}


/*---- end global css ----*/

/*---- body css ----*/
body {
	font: normal 13px/18px 'open_sansregular';
	color:#5d5d5d;
	background:#fff;
}

.main_wrap{
margin:0 auto;
width:100%;
display:block;
}

@media (max-width: 480px) {
.main_wrap{
margin:0 auto;
width:1000px;
display:block;
}
}




/*---- top css ----*/
.topPart {
	width:1000px;
	margin:0 auto;
}
.logo {
	width:223px;
	height:95px;
	float:right;
	margin:28px 0 30px 0;
}
.page_heading{
float:left;
width:auto;
margin:97px 0 0 0;
}

/*---- end top css ----*/

/*---- navigation and banner css ----*/
.nav {
	height:32px;
	background:#004031;
	width:100%;
}
.banner {
	background:url(images/main-bg.jpg) no-repeat 0 0;
	height:800px;
}
/*---- end navigation and banner css ----*/

/*---- contanier css ----*/
.wrapper {
	width:1000px;
	margin:0 auto;
	padding:70px 0;
}
.wrapper .Leftwrapper {
	float:left;
	width:500px;
}
.wrapper .Leftwrapperslide {
	float:left;
	width:466px;
}
.sliderLeft {
	background:url(images/slider-bg.gif) no-repeat 0 0;
	height:532px;
	width:452px;
	-webkit-box-shadow:  0px 0px 8px 0px #b4b4b4;
	box-shadow:  0px 0px 8px 0px #b4b4b4;
	padding:30px 7px 7px 7px;
	margin-bottom:20px;
}
ul.sponsor li {
	float:left;
	width:175px;
	height:54px;
	margin-right:18px;
	-webkit-box-shadow:  0px 0px 8px 0px #b4b4b4;
	box-shadow:  0px 0px 8px 0px #b4b4b4;
	display:block;
	margin-bottom:25px;
	background-color:none;
}

ul.sponsor li a , ul.sponsor li a:hover{
background-color:#fff !important;
}
ul.sponsor{
margin:15px 0 0 0;
}
ul.landtxt li {
	float:left;
	width:175px;
	height:54px;
	background:url(images/box-bg.gif) no-repeat 0 0;
	display:block;
	-webkit-box-shadow:  0px 0px 8px 0px #b4b4b4;
	margin-bottom:25px;
	box-shadow:  0px 0px 8px 0px #b4b4b4;
	text-align:center;
	line-height:54px;
	color:#2b2829;
	font-size:21px;
	margin-right:18px;
	background-color:none;
}
a.leftLink {
	text-decoration:underline;
	color:#026f55;
	font:italic 14px 'open_sansregular';
}
a.leftLink:hover {
	color:#026f55;
	text-decoration:none;
}
a.leftblueLink {
	text-decoration:underline;
	color:#4294d8;
	font:italic 14px 'open_sansregular';
}
a.leftblueLink:hover {
	color:#4294d8;
	text-decoration:none;
}
ul.containList li {
	display:block;
	margin-bottom:10px;
	font: normal 13px 'open_sansregular';
	color:#5d5d5d;
	background:url(images/dot-icon.gif) no-repeat 0 5px;
	text-indent:15px;
}
.ragi {
	display:block;
	background:url(images/reg-icon.gif) no-repeat 0 0;
	font:bold 16px 'helveticamedium';
	text-indent:20px;
	margin:20px 0;
	text-decoration:none;
	color:#026f55;
	text-transform:uppercase;
	font-stretch:narrower;
}

.download_pdf {
	display:block;
	background:url(images/pdf.png) no-repeat 0 0;
	font:bold 16px/26px 'helveticamedium';
	margin:20px 0;
	text-decoration:none;
	color:#026f55;
	text-transform:uppercase;
	font-stretch:narrower;
	padding:0 0 0 26px;
}
.wrapper .Rightwrapper {
	width:466px;
	float:right;
}
span.red {
	color:#c51414;
	font-size:21px;
}
/*---- end contanier css ----*/

/*---- end body css ----*/

/*---- footer css ----*/
.footerPart {
	background:#d4d4d4;
	padding-top:40px;
	padding-bottom:50px;
}
.footerPart .inner {
	width:1000px;
	margin:0 auto;
}
.footerPart .inner .leftNav {
	width:310px;
	float:left;
	color:#000000;
	margin-top:79px;
}
.footerPart .inner .leftNav a {
	color:#000000;
	text-decoration:none;
	font-family: 'open_sansregular';
	font-size:12px;
	padding:0 13px;
}
.footerPart .inner .leftNav a:hover {
	color:#004030;
	text-decoration:none;
}
.footerPart .inner .sponcerLogo {
	width:400px;
	float:right;
	text-align:right;
}
/*---- end footer css ----*/


/*---- slider css ----*/
.slider-wrap {
	width: 450px;
}
.stripViewer .panelContainer .panel ul {
	text-align: left;
}
.stripViewer {
	position: relative;
	overflow: hidden;
	width: 450px;
	height: 391px;
}
.stripViewer .panelContainer {
	position: relative;
	left: 0;
	top: 0;
}
.stripViewer .panelContainer .panel {
	float: left;
	height: 100%;
	position: relative;
	width: 450px;
}
.stripNavL, .stripNavR, .stripNav {
	display: none;
}
.nav-thumb {
	margin-right: 5px;
}
.picSmall {
	float:left;
	width:149px;
	height:133px;
	margin-top:6px;
}
/*---- end slider css ----*/




/*---- salisbury css ----*/
/*---- top part css ----*/
.salisToppart {
	background:url(images/salisbury-topbg.gif) repeat-x 0 0;
	height:143px;
}
.salisToppart .innerPart {
	width:802px;
	margin:0 auto;
}
.salisLogo {
	float:left;
	width:100px;
	height:108px;
}
.salisLink {
	float:right;
	width:240px;
	text-align:right;
}
.salissiteLinktop {
	padding:10px 0;
}
a.salissiteLink {
	color:#808080;
	font-family: 'open_sansregular';
	font-size:12px;
	text-decoration:none;
}
a.salissiteLink:hover {
	color:#000;
	text-decoration:none;
}
.salisSearch {
	background:url(images/searchbg.gif) no-repeat 0 0;
	width:230px;
	height:33px;
	margin-left:10px;
}
.salisSearch .fillbox {
	width:200px;
	float:left;
	height:29px;
	margin:3px;
	outline:none;
	border:none;
	background:none;
}
.salisSearch .searchbtn {
	width:12px;
	height:13px;
	float:right;
	position:relative;
	top:10px;
	right:10px;
}
.salisNavigation {
	background:url(images/salisbury-navbg.gif) repeat-x 0 0;
	height:35px;
}
.salisNavigation ul li {
	float:left;
	line-height:35px;
	background:url(images/nav-divider.gif) no-repeat right 0;
}
.salisNavigation ul li.none {
	background:none;
}
.salisNavigation ul li a {
	padding:0 40px;
	text-decoration:none;
	color:#4d4d51;
}
.salisNavigation ul li a:hover {
	text-decoration:none;
	color:#0a4595;
}
.salisNavigation ul li a.active {
	color:#0a4595;
}
/*---- end top part css ----*/




/*---- middle body css ----*/
.salisMiddpart {
	background:url(images/salisbury-bodybg.gif) repeat-x 0 0 #f1f3f2;
	padding:20px 0 85px 0;
}
.salisMiddpart .salisinnerPart {
	width:802px;
	margin:0 auto;
}
#container {
	width:802px;
	margin:20px auto 0;
	position:relative;
	z-index:0;
}
#frame {
	position:absolute;
	z-index:0;
	width:802px;
	height:340px;
	top:0px;
	left:0px;
}
#example {
	width:802px;
	height:340px;
	position:relative;
}
#slides {
	position:absolute;
	top:0px;
	left:0px;
	z-index:100;
}
.slides_container {
	width:802px;
	height:340px;
	overflow:hidden;
	position:relative;
	display:none;
}
#slides .slide {
	padding:0px;
	width:802px;
	height:340px;
	display:block;
	margin:0 25px 0 0;
}
.section {
	width:258px;
	margin:0 12px 0 0;
	float:left;
	background-color:#fff;
	height:330px;
}
.section-heading {
	background-color:#144d78;
	padding:0 0 0 15px;
	font:bold 15px/30px 'open_sansregular';
	color:#FFFFFF;
	text-transform:uppercase;
}
.section-content {
	margin:12px 25px 0 25px;
	height:250px;
	border-bottom:1px dashed #bababa;
}
.section-content p {
	color:#21638c;
	font:normal 15px/19px 'open_sansregular';
}
.section-img {
	margin:0 0 20px 0;
}
.section-footer {
	padding:10px 0 8px 25px;
	font:normal 13px/16px 'open_sansregular';
	color:#000000;
}
.last-box {
	margin:0!important;
}
#slides .next, #slides .prev {
	position:absolute;
	top:107px;
	left:-39px;
	width:24px;
	height:43px;
	display:block;
	z-index:101;
}
#slides .next {
	left:810px;
}
.pagination {
	margin:26px auto 0;
	width:100px;
}
.pagination li {
	float:left;
	margin:0 1px;
	list-style:none;
}
.pagination li a {
	display:block;
	width:12px;
	height:0;
	padding-top:12px;
	background-image:url(../img/pagination.png);
	background-position:0 0;
	float:left;
	overflow:hidden;
}
.pagination li.current a {
	background-position:0 -12px;
}
/*---- end middle body css ----*/
.support_text{
font-size:13px;
margin:6px 0;
}

/*  contact page css */
.contact_form_area{
margin:0;
padding:0;
}
.contact_form_area p{
margin:0 0 14px 0;
padding:0;
width:392px;
font-size:13px;
line-height:23px;
}

.contact_form_area p input[type=text], .contact_form_area p input[type=tel], .contact_form_area p input[type=email] {
float:right;
height:22px;
padding:0 0 0 3px;
border:1px #dbdbdb solid;
box-shadow:0 1px 4px #dbdbdb;
width:253px;
line-height:22px;
}


.contact_form_area p select{
border: 1px solid #DBDBDB;
box-shadow: 0 1px 4px #DBDBDB;
float: none;
height: 25px;
margin: 0 0 0 100px;
padding: 0 2px;
width: 258px;
}
.wpcf7-list-item{
width:250px;
}
.wpcf7-list-item label{
width:200px;
}
.wpcf7-list-item span{
color:#5d5d5d;
}
span.wpcf7-list-item{
margin:0 !important;
}
.wpcf7-list-item label input[type=checkbox]{
border: 1px solid #DBDBDB;
box-shadow: 0 1px 4px #DBDBDB;
float: right;
height: 19px;
margin: 0 155px 0 0;
padding: 0 0 0 3px;
width: 19px;
outline:none;
}

.contact_form_area p textarea{
float:right;
height:158px;
padding:0 0 0 3px;
border:1px #dbdbdb solid;
box-shadow:0 1px 4px #dbdbdb;
width:253px;
color:#808080;
font:normal 13px 'open_sansregular';
}

.clr{
clear:both;
}

.submit{
padding:10px 0 0 135px !important;
}

.submit input[type=submit]{
background-color:#455560;
color:#fff;
line-height:29px;
font-size:13px;
text-align:center;
width:109px;
height:29px;
cursor:pointer;
outline:none;
border:0px;
}



.wrapper .Rightwrapper img {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #000000;
    box-shadow: 0 0 8px 1px #E3E3E3;
    padding: 5px;
}

img.shadow {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #000000;
    box-shadow: 0 0 8px 1px #E3E3E3;
    padding: 5px;
}



#menu-footer-menu li a{
background-color:none !important;
background:url(images/divd2.gif) no-repeat right center;

}

#menu-footer-menu li{
float:left;
}

ul.liststyle01 li
{
	float:none;
	margin:0 0 10px 0;
}
ul.liststyle01 li a
{
	text-decoration:underline;
	color:#026f55;
	font:normal 13px 'open_sansregular';
}
ul.liststyle01 li a:hover 
{
	color:#026f55;
	text-decoration:none;
}







/*---new CSS ----*/
.search_page_right{
width:259px;
margin:0;
padding:0;
float:left;
}


.land_deta_chart{
border:#c5cad1 solid 1px;
padding:5px;
background-color:#fff;
/*border-collapse:separate;
border-spacing:3px;*/
}

.land_deta_chart tr.heading{
padding:5px 5px 0 5px;
background-color:#004031;
}

.land_deta_chart td{
background-color:#edeef0;
border-left: 1px solid #C9C9C9 ;
border-right: 2px solid #fff;
border-top: 1px solid #C9C9C9 ;
border-bottom: 3px solid #fff;
min-height: 55px;
outline: medium none;
padding: 5px;
font-weight:normal;
font-family: 'open_sansregular';
color:#5d5d5d;
font-size:15px;
line-height:24px;
vertical-align:middle;
text-align:center !important;
	}

.land_deta_chart tr.heading td{
background-color:#004031;
padding:5px 0;
border-left: 0 ;
border-right: 0;
border-top: 0 ;
border-bottom: 2px solid #fff;
height:auto;
font-family: 'open_sansregular';
color:#FFFFFF;
font-size:15px;
line-height:24px;
text-transform:uppercase;
/*font-weight:bold;*/
}


.land_deta_chart tr:last-child td{
border-bottom: 0;
}


.land_deta_chart td:last-child{
background-color:#edeef0;
border-left: 1px solid #C9C9C9 ;
border-right: 0;
border-top: 1px solid #C9C9C9 ;
border-bottom: 3px solid #fff;
min-height: 55px;
outline: medium none;
padding: 5px;
font-weight:normal;
	}

.price_list_date{
font-size:14px;
color:#000;
line-height:18px;
padding:20px 0 0 0;
font-weight:bold;
}

.lot_no{
font-family: 'open_sansregular';
color:#edeef0;
font-size:11px;
line-height:13px;
text-transform:uppercase;
font-weight:bold;
background:url(images/lot_no_bg.gif) no-repeat 0 0;
width:56px;
height:45px;
padding:5px 10px;
text-align:center;
vertical-align:middle;
margin:0 auto;
}

.refine_heading{
font-family: 'open_sansregular';
color:#fff;
font-size:18px;
line-height:34px;
text-transform:uppercase;
font-weight:bold;
background:#004031;
width:auto;
height:auto;
padding:0 10px;
text-align:left;
vertical-align:middle;
margin:0 0 5px 0;
}

.refine_item{
border-bottom:1px solid #c5cad1;
}

.refine_item_name{
font-family: 'open_sansregular';
color:#000;
font-size:14px;
line-height:34px;
font-weight:bold;
}

.refine_item_field{
margin:0 0 13px 0;
height:44px;
}


.refine_item_field .jquery-selectbox{
width:246px !important;
}

.refine_item_field .jquery-selectbox .jquery-custom-selectboxes-replaced-list{
width:244px !important;
}


.refine_item_field input[type=text]{
 -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-bottom: 0 none;
    border-image: none;
    border-left: 1px solid #C9C9C9 !important;
    border-right: 0 none;
    border-top: 1px solid #C9C9C9 !important;
    font: bold 12px/44px Verdana,Arial,Helvetica,sans-serif;
    height: 44px;
    outline: medium none;
    padding: 0 4px;
	width:246px !important;
	background-color: #edeef0;

}

.refine_item_submit{
padding:13px 0 0 0;
}

.refine_item_submit input[type=submit]{
font-family: 'open_sansregular';
color:#fff;
font-size:13px;
line-height:33px;
text-transform:uppercase;
font-weight:bold;
background:#004031;
width:105px;
height:33px;
cursor:pointer;
background:url(images/submit.gif) no-repeat 0 0;
border:0;
outline:none;
}
.post-edit-link{display:none;}

/*---Enquiry ----*/


.enqtxt{
-moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #EDEEF0;
    border-bottom: 0 none;
    border-image: none;
    border-left: 1px solid #C9C9C9 !important;
    border-right: 0 none;
    border-top: 1px solid #C9C9C9 !important;
    font: bold 12px/18px Verdana,Arial,Helvetica,sans-serif;
    height: 44px;
    outline: medium none;
    padding: 0;
    width: 338px !important;
	line-height:44px;
    /*margin-left:50px !important;*/
}

.enqtxtarea {
-moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #EDEEF0;
    border-bottom: 0 none;
    border-image: none;
    border-left: 1px solid #C9C9C9 !important;
    border-right: 0 none;
    border-top: 1px solid #C9C9C9 !important;
    font: bold 12px/18px Verdana,Arial,Helvetica,sans-serif;
    outline: medium none;
    padding: 0;
    width: 338px !important;
}
.enqemail{
-moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #EDEEF0;
    border-bottom: 0 none;
    border-image: none;
    border-left: 1px solid #C9C9C9 !important;
    border-right: 0 none;
    border-top: 1px solid #C9C9C9 !important;
    font: bold 12px/18px Verdana,Arial,Helvetica,sans-serif;
    height: 44px;
    outline: medium none;
    padding: 0 4px;
    width: 331px !important;
   /* margin-left:50px !important;*/
}
.enqsubmit1{
    background: url("images/submit.gif") no-repeat scroll 0 0 transparent;
    border: 0 none;
    color: #FFFFFF;
    cursor: pointer;
    font-family: 'open_sansregular';
    font-size: 13px;
    font-weight: bold;
    height: 33px;
    line-height: 33px;
    outline: medium none;
    text-transform: uppercase;
    width: 105px;
    margin:0;
}


.enquery_heading{
color: #000000;
font-family: 'helveticamedium' ;
font-size: 16px;
font-weight: bold;
line-height: 34px;
	}

.enquery{
width:595px;
}

.enquery td{
color: #000000;
font-family: 'open_sansregular';
font-size: 15px;
font-weight: normal;
line-height: 34px;
}

.gap{
font-size:0px !important;
line-height:11px !important;
height:11px!important;
}


.wpcf7-checkbox {
width:405px;
color: #000000;
font-family: 'open_sansregular';
font-size: 13px;
font-weight: normal;
line-height: 15px;
}

.enquery td span.wpcf7-list-item-label{
color: #000000;
font-family: 'open_sansregular';
font-size: 13px;
font-weight: normal;
line-height: 15px !important;
float:left;
width:375px;
}

.enquery td.check_box{
color: #000000;
font-family: 'open_sansregular';
font-size: 13px;
font-weight: normal;
line-height: 15px !important;
}



.mandatory{
font-size: 13px !important;
vertical-align:top;
}

.entry-meta{
display:none;
}


.check_box input[type=checkbox]{
width:17px;
height:17px;
float:left;
padding:0;
margin:0 8px 11px 0;
}

.search_footer {
margin-top:25px;
}

.search_footer ul {
margin-left:35px;
list-style:disc;
}

.search_footer li {
line-height:20px;

width:100%;
}

.search_footer span {
font-size:20px;
font-weight:bold;
line-height:20px;
margin-right:10px;
}

#gap{
padding-left:10px;
}
.va {
vertical-align:top;
}

#pdflink {
margin-top:10px;
}
#pdflink a {
text-decoration:none;
color:#990000;
}
.contact_form_area .wpcf7-form-control-wrap .wpcf7-not-valid-tip {
	margin:0 0 0 100px;
}
.Leftwrapper p a {
	color: #026F55;
}

