@charset "UTF-8";
.offering_descript {
	font-family: "Gill Sans";
	font-size: 12px;
	font-style: normal;
	color: #333333;
	font-weight: normal;
	text-align: left;
	vertical-align: top;
}
a:link {
	font-family: "Gill Sans";
	font-size: 12px;
	color: #892d20;
	text-decoration: underline;
	line-height: normal;
}
a:visited {
	font-family: "Gill Sans";
	font-size: 12px;
	color: #892d20;
	text-decoration: underline;
	line-height: normal;
}
a:hover {
	font-family: "Gill Sans";
	font-size: 12px;
	color: #892d20;
	text-decoration: none;
	line-height: normal;
}
a:active {
	font-family: "Gill Sans";
	font-size: 12px;
	color: #892d20;
	text-decoration: none;
	line-height: normal;
}
.offering_name {
	font-family: "Gill Sans";
	font-size: 12px;
	font-style: oblique;
	color: #892d20;
	font-weight: normal;
}
.offering_header {
	font-family: "Gill Sans";
	font-size: 14px;
	font-style: normal;
	color: #002251;
	font-weight: normal;
	text-align: left;
}
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #555555;
	text-align: center;
}
.callout {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	font-weight: normal;
}
.calloutHL {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #892d20;
	font-weight: normal;
}

.listingtitle {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #892d20;
	font-weight: normal;
}

.footerHead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #444444;
	text-align: left;
	font-weight: bold;
}

.slideshowhome { 
	height: 189px;
	width: 297px;
	margin: 0 auto;
	border: 0px;

}

.slideshowcontent { 
	height: 150px;
	width: 550px;
	margin: 0 auto;
	border: 0px;

}

/** jQuery Gallery Plugin **/
.gallery{
  position: relative;
  overflow: hidden;
  background-color: #fff;
  padding: 0px;
  height: 379px;
  width: 630px;
  border:solid;
  border-color:#666;
  border-width:thin;
}

.galleryhome{
  position: relative;
  overflow: hidden;
  height: 189px;
  width: 297px;
}

.gallerycontent{
  position: relative;
  overflow: hidden;
  height: 150px;
  width: 550px;
}

.galleryBar {
  position: absolute;
  left: 0;
  margin: 0;
  padding: 0 7px;
  display:none;
}

.galleryBar li {
  position: relative;
  margin: 0 7px 0 0;
  padding: 0;
  overflow: hidden;
  float: left;
  list-style: none;
}
.galleryScreen, .galleryInfo {
  position: absolute;
}
.galleryScreen {
 background-color: #222;
}
.galleryInfo {
 background-color: transparent;
 color: #ccc;
 padding: 12px;
}
.galleryTitle {
 font-size: 135%;
 font-weight: bold;
}

