/* Default error text layout for when a user enters invalid data */

#errortext {
	font-weight: normal;
	font-size: 12px;
	padding-top: 2px;
	padding-bottom: 2px;	
	color:Red;
}

/* Defines the fields highlighted colours that should appear when an invalid field value has been entered */

.highlightfield
{
	background-color: #FDFBE3; 
	font-weight: normal;
}

/* google map definitions */

 .maphighlightbox {	border: 1px solid #eeeeee;	padding: 10px;	background-color: #FDFBE3;	width: 379px;	height: 286px;}

/* Google map dimensions */

.mapdimensions {	/*width: 379px;	height: 286px; */	width: 379px;	height: 286px;	border:4px solid #5AA6CC;
	}/* Highlight box styles */.miniimagegroup { margin-left: 10px;}
.miniimagegroup IMG { border-style:solid; border-width:1px; border-color: #B1B497; margin: 5px 5px 5px 5px}
.miniimagegroup IMG:hover {
	border: solid 1px #D4051C;
}


 div.slideshow {
  margin: 18px auto;
}
div.slideshow p {
  padding-top: 9px;
}
div.slideshow ul {
  background: #FFF;
  bottom: -35px;
  left: 0px;
  position: absolute;
  overflow: hidden;
  padding: 5px 0;
  z-index: 10001;
}
div.slideshow ul a {
  background-position: 50% 50%;
  cursor: pointer;
  display: block;
  height: 25px;
  margin-right: 5px;
  opacity: 0.5;
  width: 30px;
}
div.slideshow ul a.active,
div.slideshow ul a:hover {
  opacity: 1;
}
div.slideshow ul li {
  float: left;
  list-style: none;
}


/* Highlight box styles */

#questionhighlight 
{
	color:Red;
	/*width:788px;
	margin:auto;
	border: solid 1px white;
	background-color:#C3DDEA;
	padding-left: -15px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-top: 20px;
	margin-bottom: 20px;
	position:relative; */ }

.contactdivider{
  border-bottom: 1px solid #5ba7cc;
  border-left: 1px solid #5ba7cc;
  border-right: 1px solid #5ba7cc;
  padding-left: 3px; 
  padding-top: 10px;
  padding-bottom: 5px;
  padding-left: 10px;
}

/* Home description positioning in member details */

#introtext
{
	height:28px;
}

