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

.venues_button a {
/*	color: #8c8c8d;*/
	color: #3d6981;/* blue */
	background:#fff;
}

.content h2 {
	color: #5070bb;
}

/* Green headings for Gardens Point */
h3.venues_gardens {
	font-weight: bold;
	color: #43772f;
	font: 120% Arial,sans-serif;
	margin: 0px;
	margin-top: 10px;
}

h3.venues_cip {
	font-weight: bold;
	color: #ec008c;
	font: 120% Arial,sans-serif;
	margin: 0px;
	margin-top: 10px;
}

.capacities_table {
	font: 120%/100% Arial,sans-serif;
	width: 100px;
	margin: 0;
}

.testimonial {
	padding-left: 15px;
	padding-top: 15px;
	margin-bottom: 20px;
	width: 215px;
}

.testimonial p {
	font: 120%/120% Arial,sans-serif;
}

.fact_sheet {
	margin: 0 10px 0 10px;
}

.fact_sheet_header {
	background: #b81c1d url(/venues/graphics/adobe_arobat_icon.jpg) no-repeat;
	height: 23px;
	font: 130%/120% Arial, sans-serif;
	color: #fff;
	padding: 2px 0 0 27px;
}

.fact_sheet_body {
	background: #fff;
	height: 100px;
	font: 120%/120% Arial, sans-serif;
	padding: 10px 10px 0 10px;
}

.fact_sheet_body a{
	background: #fff;
	height: 100px;
	font: 100%/120% Arial, sans-serif;
	padding: 10px 10px 0 10px;
}

.fact_sheet_footer {
	height: 3px;
	background: #bfc0c2;
}

body .topbanner {
	width: 957px;
	height: 130px;/* height of image */
	font-size: 12px;/* show the alt txt */
	display: block;
	margin: 0 auto;
}/* banner image in header */

.topbanner img {
	float: left;
	padding: 0;
}

.bold {
	font-weight: bold;
}

#note {
	font-size: 100%;
	padding-top: 5px;
}

.caterers {
	position: relative;/* for caterers */
	height: 14em;
}/* div for caterers */

.caterer1 {
	position: absolute;/* to caterer */
	top: 0;
	left: 0;
}/* div for first caterer */

.caterer2 {
	position: absolute;/* to caterer */
	top: 0;
	left: 220px;
}/* div for second caterer */

.caterer3 {
	position: absolute;/* to caterer */
	top: 7em;
	left: 0;
}

/** table **/
.venue_information_table {
	border-collapse: collapse;
	font: 120%/120% Arial, sans-serif;
}

.venue_information_table th,
.venue_information_table td {
	border: 0;
}

.venue_information_table tr.odd th,
.venue_information_table tr.odd td {
	background: #f6f6f6;
}

.venue_information_table_heading {
	background: url(/graphics/tablebg.png) repeat-x;
	color: #fff;
	padding-left: 15px;
	height: 25px;
}

/** previously inline styles - updated **/
.cell {
	font-weight: normal;
	height: 25px;
}

.venue_capacity {	
	text-align: center;
}

.venue_function {	
	width: 80px;
	text-align: center;
}

.venue_name {
	padding-left: 5px;
}

.tn {
	width: 300px;
	margin-right: 10px;
}

.gallery {
	width: 320px;
}

.tn,
.gallery {
	height: 200px;
	float: right;
	clear: right;
	margin-top: 0;
	margin-left: 30px;
}

.content {
	width: 700px;
}

.inner .columns-bg {
	background-image: none;
}

.main-text a {
	color: #ed008c;/* pink link */
}

/** sidebar section w images / downloads **/
.sidebar {
	clear: right;
	float: right;
	border: 1px solid #ccc;
	background: #fff;
	width: 300px;
	margin: 30px 10px 30px 20px;
	padding-bottom: 10px;
}

.sidebar .header {
	margin: 10px 0 5px 10px;
	width: 280px;
	background: url(/graphics/sidebar.png) repeat-x;
	color: #fff;
	text-align: center;
	height: 30px;
	line-height: 30px;
	font-size: 120%;
	font-weight: bold;
}

.sidebar a {
	font-size: 120%;
	display: block;
	text-align: center;
	padding: 5px 0;
}

#vescreenshot {
	width: 300px;
	float: right;
	margin: 0 0 20px 20px;
	border: 1px solid #ccc;
}

#vescreenshot:hover {
	border: 1px solid #777;
}
