/* Home Page CSS */

/* 	Site colours:
	Light grey 	- 	#DDDFD9;
	Dark grey	- 	#616161;
	Mid grey	-	#878787;
	Pink		-	#FF0099;
*/

html {
	padding: 0px;
	overflow: hidden;
	}

body {	
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	margin: 0px;
	padding: 0px;
	overflow: hidden;  
	}

#bg_container {
	width: 100%;
	height: 800px;
	position: absolute;
	overflow: visible;
	z-index: -1;
	top: 0px;
	}
	
#topbar{
	width: 100%;
	height: 90px;
	background-color: #DDDFD9;
	padding: 20px;
	z-index: 0;
	display: block;	
	overflow: auto;
	}
	
#logo {
	width: 400px;
	height: 82px;
	float: left;
	display: inline;
	}	
	
#navigation {
	width: 480px;
	float: left;
	display: inline;
	padding: 0px 40px;
	border-left: solid 1px #FF0099;	
	}	
	
#navigation .box_1 {
	width: 160px;
	float: left;
	display: inline;
	}	
	
#navigation .box_2 {
	width: 160px;
	float: left;
	display: inline;
	}
	
#navigation .box_3 {
	width: 160px;
	float: left;
	display: inline;
	}	
	
#navigation ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	}
	
#navigation li a {
	font-family: Georgia, serif;
	font-size: 12px;
	line-height: 135%;
	color: #616161;
	text-decoration: none;
	}

#navigation li a:hover {
	color: #FF0099;
	}	
	
#news {
	width: 700px;	
	background: #DEDEDE url(../media/news_top_2.gif) 0 0 no-repeat; 
	filter: alpha(opacity=80); 
	opacity: 0.8; 	
	float: left;
	display: inline;
	margin-top: 15px;
	margin-left: 15px;
	padding: 0px 20px 0px;
	z-index: 1;
	overflow: auto;	
	}
	
#news p {
	font-family: Verdana, sans-serif;
	font-size: 11px;
	color: #333333;
	line-height: 17px;

	}
	
#news p .head {
	font-size: 16px;
	display: block;
	margin-bottom: 7px;
	}
	
#news p a {
	font-size: 12px;
	color: #616161;
	text-decoration: none;
	}
	
#news p a:hover {
	color: #FF0099;	
	}
  
#frontlink {  
  position: absolute;  
  top: 140px;  
  left: 10px;	
  background: #DEDEDE no-repeat;	
  filter: alpha(opacity=80);	
  opacity: 0.8;	
  display: inline;	
  padding: 4px 10px 4px 10px;	
  z-index: 1;	
  overflow: auto;  
  color: #687A87;
}

img.frontpage {  
   border: none;   
}
 
