@charset "utf-8";
/* CSS Document */

body {
	background-color: #d9d9d9;
	margin-top: 0px;
}
#border {
	background-color: #6b6b53;
	height: auto;
	width: 1016px;
	margin-right: auto;
	margin-left: auto;
}
#container {
	background-color: #FFFFFF;
	height: auto;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}
#clear{
      clear: both;
      }
/*----------------------------header area-------------------------*/
#header {
	height: 100px;
	width: 1000px;
	background-color: #FFFFFF;
	background-image:url(../mapsImages/headerbkgdimg.png);
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	position: relative;
}
#header img {
	float: right;
	padding-top: 12px;
	padding-right: 40px;
}
#header ul {
	margin: 0;
	padding: 0;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 860px;
	list-style: none;
	background:url(../mapsImages/navbar_bkgd.gif);
	background-repeat: repeat-x;
	background-position: left top;
	}
#header ul li {
	float: left;
}
#header ul a {
	padding: 0 .85em;
	font-size: .91em;
	line-height: 1.5em;
	text-decoration: none;
	color: #000000;
	float: left;
	display: block;
	font-family: "Franklin Gothic Heavy", Arial, sans-serif;
	background: url(../mapsImages/separator.gif);
	background-repeat: no-repeat;
	background-position: left;
}
#header ul a:hover{
color:#ffffff;
background-color: #5454ff;
}
#header ul a:focus{
color: #00ffff;
}
	
#headerline {
	background-color: #5454ff;
	height: 5px;
	width: 1000px;
}
#header ul a.firstlink{
	background-image:none;
}
#login{
	width: 200px;
	height; auto;
	position: absolute;
	padding-top: 8px;
	padding-left: 8px;
}
/*---------------------------search and adsense area----------------------------*/
#search{
	width: 630px;
	height: 300px;
        padding-left: 10px;
        float: left;

	}
#adsense{
	width: 300px;
	height: 285px;
	padding-right: 25px;
	float: right;
padding-top:15px;
	}
#adsense img{
	padding-top: 20px;
	}
/*---------------------map-----------------*/
#map_canvas{
	float:left;
	width: 790px;
	height: 600px;
	/*margin: 0 auto;*/
	}
/*-----------------------------infopanel---------------------------*/
#infopanel {
	height: auto;
	width: 195px;
	float: right;
	padding-left: 10px;
        padding-right: 5px;
	display: inline;
	background-color: #FFFFFF;
}
#info_title{
	float:right;
	width:200px;
	color:#000;
	padding-left: 10px;
	}
#infopanel a {
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .7em;
	text-decoration: none;
	font-weight: bold;	
}
#airports                           {
	display: none;
	height: auto;
}
#libraries                          {
	display: none;
	height: auto;
}
#hospitals                          {
	display: none;
	height: auto;
}
#schools                            {
	display: none;
	height: auto;
}
#school_districts                   {display: none}
#nursing_homes                      {display: none}
#votech                             {display: none}
#open_houses						{display: none}
#garage_sales						{display: none}
#events     						{display: none}

/*----------------get code-----------------*/
#getcode{
	width: 790px;
	height: auto;


	}
#getcodeleft{
	width: 395px;
	height: 170px;
	float:left;
	margin-bottom: 30px;
padding-top:5px;

background-color: #d9d9d9;
	}
#getcoderight{
	width: 395px;
	height: 170px;
	float: left;
margin-bottom: 30px;
background-color: #d9d9d9;
padding-top:5px;
	}
/*---------------------content--------------*/
#content{
width: 995px;
height:auto;
float:left;
padding:5px 5px;

}
/*-------------------home page---------------*/
#homecontent{
width:800px;
padding-left: 15px;
padding-bottom:20px;
}
/*---------------------text-----------------*/
#text{
width:700px;
height:auto;
float:left;
padding:0px 10px;
}
/*------------------------------linksdiv-----------------------------*/
#linksdiv{
	float:right;
	margin-top: 20px;
width: 200px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .7em;
	text-decoration: none;
	font-weight: bold;
background-color: #d9d9d9;
padding:5px 5px;
	}
#linksdiv a{
color: #00f;
text-decoration:none;
}
#linksdiv a:hover{
color: #f00;
}
/*---------------footer---------------------*/
#footer{
		margin-top: 75px;
	}
/*-----------------the edit pages-------------------------------------*/
#step2{
width: 600px;
margin-left: auto;
margin-right: auto;
margin-top: 20px;
background-color:#foo;

}
#step2text{
width: 600px;
margin-left: 10px;
margin-top: 20px;
margin-bottom: 20px;
/*display:none;*/

}

#inputtable{
	background-color:#ffffc2;
	border: thin #000000 groove;
	width: 500px;
margin-left: auto;
margin-right: auto;


	}
#lowerinputtable{
	background-color:#ffffc2;
	border: thin #000000 groove;
	width: 500px;
margin-left: auto;
margin-right: auto;
margin-bottom: 20px;
}