/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Jun 12, 2018, 4:25:40 PM
    Author     : Manikanta
*/
#mainbox{
    overflow: hidden;
    max-width: 960px;
    margin:0px auto; 
    background-color: white;
    width: 100%;
}
#header_div{
    padding: 25px 67px 22px 67px;
    margin-bottom: 23px;
    position: relative;
    height: 270px;
    width:100%;
    min-height: 150px;
    overflow: hidden
}
#title_dragable{
    background-color: #1a729d;  
    padding: 40px 10px;  
    margin: -10px 0 0 30px;
    width: 544px;  
    height: auto;  
    z-index: 5;  
    position: relative;
    bottom: -70px;   
    border-radius: 10px 10px 10px 10px;
    -moz-border-radius: 10px 10px 10px 10px;  
    -webkit-border-radius: 10px 10px 10px 10px;  
    overflow: hidden; 
    border: 3px solid #fdca2e; 
    resize: both; 
    overflow: auto
}
#logo_resizable_div{
    background-color: #fff;  
    padding: 25px;  
    margin: 0;
    top: 0;  
    z-index: 10;  
    position: relative;border-radius: 10px 10px 10px 10px;  
    -moz-border-radius: 10px 10px 10px 10px;  
    -webkit-border-radius: 10px 10px 10px 10px;  
    overflow: hidden; 
    border: 3px solid #fdca2e; 
    height: 100px;
    width:225px;
    resize: both; 
    right: 50px;
    overflow: hidden
}
#footer_div{
    background-color: #1a729d;
    position: relative;
    padding: 0 60px;
    margin: 55px 0 0 0;
    width:100%;
    height:145px;
}
#footer_logo_resizable_div{
    background-color: #fff;
    padding: 25px;
    margin: 0;
    position: absolute;
    display: block;
    top: -37px;z-index: 10;
    border: 3px solid #fdca2e; 
    border-radius: 10px 10px 10px 10px;  
    -moz-border-radius: 10px 10px 10px 10px;  
    -webkit-border-radius: 10px 10px 10px 10px;  
    overflow: hidden; resize: both;
}
#footer_text_dragable p{
    padding: 0;  margin: 0;  
    color: #fff;  
    font-size: 14px;                             
    line-height: 18px;
    padding:48px 0px 8px 0px;
    float:right;
}
