/*SEARCH BAR*/
#searchBar_home{
	float:right;
	padding:10px 0 5px 5px;
	display:inline;
	
	width:285px;
	height:25px;
	background: #E5DCCB url(../images/searchbar_round_temp.gif) no-repeat bottom left;
	color:#8F8260;
	font-size:1em;
	text-align:right;
}
#searchBar_home form{
	display:inline;
}
#searchBar_home input#query{
	height: 15px;
	color:#8F8260;
	font-size:10px;
	padding:5px 10px 0;
	display:inline;
}
#searchBar_home input#submit{
}
#searchBar_home a{
	vertical-align:bottom;	
}
#date_home{
	color:#8F8260;
	padding-top:15px;
	padding-right:10px;
	float:right;
	font-size:0.9em;
}

/*BANNER*/
#banner_home{
	height:297px;
	
}
#banner_home_news a{
	font-weight:bold;
}
#banner_home_news{
	margin-top:10px;
	font-size:0.95em;
	line-height:1.06em;
}
#banner_home_news td.banner_news_bullet{
	background:url(../images/banner_news_bullet.gif) 12px 0 no-repeat;
	width:13px;
}
/*FOR IE5 TABLE RULES*/
#banner_home_news  td{
	font-size:1em;
	color:#FFFFFF;
	padding-right: 20px;
	padding-bottom:5px;
}
/*                  */
#banner_home_news  a{
	cursor:pointer;
	color:#CC0000;
}

/*MAIN CONTENT*/
* html #content_home  /* this is recognized by IE only */
  {
  width: 700px;  /* total width, only for IE5.x/Win */
  w\idth: 670px; /* content width for other IE */
  }

#content_home{
	width:670px; /* 675 - padding*/
	padding-right:5px;
	border-right:1px solid #CCC;
	margin-top:16px;
}
div.h1{
	margin:20px 0 20px 0;
	padding:0;
}

/*SIDE BAR*/
#sideBar_home{
	float:right;
	width:250px;  /*275px*/
	margin-top:16px;
}




/*exhibition_link*/
a#exhibition_link{
	background:url(../images/exhibition_link.jpg) no-repeat 0 -300px;
	width:241px;
	height:300px;
	display:block;
	margin:10px 0 30px 0;
}
a#exhibition_link span{
	display:none;	
}
a#exhibition_link:hover{
	background:url(../images/exhibition_link.jpg) no-repeat 0 0px;
}

/*FEATURED PROJECTS*/
div#featured_projects{
	position:relative;
	margin-bottom:30px;
}
a.featured_project{
	display:block;
	background:#DFD9CA url(../images/featured_project-bg.gif) no-repeat 204px 0; 
	width:238px;
	height:61px;
	margin:10px 0;padding:0;
	position:relative;
	color:#000C27;
	font-size:0.9em;
	overflow:hidden;
	line-height:110%;
	cursor:pointer;				/*edit*/
}
a.featured_project span.imp{
	line-height:160%;
}
a.featured_project:hover{
	text-decoration:none;		
	/*background:#DFD9CA url(images/featured_project-bg.gif) no-repeat 204px -61px;*/
	background:#004685 url(../images/featured_project-bg2.gif) no-repeat 204px -61px;
	color:#FFF;
}
a.featured_project img{
	float:left;
	margin:0;padding:0;    /*edit*/margin-right:8px;
}
a.featured_project div{
	float:left;
	margin:0;padding:8px;
	width:135px;
}


/*FEATURES*/
table#features{
	margin:20px 0;
	padding:0;
	border-collapse:collapse;
}
#features td{
	margin:0;padding:0;	
}
a.feature_button{
	width:206px;
	margin:0 16px 0 0;padding:39px 0 0 0;
	font-size:1em;
	display:block;
	color:#333;
}
#fb_fac{
	background:url(../images/features_top-fac.gif) no-repeat 0 0;
}
#fb_ser{
	background:url(../images/features_top-ser.gif) no-repeat 0 0;
}
#fb_ski{
	background:url(../images/features_top-ski.gif) no-repeat 0 0;
}
#fb_fac:hover{
	text-decoration:none;
	background:url(../images/features_top-fac.gif) no-repeat -206px 0px;
}
#fb_ser:hover{
	text-decoration:none;
	background:url(../images/features_top-ser.gif) no-repeat -206px 0px;
}
#fb_ski:hover{
	text-decoration:none;
	background:url(../images/features_top-ski.gif) no-repeat -206px 0px;
}

div.feature_button_end{
	margin:0;
}
p.feature_button-text{
	border:1px solid #E6EAF5; 
	border-top:none; 
	border-bottom:none;
	margin:0;padding:12px;padding-bottom:0;
}
span.feature_button-more{
	text-align:right;
	display:block;        color:#004684;
}
div.feature_button-bottom{
	height:10px;
	width:206px;
	background:url(../images/features_bottom.gif) no-repeat bottom center;
}


