@charset "UTF-8";
/* CSS Document */

/* ACCORDION */
/* ----------------------------------------- */

#article-accordion {
	position: relative;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 3px solid #d3cca2;
	background-color: #d3cca2;
	margin: 5px 5px 5px 0px;
}
#article-accordion div {
	background-color: #c9c29a;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
#article-accordion p {
	margin: 0px;
	padding: 5px;
}
#article-accordion  h3:hover {
	cursor: pointer;
}
#article-accordion  h3 {
	background-color: #b4a581;
	padding: 5px;
	margin: 0px;
	background-image: url(../images/article-read-button.png);
	background-repeat: no-repeat;
	background-position: right top;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-top: 1px dotted #d3cca2;
	border-right: 1px solid #b4a581;
	border-bottom: 1px solid #b4a581;
	border-left: 1px solid #b4a581;
}
#article-accordion h3.ui-state-active {
	background-color: #a99b79;
	background-position: right bottom;
}

/* SMALL LISTING SCROLLING GALLERY */
/* ----------------------------------------- */

div.scrollable {
	position:relative;
	overflow:hidden;
	width: 700px;
	margin: 0px 0px 10px;
	float:left;
	background-color: #b7a984;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 5px solid #b7a984;
	height: 153px;
} 
div.scrollable div.items {
	width:20000em;
	position:absolute;
	padding: 0px;
} 
a.next, a.nextPage {
	display:block;
	width:20px;
	height:20px;
	float:left;
	margin:65px 0px 0px;
	cursor:pointer;
	background-image: url(../images/scroll-next.png);
	background-repeat: no-repeat;
	background-position: center top;
}
a.prev, a.prevPage {
	display:block;
	width:20px;
	height:20px;
	float:left;
	margin:65px 0px 0px;
	cursor:pointer;
	background-image: url(../images/scroll-prev.png);
	background-repeat: no-repeat;
	background-position: center top;
}
a.prev:hover, a.next:hover, a.prevPage:hover, a.nextPage:hover {
	background-position:center bottom;
}
a.disabled {
	visibility:hidden !important;		
}
div.navi {
	height:20px;
	text-align: center;
	margin: 20px 46px 0px;
}
div.navi a {
	width:10px;
	height:10px;
	float:left;
	margin:3px 3px 3px 3px;
	padding: 0px 0px 0px 0px;
	cursor:pointer;
	background-image: url(../images/scroll-nav-button.png);
	background-repeat: no-repeat;
	background-position: center top;
	display: inline;
	overflow: hidden;
}
div.navi a:hover {
	background-position:center center;
}
div.navi a.active {
	background-position:center bottom;
}
#content-wrapper div.scrollable h3 a {
	color: #38332c;
	text-decoration: none;
	font-weight: normal;
}
#content-wrapper div.scrollable h3 a:hover {
	text-decoration: underline;
}
div.scrollable p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #595c52;
	margin: 0px;
	padding: 0px 0px 5px;
}
div.small-listing {
	float: left;
	width: 345px;
	background-color: #f2edcc;
	margin: 0px 5px 0px 0px;
	border: 1px solid #f2edcc;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
#content-wrapper div.small-listing h3 {
	text-align: center;
	margin: 0px 5px 5px;
	padding: 0px 0px 3px 0px;
	border-bottom: 1px dotted #5b3621;
}
#content-wrapper ul.small-listing-gallery {
	float: left;
}
#content-wrapper ul.small-listing-gallery li {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
	height: 125px;
}
#content-wrapper ul.small-listing-gallery li img {
	border: 1px solid #5b3621;
}
#ie-warning {
	background-image: url(../images/warning.png);
	background-repeat: repeat;
	position: absolute;
	height: 99px;
	width: 100%;
	left: 0px;
	top: 0px;
	border-bottom: 1px solid #9f9c40;
}
#ie-warning p {
	font-size: 16px;
	font-weight: bold;
	color: #000;
	text-align: center;
	margin: 0px auto;
	width: 900px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
#ie-warning p a {
	color: #00F;
	text-decoration: underline;
	background-image: none;
	border-style: none;
}
