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

html, body{
	/*height:100%;*/
	margin:0px;
	overflow:hidden;
	padding:0px;
	/*width:100%;*/
}
body{
	text-align:center;
	line-height:22px;
	background-color:#000000;
	/*background-image:url(../images/back_contact.jpg);*/
	background-position:top center;
	background-repeat:no-repeat;
	color:#000000;
	font-family:courier new, courier, mono;
	font-size:14px;
	font-weight:100;
	padding:0px;
	margin:0px;
}
a img{
	border: none;
}
a:link{
	color: #000000;
	text-decoration: none;
}
a:visited{
	color: #000000;
	text-decoration: none;
}
a:hover{
	color: #cdcdcd;
}
a:active{
	color: #cdcdcd;
	text-decoration: none;
}
#wrapper{
	width:100%;
	height:100%;
	margin:0 auto;
}
#navcontainer{
	width:900px;
	height:100px;
	margin:0 auto;
	text-align:center;
}
#navigation{
	height:60px;
	width:670px;
	text-align:left;
	background:transparent url(../images/content_back.png) repeat scroll 0 0;
	padding:10px 0 0 0;
	margin:20px 0 0 0;
	float:left;
}
#navigation ul{
	margin:0 0 0 0;
	overflow:hidden;
	width:auto
}
#navigation ul li{
	display:block;
	float:left;
	margin-right:10px;
	margin-left:20px;
	margin-top:10px;
	position:static;
}
#logo{
	/*background:transparent url(../images/navtop.png) no-repeat scroll center top;*/
	height:62px;
	width:230px;
	background:transparent url(../images/wflogo.png) repeat scroll 0 0;
	margin:20px 0 0 0;
	padding:8px 0 0 0;
	float:left;
}
#content1{
	clear:both;
}
#contentarea{
	position:absolute;
	top:30%;
	left:0;
	width:100%;
	background:transparent url(../images/content_back.png) repeat scroll 0 0;
	height:300px;
	z-index:400;
}
#contentwrap2{
	width:900px;
	margin:0 auto;
	text-align:center;
}
#contentwrap{
	clear:both;
	position:absolute;
	top:30%;
	left:50%;
	width:900px;
	height:300px;
	text-align:center;
	margin-left:-450px;
	z-index:500;
}
#contentwrap3{
	clear:both;
	position:absolute;
	top:30%;
	left:50%;
	width:800px;
	height:280px;
	text-align:center;
	margin-left:-400px;
	padding:20px 0 0 0;
	z-index:500;
}
#contentleft{
	width:200px;
	height:300px;
	text-align:left;
	float:left;
}
#contentright{
	width:690px;
	height:500px;
	text-align:left;
}
#contentleft2{
	width:350px;
	height:300px;
	text-align:left;
	float:left;
}
#contentright2{
	width:540px;
	height:490px;
	padding:10px 0 0 0;
	text-align:left;
}
.content_words{
	clear:both;
	font-size:14px;
	text-align:center;
	
}
.content_words2{
	clear:both;
	font-size:14px;
	text-align:left;
	
}
.input {
background-color: #ffffff;
border: 1px solid #000000;
color: #6c6c6c;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
}

.input:focus {
background-color: #ffffff;
border: 1px solid #3a3a3a;
color: #6c6c6c;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
}
.slider {position:relative; overflow:hidden; border:none; height:300px; margin-bottom:20px}
.slidercontent {position:absolute}
.slidercontent .upper {border-bottom:1px solid #9ac1c9}
.section {padding:10px}
.newsslider {position:relative; overflow:hidden; border:2px solid #9ac1c9; height:95px; width:700px; background:#eef5f6; margin-bottom:20px}
.newsslidercontent {position:absolute}
.newsslidercontent .upper {border-bottom:1px solid #9ac1c9}
.newssection {padding:10px; height:75px}
.link {cursor:pointer; color:#000000}
.link:hover {color:#000}
