/**
 =UNDO HTML
 ---------------------------------------------------------------------------- */
:link,
:visited { text-decoration: none }

ul { list-style: none }

h1,
h2,
h3,
h4,
h5,
h6,
pre,
code { font-size: 1em; }

hr,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
body,
html,
p,
blockquote,
fieldset,
input { margin:0; padding:0 }
a img,
:link img,
:visited img { border:none }

address { font-style:normal }

/**
 =GENERAL
 -----------------------------------------------------------------------------*/
.center { width: 973px; margin: 0 auto;}
a, a:link, a:visited, a:active, a:hover{
	color: #1c3e94;
	text-decoration: none;
}
a:hover{
color:#3e67c7;
}

h1 { font-family: Arial; font-size: 14px; font-weight: bold; color: #424343; margin-bottom: 5px; }


/**
 =BODY
 -----------------------------------------------------------------------------*/
body
{
	font: 12px normal, Arial,"Trebuchet MS", Verdana, Tahoma, sans-serif;
}

#map_wrapper
{
	position: relative;
}

#over_map
{
	position: absolute;
	left: 0;
	top: 0;
	width: 20px;
	height: 20px;
	display: none;
	background: transparent url( /img/bullet_bg.gif ) 0 0 no-repeat;
}

