﻿    #pagetitle {
        width: 960px;
        color: #32557c;
        padding: 15px 0px 15px 0px;
    }

    .pagetitleh4 {
        color: #32557c;
        font-size: x-large;
        padding-left: 20px;
        font-weight:700;    
        font-size: 24px;
    }

    #border {
	width: 960px;
	height: 10px;
	background-color: #32557c;

}

    
#officelev3banner {
	width: 960px ;
	height: 94px ;
	background-color: #32557c ;
	margin-bottom: 10px ;

}

#officelev3bannertext {
	width: 720px ;
	height: 94px ;
	float: left ;

	
}

#officelev3bannertext p{
	font-size: 15px ;
	padding: 15px 0px 0px 20px ;
	margin-right: 20px ;
	color: white ;
}

.officelev3bannertexth2{
	font-size: 26px ;
	padding: 5px 0px 0px 20px ;
	margin-right: 20px ;
	color: white ;
    font-weight:bold;
}

#officelev3bannertext a{
	font-size: 15px;
	text-decoration:none;
	color: white;
}


#officelev3banner img{
	margin-right: 20px;
}

        /* Phone Size*/
@media screen and (max-width: 767px) {
    
    #officelev3banner{
        width:100%;

    }

    #officelev3bannertext{
        width:100%;

    }

    #pagetitle{
        width:100%;
    }

     #border {
         width:100%;
     }
     #officelev3banner img{
         display:none;
    }

}

/* Tablet Size*/
@media screen and (min-width: 768px) and (max-width: 1200px) {
    
    #officelev3banner{
        width:100%;

    }

    #officelev3bannertext{
        width:100%;

    }

    #pagetitle{
        width:100%;
    }

    #border {
         width:100%;
     }
    #officelev3banner img{
        margin-top:-94px;
    }

}