﻿* 
{
  margin: 0;
  padding: 0;
}
body 
{
	font: 62.5%/1.6 helvetica, Arial, Verdana, sans-serif;
	background: #fff url(../images/pattern-cream.jpg) top center repeat;
	text-align: center;
	color:#666;
}
h1, h2, h3, h4 
{
	position:relative;
	font-weight: normal;
}
h1 { font-size: 2.4em; }
h2 { font-size: 2.0em; }
h3 
{
  font-size: 1.6em;
  font-weight: bold;
  padding-bottom:0.7em;
}
p, li 
{
  font-size: 1.4em;
  line-height: 1.3em;
}

p a
{
	color:#04647B;
	text-decoration:none;
	cursor:pointer;
}

p a:hover
{
	color:#04647B;
	text-decoration:underline;
}

a
{
	color:#fff;
	text-decoration:none;
	cursor:pointer;
}
a:hover
{
	color:#04647B;
	text-decoration:none;
}
ul.leaf 
{
  list-style:none;
  margin-left: 1.8em;
}
ul.leaf li
{
	background:#fff url("../images/leaf-bullet.gif") no-repeat center left;
	padding: .4em;
	text-indent:25px;
}

h1, h2, p { margin: 1em 0; }
#wrapper 
{
  width: 798px; 
  min-height: 800px;
  margin: 0 auto; 
  text-align: left;
  background: #fff url(../images/ContentBackground.png) top left repeat-y;
}
#header 
{
	width:100%;
	height:287px;
	background:url(../images/MainHeader.jpg) top center no-repeat;
}

#content 
{ 
  width:530px;
  float: left;
  margin-left:30px;
  display:inline; 
}

#footer { clear: both; }

#footer a, #footer p
{ 
	float:right; 
	font-size: 1.1em;
}

#footer a {padding:0px 20px;color:#555;}
#footer a img 
{
	border:none;
	padding:10px 0 0 10px;
}

#footer img {padding-top:20px}


/*Main Navigation*/
#mainNav 
{
  list-style: none;
  background-color:#fff;
  width: 175px; 
  float:right;
  padding: 5px 0;
  margin:30px 23px 0 10px;
  border:1px solid #ccc;
}
#mainNav li 
{
	margin:10px;
	background-color:#8CD1D9;
	padding:5px;
}
#mainNav li.current { background-color:#16B1BE; }
.about { background-color:#fff; }
.about img 
{
  float: left;
  padding: 0px 10px 10px 5px;
  width: 189px;
}

.news { background-color:#fff; }
.news img 
{
  float: left;
  padding: 0px 10px 0px 5px;
  width: 189px;
}

/*Gallery Page Styles*/
#fullsizeImageContainer
{
	width:425px;
	height:361px;
	border:1em solid #fff;
	background:url(../images/gallery_frame_3.jpg) left center no-repeat;
	margin:12px 0 0 25px;
}
#fullsizeImage { padding:27px 0 0 25px; }
#thumbnailList
{
	border:1em solid #fff;
	width:410px;
	height:160px;
	margin:10px 0 0 35px;
}
#thumbnailList li
{
	float:left;
	margin: 0.4em;
	list-style:none;
	display:inline;
}
#thumbnailList img
{
	display: block;
    width:70px;
	height:70px;
}
#fullsizeInfo
{
    display:block;
    font-size:1.1em;
    font-weight:normal;
    padding-top:20px;
    text-align: center;
}

/*Contact Page Styles*/
fieldset 
{
	border:none;
	font-size:1.2em;
	margin:4em 0 1em 0;
}
#contactSet label, #contactSet input 
{
	display: block;
	width: 180px;
	float: left;
	margin-bottom: 10px;
}
#contactSet label 
{
	text-align: left;
	width: 85px;
	padding-right: 20px;
}
#contactSet br { clear: left; }
input.submitButton
{
	margin-top:2em;
	width:150px;
}

/* Audio page styles added by Steve - 29/6/07 */
div#audio 
{
    width:485px;
    margin:16px 0 0 0;
}