@import url("../css/global.css");

/*====================*/
/*=== HOME CONTAINERS ===*/
/*====================*/
#wrapper .homeTabs {
	height: 385px;
	position: relative;
	background: url(../gfx/hometabs_bg.jpg) no-repeat 0 100%;
}
#wrapper .roundCorners {
	width: 990px;
	height: 7px;
	display: block;
	background: url(../gfx/banner_roundtips.png) no-repeat 0 0;
	position: absolute;
	top: 115px; 
	left: 0;
	z-index: 9999;
}

#outer_container {
	background:  url(../gfx/footer_bg.jpg) repeat-y 0 0;
}
#container {
	background: url(../gfx/fullgreen_bg.jpg) no-repeat 50% 0;	
	width: 948px;
	padding: 10px 21px 0 21px;
}
#container div {
	width: 266px;
	float: left;
	padding: 0 25px;
	color: #fff;
}
#container div h2.renderFont {
	font: 20px "DIN 1451 Std", Arial, Helvetica, sans-serif;
	width: 227px;
	height: 25px;
	/*background: url(../gfx/homeboxes_headbg.png) no-repeat 0 0;*/
	padding: 0;
	
	color: #fff;
	margin: 0 0 15px 0;
}
#container div p {
	margin: 0 0 20px 0;	
	line-height: 20px;
}
#container div a {
	font-size: 13px;
	font-weight: bold;
	color: #fff;
}
#container div a:hover {
	text-decoration: underline;	
}
#container div .date {
	font-size: 10px;
	color: #E4DED2;
	display:block;
	clear: both;
}

#container div ul {
	margin: 0 0 0 10px;	
}
#container div ul li {
	background: url(../gfx/homebox_bullets.gif) no-repeat 0 3px;
	padding: 0 0 0 15px;
	margin: 0 0 15px 0;
}

ul#newsList {
	margin: -10px 0 10px 0;
}
ul#newsList li {
	margin: 0 0 2px 0;
	padding: 0;
	line-height: 1.2em;
	font-size: 11px;
}
ul#newsList li span.date {
	font-size: 10px;
}

#container .btn {
	display: block;
	height: 28px;
	text-indent: -999em;
}
/*---- SEARCH DB ----- */
#container .search_db {
	width: 150px;
	background: url(../gfx/btn_search_db.png) no-repeat 0 0;
}
#container .search_db:hover {
	background-position: 0 -28px;	
}

/*---- MORE EVENTS ----- */
#container .more_events {
	width: 158px;
	background: url(../gfx/btn_moreevents.png) no-repeat 0 0;
}
#container .more_events:hover {
	background-position: 0 -28px;	
}

/*---- MORE EVENTS ----- */
#container .signup {
	width: 119px;
	background: url(../gfx/btn_signup.png) no-repeat 0 0;
}
#container .signup:hover {
	background-position: 0 -28px;	
}
