body
{
	font-family: 'Trebuchet MS', Trebuchet, Verdana, sans-serif;
	background: #fff;
	color: #3db5b4;
}

h1
{
	font-weight: 600;
	color: #404040;
}

h2
{
	color: #404040;
}

a
{
	text-decoration: none;
}

img
{
	border: 0;
}

.projects
{
	margin: 1em;
	text-align: center;
}
.projects a
{
	margin: 0 30px;
}

#header
{
	width: 960px;
	background: #f9f9fb url('gfx/southbank-skyline.jpg') 178px 0px no-repeat;
	height: 100px;
	margin: auto;
}

#header h1
{
	color: #000098;
	display: inline;
	position: relative;
	left: 160px;
	top: -60px;
	font-size: 28pt;
	opacity: 0.8;
	filter: alpha(opacity=80);
}

#logo
{

	margin: 10px;
}

#telephone
{
	color: #000098;
	position: absolute;
	top: 70px;
	left: 50%;
	margin-left: 280px;
}

#tagline
{
	color: #000098;
	position: absolute;
	top: 70px;
	left: 48%;
	margin-left: -250px;
}


#container
{
	margin: auto;
	width: 980px;
}

#container #main_content
{
	font-size: 62.5%;
	width: 978px;
	height: 450px;
	margin: auto;
	display: block;
}

#container #main_content #place_title
{
	font-size: 1.5em;
}

#container #main_content #place_content
{
	color: black;
	font-size: 1.2em;
	display: block;
	height: 450px;
	margin: 10px 20px 0px 20px;
	overflow: auto;
}

#footer
{
	text-align: center;
	height: 28px;
	padding-top: 2px;
}
#footer a
{
	color: #3636a8;
	margin: 0 2em;
}

#select_a_member,
#clerking
{
	margin-top: 3px;
}
#select_a_member td a,
#clerking td a
{
	border: none;
	text-decoration: none;
}
#select_a_member td a:hover,
#clerking td a:hover
{
	border: none;
	text-decoration: underline;
}
#portrait
{
	float: right;
}

table.info
{
	width: 400px;
	margin: 1.6em auto;
	border-right: solid #bcbcbc 1px;
	border-top: solid #dddddd 1px;
	border-bottom: solid #bcbcbc 1px;
}
table.info th
{
	text-align: center;
	font-size: 9pt;
	background: url('gfx/th-bg.gif') repeat-x;
	height: 18px;
	border-left: solid #bcbcbc 1px;
	padding: 0 6px;
	color: black;
}
table.info td
{
	background: #f2f7ff;
	padding: 2px 5px;
	border-left: solid #dddddd 1px;
	font-size: 8pt;
	text-align: left;
}
table.info tr.alt td
{
	background: #ffffff;
}
#jSlideshow
{
	margin-left: 2em;
}
#footer
{
	width: 100%;
	color: white;
	text-align: center;
	margin-left: 40px;
}
#footer a
{
	font-size: 10pt;
}

#slideshow
{
	position:relative;
	height:350px;
}

#slideshow img
{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8;
	//opacity: 0.0;
	display: none;
}

#slideshow img.active
{
	z-index: 10;
	opacity: 1.0;
	display: block;
}

#slideshow img.last-active
{
	z-index: 9;
}
