*	{
	margin:0;
	padding:0;
	}
/* Block Level */
body {
	width:				100%;
	font: 				110%  arial, tahoma, verdana,sans-serif;
	background-color:	#F6F6F6;
	margin:				0;
	padding:			0;
}
#topwrapper {
	width:				100%;
	background-color:	#fff;
}
#wrapper {
	width: 				900px;	
	background-color:	#ffffff;
	margin: 			0 auto;	
	border: 0px #999 solid;
	color:#333;
}
#page {
	background:			#ffffff;	
	width:				100%;
	font-size:			84%;
}
#header {
	margin: 			0 auto;	
	width:				900px;
	text-align:			center;
}
#headerimg {
	text-align:			left;
	margin: 			0px; 
	height: 			160px; 
	width: 				900px; 
	background-image: 	url('images/topbackground.png');
	background-repeat: 	no-repeat;	
}
h1, h1 a, h1 a:hover, h1 a:visited, #headerimg {
	text-decoration: 	none;
	color:				#ffffff;
	letter-spacing:		-1px;
	margin:				0;
}
ul		{
	margin-left:30px;
	}
#headerimg h1 {
	display:none;
}
.description {
	font-size: 				14px;
	color:				#efefef;	
	margin-left:		140px;
	margin-top:			100px;
	letter-spacing:		-1px;
	font-weight:		bold;
	font-style:			oblique;
	display:none;
}
blockquote	{
	font-size:95%;
	color:#999;
	float:right;
	margin:15px;
	font-style:oblique;
	font-weight:bold;
	line-height:19px;
	}

#leftsidebar {
	float:				left;
	padding-left:		8px;
	padding-right:		10px;
	padding-top:		46px !important;
	padding-top:		46px;
	width:				21%;
} 
#content {
	float: 				left;
	width: 				54%;
	padding-left:		10px;
	padding-right:		10px;
	padding-top:		10px;
	line-height:23px;
	margin-top:11px;
} 
#content a:link, a:visited, a:active{
	color:#0000FE;
	text-decoration:none;
	
} 
#content a:hover{
	color:#666;
	text-decoration:underline;
}
#content	p{
	margin-bottom:15px;
	margin-right:3px;
	font-size:92%;
	} 
#sidebar {
	float:				left;
	padding-left:		8px;
	padding-right:		10px;
	padding-top:		0px;
	width:				17%;
	margin-top:30px;
} 

#footer {
	width: 				900px;;
	clear: 				both;
	color:				#666;
	font-size: 			11px;
	font-weight:		bold;
	text-align:			right;
	padding:			0px;
	background:			#ccc;
	margin:				auto;
	height:				130px;
	background-image:url(images/footer.png);
	background-repeat:no-repeat;
}
#footer a {
	color:				#ffffff;
}
#footer ul{
	list-style-type:none;
	padding-right:		23px;
	padding-top:8px;
	}

/* Header Styles */
h1 {
	font-size:			22px;
	padding-top:		20px;
	
}
 h2 {
	margin-top:			0;
	font-size:			16px;	
	padding-top:1px;
	padding-left:18px;
	background:url(images/h2bg.gif) no-repeat 0 50%;
}
div#leftmiddle h2 {
 	padding-left:		18px;
 	color:				#999;
 	font: 				bold 130%  arial, sans-serif;
	border-bottom:		1px solid #ccc;
	margin-top:			0;
	margin-bottom:		5px;
	letter-spacing:		-1px;
}
h3 {
	margin:				0;
	font-size:			14px;	
}
h3#respond {
	color:red;
}
h3.inner	{
	background-color:#efefef;
	padding:3px;
	color:#999;
	letter-spacing:-1px;
	font-size:115%;
	margin-top:12px;
	margin-bottom:12px;
	}
h4	{
	color:#666;
	margin-top:8px;
	margin-bottom:8px;
	margin-left:2px;
	letter-spacing:-1px;
	font-size:100%;
	}

/* Post Related */

h2 a:hover, h2 a:visited, h2 a {
	text-decoration:	none;
	color:				#111111;
}

.pagetitle, .post h2 {
	font: 				bold 130%  arial, sans-serif;
	border-bottom:		1px solid #ccc;
	margin-top:			0;
	margin-bottom:		5px;
	letter-spacing:-1px;
	color:#999;
}
.pagetitle a, .post h2 a {
	color:				#999;
}

a img {
	border:				0;
}
#content ul	li{
	background:url(images/ul.gif) no-repeat 0 50%;
	list-style-type:none;
	padding-left:14px;
	padding-top:1px;
	}
/* Left Sidebar Related */

#leftsidebar ul {
	margin: 			0;
	padding: 			0;
	margin-left:2px;	
}

#leftsidebar ul li {
	list-style-type: 	none;
	list-style-image: 	none;
}
#leftsidebar a {
	text-decoration:none; /* no underline for links */
   	display: block; /* IE has problems with this, fixed above */
   	padding: 0.3em 0.5em 0.3em 1.6em; /* some air for it */
	color: #64C7F3; /* this will be link color for all levels */
   	background: url(images/arrow-right.gif) no-repeat 0.4em 0.6em; 
   	min-height:1em; /* Fixes IE7 whitespace bug */ 
  	font-weight:bold;
  	color:#0000FE;
}
#leftsidebar ul ul li {
	list-style-type: 	none;
	margin-left:		2px;
	list-style-image: 	none;
	border-bottom:		1px solid #f1f1f1;
}
#leftsidebar ul ul ul li {
	list-style-type: 	disc;
	padding:			0;
	margin-left:		15px;
	border-bottom:		0;	
}
#leftsidebar p {
	font: 				10px arial,verdana,sans-serif;
}
#leftsidebar a:hover, #sidebar a:visited:hover {
	color:#0000FE;
	text-decoration:	none;
}
#leftsidebar a:hover {
   	background-color: #f5f5f5;
}

#leftsidebar a:visited {
	color:				#0000FE;
}

/* Right Sidebar Related */
#sidebar ul {
	margin: 			0;
	padding: 			0;	
}
#sidebar ul h2 {
	font-size: 				14px;
	font-weight:            bold;
	padding-top:	5px;
	padding-left:		35px;
	background:			#fff;
	width:				120px;
	height:				24px;
	background-image: 	url('images/navbg2.jpg');
	background-repeat:no-repeat;	
	color:				#ffffff;
	border-bottom:		0px solid #ebebeb;
	margin-bottom:		5px;
	margin-top:			40px;
		letter-spacing:-1px;
}
#sidebar ul li {
	list-style-type: 	none;
	list-style-image: 	none;
	padding-left:		5px;
	padding-bottom:5px;
	margin-bottom:		5px;

}
#sidebar ul ul li {
	list-style-type: 	none;
	margin-left:		2px;
	list-style-image: 	none;
	border-bottom:		1px solid #f1f1f1;
}
#sidebar ul ul ul li {
	list-style-type: 	disc;
	padding:			0;
	margin-left:		5px;
}
#sidebar p {
	margin:				0;
	font: 				10px "trebuchet ms", arial,verdana,sans-serif;
}
#sidebar a {
	color:				#355a91;
	text-decoration:	none;
}
#sidebar a:hover, #sidebar a:visited:hover {
	color:				#a60000;
	text-decoration:	underline;
}
#sidebar a:visited {
	color:				#355a91;
}
/* Search Form */
form {
	margin:				0;
}
form#searchform {
	position:			relative;
	top:				150px;
	left:				600px !important;
	left:				600px;
}
#searchform {
	text-align:			center;
	padding:			0px;
	padding-left:		23px;
	width:				277px;
	background-image: 	url('images/searchicon.gif');
	background-repeat:	no-repeat;
	background-position: 6% 75%!important; 
	background-position: 8% 75%;
	margin-right:8px;
}
#searchform #searchsubmit {
	margin-top:			13px;
	margin-left:		3px;
	font-size:			12px;
	width:				70px;
	display: 			inline; 
	color:				#ffffff;
	height:				21px!important;
	height:				20px;
	background:			#CCC;
	text-transform:		capitalize;
	border:				1px solid #efefef!important;
	border:				0px solid #efefef;
	font-weight:		bold;			
}
#searchform input {
	width:				170px;
	height:				18px;
	display: 			inline; 
	border:				1px solid #ccc;
}

h2.nodisplay		{display:none;}
/* Email submission box */
#emailsubmit	{
	background-image:url(images/emailbg.png); 
	background-repeat: no-repeat; 
	color:#000; 
	height:123px;
	margin-left:15px;
}
#emailsubmit li	{
	margin-left:15px;
	font-weight:bold;
	list-style-type:none;
	font-size:12px;
	padding-right:4px;
	margin-top:8px;
}
#emailsubmit li.left 	{
	width:100px;
	padding-top:13px!important;
	padding-top:3px;
	padding-bottom:4px;
	color:#666;
}
/* Top Menu */
#nav-menu	{
	font-size:100%;
	text-transform:capitalize;
	letter-spacing:-1px;
}
#nav-menu ul	{
	list-style: none;
	padding: 0;
	margin: 0 0 1px 215px;
}
#nav-menu li	{
	float: left;
	margin-top: 0px;
}
#nav-menu li a	{
	height: 28px;
	line-height:1.9em;
	float: left;
	display: block;
	color: #fff;
	font-weight:bold;
	text-decoration: none;
	text-align: center;
}
/* Hide from IE5-Mac \*/
#nav-menu li a	{
	float: none
}
/* End hide */
#nav-menu li a:hover	{
	color: #efefef;
}
#nav-menu li.eastbg a	{
	background: url(images/eastbg.png) #fff bottom center no-repeat;
	width: 98px;
	font-size:90%;
}
#nav-menu li.nibg a	{
	background: url(images/nibg.png) #fff bottom center no-repeat;
	width: 161px;
	font-size:90%;
}
#nav-menu li.southbg a	{
	background: url(images/southbg.png) #fff bottom center no-repeat;
	width: 83px;
	font-size:90%;
}
#nav-menu li.nabg a	{
	background: url(images/nabg.png) #fff bottom center no-repeat;
	width: 56px;
	font-size:90%;
}
.button	{
border:0px;
}
.right	{
	float:right;
	margin-left:10px;
	margin-top:8px;
	}
.strong	{
font-weight:bold;
margin-left:2px;
}
.breadcrumb	{
font-weight:bold;
font-size:11px;
margin-bottom:5px;
}
.breadcrumb	a{
color:#0000FE;
}
#submitemail {
	font-size:			12px;
	width:				30px;
	display: 			inline; 
	color:				#ffffff;
	height:				20px;
	background:			transparent;
	background-color:	#ccc;
	text-transform:		capitalize;
	border:				1px solid #efefef!important;
	border:				0px solid #efefef;
	font-weight:		bold;
	margin-left:		5px;			
}
ul#emailsubmit2	{
	background-image:url(images/emailbg.png); 
	background-repeat: no-repeat; 
	color:#000; 
	height:123px;
	margin:0;
	padding:0;
	}
	ul#emailsubmit2	li
	{
	font-weight:bold;
	list-style-type:none;
	font-size:12px;
	padding-left:10px;
	font-style:normal;
	line-height:15px;
}
#emailsubmit2 li.left{
	width:100px;
	padding-bottom:6px!important;
	padding-bottom:0px;
	color:#666;
	padding-top:12px;
}
#homelinks{
	margin: 0;
	width: 100%;
	font-size: 95%;
	margin-top:25px;
}
ul#indexlist	{
	display: inline;
	list-style: none;
	padding:0;
	margin:0;
	}
ul#indexlist li{
	float: left;
	width: 136px;
	margin-right: 7px;
	padding-top:45px;
	padding-left:15px;
	font-size:1.1em;
	font-weight:bold;
	letter-spacing:-1px;
	
}
ul#indexlist li a{
	color:#efefef;
	text-decoration:none;
}
ul#indexlist li a:hover{
	color:#fff;
	text-decoration:underline;
}
.meetings		{
	background-image:url(images/meetbg.png);
	background-repeat:no-repeat;
	height:75px;
	
	}
.about		{
	background-image:url(images/aboutbg.png);
	background-repeat:no-repeat;
	height:75px;
	}
.pro		{
	background-image:url(images/probg.png);
	background-repeat:no-repeat;
	height:75px;
	}
.lit		{
	background-image:url(images/litbg.png);
	background-repeat:no-repeat;
	height:75px;
	}
.events		{
	background-image:url(images/eventsbg.png);
	background-repeat:no-repeat;
	height:75px;
	}
.his		{
	background-image:url(images/hisbg.png);
	background-repeat:no-repeat;
	height:75px;
	}
.services		{
	background-image:url(images/servicesbg.png);
	background-repeat:no-repeat;
	height:75px;
	}
.con		{
	background-image:url(images/conbg.png);
	background-repeat:no-repeat;
	height:75px;
	}
#meetings	{
	font-size:11.5px;
	border-bottom:1px #ccc solid;
	width:100%;
	}
#meetings	td{
	padding-right:2px;
	vertical-align:top;
	}
#keytable	{
	font-size:11.5px;
	border-top:1px #ccc solid;
	border-bottom:1px #ccc solid;
	background:#efefef;
	}
#keytable	td{
	padding-right:16px;
	vertical-align:top;
	}
.note		{
	font-size:11px; font-weight:bold; font-style:oblique;}
.linklove	{
	display:none;
	}
h2.gbookhead {
	margin-top:15px;
	margin-bottom:15px;
	}
	
/** toggle drawers **/
.expandable {
	display: none;
		}
ul#contactlist	li{
	list-style-type:none;
	color:#666;
	background:url(images/ul2.gif) no-repeat 0 50%;
	font-size:85%;
	font-weight:bold;
	font-style:oblique;
		}
/* Home page */
#index {
	float: 				left;
	width: 				100%;
	padding-left:		10px;
	padding-right:		10px;
	padding-top:		10px;
	line-height:23px;
	margin-top:10px;
} 	
#leftcolumn { 
	 color: #333;
	 border: 0px solid #ccc;
	 background: #fff;
	 margin: 0px 5px 5px 0px;
	 height: 300px;
	 width: 21%!important;
	 width: 22%;
	 float: left;
}

#leftcolumn li.clear{
	padding-bottom:0px;
}
#leftmiddle { 
	 background: #fff;
	 margin: 0px 5px 0px 0px;
	 padding: 0px 10px;
	 width: 73%;
	 float: left;
	 height:670px;
}
#leftmiddle p {
	margin-top:6px!important;
	margin-top:12px;
	margin-bottom:7px;
}
#leftmiddle h2 {
	margin:0px;
	padding:0px;
	color:#FFB900;
	border-bottom: 1px #FFB900 solid;
}

ul#indlist li{
	background:url(images/ul.gif) no-repeat 0 50%;
	list-style-type:none;
	padding-left:12px;
	padding-top:1px;
	}


div#recentposts{
	margin:0;
	padding:0;
	background-image:url(images/latestpostbg.gif);
	background-repeat:no-repeat;
	height:200px;
	}
#recentposts ul{ 
	padding:53px 0px 0px 60px;
}
#recentposts li{ 
	list-style-type:none;
	padding-bottom:30px;
	font-weight:bold;
	font-style:oblique;
	font-size:18px;
}
ul#recentposts2 {
	margin:0;
	padding:0;
	padding-top:30px;
	padding-left:6px;
	padding-right:12px;
	}
ul#recentposts2 li{
	margin:0;
	padding:0;
	list-style-image:none;
	padding-bottom:5px;
	}
ul#recentposts2	li a{
	color:#fff;
	font-size:0.8em;
	font-style:oblique;
	text-transform:capitalize;
	letter-spacing:-1px;
	padding-left:2px;
}
ul#recentposts2	li a:link, a:visited, a:active{
	text-decoration:none;
}
ul#recentposts2	li a:hover{
	text-decoration:underline;
}
#findmeeting		{
	height:252px;
	margin:0;
	}
#findmeeting p{
	padding-top:210px;
	font-size:0.8em;
	line-height:11px;
	padding-left:15px;
	padding-right:22px;
	font-weight:bold;
	}
#helpline		{
	background-image:url(images/contactbg.png);
	background-repeat:no-repeat;
	height:120px;
	margin:0;
	padding:0;
	}
#helpline p 	{
	padding-top:52px;
	font-size:13px;
	line-height:14px;
	padding-left:10px;
	padding-right:25px;
	font-weight:bold;
	letter-spacing:-1px;
	}
/* LIGHTFORM - General Form Layout */
form#lightform {
	text-align: left;
	font-family:Arial, Helvetica, sans-serif;
}

#lightform label {
	display: block;
	margin-top : 8px;
	width: 100%;
	background-repeat: no-repeat;
	font-weight: bold;
	
}

#lightform input {
	margin: 0;
}

#lightform img {
    float: none;
    margin: 0px;
    border: none;
    padding: 0px;
}

#lightform textarea {
  overflow: auto;
  border: none;
}

.blue {
	color: #0000FE;
	font-weight: bold;
}

/* Congratulation message */
.msgsent {
	background: transparent url(../images/msgsent.gif) no-repeat top left;
}

/* Error message */
.msgerror {
	background: transparent url(../images/msgerror.gif) no-repeat top left;
}

.msgsent p, .msgerror p {
	color:#999;
	margin-left: 45px;
}

.msgsent h2, .msgerror h2 {
	color:#555;
	margin-left: 45px;
}


/* AJAX Div's */
#log {
	margin-top: 10px;
}
 
#log_res {
	overflow: auto;
}
 
#log_res.ajax-loading {
	padding: 20px 0;
	background: url(../images/spinner.gif) no-repeat 0 0;
}
/* END LIGHTFORM  */
/* NEXTGEN GALLERY */
.ngg-albumoverview {
	margin-top: 10px;
	width: 100%;
	clear:both; 
	display:block !important;
}
.ngg-album {
    height: 100%;
    padding: 5px;
    margin-bottom: 5px;
    border: 1px solid #fff;
}
/* IE6 will ignore this , again I hate IE6 */
html>body .ngg-album {
    overflow:hidden;
    padding: 5px;
    margin-bottom: 5px;
    border: 1px solid #cccccc;
} 

.ngg-album {
	overflow: hidden;
	padding: 5px;
	margin-bottom: 5px;
	border: 1px solid #cccccc;
}

.ngg-albumtitle {
	text-align: left;
 	font-weight: bold;
	margin:0px;
	padding:0px;
	font-size: 1.4em;
	margin-bottom: 10px;
}

.ngg-thumbnail {
	float: left;
	margin-right: 12px;
}

.ngg-thumbnail img {
	background-color:#FFFFFF;
	border:1px solid #A9A9A9;
	margin:4px 0px 4px 5px;
	padding:4px;
	position:relative;
}

.ngg-thumbnail img:hover {
	background-color: #A9A9A9;
}

.ngg-description {
	text-align: left;
}

/* ----------- Album Styles Compact -------------*/

.ngg-album-compact {
	float:left;
	height:180px;
	padding-right:6px !important;
	margin:0px !important; 
	text-align:left;
	width:120px;	
}

.ngg-album-compactbox {
	background:transparent url(albumset.gif) no-repeat scroll 0%;
	height:86px;
	margin:0pt 0pt 6px !important;
	padding:12px 0pt 0pt 7px !important;
	width:120px;
}


.ngg-album-compactbox .Thumb {
	border:1px solid #000000;
	margin:0px !important;
	padding:0px !important;
	width:91px; 
	height:68px;
}

.ngg-album-compact h4 {
	font-size:15px;
	font-weight:bold;
	margin-bottom:0px;
	margin-top:0px;
	width:110px;
}

.ngg-album-compact p {
	font-size:11px;
	margin-top:2px;
}

/* ----------- Gallery style -------------*/

.ngg-galleryoverview {
	overflow: hidden;
	margin-top: 10px;
	width: 100%;
	clear:both; 
	display:block !important;
}

.ngg-galleryoverview .desc {
/* required for description */
   margin:0px 10px 10px 0px;
   padding:5px;
}

.ngg-gallery-thumbnail-box {
	float: left;
}

.ngg-gallery-thumbnail {
	float: left;
	margin-right: 5px;
}

.ngg-gallery-thumbnail img {
	background-color:#FFFFFF;
	border:1px solid #A9A9A9;
	display:block;  
	margin:4px 0px 4px 5px;
	padding:4px;
	position:relative;
}

.ngg-gallery-thumbnail img:hover {
	background-color: #A9A9A9;
} 

.ngg-gallery-thumbnail span {
	/* Images description */
	font-size:90%;
	padding-left:5px;
	display:block;
}

.ngg-clear {
	clear: both;
}

/* ----------- Gallery navigation -------------*/

.ngg-navigation {
	font-size:0.9em !important;
	clear:both !important;
	display:block !important;
	padding-top:15px;
	text-align:center;
	
}

.ngg-navigation span {
	font-weight:bold;
	margin:0pt 6px;
}

.ngg-navigation a.page-numbers, a.next, a.prev, 
				span.page-numbers, span.next, span.prev {
	border:1px solid #DDDDDD;
	margin-right:3px;
	padding:3px 7px;
}

.ngg-navigation a.page-numbers:hover, a.next:hover, a.prev:hover, 
				span.page-numbers:hover, span.next:hover, span.prev:hover {
	background-color: #0066CC;
	color: #FFFFFF !important;
	text-decoration: none !important;
}

/* ----------- Image browser style -------------*/

.ngg-imagebrowser {
	
}

.ngg-imagebrowser h3 {
	text-align:center;
}

.ngg-imagebrowser img {
	border:1px solid #A9A9A9;
	margin-top: 10px; 
	margin-bottom: 10px; 
	width: 100%;
	display:block !important;
	padding:5px;
}

.ngg-imagebrowser-nav {
	padding:5px;
	margin-left:10px;	
}

.ngg-imagebrowser-nav .back {
	float:left;
	border:1px solid #DDDDDD;
	margin-right:3px;
	padding:3px 7px;
}

.ngg-imagebrowser-nav .next {
	float:right;
	border:1px solid #DDDDDD;
	margin-right:3px;
	padding:3px 7px;
}

.ngg-imagebrowser-nav .counter {
	text-align:center;
	font-size:0.9em !important;
}

/* ----------- Slideshow -------------*/
.slideshow {
	margin-left: auto; 
	margin-right: auto;
	text-align:center;	
}

.slideshowlink {
	
}

/* ----------- Single picture -------------*/
.ngg-singlepic {
	background-color:#FFFFFF;
	border:1px solid #A9A9A9;
	display:block;  
	margin:4px 0px 4px 5px;
	padding:4px;
	position:relative;
}

.ngg-left {
	float: left;
	padding-right:10px;
}

.ngg-right {
	float: right;
	padding-left:10px;
}

.ngg-center {
  	margin-left: auto !important;
    margin-right: auto !important;
}

/* ----------- Sidebar widget -------------*/
.ngg-widget,
.ngg-widget-slideshow {
	overflow: hidden;
	margin:0pt;
	padding:5px 0px 0px 0pt;
}

.ngg-widget img {
	border:2px solid #A9A9A9;
	margin:0pt 2px 2px 0px; 
	padding:1px; 
}

/* ----------- Related images -------------*/
.ngg-related-gallery {
	background:#F9F9F9;
	border:1px solid #E0E0E0;
	overflow:hidden;
	margin-bottom:1em;
	margin-top:1em;
	padding:5px;
}
.ngg-related-gallery img {
	border: 1px solid #DDDDDD;
	float: left;
	margin: 0pt 3px;
	padding: 2px;
	height: 50px;
	width:  50px;
}

.ngg-related-gallery img:hover {
	border: 1px solid #000000;
}
/* END NEXTGEN GALLERY */
.rightbox	{
	float:right;
	margin:5px;
	}
#refer {
	font-size:10px;
	font-weight:bold;
	color:;#999;
	}
#refer input	{
	margin-bottom:5px;
	}

/* bookmark box for media centre articles */
ul#bookmark2	{
	margin:0;
	padding:0px;
	width:100%;
	display:inline; 
	float:right;
	}

ul#bookmark2	li{
	list-style-type:none;
	display:inline;
	background:url(images/ul2.gif) no-repeat 0 50%;
	float:right;
	}
ul#bookmark2 img{
	border:0px;
	margin-top:0px;
	}
ul#bookmark2 a{
	border:0px;
	padding:0px;
	}
.bmarktext	{
	font-size:11px;
	display:inline;
	
	text-transform:capitalize;
	color:#999;
	
	}
/* end bookmark box for media centre articles */
#content table {
	font-size:12px;
	border-bottom:1px #ccc solid;
	}
#content table td{
	text-align:left;
	
	}
	
#content table th{
	text-align:left;
	}
.wptable tr{
	color:#333;
	padding:3px;
	vertical-align:top;
	border-bottom:1px;
	border-top:1px;
	}
.small{
	font-size:10px;
	font-weight:bold;
	letter-spacing:-1px;
	float:center;
	}