@charset "UTF-8";
/* CSS Document */

a{
	color:inherit;
}
body
{
	margin-top:0px;
	margin-bottom:0px;
	font-family:arial;
	font-size: 12px;
	background-color: #EEE;
	margin-right: auto;
	margin-left: auto;
	width: 1000px;
}


.header
{
	width:1000px;
	float:left;
	background-color: #FFF;
}

.bigbanner
{
	width:1000px;
	height:433px;
	float:left;
}

.nevi_bar
{
	width:1000px;
	height:50px;
	float:left;
	font-size:12px;
	font-weight:bold;
}

.nevi_bar ul li a{
	text-decoration:none;
}

.nevi_bar ul{
	display:block;
	float:left;
	width:100%;
	margin:0px;
	padding:0px;
	background-color: #008FD9;
}
.nevi_bar ul li{
	float:left;
	list-style-type:none;
}
.nevi_menu{
	/*float:left;*/
	padding-left:14px;
	padding-right:15px;
	padding-top:20px;
	height:30px;
	text-align:center;
	cursor:pointer;
}
.nevi_menu_specific{
	/*float:left;*/
	padding-top:13px;
	height:37px;
	text-align:center;
	cursor:pointer;
	width:100%;
}

.middle
{
	width:1000px;
	float:left;
	padding-bottom: 20px;
	background-color: #FFF;
	background-image: url(/Content/images/BIFF/bg_circle.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}


.footer{
	width:1000px;
	float:left;
	background-color: #FFF;
}

.footer a{
	text-decoration: none;
}

.left_shortcut
{
	width:230px;
	float:left;
}

.button_left1
{
	width:181px;
	float:left;
	padding-bottom: 10px;
}

.wrap_shortcut
{
	width:181px;
	float:left;
	padding-right: 20px;
	padding-left: 20px;
}

.right_side
{
	float:left;
	width:730px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #666;
	padding-left: 20px;
}

.head_line
{
	float:left;
	width:100%;
	font-size: 28px;
	font-weight: bold;
}

.line
{float:left;
width:100%;
}

.sitemap
{
	float:left;
	width:842px;
	height:77px;
	background-color: #CCC;
	text-align: right;
	padding-right: 20px;
}

.left_logo
{
	float:left;
	width:138px;
	height:77px;
}

.text_area
{
	float:left;
	width:100%;
	padding-top: 10px;
	padding-bottom: 10px;
}

.text_area_center
{
	float:left;
	width:100%;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
}

.color_bar
{
	width:1000px;
	float:left;
	height: 14px;
}

.search_wrap
{float:left;
width:100%;
}

.search_tools
{
	width:50%;
	float:right;
	padding-right: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
}

.wrap_search
{
	float:right;
	background-color: #CCC;
	border: 1px solid #333;
	text-align: center;
	padding: 6px;
	width:270px;
	display:inline;
}

.input1
{
	width:160px;
	font-size:14px;
	float:left;
	background-color: #FFF;
	border: 1px solid #888558;
	color:#333;
}

.button1
{
	width:60px;
	height:20px;
	float:left;
	font-family: arial;
	font-size: 12px;
	font-weight: bold;
	color: #DED497;
	text-align: center;
	cursor:pointer;
	padding-left: 5px;
}

.button1:hover
{
	color:#000;
	background-color: #DED497;
}

.font_blue
{
	color:#0091DD;
}

.font_grey
{
	color:#333;
}

.brochure
{
	width:630px;
	height:572px;
	float:left;
	padding-left:20px;
	padding-top: 10px;
	padding-bottom: 20px;
}

.blue_button
{
	padding:12px;
	width:120px;
	float:left;
	background-color:#0091DD;
	color:#FFF;
	cursor:pointer;
	font-size: 18px;
	font-weight: bold;
}

.before_blue
{
	width:120px;
	float:left;
	color:#333;
	padding-top: 15px;
	padding-right: 2px;
	padding-bottom: 15px;
	padding-left: 170px;
}

a.slink{
	color:#333;
	text-decoration:none;
}
a.slink:hover{
	color:#333;
	text-decoration:none;
}