/* CSS 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, 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;
}

/*		
body
{
	font-family: Verdana, Helvetica, Sans-Serif;
	font-size: 14px;
	background-color: #f1f1f1;
	color: #111;
}
*/
body {margin:0;padding:0;font:0.8em 'Trebuchet MS',helvetica,arial,verdana;background:#fff url("../../images/layout/bg2.png") left 1px repeat-x;}
h1,h2,h3,h4,h5,h6,p {	margin-bottom: 10px; }
h1 { font-size: 2em; }
h2 { font-size: 1.5em; }
h3 { font-size: 1.2em; }
h4 { font-size: 1.1em; }
h5, h6 { font-size: 1em; }

a,
a:visited
{
	text-decoration: underline;
	color: #006699;
}
a:hover
{
	color: #000;
}

#wrapper
{
	width: 700px;
	margin: 0 auto;
	background-color: #fff;
	position: relative;
}

#demo-title
{
	overflow: auto;
}

.ad-wrap
{
	background: transparent url(../images/transBlack50.png) repeat 0 0;
	color: #fff;
	text-align: center;
	font-size: 11px;
	overflow: auto;
	padding: 0 188px;
}

.ad-wrap div.lqm_ad {
	float: left;
	margin: 3px;
}

.ad-wrap a, .ad-wrap a:visited
{
	color: #fff;
	text-decoration: underline;
}

.ad-wrap a:hover
{
	color: #fff;
	text-decoration: none;
}

.ad-wrap p
{
	display: inline-block;
	vertical-align: top;
	width: 144px;
}

#content-wrap
{
	padding: 10px 10px 10px 10px;
}


.info { padding: 20px 10px; }

h1
{
	font-size: 16px;
}

#content
{
	text-align: center;
}

#map_canvas
{ 
	width: 700px; 
	height: 500px;
	margin: 10px auto;
}

div#latlng-control 
{
	background: #ffc;
	border: 1px solid #676767;
	padding: 2px 4px;
	position: absolute;
}

.line
{
	padding: 3px;
}