/*container to hold the side panel graphics*/
.rightSideContainer {
	float: right;
	margin: 10px 20px 0px 0px;
}

.graphicContent {
	float: right;
	text-align: left;
	width: 250px;
	height: auto;
}

.graphicHeaderText {
	font-family: Arial Black;
	font-size: 20px;
	color: #443489;
}

.subTxtContainer {
	width: 90%;
	height: auto;
	margin-right: 2px;
}

a.linkTxt {
	text-decoration: underline;
	font-weight: bold;
	font-size: 13px;
	color: #2B91D5;
}

a.linkTxt:hover {
	color: #666666;
}

.homeContentContainer {
	width: 475px;
	height: auto;
	text-align: left;
	margin: 25px 0px 0px 25px;
}

img.homePageImg {
	width: 480px;
	height: 325px;
	margin: 0px 0px 25px 0px;
}


/*event container*/
.event_graphic {
	width: 380px;
	height: 100px;
	padding-top: 10px;
	margin-bottom: 10px;

	background-image: url("../img/vintage_fashion_show_graphic.png");
	background-repeat: no-repeat;
}

/*farmers market container*/
.farmers_market_graphic {
	width: 380px;
	height: 100px;
	padding-top: 10px;
	margin-bottom: 10px;

	background-image: url("../img/farmers_market_graphic.png");
	background-repeat: no-repeat;
}


/*donate container*/
.donateGraphic {
	width: 380px;
	height: 100px;
	padding-top: 10px;
	margin-bottom: 10px;

	background-image: url("../img/donateGraphic.png");
	background-repeat: no-repeat;
}

/*newsletter container*/
.newsletterGraphic {
	width: 380px;
	height: 100px;
	padding-top: 10px;
	margin-bottom: 10px;

	background-image: url("../img/newsletterGraphic.png");
	background-repeat: no-repeat;
}

/*events container*/
.eventsGraphic {
	width: 380px;
	height: 100px;
	padding-top: 10px;
	margin-bottom: 10px;

	background-image: url("../img/eventsGraphic.png");
	background-repeat: no-repeat;
}

/*volunteer graphic*/
.volunteerGraphic {
	width: 380px;
	height: 100px;
	padding-top: 10px;

	background-image: url("../img/volunteerGraphic.png");
	background-repeat: no-repeat;
}

.indexImgContainer {
	width: 480px;
	height: 320px;
	/*background-image: url("../img/sketch_revamp.jpg");
	background-repeat: no-repeat;
	*/
	margin: 20px 0px 50px 0px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px 10px 10px 10px;
	overflow: hidden;
	position: relative;
	top: 15px;
	border: 2px solid #000000;
}

.imgTxtContainer {
	float: right;
	display: block;
	position: relative;
	width: 315px;
	height: 275px;
	overflow: hidden;
	text-align: left;
	margin: 105px 25px 0px 0px;
}

.index_img_link_container {
	width: 252px;
	height: 20px;
	float: right;
	position: relative;
	top: 260px;
	/*background-color: orange;*/
	text-align: right;
	padding: 0px 15px 0px 0px;
}

.authorTxt {
	font-size: 11px;
}

.descriptionTxt {
	width: 100%;
	height: auto;
	font-size: 12px;
}

.descriptionTxt a {
	color: blue;
}

.orderNowLinkContainer {
	float: right;
	display: block;
	width: 100%;
	height: auto;
	text-align: right;
	margin: 0px;

}

.subTxt {
	font-size: 11px;
	color: #333333;
	text-align: center;
}

.box_overlay {
	float: left;
	display: block;
	position: relative;
	top: 50px;
	width: 436px;
	height: 225px;
	margin: 15px 15px 10px 15px;
	background-color: #FFFFFF;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px 10px 10px 10px;
	/* for IE */
  filter:alpha(opacity=90);
  /* CSS3 standard */
  opacity:0.9;
  border: 1px solid #999999;
  padding: 0px 7px 15px 7px;
}