@charset "utf-8";
/* ------------------------------------- MAIN */
#newslisting {
	float: left;
	width: 702px;
	padding: 5px 0 0 0;
}
.noevents {
	padding: 10px 10px 15px 10px;	
}
.newsitem {
	float: left;
	width: 702px;
	padding: 17px 0 15px 0;
	background: url(../../images/panels/gallery-title-top.gif) top left repeat-x;
}
.newsitem .image {
	float: left;
	width: 128px;
	text-align: center;
}
.newsitem .desc {
	float: left;
	width: 564px;
	padding: 0 10px 0 0;
	color: #474747;
}
.newsitem .desc .date {	
	color: #7f9ab8;
}
.newsitem .desc strong {
	text-transform: uppercase;
	font-size: 1.2em;
}
.newsitem .desc a {
	color: #2dc6e7;
}
.newsitem .desc a:hover {
	color: #000;
}
#calendar {
	float: left;
	width: 53px;
	height: 59px;
	padding: 0 10px 10px 0;
	background: url(../../images/panels/calendar-bg.gif) top left no-repeat;
	text-align: center;
}
#calendar #month {
	float: left;
	width: 53px;
	height: 17px;
	padding: 6px 0 0 0;
	color: #fff;
	font-size: 1.2em;
	font-weight: bold;
}
#calendar #date {
	float: left;
	width: 53px;
	height: 36px;
	color: #3c3c3b;
	font-size: 2.1em;
	font-weight: bold;
}
#newsgallery {
	float: right;
	width: 302px;
	padding: 0 0 10px 20px;
}
#newsgallery .largepic {
	float: left;
	position: relative;
	width: 302px;
}
#newsgallery .largepic div {
	position: absolute;
	left: 0;
	clear: both;
}
#newsgallery .top {	
	top: 0;	
}
#newsgallery .bottom {
	bottom: 0;
}
.ie #newsgallery .bottom { /*IE fix*/
	bottom: 2px;
}
#thumbs {
	float: left;
	position: relative;
	width: 302px;
	margin: 10px 0 10px 0;
}
#newsgallery .thumb {
	float: left;
	position: relative;
	width: 146px;
}
#newsgallery .thumb div {
	position: absolute;
	left: 0;
	clear: both;
}
#newsgallery .right {
	float: right;
}
#enlargenote {
	position: absolute;
	top: 44%;
	left: 51px;
	clear: both;
}
.opera #enlargenote {
	top: 47%;
}
#enquire, #enquire img {
	float: right;
}
#goback {
	float: left;
	width: 680px;
	padding: 15px 0 0 10px;
	margin: 15px 0 0 0;
	background: url(../../images/panels/gallery-title-top.gif) top left repeat-x;
}
#downloads {
	float: left;
	width: 302px;
	padding: 10px 0 0 0;
	background: url(../../images/panels/downloads-bg.gif) top left no-repeat;
}
#downloads .title {
	float: left;
	width: 282px;
	padding: 0 0 3px 20px;
	color: #7f9ab8;
	text-transform: uppercase;
	font-weight: bold;
}
#downloads .document {
	float: left;
	width: 239px;
	padding: 5px 20px 4px 43px;
	color: #474747;
}
#downloads .document a {
	font-weight: bold;
}
#downloads .doc {
	background: url(../../images/icons/doc.gif) 20px 6px no-repeat;
}
#downloads .pdf {
	background: url(../../images/icons/pdf.gif) 20px 4px no-repeat;
}
#downloads .footer {
	float: left;
	padding: 5px 0 0 0;
	width: 302px;
}