@charset "utf-8";
/* CSS Document */
*{
	padding:0;
	margin:0;
}

table.pad tr td{
	padding:5px;
}

body{
	font-family:"lucida grande",tahoma,verdana,arial,sans-serif;
	font-size:11px;
	color:#666666;
}

pre{
	font-family:"lucida grande",tahoma,verdana,arial,sans-serif;
	font-size:11px;
	color:#666666;
	line-height:15px;
}

a:link, a:visited{
	color:#999999;
	text-decoration:none;
}
a:hover{
	color:#666666;
	text-decoration:underline;
}

table.address tr td{
	padding: 1px;
}

.float_left{
	float:left;
}
.float_right{
	float:right;
}
.overflow{
	overflow:hidden;
}
.clear{
	clear:both;
}

.container{
	width:800px;
	margin:0 auto;
}

.logo{
	height:105px;
}
.tagline{
	float:left;
	margin-left:10px;
	padding-top:40px;
}

.header{
	background:url(../img/header.jpg) no-repeat center;
	height:250px;
	padding-top:40px;
}
.sidebarmenu{
	margin-left:-3px;
	float:left;
}

.sidebarmenu ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.sidebarmenu ul li{
	line-height:30px;
	position: relative;
}
.sidebarmenu ul li a{
	overflow: auto; /*force hasLayout in IE7 */
	background:url(../img/menu/not_active_menu.jpg) repeat-x;
	text-decoration:none;
	text-align:right;
	padding-right:15px;
	height:30px;
	display:block;
	width:95px;
	color:#666666;
}
.sidebarmenu ul li a span{
	background:url(../img/menu/not_active_menu_left.jpg) left no-repeat;
	display:block;
	padding-left:15px;
}
.sidebarmenu ul li a:hover, .sidebarmenu ul li a:active{
	background:url(../img/menu/hover_menu.jpg) repeat-x;
	color:#000000;
}
.sidebarmenu ul li a.active_menu{
	background:url(../img/menu/active_menu.jpg) repeat-x;
	color:#FFFFFF;
	width:95px;
	padding-right:15px;
	display:block;
	text-align:right;
}
.sidebarmenu ul li a.active_menu span{
	background:url(../img/menu/active_menu_left.jpg) left no-repeat;
	text-align:right;
}

.sidebarmenu ul li a.active_menu2{
	background:url(../img/menu/active_menu.jpg) repeat-x;
	color:#FFFFFF;
	width:150px;
	display:block;
	text-align:right;
}
.sidebarmenu ul li a.active_menu2 span{
	background:url(../img/menu/active_menu_left.jpg) left no-repeat;
	text-align:right;
}

.sidebarmenu ul li ul{
	position: absolute;
	width: 150px; /*Sub Menu Items width */
	top: 0;
	visibility: hidden;
	margin-left:1px;
}

.sidebarmenu ul li ul a{
	width:150px;
}

.sidebarmenu a.subfolderstyle{
	background:url(../img/menu/not_active_menu.jpg) repeat-x;
}

 
/* Holly Hack for IE \*/
* html .sidebarmenu ul li { float: left; height: 1%; }
* html .sidebarmenu ul li a { height: 1%; }
/* End */

.testimonial{
	float:right;
	width:230px;
	margin-right:20px;
	display:block;
}


.featured{
	background:url(../img/featured.jpg) no-repeat top center;
	padding:30px 0 5px 20px;
	overflow:hidden;
	display:block;
}
.featured_info{
	background-color:#eaeaea;
	font-size:11px;
	padding:5px;
	line-height:15px;
	width:230px;
	color:#666666;
}
.featured_content ul li{
	float:left;
	padding-right:20px;
}

.featured_content ul li{
	float:left;
	padding-right:20px;
}

.right_pane{
	width:260px;
	margin-left:15px;
	float:right;
}
.left_pane{
	width:520px;
	float:left;
	margin-top:10px;
}

.news_updates{
	background:url(../img/news_updates.jpg) top no-repeat;
	padding:124px 0 0 0;
	font-size:11px;
	color:#666666;
}
.news_line{
	background:url(../img/news_updates_center.jpg) repeat;
	padding:0 15px 15px 15px;
}
.news_img a{
	float:left;
	margin:0 10px 0 0;
	border:2px #CCCCCC solid;
}
.news_img a:hover{
	border:2px #999999 solid;
}
.news_title a{
	font-weight:bold;
	color:#333333;
	text-decoration:none;
}
.news_title a:hover{
	color:#000000;
}
.news_updates_close{
	background:url(../img/news_updates_bt.jpg) no-repeat;
	height:15px;
}

.content_box{
	margin-bottom:25px;
}
.title_title{
	height:30px;
	margin-bottom:5px;
}
.image{
	margin-right:10px;
	float:left;
}

a.more_text {
	padding-left:15px;
	color:#999999;
	text-decoration:none;
}
a:hover.more_text{
	color:#000000;
	text-decoration:underline;
}
.name{
	color:#333333;
	font-weight:bold;
	margin-top:10px;
}
.name span{
	font-style:italic;
	font-weight:bold;
	color:#000000;
}

.footer{
	margin-left:-10px;
	margin-bottom:10px;
	margin-top:30px;
	display:block;
	overflow:hidden;
}
.footer ul li{
	display:inline;
}
.footer ul li a{
	float:left;
	border-right: 1px solid #CCCCCC;
	padding-right:10px;
	padding-left:10px;
	color:#999999;
	text-decoration:none;
}
.footer ul li a:hover{
	color:#333333;
}
ul li.footer_last a{
	border:none;
}
.copyright{
	margin-bottom:5px;
}

/* Gallery */
.header_gallery{
	background:url(../img/header_gallery.jpg) no-repeat center;
	height:250px;
	padding-top:40px;
}

/* Tips */
.header_tips{
	background:url(../img/header_tips.jpg) no-repeat center;
	height:250px;
	padding-top:40px;
}

/* contact */
.header_contact{
	background:url(../img/header_contact.jpg) no-repeat center;
	height:250px;
	padding-top:40px;
}
.header_box{
	margin-left:30px;
	float:left;
	margin-top:3px;
}

/* map */
.map{
	
}

.header_programmes{
	background:url(../img/header_programmes.jpg) center no-repeat;
	height:250px;
	padding-top:40px;
}
/*
.content_programmes{
	background:url(../img/bg_programmes.jpg) no-repeat fixed center right;
}
*/
.header_about{
	background:url(../img/header_about_us.jpg);
	height:250px;
	padding-top:40px;
}

/* under_construction */
.header_under_construction{
	background:url(../img/header_under_construction.jpg) center no-repeat;
	height:250px;
	padding-top:40px;
}

/* testimonial */
.header_testi{
	background:url(../img/header_testi.jpg) center no-repeat;
	height:250px;
	padding-top:40px;
}

.img_testi{
	margin: 0 10px 10px 0;
	float:left;
}

.img_testi2{
	margin: 0 0 10px 10px;
	float:right;
}

.margin_bottom{
	border-bottom:1px dashed #CCCCCC;
	padding-bottom:10px;
	margin-bottom:30px;
	overflow:hidden;
}
.testi_name{
	font-weight:bold;
	color:#000000;
	font-style:italic;
}

.top_menu{
	float:right;
	margin-top:10px;
}

.top_menu ul li{
	display:inline;
}
.top_menu ul li a{
	float:left;
	border-right: 1px solid #CCCCCC;
	padding-right:10px;
	padding-left:10px;
	color:#999999;
	text-decoration:none;
}
.top_menu ul li a:hover{
	color:#333333;
}
ul li.top_menu_last a{
	border:none;
}


.enrich_content{
	float:left;
	margin-left:20px;
	margin-top:10px;
	width:640px;
}
.enrich_content span{
	font-weight:bold;
	font-size:16px;
	text-transform:uppercase;
}