/***********************************************/
/* HTML tag styles                             */
/***********************************************/
body{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	color:#000000;
	background-color: #CCCCCC;
	margin: 6px;
	padding: 0px;
	text-align: center;
	/* margin auto in page block not centering in IE 5.x */
}
div.rightcontentimage, div.rightcontentimagelarge  {
	width:200px;
	float: right;
	font-size: 0.9em;
	padding-bottom: 5px;
	padding-left: 5px;
}
div.rightcontentimagelarge {
	width:300px;
}
.imagecaptiontext {
	text-align: center;
}
/***********************************************/
/* Layout Divs                                 */
/***********************************************/
#page{
	position:relative;
	text-align: left;
	background: #FFFFFF;
	margin :auto;
	width:762px !important;
	width /**/:764px;
	border: 1px solid #333333;
}
#banner {
	margin:0px;
	padding:0px;
	background-color: #754E83;
	height: 160px;
	overflow: hidden;	
}
div#banner img, div.centreimage img, .noborder, .thumbnail img {
	border: 0px;	
}
#left {
	position:absolute;
	top:160px;
	left:0px;
	margin:0px;
	padding:0px 0px 0px 10px;
	width:132px !important;
	width /**/:142px;
	background-color: #FFFFFF;
	/*background-color: #009900;*/
}
#content {
	top:0px;
	margin:0px 0px 0px 142px;
	padding: 0px 10px 0px;
	width:600px !important;
	width /**/:620px;
	color: #000066;
	background-color: #FFFFFF;
	/*overflow: hidden;*/
}
#subcontent {
	top:0px;
	margin:0px 0px 0px 0px;
	padding: 10px;
	width:577px !important;
	width /**/:599px;
	color: #000066;
	background-color: #F0F2E6;
	border: 1px solid #625E98;	/*overflow: hidden;*/
}
#footer {
	clear:both;
	margin:0px 0px 0px 152px;
	padding:0px;
	background-color: #ffffff;
	/*overflow: hidden;*/
}
/* Navigation******************************/
ul#subnav {
	list-style: none;
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
	/*background-color: #D6D6D6;*/
}
ul#subnav li {
	display: block;
	margin-bottom: 15px;
	border: 1px solid #754F83;
}
ul#subnav li a {
	display: block;
	margin: 0px;
	padding:4px 0px 4px 10px;
	background-color: #ADB86E;
	line-height:1.5; 
	color: #754F83;
	text-decoration: none;
	width: 120px !important;	
	width /**/:130px;
	font-size:11px;
	font-weight: bold;
}
ul#subnav li a:hover {
	background-color: #754F83;
	color: #ADB86E;
}
/******************** content **********************/
#content h1 {
	font-size: 1em;
	font-weight: bold;
	color: #6666FF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #6666FF;
	line-height: 1.4em;
	font-family: "Comic Sans MS";
	margin-top: 0px;
	margin-bottom: 14px;
}
#content h1.sub {
	font-size: 0.9em;
	font-weight: bold;
	color: #FFFFFF;
	font-family: "Comic Sans MS";
	background-color: #6666FF;
	text-align: center;
	border: 1px solid #330099;
}
#content h2 {
	font-size: 0.9em;
	font-weight: bold;
	color: #6666FF;
	margin-bottom: 0px;
	font-family: "Comic Sans MS";
}
#content p {
	font-size: 0.7em;
	color: #000066;
	margin-top: 0px;
}
#content p.boldred {
	font-weight: bold;
	color: #990000;
}
#contactdetails {
	/*width:355px !important;
	width :367px;*/
	width :60%;
	background-color: #CCCCFF;
	border: 1px solid #333333;
	padding-top: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
}
#contactdetails p a:hover {
	color: #FFFFFF;
	background-color: #6666FF;
}
#contacttop {
	background-color: #CCCC99;
	border: 1px solid #333333;
	padding-top: 4px;
	padding-bottom:4px;
	padding-right: 10px;
	padding-left: 10px;
	margin-bottom: 10px;
}
#contacttop p {
	padding-bottom:0px;
	margin-bottom:0px;
}
#content p.ulheading {
	font-size: 0.9em;
	font-family: "Comic Sans MS";
	width:353px !important;
	width /**/:367px;
	background-color: #CBCBED;
	margin-bottom: 0px;
	padding-bottom: 0px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #CBCBED;
	border-right-color: #CBCBED;
	border-left-color: #CBCBED;
	padding-left: 2px;
	font-weight: bold;
	padding-right: 10px;
	color: #6666FF;
}
div.ulborder {
	width:355px !important;
	width /**/:367px;
	background-color: #F1F1ED;
	margin-bottom: 12px;
	border: 1px solid #CBCBED;
	padding-right: 10px;
}
.clear {
	clear: both;	
}
#content ul{
	font-size: 0.7em;
	margin-top: 5px;
	margin-bottom: 12px;
}
#content li{
	list-style-type: square;
}
#content a{
	color:#0000CC;
	font-weight: bold;
	text-decoration: none;
}
#content li a:hover, #content a:hover{
	color: #FFFFFF;
	background-color: #6666FF;
}

.bold {
	font-weight: bold;
}
.italic{
	font-style: italic;
}
hr {
	width: 80%;
	text-align: center;
}
div.centreimage {
	margin: 0px;
	text-align: center;
	padding-top: 20px;
}
.centregallery {
	/*width:100%;*/
	text-align: left;
	/*padding-left: 115px;*/
}
.thumbnailwrapper {
	border:1px solid #999999;
	float: left;
	padding-top: 10px;
	padding-right: 1px;
	padding-bottom: 10px;
	padding-left: 11px;
}
.thumbnail {
	background-color:#ffffff;
	border:1px solid #999999;
	float:left;
	margin-right:10px;
	padding:6px;
	font-size: 0.7em;
	text-align: center;
	margin-bottom: 3px;
}
.thumbnailwrapper p{
 	margin-bottom: 0px;
}

