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

* {
	padding:0;
	margin:0;
}
body{
background:url(../images/mainbg.jpg) repeat-x;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
font-weight:normal;
color:#000;
}
h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:17px;
	font-variant:normal;
	font-weight:bold;
	color:#016acc;
	padding:15px 0 0 10px;
}
#wrapper{
	width:950px;
	margin:0 auto;
}
#header {
	width:950px;
	height:94px;
	float:left;
}
.logo {
	width:265px;
	float:left;
	padding:38px 0 0 0;
}
.logo a {
	width:265px;
	display:block;
	background:url(../images/logo.gif) no-repeat;
	height:33px;
	text-indent:-9000px;
}
#nav {
	width:544px;
	float:right;
}
#nav ul {
	list-style:none;
	float:left;
}
#nav ul li {
	float:left;
}
#nav ul li a {
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	font-weight:normal;
	color:#000;
	text-decoration:none;
	padding:0 12px 0 12px;
	line-height:82px;
}
#nav ul li a:hover {
background:url(../images/hover.jpg) repeat-x;
color:#FFF;
text-decoration:none;
display:block;
}
#nav ul li a.over {
background:url(../images/hover.jpg) repeat-x;
color:#FFF;
text-decoration:none;
display:block;
}
.banner{
	background:url(../images/banner.jpg) no-repeat;
	width:950px;
	height:239px;
	float:left;
	margin:8px 0 0 0;
}
#content{
width:950px;
float:left;
padding:10px 0 0 0;
}
.boxtop {
	background:url(../images/topbar.jpg) no-repeat;
	height:49px;
	width:674px;
	float:left;
}
.boxmdl {
	background:url(../images/boxbg.jpg) repeat-x #e6e6e6;
	width:672px;
	float:left;
	border-left:#d1cfcf solid 1px;
	border-right:#d1cfcf solid 1px;
}
.boxmdl p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	color:#000;
	padding:0 6px 0 6px;
}
.boxbtm {
	width:674px;
	float:left;
	margin:0 0 10px 0;
}
.rightpanel{
	width:255px;
	float:right;
}
.rightpanel_img{
	width:255px;
	float:left;
}
.rytarea1{
width:255px;
float:left;
}
.rytarea h1{
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:30px;
	color:#016acc;
}
.rytarea_text {
width:230px;
float:left;
margin:5px 0 10px 0;
}
.footer{
	background:url(../images/footer.jpg) no-repeat;
	width:950px;
	height:90px;
	float:left;
}
.footer-nav{
	width:600px;
	height:60px;
	float:left;
	padding:0 0 0 300px;
}
.footer-nav ul {
	list-style:none;
	float:left;
}
.footer-nav ul li {
	float:left;
}
.footer-nav ul li.no-sap {
	background:none;
}
.footer-nav ul li a {
	font-size:13px;
	color:#124354;
	text-decoration:none;
	display:block;
	padding:30px 10px 0 10px;
}
.footer-nav ul li a:hover {
	text-decoration: underline;
}
	
