/* Bootstrap overiting */

body
{
    padding-top: 40px;
    padding-bottom: 0px;   
}

.control-label
{
    text-align: left !important;        
}

.btn
{
    margin-bottom: 20px;
}



/* Footer */ 

#footer
{
    margin-top: 50px;
	border-top: solid 1px #ccc;
    height: 225px; 
    color: #777;   
    font-size: 75%;
    background-color: #fafafa; 
}

#footer-copyright
{
    margin: 10px;
    text-align: center;
}

#contact-details
{
    clear: none;
    float: right;
    background-color: black;
    height: 150px;
    text-align: right;
    background: url('../../img/common/crest.jpg') no-repeat top right;
    margin-right: 30px;
    padding-right: 95px;
    padding-top: 10px;
}

#footer a 
{
    color: #777;
}

/*** Header ***/
.container-header
{    
    padding-top: 20px; 
    padding-bottom: 25px;    
}

.container-header h4
{
    color: #3260AD;    
    font-size: 24px; 
    margin: 20px 0px 0px 80px;
    font-weight: bold; 
}

.container-header h3
{
    color: #193E7D;     
    font-size: 28px; 
    margin: 0px 0px 0px 80px;
    font-weight: bold; 
}

#imgline
{
    margin: 0px 0px 0px 5px;    
}

#container-wrap {
	box-shadow: 6px 0px 5px -5px #999, -6px 0px 5px -5px #999;
	padding-right: 0px;
	padding-left: 0px;
}

.container-footer {
	background-color:#fafafa;
}

#wrap {
        background-color:#ececec;
}

