@charset "utf-8";
/* CSS Document */
body {
	background: #fff url(../images/bg.gif) top center no-repeat;
	margin:0;
	padding:0;
}
#logo-bar {
	width:980px;
	height:56px;
	background: url(../images/logo.gif) 0 0 no-repeat;
	margin:0 auto;
}
.submenu {
	width:320px;
	height:20px;
	font-size:12px;
	letter-spacing:1px;
	margin-top:30px;
	float:right;
	text-align:center;
}
.submenu a { color:#fff;}
.submenu > a:hover { border-bottom:1px solid #E6F6F9;}
.submenu span {
	font-size:10px;
	margin:0 5px 0;
	color:#135d9b;
}

#wrapper {width:100%;}

#wrapper div { text-align: center;}
.gray { background-color: #f7f7f7;}

#header {
	background: url(../images/header_ie8.jpg) top center no-repeat;
	width: 100%;
	height: 680px;
	text-indent: -9999px;
}

#footer{
	border-top:6px solid #eb6100;
	background-color: #005bac;
	padding: 20px;
}
#footer p {
	color: #ffffff;
	font-size: 14px;
	letter-spacing: 1px;
	line-height: 18px;
}
