/*---{ Imports )-------------------------------------------------------*/

@import "custom/news.css";
@import "custom/search.css";

/* ---------- */

#flashImg{
	position: absolute;
	z-index: 1;
	width: 700px;
	height: 230px;
	right: 10px;
	bottom:0px;
}

#topcol{
	position: relative;
	display:block;
	margin: 0px;
	padding: 0px 10px;
	height: 53px;
	background:url(../images/top-col.png) no-repeat top left;
	
	_border-top:1px solid white;
	_background:none;
	_background-color: #296dc1;
}

#topcol h1{
	position: absolute;
	left: 307px;
	top:0px;
	font-size: 24px;
	color: White;
	margin:0px;
	padding:0px;
	line-height: 53px;
}

#topcol h1 a{
	color: white;
	text-decoration: none;
}

#topcol h1 a:hover{
	color: #ffe6f6;
}

#footer-wrapper
{
	position: relative;
	padding: 0px;
	margin: 0 auto;
	text-align: left;
	width: 1000px;
	font-size: 85%;
	background: url(../images/footer-back.png) no-repeat bottom left;
	min-height:205px;
}

#sidecol h2{
	border-top:1px solid white;
	border-bottom: 1px solid white;
	background-color:#b5c2e3;
	color:#3e5c92;
	font-size: 12px;
	font-weight: bold;
	line-height: 36px;
	display: block;
	padding: 0px 10px;
	margin: 0px;
	
}

#search{
	position: absolute;
	left: 20px;
	top: 15px;
	display: block;
	width: 215px;
	height: 22px;
	background: White url(../images/search.gif) no-repeat top left;
}

#search input.search{
	position: absolute;
	left: 25px;
	top:3px;
	width: 150px;
	border:0px;
}

#search img{
	position: absolute;
	right:1px;
	top:1px;
	cursor: pointer;
}

#langNav {
	position: absolute;
	top: 20px;
	right: 15px;
	margin: 0;
	padding: 0;
	list-style: none;
}

#langNav li {
	margin-left: 10px;
	float: left;
}

#langNav img {
	padding: 1px;
}

#langNav li.active img {
	border: 1px solid #b5c9dc;
}

#langNav img {
	border: none;
}