html,body{
	font-family: Verdana,'TendernessRegular','Trebuchet MS',Arial,sans-serif,Helvetica;
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
}

.upper {
	text-transform:uppercase;
}

div#wraper{
	padding: 2px;
	margin: 0px;
	height: 100%;
	text-align: center;
}

div#header{
	width: 1023px;
	color: #000000;
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
	display: block;
	text-align:center;
	margin-bottom:6px;
	margin-top:4px;
	float:left;
	padding-top:90px;
//	padding-top:110px;
	padding-bottom:10px;
	background-image: url(/img/map/header3.jpg);
	background-repeat: no-repeat;
	}
	div#cities{
		font-size:0.8em;
		text-transform:uppercase;
		margin:0;
		margin-top:20px;
		padding:0;
		}
		div#cities div{
			display:block;
			float:left;
			padding:4px;
			margin-left:6px;
			margin-top:0px;
			margin-bottom:6px;
			border:1px solid #CCCCCC;
			background-color:#EEEEEE;
			}
			div#cities div:hover{
				background-color:#E2F2E2;
				border:1px solid black;
				cursor: pointer;
			}
			div#cities a{
				text-decoration:none;
				padding:5px;
			}
		div#cities div.cur_city{
			border:none;
			background-color:white;
			color:green;
			}
		div#cities div.cur_city h1{
			font-size:1.4em;
			}

div#content{
	width: 1050px;
	display: block;
	text-align:center;
	float:left;
	}
	div#content div{
		margin: 6px;
	}
	div#content div#left-bar{
		margin-left: 0px;
		float:left;
		width:200px;
		}
		div#content div.advert-left{
			//background-color:#EEEEEE;
			border: 1px solid #CCCCCC;
			margin: 0;
			padding:0;
		}

		div#content div.cap_top + div.advert-left{
			padding:40px 5px;
		}


		div#content div#popular-left{
			background-color:#EEEEEE;
			border: 1px solid #CCCCCC;
			margin: 0px;
			padding:5px;
		}
		div#content div#last-left{
			background-color:#EEEEEE;
			border: 1px solid #CCCCCC;
			margin: 0px;
			padding:5px;
		}
	div#content div#main{
		float:left;
		width:600px;
		}
		div#content div#map-form{
			font-family: Arial, Sans-Serif;
			background-color: #d6e5f4;
			border: 1px solid #CCCCCC;
			text-align:left;
			height:auto !important;
			margin:0px;
			padding: 10px;
			}
			div#map-form form{
				margin:0px;
				display:inline;
			}
			div#map-form input {
				font-family: Tahoma, Serif;
				font-size: 17px;
				margin-bottom: 5px;
				height:34px;
				display: block;
				padding: 4px;
				border: solid 1px #85b1de; 
				background-color: #EDF2F7;
			}

			div#map-form input.error {
				border:1px dotted red;
			}

			label.error {
				color:red;
				display:inline;
				font-size:.9em;
				font-style:italic;
			}
			table#form_table{
			display:inline;
			padding:0px;
			margin:0px;
				}
				table#form_table span{
					display:block;
				}
				table#form_table h1{
					padding-right:10px;
					margin:0px;
				}
				table#form_table td{
					padding:3px;
				}
				input#street{
					width:180px;
				}
				input#house{
					width:34px;
				}
				input#crps{
					width:34px;
				}
				input#srch{
					width:110px;
				}
				input#srch:hover{
					background-color:white;
				}

		div#content div#results_desc {
			margin:0px;
			margin-top:1px;
			padding:6px;
			height:auto !important;
			background-color:#d6e5f4;
			border: 1px solid #CCCCCC;
			text-align:left;
			}
			div#results_desc span.reqest{
				color:red;
				font-weight:bold;
			}
			ol#res_list{
				list-style-type: decimal;
			}
			ol#res_list li{
				margin-bottom:.7em;
			}
			ol#res_list span.fst_res{
				color:green;
				font-weight:bold;
//				cursor:hand;
				cursor:pointer;

			}
			ol#res_list span.other_res{
				color:blue;
				font-weight:bold;
				text-decoration:underline;
//				cursor:hand;
				cursor:pointer;
			}
			ol#res_list span.on_map {
				font-size:.9em;
				vertical-align:-3px;
				font-style: italic;
			}
			ol#res_list span.res_detail{
				color:red;
			}
		div#content div#map{
			text-align:center;
			vertical-align:middle;
			border: 1px solid #CCCCCC;
			background-color:#d6e5f4;
			padding-top:15px;
			margin:auto;
			margin-top:4px;
			}
			div#map div#radios{
				text-align: center;
				margin: 0 auto;
				padding:0px;
				padding-top:15px;
				border: 1px solid #85b1de;

				width:494px;
				margin-bottom:6px;
				margin-top:6px;
				}
				div#map div#radios label{
					text-transform:uppercase;
					margin:0px;
					padding:0px;
				}
				#url_container{
					font-size:1.2em;text-transform:none;font-weight:normal;
					padding:2px;margin:0;
					height:40px;overflow:auto;
					border:solid 1px #85b1de;background-color:#EDF2F7;
				}
				div#map div#radios textarea{
					font-size:1.2em;padding:0;margin:0;height:40px;overflow: hidden;padding:2px;border: solid 1px #85b1de;background-color: #EDF2F7;
				}
			div#map table#map_tbl{
				display:inline-block;
				margin:0 auto;
				}
				div#map table#map_tbl td {
					border: 1px solid #000000;
					text-align:center;
					vertical-align:middle;
				}
			div#map a:hover {
				color:#ABD550;
				text-decoration:none; 
			}
			div#map img {
				border:0px;
			}
		div#content div#cloud{
			background-color:white;
			border: 1px solid #CCCCCC;
			padding-top:5px;
			margin: 0px;
			margin-top:4px;
			display:block;
//			height:270px;
		}

	div#content div#right-bar {
		float:left;
		width:200px;
	}

div#footer{
	width: 1010px;
	color: #000000;
	background-color: #FFFFFF;
	display: block;
	text-align:right;
	border: 1px solid #CCCCCC;
	float:left;
	margin-bottom:4px;
	margin-top:8px;
	background-image:url("/img/map/w_dot.png");
	background-repeat:repeat-x;
	background-color:#F4F4F4;
	padding:6px;
	}
	div#footer div#foot_stripe{
		font-size:1.1em;
		margin-top:50px;
		margin-bottom:6px;
		margin-right:15px;
	}
	div#footer div#foot_stripe h1{
		font-size:1em;
		display:inline;
	}

div#content div.cap{
	font-family: TendernessRegular,'Trebuchet MS',Arial,sans-serif,Helvetica;
	text-transform: uppercase;
	background-color:#67A3DE;
	color:white;
	border: 1px solid #000000;
	margin:0px;
	margin-bottom:1px;
	margin-top:10px;
	height:auto !important;
	padding:8px;


	background-image:url("/img/map/w_dot.png");
	background-repeat:repeat-x;
	}
	div#content div.cap h1{
		font-size:100%;
		font-weight:normal;
		display:inline;
	}

div#content div.cap_top{
	font-family: TendernessRegular,'Trebuchet MS',Arial,sans-serif,Helvetica;
	text-transform: uppercase;
	background-color:#67A3DE;
	color:white;
	border: 1px solid #000000;
	margin:0px;
	margin-bottom:1px;
	height:auto !important;
	padding-top:8px;
	padding-bottom:8px;

	background-image:url("/img/map/w_dot.png");
	background-repeat:repeat-x;
	}
	div#content div.cap_top h1{
		font-size:100%;
		font-weight:normal;
		display:inline;
	}

.ac_results {padding: 0px;border: 1px solid WindowFrame;background-color: Window;overflow: hidden;z-index:200;}
.ac_results ul {width: 100%;list-style-position: outside;list-style: none;padding: 0;margin: 0;}
.ac_results iframe {display:none;/*sorry for IE5*/ display/**/:block;/*sorry for IE5*/	position:absolute;top:0;left:0;z-index:-1;filter:mask();width:3000px;height:3000px;}
.ac_results li {position:relative;margin: 0px;padding: 2px 5px;cursor: pointer;display: block;width: 100%;font: menu;font-size: 11px;overflow: hidden;height:40px;}
.ac_loading {background : Window url('/img/indicator.gif') right center no-repeat;}
.ac_over {background-color: #67A3DE;color: HighlightText;}


#tooltip {
	position: absolute;
	z-index: 3000;
	border: 1px solid #DECA7E;
	background-color: #f5f5b5;
	padding: 10px 13px;
	opacity: 1;
	font-family: sans-serif;
	font-size: 1em;
	line-height: 1.1em;
	text-align: center;
	color:black;
}

img{
	border:0 solid red;
}

td#move_ltop,#move_top{
			background-color:#F4F4F4;
			background-image:url("/img/map/w_dot.png");
			background-repeat:repeat-x;
			border:1px solid #BBBBBB;
			margin:-2px 0 0 -2px;
}

div#content div#debug {
	margin:0px;
	padding:0px;
	height:200px;
	overflow: scroll;
	width:600px;
	border: 1px solid black;
	text-align:left;
}

.jqDrag {
  cursor: move;
}


.jqDnR {
    z-index: 3;
    position: absolute;
    margin: 2px 2px 2px 2px;
    background-color: white;
    border: 1px solid gray;
}

#map_small{
	position:absolute;
	z-index:201;

	width:200px;
	height:200px;
	text-align:right;
}

#map_small img{
	z-index:0;

	width:15px;
	height:15px;
	margin-top:3px;
	margin-right:3px;
	cursor: hand;
	cursor: pointer;
}

img.marks {
	-moz-user-select: none;
	border: 0 none;
	margin: 0;
	padding: 0;
	position: absolute;
}

.nav_keys {
	position:relative;
	z-index:200;
}

.url {
	font-weight:normal;
}

div#pl_one{
	position:fixed;
	top:50%;
	left:762px;
}

ul#orgs h2{
	font-size:1em;margin:0;
}
#pano_vw {
	display:none;
	width:138px;
	height:52px;
	position:absolute;
	z-index:201;
	padding:0;
}
#pano_vw div {
	position:absolute;
}
#pano_vw div + div {
	left:22px;top:4px;
}

#pano_vw div a img{
	margin:1px;
	border:2px solid white;
}
.city_hglt{
	border:1px solid #FFA66B !important;
	background-color:#E6F5D7 !important;
}

#map_tbl td{margin:0;padding:0;}
#map_tbl a{display:block;background-repeat:no-repeat;left:0px;top:0px;}

#move_ltop a, #move_rtop a, #move_lbott a, #move_rbott a {height:20px;width:20px;}
#move_top a, #move_bott a {height:20px;width:450px;}
#move_left a, #move_right a {height:450px;width:20px;}

#move_ltop a{background: url('/img/n_sprt.gif') -1px -1px;}
#move_top a{background: url('/img/n_sprt.gif') -22px -1px;}
#move_rtop a{background: url('/img/n_sprt.gif') -473px -1px;}
#move_left a{background: url('/img/n_sprt.gif') -1px -22px;}
#move_right a{background: url('/img/n_sprt.gif') -473px -22px;}
#move_lbott a{background: url('/img/n_sprt.gif') -1px -473px;}
#move_bott a{background: url('/img/n_sprt.gif') -22px -473px;}
#move_rbott a{background: url('/img/n_sprt.gif') -473px -473px;}