#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: 50px;
    width:100%;
    min-height: 50px;
    overflow: hidden;
    border-bottom:6px solid #f3881c
}
#footer_div{
    background-color: #2a99cf;
    position: relative;
    padding: 0 60px;
    width:960px;
}
#footer_logo_resizable_div{
    
}
#footer_text_dragable p{
    padding: 0;  margin: 0;  
    color: #fff;  
    font-size: 14px;                             
    line-height: 18px;
}

#footer_copyright_text_dragable2 p{
    padding: 0;  margin: 0;  
    color: #fff;  
    font-size: 14px;                             
    line-height: 18px;
}

@media screen and (max-width: 1200px) {
    .footer-mobile {
		left: 0 !important;
        float: left !important;
    }
}

@media screen and (max-width: 720px) {
    .footer-mobile {
        display: block !important;
		float: none !important;
        left: auto !important;
        top: auto !important;
    }
    #footer_div {
		height: auto !important;
    }
    .footer-mobile {
        padding-top: 7px;
        padding-bottom: 7px;
    }
    #footer_logo_dragable {
        left: auto !important;
    }
}
@media screen and (max-width: 480px) {
	.small-font {
		font-size: 38px !important;
	}
	.small-padding {
		padding-left: 5px !important;
		padding-right: 5px !important;
	}
	.small-line-height {
		line-height: 1.5em !important;
	}
	.patient_image {
		display: none;
	}
	.footer-mobile {
		display: block !important;
		float: none !important;
        left: auto !important;
        top: auto !important;
    }
    #footer_logo_dragable {
        left: auto !important;
    }
	.footer-mobile p {
        float: none !important;
    }
    .footer-mobile {
        padding-top: 7px;
        padding-bottom: 7px;
    }
	#footer_div {
		height: auto !important;
	}
}

.template-align p{
	text-align: left;
}