﻿*
{
	margin: 0;
	padding: 0;
}
body
{
	width: 857px;
	margin: 0 auto;
	background-color: #F9F9F9;
    color:#00406E !important;
	font-size: 12px;
	font-family: arial, verdana, sans-serif;
}
img
{
	border: 0;
}
.clear
{
	clear: both;
}
a
{
	text-decoration: none;
}
h2
{
	font-size: 15px;
	color: #003069;
}
/* Header ********************************************************* */
.header
{
	width: 100%;
}
.header .logo
{
	float: left;
	width: 155px;
}
.header .header_right
{
	float: right;
	width: 700px;
}
.header_right .search
{
	float: right;
	padding: 30px 0px 10px 0px;
}
.header_right .search input{
    border:solid 1px #333;
    font-size: 0.9em;
    color:#197A9A;
    padding:1px 0px 1px 3px;
    width:112px;
}
.header_right .search input.btsearch
{
	background-image: url(../Images/Skin/search.jpg);
	background-repeat: no-repeat;
	border: 0;
	width: 21px;
	height: 18px;
	cursor: pointer;
}
.header_right .navi_top
{
	float: right;
	width: 700px;
}
*+html .header_right .navi_top
{
	width: 675px;
}
.navi_top ul
{
	float:right;
}
.navi_top ul li
{
	display: inline;
	padding: 0px 6px 0 3px;
	border-right: 1px solid #FEC31D;
}
.navi_top ul li.non_border
{
	padding-right: 0px;
	margin-right: 0px;
	border-right: none;
}
.navi_top ul li.non_padding
{
	padding-left: 0px;
}
.navi_top ul li a
{
	font-weight: bold;
	color: #0482A4;
	
}
.navi_top ul li a:hover
{
	color: #FAA723;
}
/* End Header ********************************************************* */
