.contact_left {
    width: 450px;
    height: 500px;
    float: left;
    padding: 0 30px;
}
.contact_right {
    width: 420px;
    height: 500px;
    float:right;
    color: #fff;
}
.page_contact{
	background-color: #fff;
	height:771px;
	padding: 30px;
}
.info {
    background: #0153a8;
    height: 250px;
    margin-bottom: 40px;
    padding: 15px 15px 15px 16px;
}
.info h1 {
    font-size: 19px;
    font-family: arial;
    font-weight: 100;
    margin-bottom: 15px;
}
.info p {
    font-size: 12px;
    font-family: arial;
    margin-bottom: 15px;
}

.border {
    background: url('/Files/App_002/images/border.png');
    background-repeat: no-repeat;
    height: 30px;
    margin-top: 15px;
}
.sep {
    height: 10px;
    background-color: #005aba;
    width: 89%;
    float: right;
    margin-top: -10px;
}



.degarde {
    background-image: -moz-linear-gradient(right, transparent, #e20202);
    background-image: -webkit-linear-gradient(right, rgba(0, 0, 255, 0), #e20202);
    background-image: -o-linear-gradient(right, rgba(0, 0, 255, 0), #e20202);
    background-image: linear-gradient(to left, rgba(0, 0, 255, 0), #e20202);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='transparent',endColorstr='#e20202', GradientType=1);
    height: 72px;
}
.page_title {
    padding-right: 50px;
    text-align: right;
    color: #002bab;
    font-size: 36px;
    font-family: 'Segoe UI';
    font-weight: 100;
    position: relative;
    padding: 15px 15px 0px 0;
}









