/* CSS Document */
body{
margin:0 auto;
padding:0px;
background:url(hp-landing-images/hp-landing-header-bg.jpg) center top repeat-x;
font-family:"trebuchet MS";
}
#hp-landing-header{
width:100%;
height:auto;
margin:0px;
padding:0px;
}
.hp-landing-logo-area{
width:1000px;
/*height:170px;*/
margin-left:auto;
margin-right:auto;
text-align:center;
padding:12px 0 14px;
}
.hp-landing-welcome-area{
width:100%;
height:35px;
background:#221E1F;
text-align:center;
font-size:26px;
color:#fff;
font-weight:bold;
padding:3px 0 0 0;
}
#hp-landing-middle{
width:100%;
height:auto;
/*min-height:350px;*/
margin:0px;
padding:0px;
background:url(hp-landing-images/hp-landing-mid-bg.jpg) center top no-repeat;
}
.hp-landing-middle-area{
width:1000px;
/*height:255px;*/
margin-left:auto;
margin-right:auto;
}
.hp-landing-select-text-area{
width:980px;
/*height:36px;*/
float:left;
font-size:16px;
color:#fff;
font-weight:bold;
padding:4px 0 20px 20px;
}
.hp-landing-flag-area{
width:990px;
/*height:160px;*/
float:left;
margin:0 0 32px 0px;
}
.hp-landing-flag-block{
width:20%;
height:auto;
float:left;
}
.hp-landing-flag-image{
width:100%;
height:auto;
float:left;
text-align:center;
}
.hp-landing-flag-text{
width:190px;
height:auto;
float:left;
font-size:16px;
color:#fff;
font-weight:bold;
text-align:center;
}
.hp-landing-flag-text a{
text-decoration:none;
color:#fff;
}
.hp-landing-flag-text a:hover{
text-decoration:underline;
color:#dedede;
}
.hp-landing-footer-area{
width:980px;
height:auto;
float:left;
margin:15px 0 0 20px;
}
.hp-landing-footer-left-text-area{
width:auto;
height:auto;
float:left;
font-size:20px;
font-weight:bold;
color:#221E1F;
}
.hp-landing-footer-left-text-area span{
color:#de001a;
}
.hp-landing-footer-left-text-area b{
font-size:16px;
padding:0 0 0 0px;
}
.hp-landing-footer-right-text-area{
width:980px;
height:auto;
float:left;
text-align:left;
font-weight:normal;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
padding-bottom:12px;
margin:10px 0 0 0;
}

.hp-landing-flag-image img {
    height: auto;
   max-width: 100%;
}

/*update by surendra 17-5-13*/
.content_outer { width:978px; background:#fff; margin:0 auto; height:auto; border:1px solid #DE001A; clear:both; border-radius:10px; moz-border-radius:10px; webkit-border-radius:10px; }
.content_outer p { font-size:14px; padding:15px; margin:0; text-align:justify; font-weight:normal; }
.content_outer p span { display:block; color:#DE001A; font-size:19px; font-weight:bold; margin-bottom:12px; }