/*	Global styles  */

#main-content p,
#main-content ul,
#main-content h3 {
	margin-top: 0;
	color: #000;
}

#main-content h4 {
	margin: 0 0 0.75em;
	line-height: 1.25;
	color: #3c5f11;
}

	#main-content h4.grey {
		font-size: 100%;
		color: #fff;
		background: #666;
		margin: 0 0 0.25em;
		padding: 5px 7px 6px;
	}

#main-content h3 {
	border-bottom: 0;
	color: #507F17;
}

#main-content ul {
	padding: 0;
	margin-left: 1.5em;
	margin-right: 1.5em;
}

#main-content ol {
	margin: 0 0 1.5em;
	padding: 0;
}

#main-content {
	padding-bottom: 2em;
}

#main-title {
	width: 100%;
	background-image: url(../images/ttlbg-site.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #547811;
	font-size: 100%;
	_font-size: 90%;
}

#site-footer {
	margin-top: 0;
}

#main-content #green a {
	color: #6E7D01;
}

#main-content #green a:hover {
	color: #AAB900;
}

#main-rightbox {
	border-left: 0;
	background: url(../images/sidebar-bg.png) repeat-y left top;
	width: 143px;
	padding-left: 40px;
}

.featurecolour1 {
	color: #d4cade;
	font-weight: normal;
}

.featurecolour2 {
	color: #507F17;
}

big {
	line-height: 1.25;
	margin-bottom: 1em;
	display: block;
}

a {
	color: #3c5f11;
}

a:focus,
a:hover {
	color: #7c9f51;
}

#main-menu ul li a.selected,
#main-menu ul li a.selected:focus,
#main-menu ul li a.selected:hover {
	background: url(../images/ttlbg-site.jpg) no-repeat -300px top;
	color: #fff;
}
#featurelink a {
	color: #FFFFFF;
	text-decoration: none;
	background-image: url(../images/ttlbg-site.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	margin-bottom: 20px;
	font-size: 1.3em;
	font-weight: bold;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 35px;
}
#featurelink a:hover {
	background-position: left center;
}

#main-menu ul li a:focus,
#main-menu ul li a:hover {
	background: url(../images/ttlbg-site.jpg) no-repeat right top;
	color: #fff;
}
#main-menu ul li ul li ul li a {
	background-color: #DDD;
}


#main-menu ul li ul li a {
	background-position: left 6px;
}

#main-menu ul li ul li a:focus,
#main-menu ul li ul li a:hover {
	background: #ddd url(/-images/submenu-bullet1b.gif) no-repeat left center;
	color: #333;
}

	#main-menu ul li ul li a.selected {
		background: #86ab44 url(/-images/submenu-bullet1a.gif) no-repeat left center;
		color: #fff;
	}
	
	#main-menu ul li ul li a.selected:focus,
	#main-menu ul li ul li a.selected:hover {
		background: #86ab44 url(/-images/submenu-bullet1a.gif) no-repeat left center;
		color: #fff;
	}	

#main #main-rightbox {
	border-color: #e8e8e8;
}

	#main #main-rightbox h3 {
		padding: 0;
	}
	
	#main #main-rightbox p {
		font-size: 95%;
	}
	
	#main #main-rightbox p.dashed-border {
		border-bottom: 1px dashed #e3e3e3;
		padding-bottom: 20px;
		margin-bottom: 15px;
	}
	
	#main #main-rightbox ul.dashed-border {
		border-bottom: 1px dashed #e3e3e3;
		padding-bottom: 5px;
		margin-bottom: 15px;
	}
	
	#main-rightbox a img {
		border: 0;
	}
	
	#main #main-rightbox ul.arrow {
		list-style-type: none;
		margin: 0 0 10px;
		padding: 0;
	}
	
		#main #main-rightbox ul.arrow li {
			background: url(../images/rightmenu-bullet1.gif) no-repeat left top;
			font-size: 95%;
			list-style-type: none;
			padding-left: 10px;
		}
	
	#main #main-rightbox h3.top-border {
		border-top: 1px solid #ddd;
		padding-top: 1em;
		margin-top: 1.25em;
	}
		
img.right {
	float: right;
	border: 1px solid #ddd;
	margin: 0 0 10px 20px;
}

img.right.no-border {
	border: 0;
}

img.left {
	float: left;
	border: 1px solid #ddd;
	margin: 0 20px 10px 0;
}

img.left.no-border {
	border: 0;
}

p.top-border {
	border-top: 1px solid #ddd;
	padding-top: 1em;
}

.chart {
	width: 176px;
	float: right;
	margin: 0 0 0.5em 30px;
	background: #f5f5f5;
	padding: 10px 20px;
}

	#main-content .chart h4 {
		font-size: 100%;
		text-align: center;
		margin-bottom: 1em;
	}
	
		#main-content .chart h4 em {
			font-style: normal;
			display: block;
		}
	
	#main-content .chart ul {
		margin: 0;
		padding: 0;
		list-style-type: none;
		margin: 0 auto;
		width: 150px;
	}
	
	#main-content .chart.elecgas ul {
		width: 155px;
	}
	
	#main-content .chart.co2 ul {
		width: 130px;
	}
	
		#main-content .chart li {
			padding-left: 20px;
		}
		
		#main-content .chart .green {
			background: url(../images/chart-green.png) no-repeat left center;
		}
		
		#main-content .chart .blue {
			background: url(../images/chart-blue.png) no-repeat left center;
		}
	
	#main-content .chart p {
		margin-bottom: 0.75em;
	}

blockquote {
	color: #666;
	margin: 1em 0 0;
	font-style: italic;
	font-size: 110%;
	margin-bottom: 1em;
	padding: 15px 10px 15px 30px;
	background: #f8f8f8 url(../images/quote-begin.png) no-repeat 10px 10px;
}

	blockquote p {
		background: url(../images/quote-end.png) no-repeat right 85%;
		padding-right: 30px;
	}
	
	#main-content .no-source p {
		margin: 0;
	}
	
	#main-content blockquote .source {
		font-size: 90%;
		font-style: normal;
		color: #999;
		text-align: right;
		background: none;
		padding: 0;
		margin: 0;
	}

#links h4 {
	font-size: 100%;
	margin-bottom: 0.25em;
}

	#links h4 a {
		text-decoration: none;
	}

.centre {
	margin: 0 auto;
	width: 50px;
}

#main-rightbox p.icon {
	overflow: hidden;
	position: relative;
	padding-left: 55px;
}

	#main-rightbox p.icon a {
		text-decoration: none;
	}

	#main-rightbox p.icon a img {
		position: absolute;
		left: 0;
		top: 0;
		border: 2px solid #ccc;
	}
	
	#main-rightbox p.icon a:focus img,
	#main-rightbox p.icon a:hover img {
		border-color: #bbb;
	}
	
	p.icon strong {
		display: block;
		margin-bottom: 0.25em;
		font-size: 12px;
	}

.credit {
	font-style: normal;
	color: #666;
	font-size: 89%;
	text-align: right;
	width: 530px;
	display: block;
	margin-top: -3px;
}

sup {
	height: 0;
	line-height: 1;
	vertical-align: baseline;
	_vertical-align: bottom;
	position: relative;
	font-size: 75%;
	bottom: 1ex;
}

sub {
	height: 0;
	line-height: 1;
	vertical-align: baseline;
	_vertical-align: bottom;
	position: relative;
	font-size: 75%;
	top: 1ex;
}

#main-content .lessmargin {
	margin-bottom: 0;
}


/*	Lists  */

#main-content .ticks {
	list-style-type: none;
	margin: 0 0 1.25em;
	padding: 0;
}

	#main-content .ticks li {
		background: #f8f8f8 url(../images/icon-tick.png) no-repeat 6px center;
		padding: 5px 30px 6px;
		margin-bottom: 0.25em;
		line-height: 1;
	}
	
	#main-content .ticks .no {
		background-image: url(../images/icon-cross.png);
	}


/*	Tables  */

table {
	margin: 0 0 1.5em;
	width: 530px;
	border-collapse: collapse;
	text-align: left;
	line-height: 150%;
}

	table caption {
		color: #666;
		font-weight: bold;
		margin: 0 0 0.75em;
		font-size: 110%;
	}

	table th {
		font-weight: bold;
		padding: 8px 10px;
		border-collapse: collapse;
		text-align: left;
		border-bottom: 1px solid #fff;
		background: #507F17;
		color: #fff;
	}
	
	table .centre {
		text-align: center;
	}
	
	.waste th,
	.waste td {
		text-align: center;
	}
	
	table th.myth {
		width: 150px;
	}
	
	table th.true-false {
		width: 90px;
	}
	
	table th.explanation {
		width: 230px;
	}
	
	table th.date {
		width: 80px;
	}
	
	table th.title {
		width: 410px;
	}
	
	table tbody {
		background-color: #f5f5f5;
	}
	
		table td {
	padding: 8px 10px;
	vertical-align: top;
	border-bottom: 1px solid #fff;
	color: #333;
		}
		
		table .paper-type {
			width: 415px;
		}
		
		table .blank {
			background: #ccc;
		}
		

/*	Icons  */

a.icon {
	padding: 2px 0 0 25px;
	line-height: 1.5;
}

a.xls {
	background: url(../images/icon-xls.png) no-repeat left 1px;
}

a.pdf {
	background: url(../images/icon-pdf.png) no-repeat left 1px;
}

a.doc {
	background: url(../images/icon-doc.png) no-repeat left 1px;
}

a.ppt {
	background: url(../images/icon-ppt.png) no-repeat left 1px;
}

a.link {
	background: url(../images/icon-link.png) no-repeat left 1px;
}

a.icon.email {

	background: url(../images/icon-email.png) no-repeat left 3px;
}

#top10 {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

	#top10 li {
		background: #f5f5f5;
		margin-bottom: 0.5em;
		padding: 10px 10px 10px 55px;
		background: #f8f8f8 url(../images/tip-bg.png) repeat-y left top;
	}
	
	#top10 li strong {
		color: #fff;
		padding: 10px;
		float: left;
		margin: -10px 0 0 -55px;
	}

#main-content #downloads {
	margin: 0 0 1em;
	padding: 0;
	list-style-type: none;
	overflow: hidden;
}

	#main-content #downloads li {
		margin-bottom: 0.25em;
		float: left;
		width: 265px;
	}
	
	#main-content #downloads li.bg {
		background: #f8f8f8;
	}


/*	Home page  */

#slideshow {
	margin-bottom: 1.25em;
	width: 530px;
	height: 202px;
	overflow: hidden;
}

	#slideshow img {
		border: 1px solid #ccc;
	}

#home-text ul {
	margin: 0 0 1.5em;
	padding: 0;
	list-style-type: none;
}

	#home-text li {
		background: url(../images/leaf.png) no-repeat left 1px;
		padding-left: 35px;
		margin-bottom: 1em;
	}

#main-content #home-features {
	list-style-type: none;
	margin: 0 0 0 -30px;
	padding: 0;
	width: 560px;
	overflow: hidden;
}

	#main-content  #home-features li {
		list-style-type: none;
		margin: 0 0 0 30px;
		padding: 0.75em 0 0;
		width: 250px;
		/* border-top: 1px solid #ddd; */
		float: left;
	}
	
	#main-content #home-features .better-off {
		padding-top: 2em;
	}
	
	#main-content  #home-features img {
		margin-bottom: 1.75em;
		border: 0;
	}
	
	#main-content  #home-features h3 {
		border: 0;
		margin-bottom: 0.5em;
		font-size: 110%;
	}
	
		#main-content  #home-features h3 a {
			text-decoration: none;
			color: #333;
		}
		
		#main-content  #home-features h3 a:focus,
		#main-content  #home-features h3 a:hover {
			text-decoration: underline;
		}
		
		#main-content  #home-features h3 em {
			font-style: normal;
			color: #c90525;
		}		
	
	#main-content  #home-features p {
		margin-bottom: 0.5em;
	}
	
		#main-content  #home-features p img {
			float: left;
			border: 0;
			margin: 0;
		}
	
	#main-content #home-features ul {
		margin: 0;
		padding: 0;
	}
	
		#main-content #home-features ul li {
			margin: 0 0 0.5em;
			padding: 0 0 0 65px;
			border: 0;
			position: relative;
			width: 185px;
		}
		
			#main-content #home-features ul li img {
				position: absolute;
				top: 1px;
				left: 0;
				border: 2px solid #ccc;
			}
			
			#main-content #home-features ul li a:focus img,
			#main-content #home-features ul li a:hover img {
				border-color: #bbb;
			}
			
			#main-content #home-features ul li h4 {
				margin-bottom: 0;
			}
			
			#main-content #home-features ul li p {
				line-height: 1.3;
			}
			
#synergy {
	display: block;
	width: 191px;
	height: 173px;
	background: url(../images/synergy-diagram.png) no-repeat left top;
	margin: -13px 0 0;
	text-decoration: none;
	color: #999;
	font-size: 110%;
	position: relative;
}

	#synergy strong {
		position: absolute;
	}

	#synergy .research {
		top: 45px;
		left: 68px;
	}
	
	#synergy .operations {
		top: 116px;
		left: 0px;
	}
	
	#synergy .teaching {
		top: 116px;
		left: 132px;
	}

/*	News and events  */

#main-content #news {
	margin: 0 0 2em;
	padding: 0;
	list-style-type: none;
}

	#main-content #news li {
		margin-bottom: 1.25em;
		padding-bottom: 1em;
		border-bottom: 1px dotted #ccc;
	}
	
	#main-content #news .last {
		border-bottom: 0;
		padding-bottom: 0;
	}

	#main-content #news h3 {
	font-size: 110%;
	margin-bottom: 0;
	color: #333;
	}
	
	#main-content #news .date {
		color: #999;
	}
	
	#main-content #news p {
		margin: 0 0 0.5em;
	}


/*	Sidebar  */

#main-content .home-news,
#main-rightbox .home-news {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

	#main-content .home-news li,
	#main-rightbox .home-news li {
		margin-bottom: 1em;
	}

	#main-content .home-news a {
		text-decoration: none;
	}
	
	#main-rightbox .home-news a {
		text-decoration: none;
		padding-left: 24px;
		display: block;
	}
	
	#main-rightbox .home-news .event {
		background: url(../images/icon-event.png) no-repeat left top;
	}
	
	#main-rightbox .home-news .report {
		background: url(../images/icon-report.png) no-repeat left top;
	}
	
	#main-rightbox .home-news .prize {
		background: url(../images/icon-prize.png) no-repeat left top;
	}
	
	#main-rightbox .home-news .paper {
		background: url(../images/icon-paper.png) no-repeat left top;
	}
	
	#main-content .home-news h4,
	#main-rightbox .home-news h4 {
		font-size: 100%;
		margin: 0 0 0.25em;
	}
	
	#main-content .home-news p {
		color: #666;
		margin: 0;
	}
	
	#main-rightbox .home-news p {
		color: #666;
		margin: 0;
		padding-left: 24px;
	}
	
#main-rightbox #contact-list {
	list-style-type: none;
	margin: 0 0 1.5em;
	padding: 0;
}

	#main-rightbox #contact-list li {
		margin-bottom: 1em;
	}
	
	#main-rightbox #contact-list em {
		font-style: normal;
		color: #888;
		padding-top: 2px;
		display: block;
		position: relative;
		padding-left: 22px;
	}	
	
	#main-rightbox #contact-list img {
		position: absolute;
		left: 0;
		top: 5px;
	}
	
	#main-rightbox #contact-list li.last {
	
	}

	#main-rightbox #contact-list a {
		text-decoration: none;
	}
	
	#main-rightbox #contact-list h4 {
		font-size: 100%;
		margin: 0 0 0.25em;
	}
	
	#main-rightbox #contact-list p {
		color: #666;
		margin: 0;
	}

.box {
	background: #eff1f2;
	padding: 10px 10px 3px 18px;
	margin: 0 -20px 1.5em;
}

.button {
	overflow: hidden;
}

	.button a {
		background: #547912;
		color: #fff;
		float: left;
		display: block;
		padding: 5px 7px 6px;
		line-height: 1;
		text-decoration: none;
		margin: 0.25em 0 0;
	}
	
	.button a:focus,
	.button a:hover {
		background: #86ab44;
	}

.button.right a {
	float: right;
	text-align: left;
}


/*	Travel  */

#main-content #travel {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

	#travel li {
		float: left;
		width: 190px;
		font-size: 13px;
		font-weight: bold;
		margin: 0 10px 0.5em 0;
	}
	
		#travel #cycling,
		#travel #rail {
			width: 120px;
		}
	
		#travel li a {
			text-decoration: none;
			display: block;
			min-height: 32px;
			padding: 7px 0 0 50px;
		}
		
		#travel #cycling a {
			background: url(../images/icon-cycling.png) no-repeat left center;	
		}
		
		#travel #walking a {
			background: url(../images/icon-walking.png) no-repeat 12px center;
		}
		
		#travel #rail a {
			background: url(../images/icon-rail.png) no-repeat 11px center;	
		}
		
		#travel #car a {
			background: url(../images/icon-car.png) no-repeat left center;	
		}
		
		#travel #bus a {
			background: url(../images/icon-bus.png) no-repeat 10px center;	
		}
		
		#travel #travel a {
			background: url(../images/icon-report.png) no-repeat 10px center;	
		}
		
#greentravel2work a {
	display: block;
	width: 530px;
	height: 81px;
	color: #fff;
	text-decoration: none;
	background: url(../images/banner-greentravel2work.jpg) no-repeat left top;
	font-size: 85%;
	padding: 8px 0 0 12px;
	line-height: 1.1;
}

#greentravel2work a:focus,
#greentravel2work a:hover {
	color: #f5f5f5;
}

	#greentravel2work a strong {
		display: block;
		font-size: 130%;
	}
	
	#greentravel2work a em {
		text-decoration: underline;
	}


/*	Research listing  */

#main-content #research-list {
	list-style-type: none;
	margin: 0;
	padding: 0;
	width: 530px;
}

	#research-list li {
		clear: both;
		border-bottom: 1px dotted #ccc;
		margin-bottom: 1.5em;
		padding-bottom: 1em;
		overflow: hidden;
	}
	
	#research-list li.last {
		border-bottom: 0;
		margin-bottom: 0;
	}
	
		#research-list li a img {
			float: left;
			padding: 0;
			border: 2px solid #ddd;
			margin: 3px 0 0;
		}
		
		#research-list li a:focus img,
		#research-list li a:hover img {
			border: 2px solid #bbb;
		}
		
		#research-list li div {
			float: right;
			width: 406px;
		}
		
		#research-list li h4 {
			border-bottom: 0;
			margin-bottom: 0.5em;
			font-size: 100%;
			color: #333;
		}
		
		#research-list li p {
			margin-bottom: 0.5em;
		}
		
		#research-list li .department {
			color: #999;
			font-weight: bold;
		}
		
		#research-list li a {
			text-decoration: none;
		}
				
		#research-list li .website a {
			background: transparent url(../images/globe.png) no-repeat 0 0;
			padding-left: 22px;
		}
		
#main-content .teaching-list {
	list-style-type: none;
	margin: 0 0 1.25em;
	/* padding-top: 1em; */
	width: 530px;
	/* border-top: 1px dotted #ccc; */
	border-bottom: 1px dotted #ccc;
}

#main-content .teaching-list.programmes {
	border: 0;
}

	.teaching-list li {
		clear: both;
		/* border-bottom: 1px dotted #ccc; */
		margin-bottom: 1.5em;
		/* padding-bottom: 0.5em; */
	}
	
	.teaching-list li.last {
		border-bottom: 0;
		margin-bottom: 0;
	}
		
		#main-content .teaching-list li h4 {
			border-bottom: 0;
			margin-bottom: 0.5em;
			color: #333;
		}
		
		#main-content .teaching-list li p {
			margin-bottom: 0.75em;
		}
		
		.department {
			color: #999;
			font-weight: bold;
		}
		
		.teaching-list li a {
			text-decoration: none;
		}


/*	Banner with button  */

#banner {
	position: relative;
	margin-bottom: 1.15em;
}

	#main-content #banner p {
		position: absolute;
		right: 15px;
		bottom: 15px;
		margin: 0;
		padding: 0;
	}

		#banner p a {
			background: #3c5f11 url(/-images/button-overlay.png) repeat-x;
			color: #fff;
			display: inline-block;
			font-size: 100%;
			font-weight: bold;
			line-height: 1;
			overflow: visible;
			padding: 7px 13px 8px;		
			text-decoration: none;
			border: 2px solid #fff;
		}
		
		#banner p a:focus,
		#banner p a:hover {
			background-color: #7c9f51;
		}
	

/*	Feedback form  */

#feedback {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
	background: #fff;
	padding: 20px 20px 0;
}

	#feedback p {
		margin: 0 0 1.5em;
	}
	
	#feedback a {
		text-decoration: none;
	}
	
	#feedback a:focus,
	#feedback a:hover {
		text-decoration: underline;
	}	

	#feedback form {
		border: 0;
		padding: 0;
		overflow: hidden;
	}
	
		#feedback form fieldset {
			border: 1px solid #ddd;
			padding: 0 25px 0.75em;
			margin-bottom: 1.5em;
		}
	
		#feedback form legend {
			font-size: 15px;
			font-weight: bold;
			padding: 0 10px 0;
			margin-left: -15px;
			color: #3c5f11;
		}
	
		#feedback form p {
			clear: both;
			margin: 1em 0;
			overflow: hidden;
		}		
		
		#feedback form p.submit {
			margin: 0;	
		}	

			#feedback form p.submit input {
				font-size: 13px;
				font-family: Arial, Helvetica, sans-serif;	
			}	
	
		#feedback form label {
			font-weight: normal;
			padding-top: 4px;
			display: block;
		}
		
		#feedback form .text {
			width: 530px;
			padding: 5px;
			color: #333;
			line-height: 125%;
			margin: 0;
			border: 1px solid #c5c5c5;
			font-family: Arial, Helvetica, sans-serif;
			font-size: 100%;
			clear: both;
		}
		
		#feedback form .text:focus,
		#feedback form .text:hover {
			border-color: #a5a5a5;
		}
		
	
/*	Photo gallery  */

#main-content .photo-gallery {
	margin: 0 0 0 -10px;
	padding: 0;
	list-style-type: none;
	overflow: hidden;
	width: 540px;
}

	.photo-gallery li {
		margin: 0 0 10px 10px;
		float: left;
	}
	
		.photo-gallery li a {
			width: 115px;
			height: 84px;
			display: block;
			padding: 5px;
			background: transparent url(../images/gallery-img-bg.png) no-repeat left top;
		}
		
			.photo-gallery li a img {
				border: 5px solid #fff;
			}
			
			.photo-gallery li a:focus img,
			.photo-gallery li a:hover img {
				border-color: #ddd;
			}
			

/*	Christmas list  */

#main-content #christmas {
	list-style-type: none;
	margin: 0 0 1em;
	padding: 0;
}

	#main-content #christmas li {
		background: url(../images/icon-snow.jpg) no-repeat left 2px;
		padding: 2px 0 3px 26px;
	}
	
	
/*	Tabs  */

#main-content #tabs {
	margin: 0 0 1em;
	padding: 0.25em 0 0;
	list-style-type: none;
	border-bottom: 2px solid #507F17;
	overflow: hidden;
	font-weight: bold;
}

	#tabs li {
		float: left;
		margin-right: 10px;
	}
	
	#tabs a {
		text-decoration: none;
		color: #666;
		padding: 3px 12px 5px;
		display: block;
	}
	
	#tabs a:focus,
	#tabs a:hover {
		border-top-color: #3c5f11;
		color: #333;
	}
	
	#tabs .active {
		background: #507F17;
		border-top-color: #507F17;
		color: #fff;
	}
	
	#tabs .active:focus,
	#tabs .active:hover {
		background: #507F17;
		border-top-color: #507F17;
		color: #fff;
	}


/*	House  */

#main-content #house {
	margin: 0 0 1.5em;
	padding: 0;
	list-style-type: none;
	width: 530px;
	height: 352px;
	text-indent: -9999px;
	position: relative;
}

	#house a {
		position: absolute;
		left: 0;
		top: 0;
		background: url(../images/house.jpg) no-repeat 0 0;
		overflow: hidden;
		outline: none;
	}
	
	#house #house-loft a {
		width: 530px;
		height: 132px;
	}
	
	#house #house-loft a.active,
	#house #house-loft a:focus,
	#house #house-loft a:hover {
		background-position: -530px 0;
	}
	
	#house #house-bedroom a {
		width: 273px;
		height: 108px;
		top: 132px;
		background-position: 0 -132px;
	}
	
	#house #house-bedroom a.active,
	#house #house-bedroom a:focus,
	#house #house-bedroom a:hover {
		background-position: -530px -132px;
	}
	
	#house #house-bathroom a {
		width: 257px;
		height: 108px;
		left: 273px;
		top: 132px;
		background-position: -273px -132px;
	}
	
	#house #house-bathroom a.active,
	#house #house-bathroom a:focus,
	#house #house-bathroom a:hover {
		background-position: -803px -132px;
	}
	
	#house #house-kitchen a {
		width: 273px;
		height: 113px;
		top: 239px;
		background-position: 0 -239px;
	}
	
	#house #house-kitchen a.active,
	#house #house-kitchen a:focus,
	#house #house-kitchen a:hover {
		background-position: -530px -239px;
	}
	
	#house #house-lounge a {
		width: 257px;
		height: 113px;
		top: 239px;
		left: 273px;
		background-position: -273px -239px;
	}
	
	#house #house-lounge a.active,
	#house #house-lounge a:focus,
	#house #house-lounge a:hover {
		background-position: -803px -239px;
	}

	#main-content .fphoto {
		height: 202px;
		width: 530px;
		display: block;
}

#TabbedPanels1 .TabbedPanelsContent ul {
	padding-left: 20px;
}

/*	Collapsable regions  */

#main-content h3.trigger {
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	background: #f8f8f8 url(../images/arrow-down.png) no-repeat 506px 13px;
	border: 1px solid #f2f2f2;
	line-height: 150%;
	cursor: pointer;
	display: block;
	width: 478px;
	font-size: 110%;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 12px;
	margin-left: 0;
	padding-top: 5px;
	padding-right: 40px;
	padding-bottom: 5px;
	padding-left: 10px;
}

#main-content h3.trigger:focus,
#main-content h3.trigger:hover {
	background-color: #f2f2f2;
}

#main-content h3.trigger a {
	text-decoration: none;
	display: block;
	outline: none;
}
		
#main-content h3.active {
	background: #f8f8f8 url(../images/arrow-up.png) no-repeat 506px 11px;
}

.toggle_container {
	margin: 0;
	padding: 0 11px 1em;
	overflow: hidden;
	width: 506px;
	clear: both;
}

