/* STANDARD COMPLETE CSS FOR MAMBO 4.5.X TEMPLATES */
 


/* ******************** AAAAAAAAAAAAAAAAAA ******************** */ 

/* DEFAULT SETTINGS */ 
/* Below are  default settings are used when no other style has been defined.*/


/*Style for the body tag of your website, controls font family page background, etc.*/
body {
	
	background-color: #ffffff;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
	color: #666666;
	margin:0px 0px 0px 0px;
	text-align: center;
}

h2, td .pageHeading {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size	: 11px;
    font-weight	: bold;
    color		: #666666;
    padding-top: 8px;
} 


h3 {
	font-family: Tahoma, Verdana, Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size	: 14px;
    font-style	: bold;
    color		: #666666;
} 


/*formatting all <div> (division) items.  This is a catch-all that only applies when no other style has been defined.*/
p,div {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size	: 11px;
        font-style	: normal;
        line-height	: 15px;
	color		: #666666;
} 




/*formatting all <td> items. This default setting is used when no other style has been defined.*/
td {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;

        font-style	: normal;
        line-height	: 14px;
	color		: #666666;
} 


/*formatting all <tr> items.  This default setting is used when no other style has been defined.*/
tr {} 


/*formatting all UL (unordered list) items. This default setting is used when no other style has been defined.*/
ul {} 


/* general links style*/
a:link {
	text-decoration	: underline;
	color		: #ff6600;
} 

a:visited {
	text-decoration	: underline;
	color		: #ff6600;
}

a:hover {
	text-decoration	: underline;
	color		: #333333;
}


/* horizontal line in your template*/
hr {} 
hr.separator {}

span.article_seperator { 
/*
	line-height	: 10px;
	background	: url(../../../images/separator.gif);	
	background-repeat: repeat-x;
	background-position: left center;
	display		: block;
	width		: 100%;
*/	
}
.contentitem {
	margin-bottom: 20px;
	}




/* ******************** BBBBBBBBBBBBBBBBBB ******************** */

/* FORMS SETTINGS */ 
.button, .button-search {
	font-style      : normal;
	font-size       : 9px;
	font-weight     : bold;
	background-color: #ccc;
	color           : #000000;
	border          : 1px solid #999;
	margin-top	: 5px;
        padding: 0px 5px 0px 5px;
}
.button:hover, .button-search:hover {
	background-color: #999999;
	color          	: #ffffff;
	border         	: 1px solid #000000;
	margin-top	: 5px;
}

.inputbox {
  background-color 	: #E6E6E6;
}

.inputbox-search {
       background-color 	: #E6E6E6;
       margin-right: 4px;
       height: 13px;
       font-size: 10px;
}


 /*formatting the <div> which holds search items: inputbox, search button...*/
.search {}





/* ******************** CCCCCCCCCCCCCCCCCC ******************** */
 
/* NAVIGATION/MENU SETTINGS */
 
/* this styling is for the MAIN items in the menu */
a.mainlevel-tradenav{
    	font-style	: normal;
    	font-size	: 13px;
    	font-weight	: bold;
	color		: #666666;
	text-align	: left;
	text-indent : 30px;
	padding-left	: 0px;
        border: solid 0px #ccc;
	line-height	: 29px;
	width		: 205px;
	display		: block;
        background-image: url(../../../images/arrow-trade.gif);
        background-repeat: no-repeat;
        background-position: left center;
} 

a.mainlevel-tradenav:link {	color		: #666666;}
a.mainlevel-tradenav:visited {	color		: #666666;}
a.mainlevel-tradenav:hover {
	color		: #000000;
background-color: #ccc;
	text-decoration:none;
}
 
a.mainlevel-topnav{
    	font-style	: normal;
    	font-size	: 13px;
    	font-weight	: bold;
	color		: #ffffff;
        padding: 0px 0px 0px 10px; 
	text-align	: right;
	background-image: url(../images/_menu-login.gif);
	background-repeat: no-repeat;
	text-decoration	: none;
	display		: block;
} 

a.mainlevel-topnav:link {	color		: #ffffff;}
a.mainlevel-topnav:visited {	color		: #ffffff;}
a.mainlevel-topnav:hover {
	color		: #ff6600;
	text-decoration:none;
}
 
/* this styling is for the menu item when it is active, even in main/sub position*/
#active_menu {} 
 
 
ul#mainlevel-nav {}
ul#mainlevel-nav li{}
#mainlevel-nav a:link {}
#mainlevel-nav a:visited{}
#mainlevel-nav a:hover {}
 
 
/* this styling is for menu items that HAS A PARENT */
a.sublevel{} 
a.sublevel:link {}
a.sublevel:visited {}
a.sublevel:hover {}
 
 
/*Sets the style for the footer navigation ("<< Start < Prev Next > End >>") when they do not appear as hyperlinks (when only a few articles exist).*/
.pagenavbar {} 
.pagenavbar:link {} /*Style for the footer navigation ("<< Start < Prev Next > End >>") when they become hyper links*/
.pagenavbar:visited {}
 
 
/* as the name implies, this is for formatting texts for those "<< Start < Previous 1 Next > End >>" links */
.pagenav {} 
a.pagenav:visited {}
a.pagenav:hover {}
 
 
/*Style for the "Read More" link that is displayed for large content items*/
a.readon:link {} 
a.readon:hover {}
a.readon:visited {}
 
 
/*Style for the "BACK" button*/
.back_button {} 


/*Style for the PRE button*/
.pagenav_prev {} 


/*Style for the NEXT button*/
.pagenav_next {} 


/*Style for latest news list - by default, latest news is user1 module*/
.latestnews ul {} 
.latestnews li {}

ul.latestnews-events {
margin: 0 0 0 0;
padding: 0;
line-height: 20px;
width: 160px;
}

li.latestnews-events {
list-style: none;
}
 
/*Style for most popular list - by default, most popular is user2 module*/
.mostread ul{} 
.mostread li{}


table.moduletable-events {
	background: url('../images/bg_sidebar_event.jpg') no-repeat;
	width: 240px;
	height: 268px;
	margin-top: 30px;
	}
table.moduletable-events a {
	color: white;
	font-weight: bold;
	font-size: 12px;
	line-height: 16px
	}
.moduletable-events th {
	display: none;
	}
.moduletable-events td {
	padding: 50px 0 0 0;
	margin: 0;
	vertical-align: top;
	}
ul.latestnews-events {
margin: 0 0 0 20px;
padding: 0;
}



/* ******************** DDDDDDDDDDDDDDDDDD ******************** */ 

/* CONTENT PAGE SETTINGS */
a.category:link {}
a.category:hover {}
a.category:visited {}
 

/* Formatting the links in Blog section */
.blogsection {} 


/*The "More" text in blog section*/
.blog_more {} 

/* set the link format */
a.blogsection:link {} 

/* same as above, but to set the visited link format */
a.blogsection:visited {} 


/* same as above, but for links with mouse pointer over it */
a.blogsection:hover {} 



/* Title of the content, article, etc. being displayed.*/
/*.contentheading {
	padding : 8px 0px 8px 0px;
	width:620px;
	font-size: 14px;
	color: #000000;
        text-indent     : 30px;
        background-color: #ccc;
        background-image: url(../../../images/arrow2.gif);
	background-repeat: no-repeat;        
        background-position: left center;
	font-weight: bolder;
	border-bottom-style: solid 0px;
	border-bottom-width: thin;
	border-bottom-color: #FF0000;
} 
*/


/* Table that holds all non-article information (components, category lists, contact forms, etc).*/
.contentpane {} 

.contentpane-contacts {
        padding: 2px 0px 0px 0px;
        margin-left: 1px;
        width: 573px;
} 


/* Table that holds the actual text for an article.*/
.contentpaneopen { padding:0; margin: 0; border: 0; width: 620px }
.contentpaneopen td {
        vertical-align : top; padding:0; margin: 0; border: 0;
}
.contentpaneopen p {
	padding: 7px 0 8px 0;
	margin: 0;
	}


/*Title of articles*/
.contentpagetitle {}  


/*Title of articles when appeare as links */
a.contentpagetitle:hover {} 
a.contentpagetitle:link {}
a.contentpagetitle:visited {}
 

/* Formating the "DESCRIPTION" of sections, categories (News/Weblinks/Latest news...) */
.contentdescription {} 


/* Formating the table of the Tables of Contents for multiple pages content or article */
table.contenttoc {} 


/* same as above, used to format the td and able cells */
table.contenttoc td {} 


/* same as above, used to format the th of "Tables of Content" ( normally Article Index)*/
table.contenttoc th {} 


/* same as above, used to format toc link texts*/
table.contenttoc td.toclink {} 


/* same as above, used to format toc link text status*/
a.toclink:link {} 
a.toclink:visited {} 
a.toclink:hover {} 
 






/* ******************** EEEEEEEEEEEEEEEEEE ******************** */ 
 
/* MAMBO SECTIONS LISTINGS */

/* This is for styling the section table headers on a SECTION's page.  */
/* Example: table header of "Date", "Item Title", "Author" and "Hits"? */
.sectiontableheader{
	background-color: #ffffff;

} 

.sectiontableentry1 td{
        border: solid 0px #ccc;      
padding: 3px 0px 3px 0px;
} 
.sectiontableentry2 td{
        border: solid 0px #ccc;   
padding: 3px 0px 3px 0px;
}
 
 






/* ******************** FFFFFFFFFFFFFFFFFF ******************** */  

/* MAMBO MODULES FORMATTING */

/* Formatting the module table */

/* ******************** */
table.moduletable {
        border: solid 0px #999;   
	width: 207px;
	margin-left: 0px;
        margin-top: 2px;
        display: block;
} 

table.moduletable th {
	background-color: #0033CC;
        border: solid 0px #999;
        width: 203px;
	height : 20px;
	vertical-align : middle;
	color:#FFFFFF;
        text-align: center;
} 

table.moduletable td {
        display: block;
}  

/* ******************** */

/* ******************** */
table.moduletable-trade {
	margin-left: 0px;
        margin-top: 2px;
        display: block;
background-image: url(../images/trade_logo.jpg);
background-repeat: no-repeat;
padding-top: 60px;
} 

table.moduletable-trade th {
font-size: 14px;
	height : 20px;
text-indent: 15px;
	vertical-align : middle;
	color:#000000;
        text-align: left;
} 

table.moduletable-trade td {
        display: block;
}  

/* ******************** */
table.moduletable-mgr{
	margin-left: 0px;
        margin-top: 2px;
        display: block;
background-image: url(../images/mgr_logo.jpg);
background-repeat: no-repeat;
padding-top: 60px;
} 

table.moduletable-mgrth {
font-size: 14px;
	height : 20px;
text-indent: 15px;
	vertical-align : middle;
	color:#000000;
        text-align: left;
} 

table.moduletable-mgrtd {
        display: block;
}  


/* ******************** */

table.moduletable-newsletter {
        border: solid 0px #999;   
	width: 207px;
	margin-left: 0px;
        margin-top: 0px;
        display: block;
} 
table.moduletable-newsletter th {}  
table.moduletable-newsletter td {}  
table.moduletable-newsletter div {
       padding: 62px 0px 0px 12px;
}  

table.moduletable-newsletter a {
       text-decoration: none;
       font-size: 15px;
       color: red;
       font-weight: bold;
}  

table.moduletable-newsletter a:visited {
       text-decoration: none;
       font-size: 15px;
       color: red;
       font-weight: bold;
}  

table.moduletable-newsletter a:hover {
       text-decoration: underline;
       color: white;
}  

/* ******************** */

table.moduletable-scrolling {
/*	background: url('../images/bg_news.jpg') no-repeat; */
	width: 240px;
	height: 258px;
	
} 

table.moduletable-scrolling th {} 
table.moduletable-scrolling td {

} 
table.moduletable-scrolling a{
       text-decoration: none;
       color: white;
       border-bottom: 1px dashed white;
       display: block;
       padding: 8px 0 8px 0;
}  
table.moduletable-scrolling a:hover {
       text-decoration: underline;
}
table.moduletable-scrolling br {
	height: 0px;
	line-height: 0px;
	}
table.moduletable-scrolling .moduletable {
	padding: 35px 0 0 20px;
	}

/* ******************** */

table.moduletable-buildevent {
        border: solid 0px #999;   
	width: 207px;
	margin-left: 0px;
        margin-top: 0px;
        display: block;
} 
table.moduletable-buildevent th {}  
table.moduletable-buildevent td {}  
table.moduletable-buildevent div {
       padding: 77px 0px 0px 10px;
}  
table.moduletable-buildevent a{
       text-decoration: none;
       font-size: 15px;
       color: red;
       font-weight: bold;
}  

table.moduletable-buildevent a:visited {
       text-decoration: none;
       font-size: 15px;
       color: red;
       font-weight: bold;
}  

table.moduletable-buildevent a:hover {
       text-decoration: underline;
       color: white;
}  

/* ******************** */

table.moduletable-search{
        border: solid 0px #999;   
        float: right;
        margin-top: 50px;
        padding-right: 5px;
        display: block;
} 
table.moduletable-search th {}  
table.moduletable-search td {}  

/* ******************** */

table.moduletable-logout{
       width: 205px;
margin-top: -10px;
} 
table.moduletable-search th {}  
table.moduletable-search td {}  

table.moduletable-logout .button{
        border: solid 1px #999;   
}
table.moduletable-events {
	margin-top: 16px;
	font-size: 11px;
	} 
.moduletable-events th {
	color: #333333;
	}


/* ******************** GGGGGGGGGGGGGGGGGG ******************** */   

/* MISCELLANEOUS */

/* Dates , Authors*/
/* For styling the date the content/articles are created under contents title */
.createdate {} 


/* Formating "Last updated on" text at the end of articles/contents */
.modifydate {} 


/* Formating "Written by:...." text */
.small {} 


/*Found in poll result page, for " Number of Voters".. text */
.smalldark {}


/* Polls */
/* format the td of poll table */
.poll {} 


/* set the border properties of the polls voting table */
.pollstableborder {} 
 
 
/* Weblinks */
/* well.. to format the link's titles under the "Weblinks" section on the frontend */
.weblinks{} 


/* same as above, but for link with mouseover */
a.weblinks:hover {}

 
/* Newsfeeds */
/* The newsfeed title. NOTE: This will not affect the newsfeed's news title! */
.newsfeedheading {} 


/* yeah.. the date on the newsfeed */
.newsfeeddate {} 


/* this is the body text of the newsfeed */
.fase4rdf {} 
 
/* Search page */
/* This is for formatting the box with "Search Keyword: test returned 4 matches" box  */
/*  that appears after you have entered a search value. It appears on the mainbody    */
/*  with the search results */
table.searchintro {}  
 
 
 
 




/* ******************** HHHHHHHHHHHHHHHHHH ******************** */    

/* MY STUFF IN HERE */


img.gallerythumb{
       padding: 10px;
       border: solid 1px #ccc;
       background-color:#f3f1f1; 
       margin: 5px;
}

.hotable{
       padding: 10px;
       border: solid 1px #ccc;
       background-color:#f3f1f1; 
       margin: 5px 2px 5px 2px;
}

.hoevent-title{
       font-size: 13px;
       color: #666666;
padding: 0px 0px 5px 0px 
}

.hoimage{
       padding: 5px;
       border: solid 1px #ccc;
}

.mylogin-text{
       font-size: 12px;
       font-weight: bold;
}


/* ******************** HHHHHHHHHHHHHHHHHH ******************** */    

/* MAMBO TABBED FRONTEND ADMIN INTERFACE */
/* The CSS below efines how the frontend admin interface when logged in */
 
/* For styling of the "Tab" buttons when editing contents through the frontend as admin.  */
/* This .ontab is the styling for the tab when it is active or after its "clicked" */
.ontab {}


/* Same as above, used for styling of the "Tab" buttons when editing contents through the frontend. */
/* This the styling for the tab when it is NOT active or when it is NOT "clicked" */
.offtab {} 


/* this style is used set the size of the tab in the above */ 
.tabpadding {} 


/* Not too sure what this is used for. Couldn't find anything related to it yet at the moment */
.tabheading {} 


/* this style is used to style the content of the editing form contents  */
/* (where HTMLArea sits and all its forms + contents) in the frontend Administration interface */
.pagetext {} 

/*Arnold*/

#top-header img, #header-container img {
	display: block;
	vertical-align: bottom;
	border: 0;
margin: 20px 0px 0px 100px
	padding: 0;
	}
#header-left img {
	border: 0;
	}
#wrapper {
	width: 970px;
	margin: 0 auto;
	text-align: left;
	}
#header-container {
	top: 100px;
	width: 970px;
	height: 349px;
	overflow:hidden;
	color: white;
	clear: both;
}
#header-container-inner {
	top: 100px;
	width: 970px;
	height: 235px;
	overflow:hidden;
	color: white;
	clear: both;
}
#container {
	margin-left: auto;
	margin-right: auto;
	}
#content {
	width: 685px;
	float: left
	}
#top-header {
	clear: both;
	height: 129px;
	}
#top-header img.logo {
	float: right;
	margin: 0 19px 0 0;
	padding: 0;
	background: url('../images/bg_menu_hover.png') no-repeat;
	}
#top-header img.logo-inner {
	float: left;
	margin: 0;
	padding: 0;
	}
#top-header img.quote {
	margin: 28px 0 0 65px;
	padding: 0;
	}
#top-header img.quote-inner {
	float: right;
	padding: 0;
	background: url('../images/bg_menu_hover.png') no-repeat;
	}
#navigation {
	color: #009999;
	margin: 0 0 0 65px;
	padding: 0 0 0 0;
	width: 500px;
	}
#navigation-inner {
	color: #ff6600;
	margin: 0 0 0 65px;
	padding: 7px 0 0 0;
	float: left;
	}
#navigation li, #navigation-inner li {
	display: inline;
	list-style: none;
	font-size: 11px;
	height: 15px;
	line-height: 15px;
	padding: 0 7px 2px 8px;
	margin: 0;
	text-align: center;
	}
#navigation li {
	font-weight: bold;
	border-left: 1px solid #009999;
	}
#navigation-inner li {
	border-left: 1px solid #ff6600;
	font-weight: normal;
	}
#navigation li.st, #navigation-inner li.st {
	border: none;
	}
#navigation li h1, #navigation-inner li h1 {
	font-size: 11px;
	display: inline;
	font-weight: normal;
	}
#navigation li a {
	color: #009999;
	text-decoration: none;
	}
#navigation-inner li a {
	color: #ff6600;
	text-decoration: none;
	}
#navigation li a:hover, #navigation-inner li a:hover {
	color: #000000;
	}
#header {
	width: 970px;
	height: 317px;
/*	background: url('../images/bg_header.jpg'); */
	}
#header-cooking {
	width: 970px;
	height: 317px;
	background: url('../images/header_5a.jpg') no-repeat 13px 7px;
	}
#header-x4 {
	width: 970px;
	height: 317px;
	background: url('../images/header_5a.jpg') no-repeat 13px 7px;
	}
#header-survivors {
	width: 970px;
	height: 317px;
	background: url('../images/header_5a.jpg') no-repeat 13px 7px;
	}
#header-treasure {
	width: 970px;
	height: 317px;
	background: url('../images/header_5a.jpg') no-repeat 13px 7px;
	}
#header-forest {
	width: 970px;
	height: 317px;
	background: url('../images/header_5a.jpg') no-repeat 13px 7px;
	}
#header-bridge {
	width: 970px;
	height: 317px;
	background: url('../images/header_5a.jpg') no-repeat 13px 7px;
	}
#header-altitude {
	width: 970px;
	height: 317px;
	background: url('../images/header_5a.jpg') no-repeat 13px 7px;
	}
#header-ropes {
	width: 970px;
	height: 317px;
	background: url('../images/header_5a.jpg') no-repeat 13px 7px;
	}
#header-orienteering {
	width: 970px;
	height: 317px;
	background: url('../images/header_5a.jpg') no-repeat 13px 7px;
	}
#header-clay {
	width: 970px;
	height: 317px;
	background: url('../images/header_5a.jpg') no-repeat 13px 7px;
	}
#header-archery {
	width: 970px;
	height: 317px;
	background: url('../images/header_5a.jpg') no-repeat 13px 7px;
	}
#header-blindfold {
	width: 970px;
	height: 317px;
	background: url('../images/header_5a.jpg') no-repeat 13px 7px;
	}
#header-raft {
	width: 970px;
	height: 317px;
	background: url('../images/header_5a.jpg') no-repeat 13px 7px;
	}
#header-offroad {
	width: 970px;
	height: 317px;
	background: url('../images/header_5a.jpg') no-repeat 13px 7px;
	}
#header-rock {
	width: 970px;
	height: 317px;
	background: url('../images/header_5a.jpg') no-repeat 13px 7px;
	}
#header-fishing {
	width: 970px;
	height: 317px;
	background: url('../images/header_5a.jpg') no-repeat 13px 7px;
	}
#header-kayaking {
	width: 970px;
	height: 317px;
	background: url('../images/header_5a.jpg') no-repeat 13px 7px;
	}
/*new header images*/
#header-1 {
	width: 970px;
	height: 317px;
	background: url('../images/header_5a.jpg') no-repeat 13px 7px;
	}
#header-2 {
	width: 970px;
	height: 317px;
	background: url('../images/header_5a.jpg') no-repeat 13px 7px;
	}
#header-3 {
	width: 970px;
	height: 317px;
	background: url('../images/header_5a.jpg') no-repeat 13px 7px;
	}
#header-4 {
	width: 970px;
	height: 317px;
	background: url('../images/header_5a.jpg') no-repeat 13px 7px;
	}
#header-5 {
	width: 970px;
	height: 317px;
	background: url('../images/header_5a.jpg') no-repeat 13px 7px;
	}
#header-6 {
	width: 970px;
	height: 317px;
	background: url('../images/header_5a.jpg') no-repeat 13px 7px;
	}
#header-7 {
	width: 970px;
	height: 317px;
	background: url('../images/header_5a.jpg') no-repeat 13px 7px;
	}
#header-8 {
	width: 970px;
	height: 317px;
	background: url('../images/header_5a.jpg') no-repeat 13px 7px;
	}
#header-10 {
	width: 970px;
	height: 317px;
	background: url('../images/header_5a.jpg') no-repeat 13px 7px;
	}
/*new header end*/
#header-inner {
	width: 970px;
	height: 235px;
	background: url('../images/bg_header_inner.jpg');
	}
#header-left {
	width: 660px;
	float: left;
	padding-left: 64px;
	}
#menu {
	margin: 0;
	width: 626px;
	float: left;
	padding-left:40px;
	 
	}
#menu li {
	display: inline;
	list-style: none;
	float: left;
	
 
	text-align: left;
	}
#menu li a {
/*	background: url('../images/bg_menu.png'); */
	display: block;
	padding-left:10px;
	 padding-right:35px;
	height: 32px;
	float:left;
	color: white;
	text-decoration: none;
	}

#menu li a.mainlevel_active-trans, a.mainlevel_active-trans:visited {
/*	background: url('../images/bg_menu_hover.png'); */
	display: block;
 
	height: 32px;
 
	color: white;
	text-decoration: none;
	}
#menu li a:hover {
/* text-decoration: underline; */
color: black;

	}
#menu li a.mainlevel-trans span {
 
	line-height: 35px;
	}
#menu li a.mainlevel_active-trans span {
 
	line-height: 34px;
	}
#hints {
	width: 225px;
	float: right;
	padding: 5px 5px 0 0;

/*		border: solid 1px #000000;*/
	}
#hints fieldset {
	margin: 0;
	padding: 0;
	border: 0;
	}
#hints label, #hints legend {
	display: none;
	}
#search {
	background: url('../images/bg_search.png');
	width: 240px;
	height: 30px;

	}
#search-inner {
	background: url('../images/bg_search_inner.png');
	width: 240px;
	height: 30px;
	}
#search form {
	margin: 0;
	padding: 0;
	}
#s {
	background: url('../images/bg_search_form.png');
	border: 0;
	margin: 5px 0 0 6px;
	padding: 0;
	width: 162px;
	height: 19px;
	line-height: 19px;
	float: left;
	}
#searchsubmit {
	background: url('../images/bg_search_button.png');
	color: white;
	border: 0;
	margin: 5px 0 0 6px;
	padding: 0 0 2px 0;
	width: 60px;
	height: 19px;
	font-family: Tahoma;
	float: left;
	font-size: 11px;
	cursor: pointer;
	font-weight: bold;
	line-height: 17px;
	}
a#team-building, a#vouchers, a#event-building, #team-building-inner, a#event-building-inner, a#signup {
	width: 240px;
	height: 100px;
	display: block;
	color: white;
	text-decoration: none;
	}
table.moduletable-spec {
	width: 240px;
	height: 100px;
	background: url('../images/xmas.jpg');
	text-align: left;
}

div.moduletable-programmes {
	border:0px solid black;
	height:220px;
	width:210px;
	color:#FFFFFF;
	font-size:14px;
	font-weight:bold;
	line-height:21px;
	margin:50px 0 0 26px;
	padding:0;
}

div.moduletable-programmes ul{
	list-style: none;
	padding: 0;
	margin: 0;
}

div.moduletable-programmes li{
}

div.moduletable-programmes li a{
color: #666666;
text-decoration:none;
}

div.moduletable-programmes li a:hover{
color: #fff;
text-decoration:underline;
}




ul.latestnews-spec {
	list-style: none;
	padding: 0;
	margin: 0;
}
a.latestnews-spec {
	width: 200px;
	height: 60px;
	padding-top: 40px;
	padding-left: 20px;
	padding-right: 20px;
	display: block;
	color: white;
	text-decoration: none;
	}
a#vouchers span, a#team-building span, a#team-building-inner span, #signup span {
	padding: 36px 0 0 20px;
	display: block;
	}
a#event-building span, a#event-building-inner span {
	padding: 51px 0 0 20px;
	display: block;
	}
#team-building {
	background: url('../images/xmas.jpg');
	}
#team-building-inner {
	background: url('../images/team_building_inner.jpg');
	}
#vouchers {
	background: url('../images/bg_vouchers.jpg');
	}
#event-building {
	background: url('../images/bg_event.jpg');
	}
#event-building-inner {
	background: url('../images/bg_event_inner.jpg');
	}
#signup {
	background: url('../images/bg_signup.jpg');
	}
#left-column {
	float: left;
	width: 210px;
	padding-left: 65px;
	padding-top: 30px;
	position: relative;
}
#left-column-about {
	float: left;
	width: 230px;
	padding-left: 65px;
	padding-top: 22px;
	position: relative;
}
#left-column p {
	width: 210px;
	}
#narrowcontent { 
	float: right;
	width: 370px;
	padding: 30px 0px 57px 40px;
	position: relative;
}
#narrowcontent-about { 
	float: right;
	width: 369px;
	padding: 22px 0px 57px 0;
	margin-left: 2px;
	position: relative;
}
#narrowcontent p {
	width: 370px;
	text-align: left;
	}
#narrowcontent .post {
	width: 370px;
	}
#widecontent { 
	float: right;
	width: 620px;
	padding: 0 0 57px 0;
	position: relative;
	margin: 9px 0 0 0;
}
#widecontent-video { 
	float: left;
	width: 640px;
	padding: 0 0 57px 0;
	position: relative;
	margin: 9px 0 0 65px;
}
h1.contentpagetitle, .contentheading-contacts td, .contentheading, .componentheading, h1 {
	font-size: 23px;
	line-height: 23px;
	font-family: Georgia;
	color: #ff6600;
	font-weight: normal;
	padding: 0;
	margin: 0 0 16px 0;
	}
h1.about {
	font-family: Georgia;
	font-size: 23px;
	color: #666666;
	font-weight: normal;
	margin: 0 0 0 65px;
	padding: 13px 0 15px 0;
	width: 620px;
	border-bottom: 2px solid #ebebeb;
	}
#right-column {
	float: right;
	width: 240px;
	padding: 16px 5px 17px 40px;
	position: relative;
}
#right-column-vid {
	float: right;
	width: 240px;
	padding: 16px 5px 57px 17px;
	position: relative;
}
#right-column p, #right-column-vid p {
	width: 240px;
	}
#right-column-inner {
	float: right;
	width: 240px;
	padding: 0 5px 57px 40px;
	position: relative;
}
#right-column-inner p {
	width: 240px;
	}
#footer {
	width:970px;
	clear:both;
	height:100px;
	background: url('../images/bg_footer.jpg');
	background-repeat:no-repeat;
	color: #999999;
	text-align:center;
	position:relative;
}
#footer p {
	padding-top: 70px;
	}

#head-buttons {

	float: left;

	width: 450px;

	height: 99px;

	padding: 0 0 0 0;

	margin: 101px 0 0 0;

	}
.xplore {
	margin: 34px 0 3px 0;
	}
#content ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	} 
#content li {
	margin: 0;
	padding: 0;
		background: url('../images/bullet.png') top left no-repeat;
	text-indent: 8px;
	}
.contentintro .leftcol {
	float: left; width: 232px;
	background: url('../images/orangebar.gif') top right no-repeat;
	}
.contentfull .leftcol {
	float: left; width: 232px;
	}
.rightcol {
	float: right; width: 370px; margin-left: 18px;
	}
.leftcol img {
	border: 3px solid #669999;
	}
.clear {
	clear: both;
	}
#flash-header {

	background: url('images/bg_se.jpg');

	float: left;

	width: 660px;

	height: 315px;

	padding: 0;

	margin: 0;

	}
.vid {
	height: 291px;
	width: 200px;
	float: left;
	}
.vid-mid {
	height: 291px;
	width: 200px;
	float: left;
	margin: 0 20px;
	}
	
div.home-left{}
div.home-right{}

div.home-left p span{ font-size: 14px; font-weight: bold; line-height: 20px;}
div.home-left p { text-align:center;}
div.home-right b{

float:right;
padding-right:12px;}



