/*
STYLE Layout styles
Illustrata
created 20/2/07 WNP
edited 12/6/07 WNP
*/

body {
	background:#FFF url(../images/main_bg.gif) 0 0 no-repeat;
}

#centrecontent h1 {
	display: none;
}

#centrecontent h2 {
	display: block;
	margin: 0 0 20px 0;
	font-size: 14px;
	color: #E99B21;
	text-transform: uppercase;
	border-bottom: 1px solid #D4D4D4;
}

#centrecontent a {
	color: #E99B21;
	text-decoration: none
}

#centrecontent a:hover {
	text-decoration: underline;
}

#centrecontent img {
	border: 1px solid #C9C9C9;
	padding: 4px;
}

#centrecontent div.folder p {
	text-align: justify;
	/* width: 400px; */
}


/* Image content type */

div.galleryimage div.image {
  display: block;
  text-align: center
}

/* Link content type */

div.linktype div.description {
  margin-left: 10em;
}

div.linktype div.link {
  float: left;
  width: 9em;
  clear: left;
}

div.linktype {
  padding-top: 10px;
  border-bottom: 1px solid #ddd;
}

/* FAQ content type */

div.faqquestion {
  padding-top: 10px;
  border-top: 1px solid #ddd;
}

p.question {
  font-weight: bold;
}

div.faqquestion div.answer {
  margin-left: 30px;
}

/* Rich text Image styles */

div.imageleft, div.imageright, div.leftobject, div.rightobject {
    padding-top: 4px;
    padding-bottom: 4px;
    display: inline;
}

div.imagecenter, div.centerobject {
    width: 100%;
    padding-top: 4px;
    padding-bottom: 4px;
    display: block;
}

div.imagecenter {
    text-align: center;
}


div.imageleft, div.leftobject {
    float: left;
    padding-right: 8px;
}

div.imageright, div.rightobject {
    float: right;
    padding-left: 8px;
}

div.imageleft p.picturetext, div.imageright p.picturetext, div.imagecenter p.picturetext {
    margin-top: 2px;
    margin-bottom: 2px;
}

div.imageleft p.picturetext, div.imageright p.picturetext, span.picturetext {
    background-color: #f0f0f0;
}

/* ==== Gallery Styles ===== */

/* Gallery Summary */

#centrecontent .galleryImages {
	clear: both;
	width: 90%;
	padding: 20px 0 0 0;
}

#centrecontent .galleryImages .imagethumb { /* outer image panel */
	float: left;
	width: 118px;
	height: 75px; /* less padding */
	padding: 10px 1px 10px 1px;
	margin: 0 6px 6px 0;
	text-align: center;
	overflow: hidden;
	border: 1px solid #ccc;
}

#centrecontent .galleryImages .imagethumb .image a img { /* actual image link */
	margin: 0;
	padding: 0;
	border: none;
	clear: right;
	text-align: center;
	border: 1px solid #ccc;
}

#centrecontent .galleryImages .imagethumb .name {
	/* clear: left; 
	width: 104px;
	margin: 3px 0 2px 0; */
	display: none;
}

#centrecontent .galleryImages .imagethumb .name p {
	/* font: .9em verdana;
	text-align: center;
	width: 100%; */
	display: none;
}

/* Gallery Enlarged View */

#centrecontent .galleryimage .image img {
	border: none;
	display: block;
	clear: right;
	margin-bottom: 10px;
	text-align: left;
	border: 1px solid #ccc;
} /* Close up image control in gallery */

#centrecontent .galleryimage .caption p {
	display: block;
	clear: both;
	margin-top: 5px;
	text-align: left;
} /* Close up image control in gallery */
