* {
	margin: 0;
	padding: 0;
}
html, body {
	height:100%;
	width:100%
}		
body {
	background:#f0f0f0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#2b3f7f;
	}

a {
	color:#2b3f7f;
	text-decoration:underline;
	}
a:hover {
	text-decoration:none;
	}
img { border:0 none}
table, tr, td, th {
	border:0 none;
	border-collapse:collapse;
    font-size:12px;
	}
p {
	margin:0;
	padding:10px 0;
	}
input, select, textarea {
    font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
    }
.clearfix:after {content:"."; display:block; height:0px; clear:both; visibility:hidden;}
.clear { clear:both; font-size:0px; overflow:hidden}
.float-l { float:left}
.float-r { float:right}
.align-center { text-align:center}	
.align-left { text-align:left}	
.align-right { text-align: right}	




#wrapper {
	width: 920px;
	margin:0 auto;
	padding:30px 0;
}



/* Middle
-----------------------------------------------------------------------------*/
#middle {
	padding:10px 0 10px 210px;
	height: 1%;
}
#container {
    width: 100%;
	float: left;
	overflow: hidden;
	margin-right: -100%;
}
#content {    
    background:#FFFFFF;
    border:1px solid #d1d1d1;
    
    border-radius:10px;
    -moz-border-radius:10px;
    -webkit-border-radius:10px;
    -khtml-border-radius:10px;
    
    box-shadow:0px 0px 10px #e3e3e3;
    -moz-box-shadow:0px 0px 10px #e3e3e3;
    -webkit-box-shadow:0px 0px 10px #e3e3e3;
    
    behavior: url(css/PIE.htc);
    z-index:5;
    
    padding:10px
}

/* Sidebar Left
-----------------------------------------------------------------------------*/
.sidebar {
	float: left;
	width: 200px;
	position: relative;
    left:-210px;
}

.sidebar .bg-sidebar {
	width: 200px;
	position: relative;
    background:#FFFFFF;
    border:1px solid #d1d1d1;
    
    border-radius:10px;
    -moz-border-radius:10px;
    -webkit-border-radius:10px;
    -khtml-border-radius:10px;
    
    box-shadow:0px 0px 10px #e3e3e3;
    -moz-box-shadow:0px 0px 10px #e3e3e3;
    -webkit-box-shadow:0px 0px 10px #e3e3e3;
    
    behavior: url(css/PIE.htc);
    z-index:6;
    
    padding-bottom:60px
}

.sidebar .bg-sidebar1 {
	width: 200px;
	position: relative;
    background:#FFFFFF;
    border:1px solid #d1d1d1;
    
    border-radius:10px;
    -moz-border-radius:10px;
    -webkit-border-radius:10px;
    -khtml-border-radius:10px;
    
    box-shadow:0px 0px 10px #e3e3e3;
    -moz-box-shadow:0px 0px 10px #e3e3e3;
    -webkit-box-shadow:0px 0px 10px #e3e3e3;
    
    behavior: url(css/PIE.htc);
    z-index:6;
    margin:10px 0 0 0  ;
    padding-bottom:15px;    
}
.sidebar span.title-sidebar {
    display:block;
    font-size:16px;
    line-height:16px;
    color:#ffffff;
    padding:10px;
    text-align:left
    }
.sidebar .bg-sidebar1  a {
    display:block;
    background:url(../img/a2.gif) 10px 6px no-repeat;
    padding:5px 0 3px 28px;
    font-size:13px;
    font-weight:bold;
    margin:0 0 0 15px;
  
    } 
    
    
.logo, .logo a {
    position:relative;
    width:160px;
    height:102px;
    margin:0 auto;
    text-decoration:none;
    }
.logo a {
    background:url(../img/logo.svg) center center no-repeat;
    display:block;
    z-index:6    
}

/* Footer
-----------------------------------------------------------------------------*/
#footer {
	padding:0 0 0 210px;
    font-size:13px;
    text-align:center;
    line-height:20px;
    clear:both
	}
#footer .footer-link {
    padding:25px;        
    }
#footer .footer-link  a {
    text-decoration:none;
    margin:0 7px;
    }

.login-form {  
    background:#f0f0f0;
    border-top:1px solid #d1d1d1;
    border-bottom:1px solid #d1d1d1;
    padding:5px 15px;
    }
.login-form .input {
    padding:2px 0;
    }
.login-form .input label {
    display:block;
    color:#4660b5;
    font-weight:bold
    }
.login-form .input input.text {
    width:165px;
    padding:2px;
    border:1px solid #d4d0c8;
    }
.login-form .input input.password {
    width:90px;
    padding:2px;
    border:1px solid #d4d0c8;
    }
.login-form .button {
    padding:18px 0 0 0;
    }
.login-form .button input.Buttons {
    width:65px;
    padding:2px;
    }
.login-form a {
    text-decoration:none;
    }
.login-form .buttons {
	color: #FFFFFF;    background:url(../img/btn.gif) left top repeat-x #2f4283;    border:0 none;
	font-weight: bolder;
	border-top-style: outset;
	border-right-style: outset;
	border-bottom-style: outset;
	border-left-style: outset;
	list-style-type: none;        border-radius:5px;    -moz-border-radius:5px;    -webkit-border-radius:5px;    -khtml-border-radius:5px;        box-shadow:0px 0px 2px #dadada;    -moz-box-shadow:0px 0px 2px #dadada;    -webkit-box-shadow:0px 0px 2px #dadada;            behavior: url(../../css/PIE.htc);    position:relative;    z-index:7;
}

.small {
    font-size:11px;
    }
.call-customer-service {
    background:url(../img/icon1.png) left 20px no-repeat;
    padding:20px 0 10px 40px;
    color:#827d7d;
    font-weight:bold;
    }
.call-customer-service  span.number {
    display:block;
    color:#4660b5;
    font-size:18px
    }

    
    
.bg1 {
    background:url(../img/bg1.gif) left top repeat-x #263978;
    border-radius:10px 10px 0 0;
    -moz-border-radius:10px 10px 0 0;
  
    -webkit-border-top-right-radius:10px;
    -webkit-border-top-left-radius:10px;
  
    -khtml-border-radius:10px 10px 0 0;    
    
    behavior: url(css/PIE.htc);
    z-index:7;
    } 

.bg2 {
    background:#263978;
    
    border-radius:0 0 10px 10px;
    -moz-border-radius:0 0 10px 10px;
  
    -webkit-border-bottom-left-radius:10px;
    -webkit-border-bottom-right-radius:10px;
  
    -khtml-border-radius:0 0 10px 10px;
    
    behavior: url(css/PIE.htc);
    z-index:7;
    }     
.slisedshow {
    background:#f0f0f0;
    margin:1px auto;
    border:1px solid #d1d1d1;
    width:680px;
    text-align:center;
    }
.content span.style7 {
    display:block
    }
.login_show a{
    margin-left: 30px;
}
.login_show .addon_stl{
    padding: 4px 0;
    color: #fff;
    position:relative;
    display:block;
    width:70px;
    text-align:center;
    margin:0 auto
}

.claimNo:hover {
	text-decoration: underline;
}

