#store-locator-container
{
	float: left;
	width: auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	background-color: #FFF;
	font-size: 14px;
}
#page-header
{
	float: left;
	width: 870px;
}
#form-container
{
	float: left;
	width: 870px;
	background-color: #FFF;
	margin-left: 30px;
	margin-bottom: 30px;
}
#map-container
{
	clear: left;
	float: left;
	height:auto;
	width: 960px;
}
#map-container a
{
	color: #c6222f;
	text-decoration: underline;
}
#map-container a:hover, #map-container a:active
{
		text-decoration: none;
}
#loc-list
{
	float: left;
	width: 305px;
	height: 530px;
	overflow: auto;
	background-color: #fff;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #666;
	border-right-color: #666;
	border-bottom-color: #666;
	border-left-color: #666;
	font-size: 14px;
 	line-height: 22px;
}

#loc-list ul
{
	display: block;
	clear: left;
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
}

#loc-list .list-label
{
	float: left;
	margin-left: 6px;
	width: 17px;
	text-align: center;
	color: #fff;
	font-weight: bold;
	background-color: #c6222f;
	padding-top: 2px;
	padding-right: 3px;
	padding-bottom: 2px;
	padding-left: 3px;
}

#loc-list .list-details
{
	float: left;
	margin-left: 6px;
	width: 205px;
	font-size:14px;
}

#loc-list .list-content
{
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
}

#loc-list li
{
	display: block;
	clear: left;
	float: left;
	margin: 10px 0;
	cursor: pointer;
	width: 255px;
	text-align: left;
}

#map-container .loc-name
{
	color: #000000;
	font-weight: bold;
	font-size: 16px;
	padding-bottom: 20px;
	font-family: 'Roboto', sans-serif;
}

#search-form
{
	clear: left;
	float: left;
	height: 60px;
}

#form-input
{
	float: left;
}

#form-input label
{
	font-weight: bold;
}

#address
{
	margin: 0 0 0 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
}

#submit-btn
{
	float: left;
	cursor: pointer;
	margin-left: 5px;
}

#map
{
	float: left;
	width: 595px;
	height: 530px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #666;
	border-right-color: #666;
	border-bottom-color: #666;
	border-left-color: #666;
	margin-bottom: 10px;
}

/* Modal window */

#overlay
{
     position: fixed;
     left: 0px;
     top: 0px;
     width:100%;
     height:100%;
     z-index: 10000;
     background: url(../images/overlay-bg.png) repeat;
}

#modal-window
{
	position: absolute;
	left: 50%;
	margin-left: -480px; /* width divided by 2 */
	margin-top: 60px;
	width: 960px;
	/*height: 590px;*/
	height:auto;
	z-index: 10010;
	border-radius: 10px;
	box-shadow: 0 0 10px #656565;
	background-color: #fff;
}

#modal-content
{
	float: left;
	padding:30px; /* there's already a margin on the top of the map-container div */
	height:auto;
}

#close-icon
{
	position: absolute;
	top: -6px;
	right: -6px;
	width: 18px;
	height: 18px;
	cursor: pointer;
	background: #c6222f url(../images/close-icon.png) 3px 3px no-repeat;
	border: 1px solid #000;
	border-radius: 3px;
	box-shadow: 0 0 3px #656565;
}


/* The following is for the geocode page and not the store locator */

#geocode-result
{
	clear: left;
	float: left;
	margin-top: 30px;
	width: 100%;
}
input{
font-size:16px;
}