body  {
	background: url(../_images/bg_page.jpg) repeat-x;
	margin: 0; 
	padding: 0;
	text-align: center;
	

}

#container { 
	width: 970px;  
	background: #FFFFFF;
	margin: 10px auto; 
	padding: 10px;
	text-align: left; 
	
}


#container_popup { 
	width: 700px;  
	background: #FFFFFF;
	margin: auto; 
	border: 1px solid #191b64;
	text-align: left; 
} 

#container_popup_inner {
	width: 680px;
	margin: 10px;
}

#header { 	
	width: 970px; /* 970 */
	margin: 0px;
	height: 132px;
	background-color: #ffffff;
} 

#headerLeft {
	float: left;
	width: 200px;
	padding: 15px 15px 10px 15px;	
}

#headerRight {
	float:right;
	width: 250px;
/*	padding: 80px 15px 5px 10px; */
	padding: 15px 15px 5px 10px;
	text-align: left;	
}

#headerRightTop {
	width: 250px;
	text-align: right;
	color: #ffffff;
	text-transform: uppercase;
}

#headerRightTop a {
	color: #ffffff;
	text-decoration: none;
}

#headerRightTop a:hover {		
		color: #13135e;
}

#headerRightBot {
	width: 250px;
	padding-top: 50px;	
}

#topbar {
	margin-top: 1px;
	border-top: 1px solid #13135e;
	height: 2px;	
}


#navbar {
	width: 970px;
	height: 37px;
	background: url(../_images/bg_nav.jpg) repeat-x;
}

#main {
 	float: left;
	width: 970px;
	margin-top: 10px;	
}

#mainleft {
	float:left;
	width: 200px; 	
}

#mainmain {
	float: left;
	width: 755px; /* 770px */
	padding-left: 15px;	
}


#mainmiddle {
	float: left;
	width: 540px;

	
}

#mainright {
	float:right;
	width: 200px;
	text-align: left;
	padding-left: 15px;
	
}

#footerTop {
	float: left;
	width: 970px;	
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
}

 #footer {	
	clear: both;
	width: 940px;
	height: 200px;
	padding: 10px;
	font-size: 10px;
	background: url(../_images/bg_foot.jpg) repeat-x;
	display: none;
}

#footer a { color: #13135e; text-decoration: none; font-weight:normal;}
#footer a:link { color: #13135e;	text-decoration: none;  }
#footer a:visited { color: #13135e;	text-decoration: none;  }
#footer a:hover { color: #fc761d;	text-decoration: none;  }
#footer .head { font-weight:bold;}
#footer .head a {font-weight: bold;}
.footernavbox { float:left; width: 98px; padding-right: 4px;}

#searchcontent  {
	float: left;
	width: 580px;
}


#mainContentPopup { 	
	margin-top: 5px;
	margin-bottom: 10px;
	margin-left: 10px; 
	margin-right: 10px; /* no right hand image colum */
} 
 
.fltright { 
	float: right;
	margin-left: 8px;
}
.fltleft { 
	float: left;
	margin-right: 8px;
}
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
/* navigation styles */

/* top nav */
#nav_container {
 position:relative; z-index:99; 	
}

#nav, #nav ul { /* all lists */
		padding: 0;
		margin: 0;
		list-style: none;
		float : left;
		width : 970px; 
		left: 0px;
		top: 0px;
	}
	
	#nav li { /* all list items */
		position : relative;
		float : left;
		line-height : 37px;
		color: #ffffff;		
	}
	
	#nav li a {
		display : block;
		color : #ffffff;
		font-size: 13px;
		text-decoration : none;
	/*	text-transform: capitalise; */
		padding-left: 10px;	
		padding-right: 10px;
	}
	
	#nav li a:hover {
		display : block;
		color: #13135e;
	}

	/* second-level lists */
	#nav li ul { 
		position : absolute;
		display: block;
		left: -999em;
		margin-left : 0px;
		margin-top : 36px;	
		width: 160px;
		border-left: 1px solid #8b88ae;
		border-right: 1px solid #8b88ae;
		border-bottom: 1px solid #8b88ae;
		background: #ffffff;
	/*	background: #8b88ae url(../_images/bg_subnav.jpg) repeat-x; */
	}
	
	#nav li ul li {
		width: 140px;
		line-height: 14px;	
		padding-bottom: 6px;
	}
	
	#nav li ul ul { /* third-and-above-level lists */
		position : absolute;
		display: block;
		left: -999em;
		margin-left : 140px;
		margin-top : 0px;	
		width: 140px;
		border: 1px solid #8b88ae;
		background: #ffffff;
		padding-left: 10px;
		padding-right: 10px;
	}
	
	#nav li ul li a {
		width: 140px;
		display : block;
		color:  #13135e;
		font-weight: bold;	
		font-size: 11px;	
		text-transform: none;
		text-decoration : none;
		padding-left: 10px;
		padding-right: 10px;
	}
	
	#nav li ul li a:hover {		
		color: #fc761d;
	}
	
	#nav  .on {	color:  #13135e}
		
	
	#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
		left: -999em;
	}
	
	#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul { /* lists nested under hovered list items */
		left: auto;
	}

/* side navigation */
	
#sidenav, #sidenav ul { /* all lists */

	padding-left: 10px; 
	padding-bottom: 30px;
	margin: 0;
	list-style: none;
	float: left;
	left: 0px;
	top: 0px;
	font-size: 14px; 
	color: #13135e;
}
	
#sidenav li { /* all list items */
	float: left;
	text-align: left;
	cursor: default;
	width: 180px;
	margin-bottom: 8px;
	border-bottom: 1px solid #918fb2;	
			
}	

#sidenav li a {
	display: block;
	text-decoration: none;
	color: #13135e;
	font-weight: bold;
	font-size: 14px;
	padding: 6px 0px 12px 10px; 
	
}
		
#sidenav li a:hover { padding: 6px 0px 12px 10px; color:  #fc761d;}

#sidenav  .active {	color:  #fc761d;}

#sidenav  .on {	color:  #fc761d;}
	
#sidenav .head {
	color: #fc761d;
	text-transform: uppercase;
	padding: 6px 0px 12px 10px; 	
	font-size: 16px;
	border: none;
}

/* second level lists */

#sidenav li ul {
	float: left;
	display: block;	
	padding: 6px 0px 6px 0px; 
} 

#sidenav li ul li {
	border: none;
}

#sidenav li ul li a {

	display: block;
	text-decoration: none;
	color: #13135e;
	font-weight: bold;
	font-size: 12px;
	padding: 6px 0px 6px 30px;
	border: none; 	
}

#sidenav li ul li a:hover {
	padding: 6px 0px 6px 30px;
	color: #fc761d;}

#sidenav li ul li a:active {
	
padding: 6px 0px 6px 30px;
	color: #fc761d;
 
}

#sidenav li ul li ul li a {

	display: block;
	text-decoration: none;
	color: #13135e;
	font-weight: normal;
	font-size: 11px;
	padding: 6px 0px 6px 40px;
	border: none; 	
}

#sidenav li ul li ul li a:hover {
	padding: 6px 0px 6px 40px;
	color: #fc761d;}

#sidenav li ul li ul li a:active {
	
padding: 6px 0px 6px 40px;
	color: #fc761d;
 
}


/* user  navigation  */
#usernav, #usernav ul { /* all lists */
		padding: 0;
		margin: 0;
		list-style: none;
		float : left;
		width : 160px;
		left: 0px;
		top: 0px;
	}
	
	#usernav li { /* all list items */
		position : relative;
		float : left;
		line-height : 30px;
		width: 160px;
		margin-top: 0px;
		
	}
	
	#usernav li ul { /* second-level lists */
		position : absolute;
		display: block;
		left: -999em;
		margin-left : 160px;
		margin-top : -1px;	
	}
	
	#usernav li ul ul { /* third-and-above-level lists */
		left: -999em;
	}
	
	#usernav li a {
		width: 150px;
		w\idth : 150px;
		display : block;
		color : #191b64;
		font-weight: bold;	
		font-size: 11px;
		text-decoration : none;
		background: #fc761d;		
		padding-left: 10px;
		border-bottom: 2px solid #ffffff;
	}
	
	#usernav li .on a {
		color: #fc761d;
		width: 150px;
		w\idth : 150px;
		display : block;
		font-weight: bold;	
		font-size: 11px;
		text-decoration : none;
		background: #191b64;				
		padding-left: 10px;
		border-bottom: 2px solid #ffffff;

	}
	
		
	#usernav li a:hover {
		display : block;
		color: #fc761d;
		background: #191b64;	
		border-bottom: 2px solid #ffffff;

	}
	
	#usernav li:hover ul ul, #usernav li:hover ul ul ul, #usernav li.sfhover ul ul, #usernav li.sfhover ul ul ul {
		left: -999em;
	}
	
	#usernav li:hover ul, #usernav li li:hover ul, #usernav li li li:hover ul, #usernav li.sfhover ul, #usernav li li.sfhover ul, #usernav li li li.sfhover ul { /* lists nested under hovered list items */
		left: auto;
	}






#breadcrumb  {
	font-size: 10px;
	font-weight:normal;
	color: #fc761d;
	padding-bottom: 10px;
}

#breadcrumb a:link {
	text-decoration: none;
	font-weight:normal;
	color: #fc761d;
}
#breadcrumb a:visited {
	text-decoration: none;
	font-weight:normal;
	color: #fc761d;
}
#breadcrumb a:hover {
	text-decoration: underline;
	font-weight:normal;
	color: #191b64;
}


/* sideboxes */

.filledbox {
	width: 180px; /* 200 */
	height: 85px;
	background: url(../_images/bg_filledbox.jpg) repeat-x;	 
	padding: 0px 10px 10px 10px;
	margin-bottom: 10px;
}

.filledboxcontent {	font-size: 13px; padding-top: 10px;	}

.filledbox a { text-decoration: none; color: #15135e; }
.filledbox a:link { text-decoration: none; color: #15135e; }
.filledbox a:visited { text-decoration: none; color: #15135e; }
.filledbox a:hover { text-decoration: none; color: #fc761d; }

.filterbox {
	width: 180px; /* 200 */
	background: url(../_images/bg_filterbox.jpg) repeat-x;	 
	padding: 0px 10px 10px 10px;
	margin-bottom: 10px;
}

.filterboxcontent {	font-size: 13px; padding-top: 4px;	}

.filterboxheading {
	line-height: 36px;
	font-size: 15px;
	font-weight: bold;
	text-transform: uppercase;
	text-align: left;	
}


.themebox {
	clear: both;
	width: 180px; /* 200 */	
	background: url(../_images/bg_themebox.jpg) repeat-x;	 
	padding: 0px 10px 10px 10px;
	margin-bottom: 10px;
}

.themeboxcontent {	font-size: 13px; padding-top: 10px;	color: #ffffff;}

.themebox a { text-decoration: none; color: #ffffff; }
.themebox a:link { text-decoration: none; color: #ffffff; }
.themebox a:visited { text-decoration: none; color: #fc761d; }
.themebox a:hover { text-decoration: none; color: #ffffff; }


.boxhead {
	width: 190px; /*200 */
	height: 36px;
	background: url(../_images/bg_boxhead.jpg) repeat-x;
	padding-left: 10px;
	overflow: visible;
}

.boxheadorange {
	width: 190px; /*200 */
	height: 36px;
	background: url(../_images/bg_boxhead_orange.jpg) repeat-x;
	padding-left: 10px;
	overflow: visible;
}

.boxheading {
/*	line-height: 36px; */
	font-size: 14px;
	font-weight: bold;	
	text-align: left;
	line-height: 36px;
	color: #13135e;
	padding-left: 40px;
	background: url(../_images/boxhead_items.gif) left no-repeat;
	
}

.boxheadingInTouch {
	background: url(../_images/boxhead_intouch.gif) left no-repeat;
	line-height: 36px;
	font-size: 14px;
	font-weight: bold;
	padding-left: 40px;
}


.boxheadingTheme {
	background: url(../_images/them_icon.gif) left no-repeat;
	line-height: 36px;
	font-size: 14px;
	font-weight: bold;
	padding-left: 60px;
	text-align: left;
	color: #ffffff;
	
}

.boxheadingEmail {
	background: url(../_images/boxhead_mail.gif) left no-repeat;
	line-height: 36px;
	font-size: 14px;
	font-weight: bold;
	padding-left: 40px;
	text-align: left;
	
}

.boxheadingMembers {
	background: url(../_images/boxhead_members.gif) left no-repeat;
	line-height: 36px;
	font-size: 14px;
	font-weight: bold;
	padding-left: 40px;
}

.boxheadingNews {
	background: url(../_images/boxhead_news.gif) left no-repeat;
	line-height: 36px;
	font-size: 14px;
	font-weight: bold;
	padding-left: 40px;
	color: #13135e;
}

.boxheadingEvents {
	background: url(../_images/boxhead_events.gif) left no-repeat;
	line-height: 36px;
	font-size: 14px;
	font-weight: bold;
	padding-left: 40px;
	color: #13135e;
}
	
.boxbox {
	width: 178px; /* 200 */
	padding: 10px;
	border-left: 1px solid #dfdfe2; 
	border-bottom: 1px solid #dfdfe2; 
	border-right: 1px solid #dfdfe2; 
	background: #ffffff;
	margin-bottom: 10px;
}

	
.boxboxbox {
	width: 178px; /* 200 */
	padding: 10px;
	border: 1px solid #dfdfe2; 
	background: #ffffff;
	margin-bottom: 10px;	
}


.homebox .boxitem { font-size: 13px; color: #666666; padding-bottom: 10px; line-height: normal; }
.homebox .boxitem p {margin: 0; padding: 0; font-size: 13px; color: #666666;}

.homeboxFilled .boxitem { font-size: 13px; color: #666666; padding-bottom: 10px; line-height: normal;}
.homeboxFilled .boxitem p {margin: 0; padding: 0; font-size: 13px; color: #666666;}


.boxitem { font-size: 12px; color: #666666; padding-bottom: 10px; line-height: normal;}
.boxitem p {margin: 0; padding: 0; font-size: 12px; color: #666666;}
.boxitem a {color: #fc761d; text-decoration: none; font-weight: bold;}
.boxitem a:link {color: #fc761d; text-decoration: none; }
.boxitem a:visited {color: #fc761d; text-decoration: none; }
.boxitem a:hover {color: #15135e; text-decoration: underline; }

.boxitemheading { font-size: 12px; color: #15135e; font-weight: bold; }
.boxitemheading a {color: #15135e; text-decoration: none; font-weight: bold;}
.boxitemheading a:link {color: #15135e; text-decoration: none; }
.boxitemheading a:visited {color: #15135e; text-decoration: none; }
.boxitemheading a:hover {color: #fc761d; text-decoration: underline; }


.featurebox {width: 518px;  padding: 10px; border: 1px solid #dfdfe2;	margin-bottom: 10px;}
.featureboxleft { float: left; width: 173px; padding-right: 10px;  font-size: 14px; }
.featureboxleft p {margin-top: 0; margin-bottom: 4px; padding-top: 0px;  font-size: 14px;  }
.featureboxright {float:left; width: 335px; text-align: right;}

.homeboxfiller {float:left; width:10px; height:200px;} 
.homeboxFilled { float:left; width:245px; height: 200px; padding: 10px; background: url(../_images/bg_filledbox.jpg) repeat-x; font-size: 12px; margin-bottom: 10px; overflow: hidden;}
.homeboxFilled p { font-size: 12px; margin-top: 0; padding-top: 0; }
.homebox { float:left; width:243px; height: 198px; padding: 10px; border: 1px solid #dfdfe4; font-size: 12px; margin-bottom: 10px; overflow: hidden;}
.homebox p { font-size: 12px; margin-top: 0; padding-top: 0; }
.homeboxhead { color: #fc761d; 	font-size: 16px; 	font-weight: normal; padding-bottom: 6px; }

/* summary items */
.itemlisting { border-bottom: 1px solid #dfdfe2; padding-bottom: 10px; margin-bottom: 10px; }
.itemheading { color: #15135e; font-weight: bold; padding-bottom: 6px;}
.itemthumb { float: left; padding: 10px 10px 10px 0px;  border: none; width: 120px;}
.itemtext {float: left; width: 300px}
.itemtextfull {float: left; width: 540px}

.itemmore a {color: #fc761d; text-decoration: none; font-weight: bold;}
.itemmore a:link {color: #fc761d; text-decoration: none; }
.itemmore a:visited {color: #fc761d; text-decoration: none; }
.itemmore a:hover {color: #15135e; text-decoration: underline; }
.itemdate {  font-size: 12px; font-weight: bold;}
.itemdatelabel { color: #fc761d; font-size: 12px;}


/* bulletin box */

.bulletinBox {
/*	width: 428px; */
	margin-top: 10px;
	margin-bottom: 30px;
	padding: 10px;
	background:url(../_images/bg_bulletin_top.jpg) bottom repeat-x;
	border: 1px solid #f89828;
	}
	
.bulletinBox p {
	margin: 0;
	padding: 0;
}


/* news box */

.newsBox {
	width: 140px;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 10px;
	background:url(../_images/bg_bulletin_side.jpg) right repeat-y;
	border: 1px solid #f89828;
}




.CKFinderFrame	{			
			background-color: #ffffff;
		}
		
		.TabbedPanels {
	margin: 0px;
	padding: 0px;
	float: left;
	clear: none;
	width: 100%; /* IE Hack to force proper layout when preceded by a paragraph. (hasLayout Bug)*/
}

.TabbedPanelsTabGroup {
	margin: 0px;
	padding: 0px;
}

.TabbedPanelsTab {
	position: relative;
	top: 1px;
	float: left;
	padding: 4px 10px;
	margin: 0px 1px 0px 0px;
	font-weight: bold;
	font-size: 12px;
	background-color: #DDD;
	list-style: none;
	border-left: solid 1px #CCC;
	border-bottom: solid 1px #999;
	border-top: solid 1px #999;
	border-right: solid 1px #999;
	-moz-user-select: none;
	-khtml-user-select: none;
	cursor: pointer;
}

.TabbedPanelsTabHover {
	background-color: #f3f3fc;
}

.TabbedPanelsTabSelected {
	background-color:#f3f3fc;
	border-bottom: 1px solid #EEE;
}

.TabbedPanelsTab a {
	color: #13135e;
	text-decoration: none;
}

.TabbedPanelsContentGroup {
	clear: both;
	border-left: solid 1px #CCC;
	border-bottom: solid 1px #CCC;
	border-top: solid 1px #999;
	border-right: solid 1px #999;
	background-color: #f3f3fc;
}

.TabbedPanelsContent {
	padding: 4px;
}

.TabbedPanelsContentVisible {
}

 #tagcloud {
         float:left;
		 width: 180px; 
          padding: 10px; 
		  border-bottom: 1px solid #918fb2;
		  margin-bottom: 10px;
      }
	  
 #tagcloudhead{
	color: #fc761d;
	text-transform: uppercase;
	margin-top: 30px;
	padding: 0px 0px 4px 10px; 	
	font-size: 16px;
	border: none;
}
      #tagcloud a:link, #tagcloud a:visited { text-decoration:none; } 
      #tagcloud a:hover, #tagcloud a:active { color: #fc761d; text-decoration: underline;  }
 
    #tagcloud span {  padding: 4px 0px 4px 4px; float: left; display: inline; }
    #tagcloud .tiniest { font-size: 11px; }
    #tagcloud .tiny { font-size: 14px; }
    #tagcloud .smallest { font-size: 18px; }
	#tagcloud .small { font-size: 22px; }       
    #tagcloud .medium {font-size:26px; }
    #tagcloud .large {font-size:32px; }
	#tagcloud .largest {font-size:36px; }


.Panel {
	margin: 0px;
	padding: 0px;		
	border-bottom: 1px solid #dfdfe2;
}


.PanelTab {
	font-size: 12px;
	font-weight: bold;
	background-color: #ffffff;		
	margin: 0px;
	padding: 10px 0px 10px 0px;
	cursor: pointer;
	-moz-user-select: none;
	-khtml-user-select: none;
}

.PanelContent {
	margin: 0px;
	padding: 10px 0px 10px 0px;
	background-color: #f3f3fc;
}

.PanelTab a {
	color: #fc761d;
	text-decoration: none;
	text-transform: uppercase;	
	
}

.CollapsiblePanelOpen .PanelTab {
	background-color: #f3f3fc; color: #fc761d;
}


.CollapsiblePanelClosed .PanelTab {
 /* background-color: #EFEFEF */
}

.CollapsiblePanelTabHover,  .CollapsiblePanelOpen .CollapsiblePanelTabHover {
	 color: #191b64;
}

.CollapsiblePanelFocused .PanelTab {
	color: #191b64;
}

/* add this button styles */
.addthis_toolbox .hover_effect
{
    width: 180px;
    padding: 10px 0 6px 10px;
    border: 2px solid #eee;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
	font-size: 11px;
}

.addthis_toolbox .hover_effect div
{
    float: left;
}

.addthis_toolbox .hover_effect a
{
    border: 1px solid #fff;
    padding: 2px 2px 2px 16px;
    position: relative;
    text-decoration: none;
}

.addthis_toolbox .hover_effect a:hover
{
    border: 1px solid #fc761d;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    background: #efefef;
    color: #105CB6;
    text-decoration: none;
}

.addthis_toolbox .hover_effect span
{
    position: absolute;
    width: 16px;
    height: 16px;
    top: 2px;
    left: 1px;
}