/*----------------------------------------------*/
/*	Front Page Styles			*/
/*	-defines the front page 		*/
/*----------------------------------------------*/

/* Grey gradient background */
#home #container, #meta #container{
	/*background:url("../img/graphics/containerbg-home.jpg") repeat-x top left;*/
}

#rightcolumn {
	margin-left: 13px;
	width: 260px;	
}

#rightcolumn a {
	color: #000;
	text-decoration: none;
}

/*------------------------------------------------------------------------------*/
/*	IMPORTANT:	Only assign a min-height/height to the containing div,	*/
/*			and leave the contained divs without any.		*/
/*			Otherwise you get unexpected behaviour.			*/
/*	(In this case: fronter-top contains fronter-main &fronter-small.)	*/
/*------------------------------------------------------------------------------*/

#fronter-top{
	width: 100%;	
	background: #fff;
}

#fronter-top h3, #fronter-small h3{
	color: #DC464C;
}

#fronter-main{
	width: 70%;	
	float: left;
}

#fronter-main h1 {	
	font-weight:700;
	color:#DC464C;
	letter-spacing:0.025em;
}

#fronter-main p{
	letter-spacing: 0.05em;
	font-size: 0.85em;
}

#fronter-small{
	min-height:200px;
	width: 25%;	
	float: right;
	line-height: 100%;
}

* html #fronter-small{height: 200px;}

#fronter-small h3 a{
	color: #DC464C;
}

#fronter-main a, #fronter-small a{
	text-decoration: none;	
}

#fronter-small .right{
	font-size: 0.8em;
}

.frontPageNewsDateText {	
	float: left;
	color:#A5A5A5;
}

a.frontPageNewsText {
	width: 230px;
	float: left;
	color: #000000;
	/*margin-left: 5px;*/
	margin-right: 2px;
	font-weight: bold;
}

.frontPageNewsTitleText {
	color:#000000;
	font-size:110%;
	font-weight:bold;
	margin-left:15px;
	margin-right:0;
	margin-top: .4em;
}

.frontPageFeatureTextGrey {
	color:#A5A5A5;
	font-size:130%;
	font-weight:bold;
	margin-left:0;
	margin-right:0;
	text-decoration: none;
}



/*----------------------------------------------*/
/*	Front Page Boxes			*/
/*	-defines the boxes at the bottom	*/
/*----------------------------------------------*/

/* First the container */
#fronter-box-container{		
	margin: 0 auto;	
}

#fronter-box-container span{
	display: block;
	margin: 0 auto;
		
}

#fronter-box-container a{	
	text-decoration: none;	
}

/* Defining the boxes */
.fronter-box{		
	float: left;
	border-right: 3px solid #fff;
	border-left: 3px solid #fff;
	width: 32%;
}

.fronter-header{
	padding-top: 5px;
	background: #e6e6e6;
	height: 32px;
	font-weight: bold;	
}

.fronter-header a{
	color: #000;
}

#fronter-box-left{	
	width: 292px;
}

#frontnews {
	width: 100%;
}

#frontnews a {
	color: #000;
}

#frontnews-left {
	width: 65px;
	height: 100%;
	overflow: hidden;
}

#frontnews-right {
	width: 225px;
	height: 100%;
	overflow: hidden;
}

#fronter-box-middle{	
	width: 260px;
	margin: 0 8px 0 8px;
}

#fronter-box-right{	
	width: 260px;
	margin: 0 0 8px 0;
}

.fronter-box a{
	display: block;
}

.fronter-box-image{	
	width: 100%;		
	overflow: hidden;
	margin: 0;	
}


.fronter-box-image img{
	display: block;
	margin: 0 auto;
	border: none;
}

.fronter-box-text{
	float: left;
	width: 100%;	
	margin: 0;
	font-size: 0.85em;
}