@charset "UTF-8";
/* CSS Document */

#locationWrapper {
	width: 820px;
	margin: 40px auto 15px auto;
	border: solid 1px #d1d1d1;
	background-color: #fff;
	padding-bottom: 15px;
}

#map {
	width: 788px;
	height: 255px;
	margin: 15px auto 34px auto;
	border: solid 1px #c7c7c7;
}

#locationWrapper #bottomDiv {
	width: 671px;
	margin: auto;
}

#locationWrapper #bottomDiv .Contact {
	width: 343px;
	/*height: 356px;*/
	float: left;
	color: #645e54;
}

#locationWrapper #bottomDiv .LocationStoreInfo {
	width: 237px;
	height: 356px;
	float: right;
	margin: 0;
	padding: 0;
}

input {
font-family: "Lucida Grande", sans-serif;
margin:1px 0 3px 0;
color: #616161;
background: #ffffff;
border: 1px solid #d6d0c6;
padding: 2px;
font-size:12px;
width:339px;
height: 21px;
}

textarea{
font-family: "Lucida Grande", sans-serif;
font-size:12px;
margin:1px 0 8px 0;
padding:5px;
color: #616161;
background: #ffffff;
border: 1px solid #d6d0c6;
width:333px;
height:100px;
}

.send {
width: 99px;
height: 32px;
margin-left: 244px;
padding: 0px;
}


.LocationStoreInfo .hoursTable {
	width: 232px;
	height: 94px;
	font-size: 12px;
	line-height: 12px;
	margin-bottom: 8px;
}

.LocationStoreInfo .bold {
	font-size: 13px;
	font-weight:bold;
	color: #645e54;
}

.LocationStoreInfo p {
	font-size:11px;
	color: #d7702e;
	letter-spacing: -1px;
	line-height: 17px;
}

.LocationStoreInfo p a:link,
.LocationStoreInfo p a:visited {
	color: #d7702e;
	text-decoration: none;
	letter-spacing: 0px;
}
.LocationStoreInfo p a:hover {
	color: #e6b595;
	text-decoration: none;
}

