/* Imagebar describes the well errrm imagebar on tho op the homepage */

.imagebar 			{ 	margin-left:auto; margin-right:auto; margin-top:15px;width: 1100; text-align: center; background-color:transparent; border-radius:0px;}
.imagebar img 		{	border-radius: 5px; box-shadow: 5px 5px 5px #222;margin: 0 7px 0 7px;}
.imagebar a:hover 	{	background-color:transparent;border-radius:3px; }
.highlight img		{	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=70);-moz-opacity: 0.7;opacity: 0.7;border-radius: 5px;}
.highlight:hover img{	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);-moz-opacity: 1;opacity: 1;}

.whatson		{	width:815px;border:1px solid #000000; border-color:#eee #333 #666 #eee;margin-top:25px;padding:5px 10px;text-align:justify;border-radius:3px;}
.whatson	 h3	{	line-height: 1.0em;}
.welcome 			{	position:relative;left:73px;top:-25px;	}

.searchbox 				{height:0;margin:5px;position:relative;top:-10px;left:572px;											}
/* There's a separate style for the searchbox on the homepage */


.center				{	color:#555555;background-color:#cccccc;}																		
.center a:link		{	color:#6699ff;	}
.center a:hover		{	color:#6699ff;	}
table, tr, td, p  	{	color:#55555;}

/* Infoblock describes the buttons in the lower half of the homepage, giving direct access to the most important pages of the site */
.infoblock 			{	padding: 3px 3px 3px 3px;margin:3px 0px 3px 10px;width:140px;height:123px; border-style:solid; border-width: 1px; 
						border-color:#eee #333 #666 #eee; border-radius:5px;background-color:#ccc;
						text-align:center;overflow:hidden;font-size:0.8em;line-height:1.3em;float:left;}
.infoblock:hover	{	background-color:#eee;border-color:#333 #fff #fff #333;}
.infoblock img 		{	padding:0 0 0 0;margin:0 0 5px 0;box-shadow: 0 0 0 transparent;width:130px;height:75px;}

.line				{	clear:both; border-bottom:1px solid #999;height:20px;margin-bottom:15px;}