@charset "utf-8";

/************************************************************************

	Layout:  Home Page
		
	Listing Order:
	==============

	1 - Column Layout
	2 - Text Column Elements

************************************************************************/

/***********************************************************************
	1 - COLUMN LAYOUT
************************************************************************/

#content-columns {
	min-height: 180px;
	height: auto !important;
	height: 180px;
}

#content-columns #col-intro {
	position: relative;
	width: 250px;
	padding: 0 0 0 24px;
	float: left;
	text-align: center;
}

#content-columns #col-banners {
	width: 468px;
	float: right;
	padding: 0;
}

#content-columns #mini-news {
	width: 458px;
	min-height: 90px;
	height: auto !important;
	height: 90px;
	float: right;
	margin: 15px 0 0 0;
}


/***********************************************************************
	2 - INTRO TEXT ELEMENTS
************************************************************************/

#hometitle1, #hometitle2 {
	text-align: center;
	color: #000;
}

#hometitle1 {
	font: small-caps bold 2.4em "Times New Roman", Times, serif;
	letter-spacing: .4em;
}

#hometitle2 {
	font: small-caps normal 1.2em "Times New Roman", Times, serif;
	letter-spacing: .1em;
	padding-bottom: .8em;
}

#content-columns #col-intro p {
	font-size: 1.2em;
	line-height: 1.6;
	padding: 0 5px;
}

/***********************************************************************
	2 - BANNERS ELEMENTS
************************************************************************/

#content-columns #col-banners a {
	background: none;
	display:block;
	padding-left: 0px;
}

#content-columns #col-banners img {
	margin-bottom: 10px;
}

#content-columns #col-banners img.no-margin-bottom {
	margin-bottom: 0px;
}

#mini-news {
	background: transparent url("../img/bg/logo-panel.gif") top repeat-x;
}

#mini-news .news-date {
	font-size: 1em;
	padding-top: .4em;
}

/***********************************************************************
	3 - sIFR
************************************************************************/


.sIFR-active #hometitle1 {
	visibility: hidden;
	font-family: Verdana;
	line-height: 1em;
	font-size: 2.4em;
}

.sIFR-active #hometitle2 {
	visibility: hidden;
	font-family: Verdana;
	line-height: 1em;
	font-size: 1.2em;
}
