body
{
	background-color: #F5F5F5 ; 
	font-family:Tahoma;
}

h2
{
	background: gray;
	color: White;
	padding-top: 5px;
	padding-bottom:0px;
	text-align: center;	
	font-family:Tahoma;
	font-size:13pt;
}

h3
{
	color:#7a8db7;			/* Text colour of Date within latest news panel */ 
	font-size:10pt;
	margin-bottom:0px;
	margin-top:5px;
}

a:visited
{
	color:#660033;
}

.header						   /* Latest News Banner */
{
	border-left:solid 1px silver;        
	border-right:solid 1px silver;
	border-top : solid 1px silver;
	border-bottom: solid 1px silver;
	padding:5px;
	font-size:14px;
	font-family:Verdana;				/* Latest News banner font */
	font-weight:normal;					/* Main page title */
	background-color: #7A8DB7; 			/* Latest News banner colour */
	color:white;
}

.subheading
{
	font-weight:bold;
	font-style:italic;
	padding-bottom:5px;
	padding-top:5px;
}

#main							/* Main content window */
{
	background-color:white;	  
	width:798px;	
	margin:auto;
	margin-bottom:10px;
}

#header							/* dont know where this is used*/
{
	background-color :#7A8DB7;
	/*background:#d2dfd2;*/
	color:black;
	width:798px;
	border: none; /*1px solid silver;*/
	height:auto;
	text-align:left;
	font-family: Verdana;	
	margin-bottom:1px;	
}

#header h1 
{
	background-color:#ebf5fc; /*pasty blue colour*/
	font-weight:bold; 
	font-size:100%; 
	margin:0; 
	padding:5px;
	/*text-transform:uppercase; */
	color:#006699;
	padding-left:0;
	font-family: tahoma, "trebuchet MS", palatino, "palatino linotype", georgia, "times new roman", serif;
}

/*#header strong
{
	color: Red;
}*/

#logo
{
	background-position:top;
	height:100px;
	background-image: url(images/logo.jpg);
	background-repeat: no-repeat;
}

#logo image
{
	border:none;	 
}

/*#logo .headingText
{ 
	padding-top:2px;
	padding-right: 4px;
	float:right;
	text-align:center;
	font-family:verdana;
	font-size:16pt;
	font-weight:bold;
	color:#54f054;

} */

#scene
{
	float : left;
	background: url(images/GreenDragonBanner.JPG) no-repeat;
	width:565px;
	height:125px;
}

#footer
{
	clear:both;
	margin-top:0px;
	border-top:solid 1px silver;
	width:800px;
	height: 25px;
}

#footer ul
{
	list-style-type: none;
	list-style-position:outside;
	color:silver;
	font-family:tahoma;
	font-size:8pt;
	margin:0px;
	padding:0px;
	display:block;
	float:right;
}

#footer ul li
{
	float:left;
	border-right :1px gray solid;
	padding:5px;
	padding-bottom:8px;
	text-decoration:none;
}



#footer ul li.firstItem
{
	border-left :1px gray solid;
}

#footer ul li a:link
{
	text-decoration:none;
	color : silver;
}

#footer ul li a:visited
{
	text-decoration:none;
	color : Silver;
}

#footer ul li a:hover
{
	text-decoration:none;
	color : White;
}

#footer ul li:hover
{
	background-color: lightBlue;
	color: White;
	float:left;
	border-right :1px gray solid;
	margin:0px;
	display:block;
}

#footer ul li:hover a
{
	background-color: lightblue;
	color: White;
	float:left;
}

#sidebar
{
	float:right;
	width:auto;
	border:1px sold black; /* should be silver like the rest of the borders */
}

#menublock
{
	width:100%;
}

#menubar		
{
	background-color :#7A8DB7;	/* for border only of menu bar */
	padding:1px;
	margin:0px;
	width:796px;
}

#menu
{
	padding:0px;
	margin:0px;
	font-family:Verdana;
}

#menu li
{
	float:left;
	border: solid 1px silver;
	margin:0px 1px 0px 1px;
	/*	padding:1px 1px 1px 1px;*/
	padding:1px 8px 1px 3px; /*button padding*/
	background: #7A8DB7;
	width:73px;  /* Menu button width */
	font-size:9pt; /*Text size*/
	text-align: center; /*Text alighnemnt*/
}

/*#menu .firstitem
{
	color:red;
	margin-left: 0px;
}*/

/*#menu .lastitem
{
	color:red;
	margin-right: 0px;
	padding-right:14px;
}*/

#menu li:hover
{
	background: lightblue;
}

#menu ul
{
	list-style-type:none;
	padding:0px 0px 0px 0px;
	margin:1px;
}

#menu a
{
	display:block;
	width:auto;
	text-decoration:none;
	color:White;
}

#menuLinks
{
	width:112px;
	font-family:Verdana;
	border: solid 1px silver;
	margin-top:2px;
	padding: 0px 0px 2px 0px;
}

#menuLinks li
{
	font-size:8pt;
	
	margin:-1px 0px 0px 2px;
	padding:0px;
	padding-left:15px;
	color: #7A8DB7; /*#77aaff;*/
	width:auto;
}

#menuLinks li:hover
{
	list-style-type:disc;
	cursor:hand;
	color: lightblue; /*RGB(204,153,51);*/
}

#menuLinks ul
{
	list-style-type:circle;
	list-style-image:none;
	list-style-position:inside;
	margin: 0px 0px 5px -15px;
}

#menuLinks a
{
	color:#7A8DB7;
}

#menuLinks a:hover
{
	color:#77aaff;
}

#menuLinks div.header
{
	font-size:10pt;
	text-align:center;
}

#content
{
	border-left:solid 1px silver;
	border-right:solid 1px silver;
	border-top : solid 1px silver;
	float:left;
	width: 566px;
	min-width:500px;
	min-height:550px;
	height: auto;
	margin-top:0px;
	margin-bottom : 0px;
	margin-right : 0px;
}

#content .header
{
	border-left:solid 1px silver;
	border-right:solid 1px silver;
	border-top : solid 1px silver;
	border-bottom: solid 1px silver;
	padding:5px;
	margin-left:-5px;
	font-size:14px;
	font-family:Verdana;
	font-weight:normal;				/* Main page title */
	background-color: #7A8DB7; /*RGB(204,153,51);/*#77aaff;*/
	color:white;

}
	
.contentBlock
{
	padding-left:5px;	
	border-bottom: url('Images/DropDownSm.jpg') black 1px;
	font-family:tahoma;
	font-size:9pt;
}

.contentBlock h2
{
	margin-left:-5px;
}

#copyright
{
	text-align:center;
	color:#333
	font-family:tahoma;
	font-size:8pt;
	width: 800px;
	margin:auto;
}
#copyright a
{
	text-decoration:none;
    color:#333
}

#news
{
	background:#white;		/* background colour of latest news panel */
	color:#333;
	width:223px;
	height:50%;
	border:1px gray solid; /*RGB(204,153,51) solid;*/
	margin-left:2px;
}

.newsElement
{
	padding-left:5px;
	padding-bottom:20px;
	margin-top:0px;
	font-family: Tahoma;
	font-size: 9pt;
}

#newsLink
{
	font-weight:bold;
	font-size:12px;
	float:right;
	padding:0 5px 5px;
	
}

#newsLink a:visited
{
	font-size:10pt;
	color:Blue;
}

#moreNews
{
	text-align:right;
	font-size:10pt;
	font-family:Verdana;
	color:White;
}

#moreNews a
{
	font-size:10pt;
	font-family:Verdana;
	color:Green;
	text-decoration:none;
}

.contactList
{
	width:100%;
	font-family: verdana;
	font-size:8pt;

}

.minutes
{
	border:1px solid black;
}

.minutes td
{
	border:1px solid black;
	padding:5px;
}

table.minutes
{
	background: whitesmoke;
    border-collapse: collapse;
	width:90%;
	margin:auto;
}

.minutes thead td
{
	text-align:center;
	font-weight:bold;
	font-size:12pt;
	background: #CCCCCC;
	color:white;
}

.minutes thead .rowHeaders td
{
	text-align:center;
	font-weight:bold;
	font-size:10pt;
	background: silver;
	padding:-2px;
	color:white;
}

.minutes thead .rowHeaders td
{
	color:black;
	padding-top:5px;
}

.minutes tbody tr:hover
{
	background: #7A8DB7; /*green;*/
	color:white;
	
}

.minutes tr.odd
{
	background: #BDC8DA; /*lightblue;*/
	border:1px solid black;
}

.minutes tr.odd:hover
{
	background: #7A8DB7; /*salmon;*/
	color:white;
}

.minutes .c1
{
	font-weight:bold;
	font-style: normal;
}

.minutes .c2
{
	font-weight:normal;
	font-style:italic;
}

.fileLink
{
	width:75px;
	text-align:center;
}

.fileLink a:visited
{
	color : Blue;
}

.fileLink img
{
	padding:0px;
	text-align:left;
	border:none;	
}

.fileLinkAlt ul 
{
	font-weight:bold;
	list-style-type: none;
	padding-bottom:10px;
}

.fileLinkAlt ul.subList li
{
	float:left;
	padding:0px;
	font-weight:normal;
	font-style:italic;
	list-style-type: none;
}

.fileLinkAlt ul li img
{
	padding: 0px;padding-left:20px;margin-top:-15px;
	border:none;
}

.amenities				/* Main amentities page features */
{
	background-color:#BDC8DA;
	border:1px solid gray;
	margin: 3px 0px 3px -5px;
	padding: 3px 3px 5px 10px;
}

.amenitiesHeader
{
	font-weight:bold;	/* Each individual amentities header currently bold, black */
	font-size:1.2em;
	padding-bottom:5px;
	margin-left:-5px;
}

.amenitiesLocation
{
	font-weight:normal;
	font-weight:bold;
	font-size:1em;
	padding-bottom:5px;
}

.amenitiesDescription
{
	font-weight:normal;
}

.end
{
	clear:both;
}

.tempList
{
	list-style:none;
}

.newsItem
{
	padding: 0px 5px 10px 5px;
}

.newsDate
{
	font-weight:bold;
	font-size:1.1em;
	padding-top:5px;
	padding-bottom:15px;
}

.newsHeadline
{
	font-weight:bold;
	font-size:1em;
	padding-bottom:10px;
}

.newsContent
{
	font-weight:normal;
	font-size:1em;
}

.linkstable
{
	width:100%;
}

.linkstable tr
{
	padding-bottom:10px;
	height:75px;
	
}

.linkstable td 
{
	border:1px solid black;
	padding-right:10px;
}

.linkstable td.logo
{
	width:75%;
	padding-left:5px;
}

.linkstable td.logo img
{
	border :  none;
}

.linkstable td.link
{
	width:75%;
	padding-left: 5px;
}
