@charset "UTF-8";
/* CSS Document */


#homepagesearch{
	margin:0px;
	font-size:16px;
	font-weight:bold;
	width:413px;
	border:thin solid;
	background-color:#FFF;
	height:21px;
	float:left;
	border-color:#999;
}

#homepagenewsearch{
	margin:0px;
	font-size:16px;
	font-weight:bold;
	width:413px;
	border:thin solid;
	background-color:#FFF;
	height:21px;
	float:left;
	border-color:#999;
}

.homesearchlink{
	cursor: pointer;
	outline: 0;
	text-indent: -99999px;
	display: block;
	width: 45px;
	height: 30px;
	background: url("../images/buttons/button-icon-search.png") top left;
	margin-top:1px;
	hasLayout: 1;
	position:relative;
	left:-56px;
	
}

a.homesearchlink:hover {
	background: url("../images/buttons/button-icon-search.png") bottom right;
	
}


.newsearch{
	z-index:999;
	margin-top:20px;
	margin-left:20px;
	position:absolute;
}
.biganim{
	background: url("../images/variable/animation_background.jpg") ;
	height:585px;
	width:950px;
	z-index:1;
}

#page{
	padding: 0px 0px;
}

h1.mainheader{
	color:#FFF;
	font-size:28px;
	font-weight:bold;
}

