@charset "UTF-8";
/* CSS Document */


body{
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
	color: #575a5d;
    background: #fffffff;
    font-size:14px;
    line-height: 17px;
}
a {
    color: #575a5d;
}
p{
	margin:0 14px 28px 14px;
	font-family:"Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
	font-size:9px;
	line-height:10px;
	color:#575a5d;
}
h3{
	margin-top:5px;
	margin-bottom: 20px;
	font-weight:bold;
	font-size: 24px;
	line-height:28px;
}
h6{
	font-size: 14px;
	line-height:10px;
	font-family:"Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
	text-align:center;
}
.h6{
	font-size: 14px;
	line-height:10px;
	font-family:"Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
	text-align:center;
}
.h6a{
	font-size: 14px;
	line-height:16px;
	font-family:"Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
	text-align:left;
	margin-bottom:10px;
	text-indent: -19px;

}
ul {
    list-style-image: url(file:///D|/Dentino/CitibankShell/citi3/images/arrow.gif);
    list-style-position: inside;
}
sup{
	vertical-align:super;
	font-size:.8em;
	line-height:0!important;
}
ul li {
  padding-bottom: 10px;
}
.container{
	max-width:1024px;
	padding: 0px;
	margin:0 auto;
}
.header {
	width:100%;
	height:auto;
}
.layer	{
	z-index:-1;
	position: absolute;
	margin-top: 8%;
	display:block;
}
.card{
	position:absolute;
}
.citiCard{
	position: relative;
	margin-top: -20%;
	width: 453px;
	height: auto;
}
.apply{
	position: relative;
	width: 453px;
	height: auto;
	margin-top: 50%;
}
.applyApp{
	position: relative;
	width: 453px;
	height: auto;
	margin-top:1%;
}
.content{
	margin-left: 45%;
	margin-right:1%;
}
.block	{
	display:block;
}
.float-left{
	float:left;
}
.float-right{
	float:right;
}



