/**************************************
/	Midwest Signs
/	Locations Map StyleSheet
/	created: 9-19-07
/	modified: 9-19-07
**************************************/



.locationsSearch {

}

#innerContent .contactInfo {
	margin-bottom: 20px;
}

#innerContent .contactInfo h1 {
	font-size: 18px;
}

.sideSpacer {
	width: 30px;
}

.locationInfoType, .locationInfoData {
	color: #000;
	padding: 5px 0;
}

.locationInfoType {
	font-weight: bold;
	color: #000;
	padding-right: 20px;
}


#locationsSearchForm {
	width: 620px;
	height: 102px;
	background: url(/images/locationFormBg.jpg)
}

.locationsTable {
	margin: 20px 0 0 20px;
}

.branchPhoto {
	padding: 0 0 0 30px;
}

.drivingDirections {
	background: url(/images/directions_middle.jpg) repeat-y;
	width: 246px;
	margin: 0 0 0 30px;
	overflow:hidden;
}

#innerContent .drivingDirections h1 {
	background: url(/images/directions_top.jpg) top no-repeat;
	height: 38px;
	color: #000;
	padding: 0 0 0 30px;
	font-size: 12px;
}
.drivingDirections h1 span {
	display: block;
	padding: 8px 0 0 0;
	font-size: 10px;
	color: #146ba6;
}

.drivingDirections h2 {
	font-size: 12px;
	color: #146ba6;
}

.drivingDirections label {
	color: #146ba6;
}

.drivingDirections input {
	width: 20px;
}

.drivingDirections table {
	margin: 0 20px 0 20px;
	overflow:visible;
}

.drivingDirections .textBox_long { width: 200px; }
.drivingDirections .textBox_short { width: 90px; }


.drivingDirections .bottom {
	background: url(/images/directions_bottom.jpg) top left no-repeat;
	height: 13px;
	overflow: hidden;
}

.wideSubmit, .drivingDirections input.wideSubmit {
	background: url(/images/directions_button.jpg) no-repeat;
	width: 110px;
	height: 26px;
	border: none;
	cursor: pointer;
	font-size: 10px;
	font-weight: bold;
	letter-spacing: -.1em;
	color:#ed1c24;
}
.drivingDirections input.wideSubmit {
	margin: 10px 0 0 0;
}

/** Main Branch Locations Map **/
#territoryCoverage {
	position: relative;
	width: 526px;
	height: 314px;
	margin: 0 0 0 20px;
}

#territoryCoverage .mapMouseOver {
	position: absolute;
	cursor: pointer;
	display: none;
}

#locationsMap_minnesota 	{ top: 41px; left: 241px; }
#locationsMap_wisconsin 	{ top: 67px; left: 341px; }
#locationsMap_missouri 		{ top: 140px; left: 261px; }
#locationsMap_nebraska 		{ top: 114px; left: 261px; }
#locationsMap_colorado 		{ top: 41px; left: 139px; }
#locationsMap_utah 			{ top: 78px; left: 147px; }
#locationsMap_california 	{ top: 98px; left: 71px; }
#locationsMap_oregon 		{ top: 54px; left: 77px; }
#locationsMap_washington 	{ top: 17px; left: 91px; }


/**** LARGE BRANCH LINKS ****/
#innerContent .branchLinks {
	padding: 50px 0 0 0;
}

#innerContent .branchLinks a {
	display: block;
	width: 110px;
	padding: 50px 5px 5px 5px;
	background-position: 0px 0px;
	background-image: url(/images/staff_delivery_icons.jpg);
	background-repeat: no-repeat;
	color: #e87c13;
	font-weight: bold;
	font-size: 12px;
	letter-spacing: 0em;
	text-decoration: none;
	float: left;
	margin: 0 5px 0 0;
	text-align: center;
}

#innerContent .branchLinks a:hover {
	text-decoration: underline;
}

#innerContent .branchLinks .deliveryOptions {
	background-position: 15px -30px;
}
#innerContent .branchLinks  .meetStaff {
	background-position: -115px -25px;
}


/**** SMALL BRANCH LINKS ****/
#innerContent .branchLinksSmall {
	float: right;
	position: relative;
	right: -10px;
}

#innerContent .branchLinksSmall a {
	display: block;
	padding: 5px 40px 5px 5px;
	background-position: 0px 0px;
	background-image: url(/images/staff_delivery_icons_small.jpg);
	background-repeat: no-repeat;
	text-decoration: none;
	color: #e87c13;
}
#innerContent .branchLinksSmall a:hover { text-decoration: underline; }

#innerContent .branchLinksSmall a.staff { background-position: right -51px }
#innerContent .branchLinksSmall a.delivery { background-position: right 2px }



/**** STAFF PHOTOS ****/
.staffPhoto {
	text-align: center;
	margin: 0 0 10px 0;
}

.staffPhoto .title {
	font-size: 12px;
	text-align:center;
}

.staffPhoto .description {
	text-align:center;
	color: #000;
	font-size: 11px;
}

