body {
	font-family: helvetica, arial, sans-serif;
	color: #333333;
	background-color: white;
}

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,
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-weight: normal;
	font-style: normal;
}

#content, #footer {
	width: 815px;
	padding-top: 10px;
	margin: auto;
}

#footer {
	clear: left;
	padding-top: 20px;
	height: 35px;
	background: white url(/images/para9.jpg) no-repeat left 27px;
}

#footer p {
	border-top: 1px solid #F7C9D9;
	padding-top: 7px;
	text-align: right;
}

a {
	color:#EE2B74;
	text-decoration:underline;
}

#language_promo a:hover {
	background-color: white;
}

a:hover, #language_promo > p:first-child a:hover {
	background-color: #EE2B74;
	color: white;
	text-decoration: none;
}

h1 {
	font-size: 26px;
	text-transform: uppercase;
	letter-spacing: -2px;
	line-height: 26px;
	color: #F7C9D9;
	font-weight: bold;
	padding-top: 5px;
}

p {
	font-size: 11px;
}

#search_form, #language_promo {
	height: 7.5em;
	position: relative;
}

#search_form {
	width: 400px;
	float: left;
	padding-left: 105px;
	background: transparent url('/images/guichetier.png') no-repeat 0 5px;
}

form > p:first-child {
	padding-bottom: 5px;
}

#search_form input {
	margin-bottom: 5px;
}

#search_form input#query {
	width: 275px;
}

#search_form form {
	display: block;
	position: absolute;
	bottom: 0;
}

/* The space that separates the header from the map */
#search_form form, #language_promo p {
	padding-bottom: 15px;
}

#language_promo {
	width: 150px;
	float: right;
	text-align: right;
	padding-bottom: 0;
}

#language_promo p {
	display: block;
	position: absolute;
	bottom: 0;
	right: 0;
}

#language_promo > p:first-child {
	padding-top: 5px;
	position: static;
}

#map {
	float: left;
	height: 490px;
	background-color: #F7C9D9;
	position: relative;
}

#map_canvas {
	float: left;
	margin: 10px;
}

#notice {
	float: left;
	margin: 20px 0 0 0;
}

ul {
	width: 100%;
	float: left;
	clear: both;
	list-style-type: none;
	margin-top: 10px;
}

ul li {
	font-size: 12px;
	padding: 10px 0 15px 0;
	width: 400px;
	clear:left;
	float: left;
}

.atm_name {
	color: #EF79A0;
}

ul li img {
	float: left;
	padding-right: 10px;
}

.address {
	float: left;
	line-height: 16px;
	width: 310px;
}

.distance {
/*	float: left;*/
	padding: 9px 0 0 10px;
	position: absolute;
/*	left: 625px;*/
}

.bar {
	display: block;
	background-color: #EF79A0;
	height: 5px;
}

.coordinates {
	display: none;
}

/* 
   Those two divs are created via javascript after the Google Map is instantiated
   Their dimensions must match those of the map in /app/views/atms/index.html.erb
   The large z-index is to make sure the drop shadows are over the map
*/

#drop_shadow_top, #drop_shadow_left {
	position: absolute;
	z-index: 100000000;
	margin: 10px 0 0 10px;
}

#drop_shadow_left {
	height: 470px;
	width: 10px;
	background: transparent url(/images/drop_left.png) no-repeat;
	top: 0;
	left: 0;
}

#drop_shadow_top {
	width: 795px;
	height: 10px;
	background: transparent url(/images/drop_top.png) no-repeat;
	top: 0;
	left: 0;
}
