﻿@charset "utf-8";
/* CSS Document */

*{	margin:0 auto;
	padding:0;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-o-box-sizing:border-box;
	font-family:arial;
	font-size:12px;
	list-style:none !important;
	background-color:none;}

.logo{
width:984px;
padding:10px 0px 5px 0px ;
}

.banner{
width:100%;
background-color:#ecebeb;
height:58px;
}
.border-darkblue{
border-bottom:#005bab solid 3px;
}

.border-lightblue{
border-bottom: #09C solid 3px;
}

.border-red{
border-bottom: red solid 3px;
}

.border-orange{
border-bottom:orange solid 3px;
}

.border-yellow{
border-bottom:#fee320 solid 3px;
}

.border-darkgreen{
border-bottom:#006a4d solid 3px;
}

.border-lightgreen{
border-bottom:#69be28 solid 3px;
}

.banner-content{
	width:984px;
	line-height:2.1;
font-size:18px;
color: #333;
text-shadow:#ffffff 0 1px 0;
}

.banner-content a{
	font-size:17px;
color:#243e8c;
text-decoration:none;
}

.banner-content a:hover{
color:red;
text-decoration:none;
}

#container {
	width: 984px;
}
.heading{
	font-size:14px;
	color:#dd1f26;
	padding-left:10px;
	padding-top:25px;
	font-weight:bold;
}
.left-menu {
    float: left;
    height: auto;
    position: relative;
    width: 300px;
    z-index: 10;
}
	
.login{
	background:url(../images/login-bg-01.gif);
	background-repeat:no-repeat;
	position:relative;
	float:right;
	width:289px;
	height:181px;
	margin-right:10px;
	margin-top:-10px;
	padding-top:8px;
	text-align:left;
	font-size:17px;
text-shadow:#ffffff 0 1px 0;
}

.login-button{
	position:relative;
	margin-top:65px;
	margin-left:10px;
	width:156px;
height:72px;}




.message{
	position:relative;
	z-index:13;
	padding-left:10px;
	margin-top:170px;
	margin-left:680px;
	width:290px;
height:158px;
line-height:1.8;
color:#626466;

}
.message a{
color:#29438f;
text-decoration:none
}

.message a:hover{
color:#db0011;
text-decoration:none;
}



html, body {
    height: 100%;
    margin: 0;
    padding: 0;
}

#pagewrap {
    margin: 0 auto;
    min-height: 100%;
    position: relative;
    width: 100%;
}

.pagewrap {
    margin: 0 auto;
    width: 984px;
}

#allfooter {
    bottom: 0;
    position: absolute;
    width: 100%;
	background:#ff000cc
}

#footer {
	margin:0 auto;
	padding:o;
	width: 100%;
	background:#ecebeb;
	height:40px
}

.main a {
	font-size: 12px;
	color:#333;
	background-color:none;
	
}
.main a:link {
	color:#333;
	text-decoration: none;
	background-color:none;
	
}
.main a:visited {
	color:#333;
	text-decoration: none;
	background-color:none;
}
.main a:hover {
	text-decoration: none;
	color: #F00;
	background-color:none;
}



.bgimg{
	background:url(../images/employee-01.jpg);
background-repeat:no-repeat;
background-position:right bottom;
width:984px;
height:440px;
}
.footerheight{ position:relative; width:100%; margin:0px auto; padding:0px; height:100px}
/************************************************************************************
CLEARFIX
*************************************************************************************/
.clearfix:after { visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; }
.clearfix { display: inline-block; }
.clearfix { display: block; zoom: 1; }