/* CSS Document */

* {
	margin: 0;
	padding: 0;
}

* html img {
	margin: 0 0 -3px 0;
}

*:first-child+html {
	margin: 0 0 -3px 0;
}

br {
	height: 0;
	line-height: 0;
}

h1 {
	color: #49627c;
}

h2 {
	color: #fff;
}

h3 {
	color: #6094ca;
	font-size: 16px;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 15px 0;	
}

ul {
	list-style: none;	
}

#content-left .editable ul
{
	font-size: 11px;
	margin-left: 25px;
}

	#content-left .editable ul li
	{
		padding-left: 20px;
		margin: 7px 0;
		min-height: 10px;
		background: transparent url( "../grfx/li-bg.gif" ) 0 1px no-repeat;
	}

p {
	color: #333;
	font-size: 12px;
	line-height: 22px;
	padding: 9px 0 9px 0;
}

.map-parent {
	float:right;
	padding:5px;
	background:#ececec;
}