body {
	font: 12px courier, Verdana, Helvetica, sans-serif;
	color: #666666; 	
	margin: 0; padding: 0 0 50px 0; 
	background: #F6F5F5 url(../images/bg.gif) repeat-x; 
	text-align: center;
}
/* Links */
a:link, a:visited { 
	text-decoration: none;
	color: #AE855C;	
}
a:hover {
	border-bottom: 1px dotted #AE855C;	
}
a.more-link {
	padding-bottom: 2px;
	font-weight: bold;	
	border-bottom: 1px dotted #AE855C;	
}
a:hover.more-link {
	text-decoration: none;
}
/* Headers */
h1, h2, h3, h4 {
	font: bold 1em/1.5em Georgia, 'Times New Roman', Times, serif;
	color: #444;
	padding: 10px 15px 7px 15px;	 
}
h1 { font-size: 3.0em; font-weight: normal; letter-spacing: -2px; }
h2 { font-size: 1.5em; font-weight: normal; color: #663333; }
h3 { font-size: 1.3em; font-weight: normal; letter-spacing: -0.5px; padding-top: 15px}
h4 { font-size: 1.1em; }

/* Lists */
ul, ol {
	margin: 10px 20px;
	padding: 0 20px;
}
ul { list-style: disc; }
ol { list-style: decimal; }

dt {
  font-weight: bold;
  color: #7BA857;
}
dd {
  padding-left: 25px; 
}
p, dl { padding: 10px 15px; }
code {
  	margin: 3px 0;
  	padding: 15px;
  	text-align: left;
  	display: block;
  	overflow: auto;  
  	font: 500 1em/1.5em 'Lucida Console', 'Courier New', Monospace ;
  	/* white-space: pre; */
  	border: 1px solid #F0F0F0;
	background: #f8f8f8;  
}
acronym {
  cursor: help;
  border-bottom: 1px dotted #895F30;
}
blockquote {
	margin: 10px;
 	padding: 10px 10px 10px 32px;  
   border: 1px solid #F0F0F0;
	background: #f8f8f8 url(../images/quote.gif) no-repeat 12px 12px;
	font-weight: normal;
	font-size: 17px;
	line-height: 1.5em;
	font-style: italic;
	font-family: Georgia, 'Times New Roman', Times, Serif;	
	color: #555;	
}
strong { font-weight: bold; }

/* start - table */
table {
	border-collapse: collapse;
	margin: 10px;		
}
tr { background: #fff; }
tr.altrow { background: #F9F;	}
th, td {
	text-align: left;			
	border-width: 1px;
  	border-style: solid;
}
th {
	color: #7BA857;
	background: #EFFAE6;
	padding: .8em 1em;	
  	border-color: #DFF4D5 #D3EFC3 #A7DF8A #D3EFC3;	
}
td {
	border-color: #EFEFEF;	
	padding: .7em 1em;	
}	
/* end - table */

/* form elements */
form {
	margin: 10px; 
	padding: 15px 25px 25px 20px; 
	border: 1px solid #F0F0F0;
	background: #f8f8f8;
}
form p {
	border-bottom: 1px solid #E6E6E6;
	padding: 12px 0 5px 0;	margin: 0;	
	color: #7BA857;
}
label {
	font-weight: bold;
	color: #7BA857;
}
input, select, textarea {
	margin: 5px 0;
	padding: 5px;
	color: #6A6969;
	border-width: 1px;
	border-style: solid;
  	border-color: #d4d4d4 #ebebeb #ebebeb #d4d4d4; 	
	font: 11px 'Lucida Grande', Verdana, Helvetica, sans-serif;
}
input:focus, select:focus, textarea:focus {
	color: #7BA857;
	background: #EFFAE6;
}
#name, #email, #message, #website {
	width: 380px;
}
input.button { 
	font: bold 12px Arial, Sans-serif; 
	height: 30px;
	margin: 0;
	padding: 2px 3px; 
	color: #fff;
	background: #9CCF5F;
	
	border-width: 1px;
  	border-style: solid;
  	border-color: #B6DE8F #8DB836 #8DB836 #B6DE8F;
}


/* ------------------------------------------
   LAYOUT
------------------------------------------- */ 
#content-outer {
	background: #fff;
	width: 100%;
	padding: 5px 0;		
	border-bottom: 10px solid #E8E8E8;	
	text-align: left;		
}
#content-wrapper {
	margin: 0 auto;	
	background: #fff url(../images/content-bg.gif) repeat-y center top;	
	padding-bottom: 35px;
	padding-top: 5px;		
	overflow: auto;
}
#content-wrapper2 {
	margin: 0 auto;	
	padding-bottom: 35px;
	padding-top: 5px;		
	overflow: auto;
}

#header-wrap {
	width: 100%;
	background: #fff url(../images/bg.gif) repeat-x ;	
	margin: 0; padding: 0; 
}
#header {
	position: relative;
	margin: 0 auto;
	background: url(../images/border.gif) repeat-x left bottom; 	
	height: 275px;	
}
#header h1#logo-text { margin: 0; padding: 0; }
#header h1#logo-text a {
	position: absolute; 
	margin: 0; padding: 0 5px 0 0;
	font: normal 45px Georgia, 'Times New Roman', Times, serif;
	letter-spacing: -1px;
	color: #93b876;
	text-decoration: none;
		
	/* change the values of top and left to adjust the position of the logo*/
	top: 90px; left: 20px;	
}
#header h1#logo-text a:hover { border: none; }


#header p#intro {
	position: absolute;
	margin: 0; padding: 0;
	font-family: Georgia, 'Times New Roman', Times, Serif;
	font-weight: normal;
	font-size: 14px;
	line-height: 1.6em;
	font-style: italic;
	letter-spacing: -.5px;
	color: #7ba45b;
	width: 400px;
	
	/* change the values of top and left to adjust the position */
	top: 150px; left: 0px;		
}
#header #header-image {
	position: absolute;
	background: url(../images/header-image.jpg) no-repeat;
	width: 553px;
	height: 263px;	
	right: 10px; top: 0;	
}
#header #header-census {
	position: absolute;
	
	width: 560px;
	height: 220px;	
	right: 0px; top: 50px;	
	border: solid 1px #F5F5F5;
}
#category-image {
	position: absolute;
	top: 60px; right: 0;	
	z-index: 9;
}

/* header quick search */
#header form#cse-search-box {
	position: absolute;
	top: 10px; right: 0;
	padding: 0; margin: 0;
	border: none;
	width: 270px; height: 33px;
	background: #F5F4F3 url(../images/header-search.gif) no-repeat;	
	z-index: 9;
}
#header form#cse-search-box p {
	margin: 0; padding: 0;		
}
#header form#cse-search-box input {
	border: none;
	background: transparent;
	color: #bababa;
	float: left;
	margin: 0; padding: 5px;
}
#header form#cse-search-box .tbox {
	margin: 6px 0 0 5px; 
	width: 216px;	
	display: inline;		
}
#header #search form#cse-search-box .btn{
	width: 25px; height: 25px;		
}
#header form#cse-search-box label {
	display: none;
}

/*  navigation  */
#header #nav {
	position: absolute;
	margin: 0; padding: 0;		
	width: 880px;	
	left: 0;	top: 5px;	
	z-index:9;
}
#header #nav ul {
	float: left;	
	list-style: none;	
	margin: 5px 0 0 0;
	height: 45px;
	padding: 0 0 0 15px;					
}
#header #nav ul li {
	float: left;
	margin: 0; padding: 0 0 0 10px;		
}
#header #nav ul li a {
	float: left;
	margin: 0;
	padding: 0 15px 0 5px;
	color: #666666;
	font: bold 12px/40px 'Trebuchet MS', 'Helvetica Neue', Arial, Sans-Serif;
	text-transform: uppercase;	
}
#header #nav ul li a:hover, 
#header #nav ul li a:active {
	border: none;
	color: #111;
	background: transparent;
}
#header #nav ul li#current {
	background: transparent url(../images/left-tab.gif) no-repeat;	
}
#header #nav ul li#current a {	
	color: #444;
	background: transparent url(../images/right-tab.gif) no-repeat right top;	
}

/*header2 here*/

#header2-wrap {
	width: 100%;
	background: #fff url(../images/bg.gif) repeat-x ;	
	margin: 0; padding: 0; 
}
#header2 {
	position: relative;
	margin: 0 auto;
	background: url(../images/border.gif) repeat-x left bottom; 	
	height: 50px;	
}
#header2 h1#logo-text { margin: 0; padding: 0; }
#header2 h1#logo-text a {
	position: absolute; 
	margin: 0; padding: 0 5px 0 0;
	font: normal 45px Georgia, 'Times New Roman', Times, serif;
	letter-spacing: -1px;
	color: #93b876;
	text-decoration: none;
		
	/* change the values of top and left to adjust the position of the logo*/
	top: 70px; left: 20px;	
}
#header2 h1#logo-text a:hover { border: none; }

#header2 #logo a {
	position: absolute; 
	margin: 0; padding: 0 5px 0 0;
	font: normal 45px Georgia, 'Times New Roman', Times, serif;
	letter-spacing: -1px;
	color: #93b876;
	text-decoration: none;
		
	/* change the values of top and left to adjust the position of the logo*/
	top: 70px; left: 20px;	
}
#header2 #logo a .s1{color: #FF9933;}
.s2{font-size: 25px; color: #F5F5F5;}


#header2 p#intro {
	position: absolute;
	margin: 0; padding: 0;
	font-family: Georgia, 'Times New Roman', Times, Serif;
	font-weight: normal;
	font-size: 14px;
	line-height: 1.6em;
	font-style: italic;
	letter-spacing: -.5px;
	color: #7ba45b;
	width: 400px;
	
	/* change the values of top and left to adjust the position */
	top: 150px; left: 0px;		
}
#header2 #header2-image {
	position: absolute;
	background: url(http://www.indiagrowing.com/images/header2-image.jpg) no-repeat;
	width: 553px;
	height: 263px;	
	right: 10px; top: 0;	
}
#top-right-header {
	position: absolute;
	width: 500px;
	height: 50px;	
	top: 70px; right: 0;
}

/* header2 quick search */
#header2 form#cse-search-box {
	position: absolute;
	top: 10px; right: 0;
	padding: 0; margin: 0;
	border: none;
	width: 270px; height: 33px;
	background: #F5F4F3 url(../images/header-search.gif) no-repeat;	
	z-index: 9;
}
#header2 form#cse-search-box p {
	margin: 0; padding: 0;		
}
#header2 form#cse-search-box input {
	border: none;
	background: transparent;
	color: #bababa;
	float: left;
	margin: 0; padding: 5px;
}
#header2 form#cse-search-box .tbox {
	margin: 6px 0 0 5px; 
	width: 216px;	
	display: inline;		
}
#header2 #search form#cse-search-box .btn{
	width: 25px; height: 25px;		
}
#header2 form#cse-search-box label {
	display: none;
}

/*  navigation  */
#header2 #nav {
	position: absolute;
	margin: 0; padding: 0;		
	width: 880px;	
	left: 0;	top: 5px;	
	z-index:9;
}
#header2 #nav ul {
	float: left;	
	list-style: none;	
	margin: 5px 0 0 0;
	height: 45px;
	padding: 0 0 0 15px;					
}
#header2 #nav ul li {
	float: left;
	margin: 0; padding: 0 0 0 10px;		
}
#header2 #nav ul li a {
	float: left;
	margin: 0;
	padding: 0 15px 0 5px;
	color: #666666;
	font: bold 12px/40px 'Trebuchet MS', 'Helvetica Neue', Arial, Sans-Serif;
	text-transform: uppercase;	
}
#header2 #nav ul li a:hover, 
#header2 #nav ul li a:active {
	border: none;
	color: #111;
	background: transparent;
}
#header2 #nav ul li#current {
	background: transparent url(../images/left-tab.gif) no-repeat;	
}
#header2 #nav ul li#current a {	
	color: #444;
	background: transparent url(../images/right-tab.gif) no-repeat right top;	
}

/* main column */
#main h2 {
	font: normal 1.8em Georgia, 'Times New Roman', Times, Serif;
	color: #444;
	margin-left: 5px;	
	margin-right: 15px;
	padding-left: 5px;
	padding-bottom: 3px;
	border-bottom: 1px solid #ebebeb;	
}
#main h2 a {
	color: #444;
	border: none;
}
/* left columns */
#left-columns h3 {
	color: #444;
	font: normal 1.2em Georgia, 'Times New Roman', Times, Serif;
	padding: 5px 10px;
	margin: 12px 0 5px 0;
}

/* sidebar menu */
.sidemenu ul {
	text-align: left;
	margin: 10px 8px 8px 8px; padding: 0;
	border-top: 2px solid #ebebeb; 
}
.sidemenu ul li {
	list-style: none;
	background: url(../images/dots.gif) repeat-x left bottom; 
	padding: 7px 5px;
	margin: 0;		
}
* html body .sidemenu ul li {
	height: 1%;
}
.sidemenu ul li a:link,
.sidemenu ul li a:visited {
	font-family: Georgia, 'Times New Roman', Times, Serif;
	background-image: none;	
	background-color: transparent;
	border: none;
	color: #999999;
	padding-left: 0;	
}
.sidemenu ul li a span {
	color: #999666;	
	font-family: Georgia, 'Times New Roman', Times, Serif;
	font-style: normal;
	font-size: 1em;
}
.sidemenu ul li a:hover { color: #000;	}
.sidemenu ul ul { margin: 0 0 0 5px; padding: 0; }
.sidemenu ul ul li { background: none; }

/* featured-post */
.featured-post {
	padding-bottom: 15px;			
}
.featured-post h4 {
	padding: 0;
	margin: 0 15px 0 12px;
	border-bottom: 1px solid #ebebeb;
}
.featured-post h4 a, 
.featured-post h4 a:visited {
	color: #7BA857;
	border: none;
}
.featured-post .post-info {
	margin-left: 0;
	padding-bottom: 5px;
}
.featured-post p {
	padding-top: 0;
}

/* footer */
#footer-wrapper {
	clear: both;
	margin: 0 auto;
	text-align: left;			
}
#footer-wrapper h3 {
	color: #444;
	font: normal 1.8em Georgia, 'Times New Roman', Times, Serif;
	text-transform: none;
	letter-spacing: -0.5px;	
}
#footer-wrapper h3, 
#footer-wrapper p {
	padding-left: 0;
}
#footer-wrapper a {
	color: #333;
	background: transparent;
}

/* footer-list */
#footer-wrapper ul.footer-list {
	border-top: 1px solid #E6E6E6;
	list-style: none;
	padding: 0;	
	margin-left: 0;	
}
#footer-wrapper ul.footer-list li {
	border-bottom: 1px solid #E6E6E6;
}
#footer-wrapper ul.footer-list li a {
	display: block;
	width: 98%;
    line-height: 2em;
	font-weight: bold;
	padding: 7px 0;
	margin-left: 0;
	padding-left: 0;
	color: #888;
	border: none;
}
#footer-wrapper ul.footer-list li a span {
	font-style: italic;
	font-weight: normal;
	font-family: Georgia, 'Times New Roman', Times, Serif;
}
#footer-wrapper ul.footer-list li a:hover,
#footer-wrapper ul.footer-list li a:hover span {
	color: #333;	
}

/* footer-content */
#footer-content {
	float: left;	
	width: 100%;	
	padding: 0 0 35px 0;				
	margin: 10px 0 0 5px;			
}

/* footer-bottom */
#footer-bottom {
	clear: both;
	border-top: 1px solid #dadada;
	width: 940px;
	margin: 0 auto;	
	font-family: 'Trebuchet MS', 'Helvetica Neue', Arial, sans-serif;
}
#footer-bottom a:hover { border: none }
#footer-bottom .bottom-left {
	float: left;
	padding-left: 5px;		
}
#footer-bottom .bottom-right {
	text-align: right;
	padding-right: 0;
}

/* postmeta */
.postmeta {	
	padding: 5px; margin: 20px 15px 15px 10px;	
	border: 1px solid #EBEBEB;
	background: #f8f8f8;	
}
.postmeta a { background: transparent; }
.postmeta a:hover { border: none; }
.postmeta a.comments { margin: 0 10px 0 5px;	}
.postmeta a.readmore { margin: 0 10px 0 5px;	}
.postmeta .date{ margin: 0 10px 0 5px;	}

.post-info { font-size: .95em; padding-top: 3px; color: #B0B0B0; }
.post-info a, .post-info a:visited { color: #000; border: none; }

/* thumbnails */
p.thumbs{ padding: 10px 0 0 10px; }
.thumbs img { 
	position: relative;
	padding: 8px;
	margin: 5px;
	background: #fafafa;
   border: 1px solid #ddd;	
}
.thumbs img:hover	{
	border: 1px solid #D2D2D2;
	background: #DDD;	
}
.thumbs a:hover { background-color: transparent; border: none }

/* comments list */
ol.commentlist {
	margin: 12px 10px;
	padding: 0;
	border-style: solid;	
	border-color: #F0F0F0;	
	border-width: 1px 1px 0 1px;
}
.commentlist li {
	margin: 0;
	padding: 10px;
	list-style: none;
	border-bottom: 1px solid #F0F0F0; 
}
.commentlist li cite {
	display: block;
	font-style: normal;
	font-weight: bold;
	padding: 7px;	
}
.commentlist li cite img {
	float: left;
	margin-right: 10px;	
}
.commentlist li cite .comment-data {
	font-size: .8em;
	font-weight: normal;
}
.commentlist li .comment-text {
	clear: both;
	margin: 0; padding: 0;
}
.commentlist li.alt {
	background: #f8f8f8 
}

/* alignment classes & additional classes*/
.float-left  { float: left; }
.float-right { float: right; }
.align-left  { text-align: left; }
.align-right { text-align: right; }
.no-border { border: none; }

/* clearing */
.clearer { clear: both; }
.clear {	display:inline-block; }
.clear:after {
	display:block; 
	visibility:hidden; 
	clear:both; 
	height:0; 
	content: "."; 
}
/*----------creating table--------------*/
div#columns {
    position: relative;
    width: 850px;
    top: 0px;
}
 div#side1 {
    position:relative;
    width:200px;
    top: 0px;
    left:0px;    
}
div#side2 {
    position: absolute;
    width: 600px;
    top: 0px;
    left: 220px;
}
 div#side12 {
    position:relative;
    width:200px;
    top: 10px;
    left:0px;    
}
div#side22 {
    position: absolute;
    width: 400px;
    top: 0px;
    left: 280px;
}

div#columns2 {
    position: relative;
    width: 850px;
    top: 0px;
}

 div#side212 {
    position:relative;
    width:200px;
    top: 10px;
    left:0px;    
}
div#side222 {
    position: absolute;
    width: 350px;
    top: 0px;left: 280px;
}
.fred_s14_b{font-size: 12px; font-family: Verdana, Arial, Helvetica, sans-serif; font-weight:1000; color:#FF0000}
.fred_s9{font-size: 9px; font-family: Verdana, Arial, Helvetica, sans-serif;  color:#FF0000}
.fblue_s14_b{font-size: 14px; font-family: Verdana, Arial, Helvetica, sans-serif; font-weight:1000; color: #0000CC}
.fblue_s11{font-size: 11px; font-family: Verdana, Arial, Helvetica, sans-serif; font-weight:400; color: #0000CC}
.fblue_s10{font-size: 10px; font-family: Verdana, Arial, Helvetica, sans-serif; font-weight:400; color: #0000CC}
.fpink_s11{font-size: 11px; font-family: Verdana, Arial, Helvetica, sans-serif; font-weight:400; color:#FF33CC}
.fpink_s12{font-size: 12px; font-family: Verdana, Arial, Helvetica, sans-serif; font-weight:400; color:#FF33CC}
.flight_s9{font-size: 9px; font-family: Verdana, Arial, Helvetica, sans-serif; font-weight:100;color: #999999}
.bdonor{background-color:#8B0000;color: #0000CC; margin-top:5px;margin-left:9px;font-size:11px;}
/*-------tables-----------*/
#table-5 {	background-color: #fff; padding: 5px;border-radius: 5px;	-moz-border-radius: 5px;-webkit-border-radius: 5px;	border: 1px solid #ebebeb;}
#table-5 td, #table-5 th { padding: 1px 5px;}
#table-5 thead { font: normal 15px Helvetica Neue,Helvetica,sans-serif; text-shadow: 0 1px 0 white;	color: #999;}
#table-5 th { text-align: left;	border-bottom: 1px solid #fff;}
#table-5 td { font-size: 12px;}
#table-5 td:hover { background-color: #fff;}
/* for table 6*/
#table-6 {	background-color: #f5f5f5; padding: 5px;border-radius: 5px;	-moz-border-radius: 5px;-webkit-border-radius: 5px;	border: 1px solid #ebebeb;width:1200px;}
#table-6 td, #table-6 th { padding: 1px 5px;}
#table-6 thead { font: normal 12px Helvetica Neue,Helvetica,sans-serif; text-shadow: 0 1px 0 white;	color: #999;}
#table-6 th { text-align: left;	border-bottom: 1px solid #fff;}
#table-6 td { font-size: 11px;} 
#table-6 td:hover { background-color: #fff;}
/* for table 7*/
#table-7 {	background-color: #FDEEF4; padding: 5px;border-radius: 5px;	-moz-border-radius: 5px;-webkit-border-radius: 5px;	border: 1px solid #ebebeb;}
#table-7 td, #table-7 th { padding: 1px 5px;}
#table-7 thead { font: normal 11px Helvetica Neue,Helvetica,sans-serif; text-shadow: 0 1px 0 white;	color: #999;}
#table-7 th { text-align: left;	border-bottom: 1px solid #fff;}
#table-7 td { font-size: 11px;}
#table-7 td:hover { background-color: #fff;}
.error{font-size:12px; color:#FF0000; font-weight:bold;}
.success{font-size:14px; color:#00FF00; font-weight:bold;}

.div-table{
  display:table;         
  width:auto;         
  border-spacing:5px;/*cellspacing:poor IE support for  this*/
}
.div-table-row{
  display:table-row;
  width:auto;
  clear:both;
}
.div-table-col{
  float:left;/*fix for  buggy browsers*/
  display:table-column;         
  width:200px;
}

/* for Comments=============*/
 div[itemtype="http://schema.org/UserComments"]
{
 float:left; margin:5px; width:650px; height:80px; overflow:auto; border:solid 1px #eeeeee; position:relative; padding:5px; 
}
 div[itemtype="http://schema.org/Comment"]
{
 float:left; margin:5px; width:650px; height:80px; overflow:auto; border:solid 1px #eeeeee; position:relative; padding:5px; 
}

div[itemtype="http://schema.org/UserComments"] >  span[itemprop="author"]{float:left; color:blue;font-weight:bold;margin-left:10px;}
div[itemtype="http://schema.org/UserComments"] > div > p[itemprop="text"]{float:left;padding:2px 10px;}


.rtitle{left:10px;top:10px;position:absolute;}
.rdesc{left:10px;top:40px;position:absolute;font-size:12px;font-weight:normal;}
.rvil{left:10px;top:20px;position:absolute;font-size:11px;color:brown;font-weight:500;}
.rauth{left:10px;top:30px;position:absolute;font-size:11px;font-weight:normal;}
.commenter{left:100px;font-size:10px;color:blue;}
.dtcommented{font-size:10px;color:green;}

.comletter{float:left;width:78px;height:78px;border:solid 1px #eeeeee;background:rgba(240,240,240,1);font-size:45px;text-align:center;}
.comlettercenter{margin-top:30px;}
.comletternext{float:left;width:500px;}

ptag {
	font-size:10px;font-weight:bold;left:10px;top:100px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-moz-box-shadow:0px 0px 2px rgba(0,0,0,0.4);
	-webkit-box-shadow:0px 0px 2px rgba(0,0,0,0.4);
	border:1px solid rgba(0,0,0,0.5);	
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f2f9fe), color-stop(100%, #d6f0fd));
	background-image: -webkit-linear-gradient(top, #f2f9fe, #d6f0fd);
	padding:5px 5px 5px 5px;
	}

ptag:hover {	background:rgba(240,240,240,1);}

div[itemtype="http://data-vocabulary.org/Breadcrumb"] > div {}

#map_canvas { height: 50px;left:200px; }
#canvas2 { top:150px;left:880px;width: 200px; position:absolute;}
#canvas3 { top:150px;left:720px;width: 300px; position:absolute;}
.canvas_ul{list-style: none;} 
.canvas_ul li{display: block;width: 300px;height: 15px;text-align: left;}
#container {
	  left:200px;
        margin-top: 0px;
        margin-left: 0px;		
      }
#map_canvas4 {
        float: left;
		
        width: 500px;
        height: 270px;
        margin-top: 0px; 
      }
#map_canvas4.fs {
  position: fixed;
  width:1000px;
  height: 400px;
  z-index: -1;
}
      #listing {
        float: left;
        
        margin-top: 0px;
        width: 210px;
        height: 270px;
        overflow: auto;
        cursor: pointer;
		
      }
      #controls {padding: 0px;}
	  
      .placeIcon {
        width: 16px;
        height: 16px;
		border: 0px;
		padding: 0px;
	}
      #results {
        border-collapse: collapse;
        width: 194px;
		margin: 0;		
		padding: 0;
		border: 0;
		outline: 0;
		vertical-align: baseline;
		background: transparent;
		font: 12px arial, helvetica, sans-serif;
      }
	  #results td{
		border-color: #EFEFEF;	
		padding: 1px 1px 1px 5px;	
		text-align: left;			
		border-width: 0px;
		border-style: none;
	  }
	#listing h2{
	  font-size: 14px;margin: 0;background-color: #efefef;
	  }
	#searchform{
		font: 12px arial, helvetica, sans-serif;
        margin-left: 0px;
		text-align: left;
        width: 145px;
        height: 160px;
		margin: 0;		
		padding: 0;				
        overflow: auto;
        cursor: pointer;
    }
	#listsearch{
		float: left;
		margin: 0;		
		padding: 0;
		width: 170px;
        height: 270px;
		background-color: #efefef;
	}
	.inpt1 {
	margin: 0px 0px 0px 0px;
	padding: 5px;
	}
	.gform {
	margin: 10px; 
	padding: 5px 5px 5px 5px; 	
	}.linkButton {background: #63b1ed;font:bold 11px Century Gothic;border-radius: 3px 0 0 3px;color: #fff;display: inline-block;height: 22px;line-height: 22px;  padding: 0 20px 0 23px;position: relative;margin: 0 3px 5px 0;text-decoration: none;-webkit-transition: color 0.2s;}.linkButton::before {background: #ffaa00; border-radius: 10px;box-shadow: inset 0 1px rgba(0, 0, 0, 0.25);content: ''; height: 6px;left: 10px;position: absolute;width: 6px;top:8px;}.linkButton::after { background: #fff;border-bottom: 11px solid transparent;border-left: 10px solid #63b1ed;border-top: 11px solid transparent;content: '';  position: absolute;right: 0;top: 0;}.linkButton:hover {background-color: crimson;color: white;}.linkButton:hover::after {border-left-color: crimson;}