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

.centerContainer {
	position: relative;
	width: 800px;
	margin: 0 auto;
}
.absoluteBox {
	position: relative;
	width: 800px;
	height: 100px;
	float: left;
}
.headerBox {
	position: absolute;
	z-index: 1;
	width: 800px;
	height: 100px;
	float: left;
}
.headerNavBox {
	position: absolute;
	z-index: 5;
	width: 375px;
	float: right;
	top: 15px;
	right: 5px;
}
.sideNavBox {
	position: relative;
	width: 167px;
	height: 417px;
	float: left;
	background-image: url(../Images/SideNavBoxBkgd.jpg);
	background-repeat: no-repeat;
}
.mainContentBox {
	position: relative;
	width: 630px;
	float: left;
	background-image:url(../Images/InsideBkgd2.jpg);
	background-repeat: repeat-y;
}
.titleBox {
	position: relative;
	width: 630px;
	float: left;
}
.mainTextContainer {
	position: relative;
	width: 435px;
	float: left;
	min-height: 500px;
}
.brewPhotoBox {
	position: relative;
	width: 200px;
	float: left;
	padding-right: 5px;
}
.mapBox {
	position: relative;
	width: 400px;
	float: left;
	padding-right: 5px;
}
.mainPromoContainer {
	position: relative;
	width: 435px;
	padding: 10px;
	float: left;
}
.textBox {
	position: relative;
	width: 420px;
	padding-left: 10px;
	padding-right: 10px;
	float: left;
}
.planInfoBox {
	width: 370px;
	height: 175px;
	position: relative;
	float: left;
	overflow: auto;
	border: 1px solid #000000;
	padding: 10px;
	
	margin-bottom: 20px;
	left: 7px;
	background-color: #ffffff;
}
.findStoreContainer {
	width: 425px;
	position: relative;
	float: left;
}
.findStoreHeaderBox {
	position: relative;
	width: 425px;
	float: left;
	background-image: url(../Images/StoreBackground.jpg);
	background-repeat: no-repeat;
	padding-left: 7px;
	padding-top: 4px;
	padding-bottom: 10px;
	margin:0px;
}
.findStoreBox {
	width: 425px;
	position: relative;
	float: left;
	padding-top: 15px;
}
.findStorePhoto {
	width: 200px;
	position: relative;
	float: left;
	padding-bottom: 20px;
}
.findStoreInfo {
	width: 200px;
	position: relative;
	float: left;
	padding-bottom: 20px;
	padding-left: 15px;
}
.findAgentHeaderBox {
	position: relative;
	width: 425px;
	float: left;
	background-image: url(../Images/AgentBackground.jpg);
	background-repeat: no-repeat;
	padding-left: 7px;
	padding-top: 4px;
	padding-bottom: 10px;
	margin:0px;
}
.findAgentInfo {
	width: 200px;
	position: relative;
	float: left;
	padding-bottom: 20px;
	padding-left: 10px;
}
.promotionsBox {
	position: relative;
	width: 175px;
	float: right;
	
}
.locationsBox {
	position: relative;
	width: 415px;
	height: 125px;
	float: left;
}
.locationsTextBox {
	position: relative;
	width: 205px;
	float: right;
	
}
.troubleTicketBox {
	width: 390px;
	position: relative;
	float: left;
	background-color: #dddddd;
	padding-left: 10px
}
.troubleTicketImageBox {
	width: 400px;
	height: 10px;
	float: left;
	position: relative;
}
.troubleTicketContainer {
	width: 400px;
	position: relative;
	float: left;
}

.promotionsBox2 {
	width: 405px;
	position: relative;
	float: left;
	background-color: #dddddd;
	padding-left: 10px;
	padding-right: 5px;
}
.promotionsImageBox {
	width: 420px;
	height: 10px;
	float: left;
	position: relative;
}
.promotionsContainer {
	width: 420px;
	position: relative;
	float: left;
}
.bottomNavBox {
	position: relative;
	width: 800px;
	height: 50px;
	float: left;
	padding-top: 10px;
}
.phoneFeatures {
	padding-left: 5px;
	margin-left: 10px;
	
	
}

.explorerBox {
	position: relative;
	float: left;
	width: auto;
	padding-top: 5px;
	padding-left: 3px;'
}