@charset "utf-8";
/* CSS Document */
body{
	margin:0px;
	padding:0px;
	font-family:Arial, Helvetica, sans-serif;
	color:#000000;
	font-size:12px;
}
h1, h2, h3, h4, h5, h6, table, form, input, p{
	margin:0px;
	padding:0px;
	font-weight:normal;
}
p{
	padding:10px 10px 0px 10px;
}
.clear{
	clear:both;
}
.left{
	float:left;
}
.right{
	float:right;
}
#header{
	width:100%;
	height:103px;
	background-image:url(../images/header-bg.jpg);
	background-repeat:repeat-x;
}
.header_content{
	width:1000px;
	height:103px;
	margin:auto;
}
.header_content .logo{
	margin:10px 0px 0px 45px;
}
.top_navigation{
	width:auto;
	margin:70px 10px 0px 0px;
}
.top_navigation ul{
	height:33px;
	margin:0px;
	padding:0px;
	list-style:none;
}
.top_navigation ul li{
	height:23px;
	float:left;
	padding:10px 10px 0px 10px;
	/*background-color:#FF9900;*/
	border-left:#FFFFFF 1px solid;
}
.top_navigation ul li a{
	text-decoration:none;
	color:#FFFFFF;
	font-weight:bold;
}
.top_navigation ul li a:hover{
	text-decoration:none;
	color:#ffff02;
	font-weight:bold;
}
.top_navigation ul li .selected{
	text-decoration:none;
	color:#ffff02;
	font-weight:bold;
}
/*START MAIN PART CSS*/
#main_container{
	width:900px;
	margin:auto;
	clear:both;
	overflow:hidden;
	padding-bottom:20px;
}
.banner_bx{
	width:900px;
	height:275px;
	margin-top:15px;
}
.banner_bx table h1{
	font-size:18px;
	padding:6px 10px 0px 10px;
}
.banner_bx .login_bx{
	margin:158px 0px 0px 77px;
}
.roundcontainer{
	width:900px;
	height:211px;
	margin:10px 0px 0px 0px;
}
.roundcontainer .round_content{
	width:880px;
	height:211px;
	background-image:url(../images/home-pushes-bg.gif);
	background-repeat:repeat-x;
}
.pushes{
	width:292px;
	height:211px;
	float:left;
	margin:0px 0px 0px 0px;
	border-left:#a5aaaf 1px solid;
}
.pushes h1{
	font-size:12px;
	font-weight:bold;
	font-family:Verdana;
	color:#004aa3;
	padding:10px 10px 0px 10px;
}
.pushes p{
	padding:10px 10px 0px 10px;
	line-height:18px;
}
.pushes .button{
	margin:10px 10px 0px 0px;
	float:right;
}
/*END MAIN PART CSS*/
#footer{
	width:100%;
	height:73px;
	background-image:url(../images/footer-bg.jpg);
	background-repeat:repeat-x;
	clear:both;
}
#footer .footer_content{
	width:1000px;
	height:73px;
	/*background-color:#9900CC;*/
	margin:auto;
}
#footer .footer_content .securesite{
	margin-left:75px;	
}
#footer .footer_content .footer_links{
	height:65px;
	/*background-color:#FF99CC;*/
	text-align:center;
	padding:8px 0px 0px 0px;
	font-size:11px;
}
#footer .footer_content .footer_links a{
	text-decoration:none;
	color:#000000;
	font-size:12px;
	line-height:25px;
	margin:0px 5px 0px 5px;
}
#footer .footer_content .footer_links a:hover{
	text-decoration:underline;
	color:#000000;
	font-size:12px;
	line-height:25px;
	margin:0px 5px 0px 5px;	
}