.index {
	width: 360px;
}

.indexRight {
	width: 160px;
}

.box {
	margin: 0px 0px 40px 0px;
}

.wide {
	width: 576px;
	margin: 0px auto 40px auto;
}

.box h4.boxTop {
	background-image: url(../../hops/leftTopCorner.png);
	background-position: top left;
	background-repeat: no-repeat;
	height: 31px;
	padding-left: 10px;
	overflow: hidden;
}

.box h4.boxTop span {
	display: block;
	height: 31px;
	width: 100%;
	float: right;
	background-image: url(../../hops/rightTopCorner.png);
	background-position: top right;
	background-repeat: no-repeat;
}

.boxContent {
	background-image: url(../../hops/boxBG.png);
	background-repeat: repeat-y;
	background-position: right;
	background-color: #fff;
	width: 100%;
	font-size: 1.2em;
}

.boxContent p {
	margin: 8px 0px;
}

.boxContent div {
	padding: 10px 36px 10px 14px;
}

.boxContent div#mapbox {
	padding: 0px;
}

.boxContent div#mapbox p#url {
	clear: both;
	padding: 10px 0px 10px 12px;
	margin: 0px;
	font-size: 1.4em;
}

.boxContent div#hours {
	width: 140px;
	float: left;
}

.boxContent div#map {
	width: 300px;
	height: 200px;
	padding: 0px;
	position: relative;
	margin-bottom: 40px;
	border: 2px solid #305724;
	float: right;
}

.boxContent div#map div {
	padding: 0px;
	margin: 0px;
	width: auto;
	height: auto;
}

.boxContent div#map div span {
	position: absolute;
	bottom: -20px;
	right: 0px;
}

.boxContent div#map div a {
	position: absolute;
	bottom: -34px;
	right: 0px;
}

.boxContent div#mapInfo {
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
}

.boxContent div#mapInfo p {
	font-size: 1em;
	line-height: 1.1em;
	margin: 0px;
	padding: 0px;
}

.boxContent div#mapInfo p a {
	position: static;
}

.boxContent div.noIcon {
	padding: 10px 14px;
}

.boxContent ul {
	margin-left: 30px;
}

.boxContent ul.top {
	margin-left: 0px;
}

.boxFoot {
	background-image: url(../../hops/leftBottomCorner.png);
	background-position: left;
	background-repeat: no-repeat;
	height: 19px;
	position: relative;
	padding-left: 16px;
}

.boxFoot span.corner {
	display: block;
	height: 19px;
	width: 100%;
	float: right;
	background-image: url(../../hops/rightBottomCorner.png);
	background-position: right;
	background-repeat: no-repeat;
}

.box a.calIcon {
	display: block;
	position: absolute;
	width: 73px;
	height: 81px;
	right: -26px;
	bottom: -23px;
	background-image: url(../../hops/calFloat.png);
}

.box a.calIcon .month {
	font-size: 1.1em;
	display: block;
	text-align: center;
	color: #fff;
	margin-top: 13px;
	font-weight: bold;
	text-transform: uppercase;
}

.box a.calIcon .date {
	font-size: 4em;
	line-height: 1em;
	display: block;
	text-align: center;
	color: #417630;
	font-weight: bold;
}

.box a.calIcon {
	text-decoration: none;
}

.box a.beerIcon {
	display: block;
	position: absolute;
	width: 60px;
	height: 97px;
	right: -26px;
	bottom: -23px;
	background-image: url(../../hops/beerFloat.png);
}

.box a.newsIcon {
	display: block;
	position: absolute;
	width: 104px;
	height: 89px;
	right: -41px;
	bottom: -27px;
	background-image: url(../../hops/newsFloat.png);
}

.box a.awardIcon {
	display: block;
	position: absolute;
	width: 67px;
	height: 104px;
	right: -30px;
	bottom: -36px;
	background-image: url(../../hops/ribbonFloat.png);
}

.box h4.boxTop span {
	line-height: 31px;
	font-size: 17px;
	color: #a9dc93;
}

.box h3 {
	font-size: 24px;
	text-align: right;
	color: #40913a;
	line-height: 24px;
	margin-right: 14px;
}

.wide h3 {
	font-size: 28px;
	line-height: 28px;
}

.indexRight h3 {
	font-size: 16px;
	line-height: 16px;
}

.indexRight h4.boxTop span {
	text-align: left;
}

.boxContent img {
	float: left;
	display: block;
	margin-right: 10px;
	width: 60px;
}

.boxContent img.right {
	float: right;
	display: block;
	margin: 0px 0px 4px 4px;
}

div.wide .boxContent img {
	width: auto;
}

.boxContent div.right {
	float: right;
	padding: 0px;
	width: 240px;
}

p.margined {
	margin: 6px 0px;
}

div.indexRight a {
	display: block;
	float: right;
	margin: 4px 0px;
	clear: both;
}

h5.spotlightName {
	font-size: 1.2em;
	padding-bottom: 6px;
}

div.wide .boxContent div.right {
	float: left;
	padding: 0px;
	width: 460px;
}

div.copyBlock p {
	margin: 1.4em 0px;
}

.boxContent ul.brewers img {
	width: 144px; 
}

.boxContent ul.brewers div.right {
	width: 360px;
}

#mapbox {
	clear: both;
	padding: 10px auto;
}

#tapListBox {
	padding: 11px 20px 0px;
	width: 460px;
	background: #f9f5de url(../../hops/tapTopCurve.png) no-repeat top;
	margin: 10px 0px 0px 19px;
}

#tapListBox ul#tapList {
	list-style: none;
	padding: 20px 20px 0px;
	width: 460px;
}

#tapListBox ul#tapList li {
	margin: 6px 0px;
}

#tapListBottom {
	display: block;
	width: 500px;
	height: 11px;
	margin: 0px 0px 20px 19px;
	background: #f9f5de url(../../hops/tapBottomCurve.png) no-repeat top;
	padding: 0px;
}

.boxContent div.mission p {
	font-size: 1.2em;
}

.boxContent div.form h4 {
	font-size: 1.6em;
}

.boxContent div.form p {
	margin: 10px 0px;
	font-size: 1.2em;
}

.boxContent li.vevent {
	overflow: hidden;
}
